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/travelshop_db.sql
-- MySQL dump 10.13  Distrib 8.0.27, for Linux (x86_64)
--
-- Host: localhost    Database: travelshop_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: `travelshop_db`
--

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

USE `travelshop_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','','info@travelshop.co.in','admin','03810ff365fbdd67751b5148d76b51ed','2010-10-30 22:51:18','2010-10-30 22:51:18','2010-10-30 23:39:32',1,'admin'),(2,'baibhav','kumar','b2b@travelshop.in','admin123','03810ff365fbdd67751b5148d76b51ed','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=14 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,12606,6884,0.00,0,0.00,'2022-05-31 16:10:14'),(2,12817,7084,0.00,0,5000.00,'2022-05-31 16:56:55'),(3,12691,6966,30000.00,1,8820.00,'2022-06-13 08:57:58'),(4,13073,7320,50000.00,7,22100.00,'2022-06-15 17:23:04'),(5,13155,7400,100000.00,7,100000.00,'2022-06-19 16:03:46'),(6,13136,7382,100000.00,7,94900.00,'2022-06-20 21:01:03'),(7,13500,7735,0.00,0,0.00,'2022-06-24 17:24:44'),(8,13061,7309,10000.00,2,10000.00,'2022-06-25 15:14:35'),(9,13395,7634,50000.00,7,42600.00,'2022-06-27 16:48:44'),(10,13529,7762,0.00,0,0.00,'2022-07-19 23:31:12'),(11,13180,7424,0.00,0,5171.35,'2022-08-23 15:13:22'),(12,13171,7415,0.00,0,0.00,'2022-08-29 18:59:05'),(13,13106,7352,100000.00,7,48900.00,'2022-09-05 22:48:24');
/*!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=99 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,12606,6884,1,0.00,0,'2022-05-31',13988,'2022-05-16 10:54:00','2022-05-31 00:00:00',0,1,0.00,'2022-05-31 16:10:31','Flight Booking ',0,3200.00,0.00,0.00,2,14661,'FC9DE33D31B545479EC74C04C2260787',1,'Online Wallet','Komal Test','0'),(2,12606,6884,1,0.00,0,'2022-05-31',13988,'2022-05-16 10:54:00','2022-05-31 00:00:00',0,1,0.00,'2022-05-31 16:10:27','Add Fund',1,3200.00,0.00,3200.00,2,14660,'FC9DE33D31B545479EC74C04C2260787',7,'Self Card','Komal Test','0'),(3,12606,6884,1,0.00,0,'2022-05-31',13988,'2022-05-16 10:54:00','2022-05-31 00:00:00',0,1,0.00,'2022-05-16 10:54:00','Welcome',1,0.00,0.00,0.00,1,14249,'',7,'Start Account','Komal Test','0'),(4,12817,7084,1,5000.00,0,'2022-05-31',14220,'2022-05-31 16:04:00','2022-05-31 16:57:24',0,1,0.00,'2022-05-31 16:57:24','deposited',1,5000.00,0.00,5000.00,2,14671,'3e',7,'CASH','test Company','0'),(5,12817,7084,1,5000.00,0,'2022-05-31',14220,'2022-05-31 16:04:00','2022-05-31 16:57:24',0,1,0.00,'2022-05-31 16:53:38','Flight Booking ',0,3200.00,0.00,0.00,2,14670,'FAB52C76784B4814976B806E93FA1DF4',1,'Online Wallet','test Company','0'),(6,12817,7084,1,5000.00,0,'2022-05-31',14220,'2022-05-31 16:04:00','2022-05-31 16:57:24',0,1,0.00,'2022-05-31 16:53:34','Add Fund',1,3200.00,0.00,3200.00,2,14669,'FAB52C76784B4814976B806E93FA1DF4',7,'Self Card','test Company','0'),(7,12817,7084,1,5000.00,0,'2022-05-31',14220,'2022-05-31 16:04:00','2022-05-31 16:57:24',0,1,0.00,'2022-05-31 16:50:10','Flight Booking ',0,3200.00,0.00,0.00,2,14668,'99B2BEA10DF3473D96278BB6A3E6647E',1,'Online Wallet','test Company','0'),(8,12817,7084,1,5000.00,0,'2022-05-31',14220,'2022-05-31 16:04:00','2022-05-31 16:57:24',0,1,0.00,'2022-05-31 16:50:06','Add Fund',1,3200.00,0.00,3200.00,2,14667,'99B2BEA10DF3473D96278BB6A3E6647E',7,'Self Card','test Company','0'),(9,12817,7084,1,5000.00,0,'2022-05-31',14220,'2022-05-31 16:04:00','2022-05-31 16:57:24',0,1,0.00,'2022-05-31 16:04:00','Welcome',1,0.00,0.00,0.00,1,14659,'',7,'Start Account','test Company','0'),(10,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-11 09:48:17','Flight Booking ',0,2200.00,30000.00,8820.00,2,14986,'4C0AB4F2E3E247F9ADF0BDCDC2525B5D',1,'Wallet','ABC','0'),(11,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-11 09:47:00','',1,10000.00,10000.00,11020.00,2,14985,'1654921034',7,'Add Topup','ABC','0'),(12,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-07 14:21:42','Flight Booking ',0,1200.00,30000.00,1020.00,2,14849,'DA8160CE13F245FD860B9C89906D474D',1,'Wallet','ABC','0'),(13,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-07 12:49:57','Flight Booking ',0,2200.00,30000.00,2220.00,2,14843,'3CCCDCA7FD3247DDAF0110B6940DC12B',1,'Wallet','ABC','0'),(14,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-07 12:42:05','Flight Booking ',0,1200.00,30000.00,4420.00,2,14842,'D8B4E132874A41B38994B9387EA647BA',1,'Wallet','ABC','0'),(15,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-07 12:41:00','5000',1,5000.00,5000.00,5620.00,2,14841,'1654585879',7,'Add Topup','ABC','0'),(16,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-07 12:05:08','Flight Booking ',0,2200.00,30000.00,620.00,2,14832,'2C31A718871747B9BE3F91BCC0519710',1,'Wallet','ABC','0'),(17,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 23:08:26','Flight Booking ',0,4000.00,30000.00,2820.00,2,14820,'B61288013E4446AE857BAB8FBBE8A738',1,'Wallet','ABC','0'),(18,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 23:07:00','',1,5000.00,5000.00,6820.00,1,14819,'1654537067',7,'Add Credit','ABC','0'),(19,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 23:06:32','Flight Booking ',0,4000.00,25000.00,1820.00,2,14818,'A0658FE0AA894B68A4FC9B64AAC51BAA',1,'Wallet','ABC','0'),(20,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 23:06:00','',1,5000.00,5000.00,5820.00,1,14817,'1654536950',7,'Add Credit','ABC','0'),(21,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 23:03:31','Flight Booking ',0,4000.00,20000.00,820.00,2,14816,'9674AD79D1604C12933F21782111B14D',1,'Wallet','ABC','0'),(22,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 14:15:39','Flight Booking ',0,6000.00,20000.00,4820.00,2,14796,'2140FBCF6B9E4FB08A0BA862D1123C12',1,'Wallet','ABC','0'),(23,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 14:15:00','',1,5000.00,5000.00,10820.00,1,14795,'1654505116',7,'Add Credit','ABC','0'),(24,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-06 14:12:00','',1,5000.00,5000.00,5820.00,1,14794,'1654504924',7,'Add Credit','ABC','0'),(25,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-03 14:36:23','Flight Booking ',0,6000.00,10000.00,820.00,2,14741,'634FA89DE3A443D98576332E18644D75',1,'Wallet','ABC','0'),(26,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-03 14:35:00','',1,5000.00,5000.00,6820.00,1,14740,'1654247140',7,'Add Credit','ABC','0'),(27,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-02 22:04:56','Flight Booking ',0,3200.00,5000.00,1820.00,2,14725,'DDA1315E691744129E659BE318F817D8',1,'Wallet','ABC','0'),(28,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-06-02 22:04:00','',1,5000.00,5000.00,5020.00,1,14724,'1654187626',7,'Add Credit','ABC','0'),(29,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-05-27 14:18:42','Add Fund',1,10.00,0.00,20.00,2,14570,'11000000228933',7,'Self Card','ABC','0'),(30,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-05-25 12:28:39','Add Fund',1,10.00,0.00,10.00,2,14502,'11000000227833',7,'Self Card','ABC','0'),(31,12691,6966,1,8820.00,1,'2022-06-12',13604,'2022-06-11 09:47:00','2022-06-11 09:47:00',0,1,30000.00,'2022-05-21 22:20:00','Welcome',1,0.00,0.00,0.00,1,14394,'',7,'Start Account','ABC','0'),(32,13073,7320,1,0.00,0,'2022-06-15',14529,'2022-06-15 10:27:00','2022-06-15 10:27:00',0,1,0.00,'2022-06-15 10:27:00','Welcome',1,0.00,0.00,0.00,1,15113,'',7,'Start Account','READYTOFLY','0'),(33,13073,7320,1,4400.00,0,'2022-06-18',14529,'2022-06-15 10:27:00','2022-06-18 00:00:00',0,1,0.00,'2022-06-18 16:37:50','Add Fund',1,4400.00,0.00,4400.00,2,15398,'0C06E0E6D6A448E4B624F885B33625B5',7,'Self Card','READYTOFLY','0'),(34,13073,7320,1,4400.00,0,'2022-06-18',14529,'2022-06-15 10:27:00','2022-06-18 00:00:00',0,1,0.00,'2022-06-17 22:10:40','Flight Booking ',0,17600.00,0.00,0.00,2,15358,'BA7DFBB89EAE4413B352FBCD6E1FECE0',1,'Online Wallet','READYTOFLY','0'),(35,13073,7320,1,4400.00,0,'2022-06-18',14529,'2022-06-15 10:27:00','2022-06-18 00:00:00',0,1,0.00,'2022-06-17 22:10:09','Add Fund',1,17600.00,0.00,17600.00,2,15357,'BA7DFBB89EAE4413B352FBCD6E1FECE0',7,'Self Card','READYTOFLY','0'),(36,13073,7320,1,4400.00,0,'2022-06-18',14529,'2022-06-15 10:27:00','2022-06-18 00:00:00',0,1,0.00,'2022-06-17 12:12:47','Flight Booking ',0,4500.00,0.00,0.00,2,15282,'E3CCA3A196574E31B4F2FB97807F3E0D',1,'Online Wallet','READYTOFLY','0'),(37,13073,7320,1,4400.00,0,'2022-06-18',14529,'2022-06-15 10:27:00','2022-06-18 00:00:00',0,1,0.00,'2022-06-17 12:12:44','Add Fund',1,4500.00,0.00,4500.00,2,15281,'E3CCA3A196574E31B4F2FB97807F3E0D',7,'Self Card','READYTOFLY','0'),(38,13155,7400,1,100000.00,7,'2022-06-26',13604,'2022-06-19 16:02:00','2022-06-19 16:02:00',0,1,100000.00,'2022-06-19 16:02:00','',1,100000.00,100000.00,100000.00,1,15491,'1655634760',7,'Add Credit','Siraje Rehmat Travels','0'),(39,13155,7400,1,100000.00,7,'2022-06-26',13604,'2022-06-19 16:02:00','2022-06-19 16:02:00',0,1,100000.00,'2022-06-16 10:44:00','Welcome',1,0.00,0.00,0.00,1,15212,'',7,'Start Account','Siraje Rehmat Travels','0'),(40,13136,7382,1,94900.00,7,'2022-06-23',13604,'2022-06-16 07:23:00','2022-06-16 07:23:00',0,1,100000.00,'2022-06-20 16:32:51','Flight Booking ',0,5100.00,100000.00,94900.00,2,15584,'32F85533304542CDB7E448A8D0124FF2',1,'Wallet','Relive','0'),(41,13136,7382,1,94900.00,7,'2022-06-23',13604,'2022-06-16 07:23:00','2022-06-16 07:23:00',0,1,100000.00,'2022-06-16 07:23:00','',1,100000.00,100000.00,100000.00,1,15198,'1655344412',7,'Add Credit','Relive','0'),(42,13136,7382,1,94900.00,7,'2022-06-23',13604,'2022-06-16 07:23:00','2022-06-16 07:23:00',0,1,100000.00,'2022-06-16 00:20:00','Welcome',1,0.00,0.00,0.00,1,15190,'',7,'Start Account','Relive','0'),(43,13073,7320,1,22100.00,7,'2022-06-25',13604,'2022-06-18 16:42:00','2022-06-18 16:42:00',0,1,50000.00,'2022-06-23 21:33:42','Flight Booking ',0,4500.00,50000.00,22100.00,2,15796,'EFDBDA3442B24BFC8D1CD94A316A9360',1,'Wallet','READYTOFLY','0'),(44,13073,7320,1,22100.00,7,'2022-06-25',13604,'2022-06-18 16:42:00','2022-06-18 16:42:00',0,1,50000.00,'2022-06-21 15:56:06','Flight Booking ',0,14400.00,50000.00,26600.00,2,15664,'FCAB20D7D28E423CA7C43348D148A616',1,'Wallet','READYTOFLY','0'),(45,13073,7320,1,22100.00,7,'2022-06-25',13604,'2022-06-18 16:42:00','2022-06-18 16:42:00',0,1,50000.00,'2022-06-18 20:11:43','Flight Booking ',0,9000.00,50000.00,41000.00,2,15410,'00CE2E8B1E714BD9BE9FB02EF7B5D58A',1,'Wallet','READYTOFLY','0'),(46,13073,7320,1,22100.00,7,'2022-06-25',13604,'2022-06-18 16:42:00','2022-06-18 16:42:00',0,1,50000.00,'2022-06-18 16:42:00','',1,50000.00,50000.00,50000.00,1,15401,'1655550737',7,'Add Credit','READYTOFLY','0'),(47,13073,7320,1,22100.00,7,'2022-06-25',13604,'2022-06-18 16:42:00','2022-06-18 16:42:00',0,1,50000.00,'2022-06-18 16:41:00','',0,4400.00,4400.00,0.00,2,15400,'1655550650',7,'Reduce Topup','READYTOFLY','0'),(48,13500,7735,1,0.00,0,'2022-06-24',14977,'2022-06-24 16:52:00','2022-06-24 16:52:00',0,1,0.00,'2022-06-24 16:52:00','Welcome',1,0.00,0.00,0.00,1,15841,'',7,'Start Account','GHULAM TRAVELS','0'),(49,13061,7309,1,10000.00,2,'2022-06-27',13604,'2022-06-25 15:12:00','2022-06-25 15:12:00',0,1,10000.00,'2022-06-25 15:12:00','Payment Received in ICICI BANK through UPI',1,4300.00,4300.00,10000.00,2,15898,'1656150132',7,'Add Topup','TRIP WITH US','0'),(50,13061,7309,1,10000.00,2,'2022-06-27',13604,'2022-06-25 15:12:00','2022-06-25 15:12:00',0,1,10000.00,'2022-06-25 14:54:23','Flight Booking ',0,4300.00,10000.00,5700.00,2,15895,'567B373926384E0BA75F2987D49D7829',1,'Wallet','TRIP WITH US','0'),(51,13061,7309,1,10000.00,2,'2022-06-27',13604,'2022-06-25 15:12:00','2022-06-25 15:12:00',0,1,10000.00,'2022-06-14 20:45:00','',1,10000.00,10000.00,10000.00,1,15103,'1655219748',7,'Add Credit','TRIP WITH US','0'),(52,13061,7309,1,10000.00,2,'2022-06-27',13604,'2022-06-25 15:12:00','2022-06-25 15:12:00',0,1,10000.00,'2022-06-14 20:31:00','Welcome',1,0.00,0.00,0.00,1,15101,'',7,'Start Account','TRIP WITH US','0'),(53,13395,7634,1,42600.00,7,'2022-06-30',13604,'2022-06-23 11:15:00','2022-06-23 11:15:00',0,1,50000.00,'2022-06-23 11:18:28','Flight Booking ',0,7400.00,50000.00,42600.00,2,15766,'C270C8BB0C6D426D90E3A621DAF72EC8',1,'Wallet','PARA TOUR AND TRAVEL','0'),(54,13395,7634,1,42600.00,7,'2022-06-30',13604,'2022-06-23 11:15:00','2022-06-23 11:15:00',0,1,50000.00,'2022-06-23 11:15:00','',1,50000.00,50000.00,50000.00,1,15763,'1655963101',7,'Add Credit','PARA TOUR AND TRAVEL','0'),(55,13395,7634,1,42600.00,7,'2022-06-30',13604,'2022-06-23 11:15:00','2022-06-23 11:15:00',0,1,50000.00,'2022-06-21 09:35:00','Welcome',1,0.00,0.00,0.00,1,15617,'',7,'Start Account','PARA TOUR AND TRAVEL','0'),(56,13529,7762,1,0.00,0,'2022-06-26',15006,'2022-06-26 12:36:00','2022-06-26 00:00:00',0,1,0.00,'2022-06-26 12:55:29','Flight Booking ',0,4500.00,0.00,0.00,2,15933,'009142BF6F044BA28A636B089B204FB6',1,'Wallet','BAJAJ TOURS & TRAVELS','0'),(57,13529,7762,1,0.00,0,'2022-06-26',15006,'2022-06-26 12:36:00','2022-06-26 00:00:00',0,1,0.00,'2022-06-26 12:51:16','Add Fund',1,4500.00,0.00,4500.00,2,15931,'119C79F836D24917996BA71319D72952',7,'Self Card','BAJAJ TOURS & TRAVELS','0'),(58,13529,7762,1,0.00,0,'2022-06-26',15006,'2022-06-26 12:36:00','2022-06-26 00:00:00',0,1,0.00,'2022-06-26 12:36:00','Welcome',1,0.00,0.00,0.00,1,15929,'',7,'Start Account','BAJAJ TOURS & TRAVELS','0'),(59,13128,7374,1,33700.00,7,'2022-07-11',13604,'2022-06-15 23:47:00','2022-07-11 00:00:00',0,1,50000.00,'2022-07-24 21:57:53','Flight Booking ',0,4000.00,50000.00,33700.00,2,17208,'2A9CA32C5721429FB2FFEDC626E4B0AF',1,'Wallet','BHAT TRAVEL HUB','0'),(60,13128,7374,1,33700.00,7,'2022-07-11',13604,'2022-06-15 23:47:00','2022-07-11 00:00:00',0,1,50000.00,'2022-07-11 12:17:32','Refund',1,3821.70,50000.00,37700.00,2,16761,'DMC104237674991',7,'Wallet Refund','BHAT TRAVEL HUB','0'),(61,13128,7374,1,33700.00,7,'2022-07-11',13604,'2022-06-15 23:47:00','2022-07-11 00:00:00',0,1,50000.00,'2022-07-11 12:17:27','Flight Booking ',0,3821.70,50000.00,33878.30,2,16760,'DMC104237674991',1,'Wallet','BHAT TRAVEL HUB','0'),(62,13128,7374,1,33700.00,7,'2022-07-11',13604,'2022-06-15 23:47:00','2022-07-11 00:00:00',0,1,50000.00,'2022-06-17 18:47:48','Flight Booking ',0,12300.00,50000.00,37700.00,2,15342,'3440AA477B484D72A4EBADE0A8A39FB9',1,'Wallet','BHAT TRAVEL HUB','0'),(63,13128,7374,1,33700.00,7,'2022-07-11',13604,'2022-06-15 23:47:00','2022-07-11 00:00:00',0,1,50000.00,'2022-06-15 23:47:00','',1,50000.00,50000.00,50000.00,1,15181,'1655317009',7,'Add Credit','BHAT TRAVEL HUB','0'),(64,13128,7374,1,33700.00,7,'2022-07-11',13604,'2022-06-15 23:47:00','2022-07-11 00:00:00',0,1,50000.00,'2022-06-15 23:22:00','Welcome',1,0.00,0.00,0.00,1,15179,'',7,'Start Account','BHAT TRAVEL HUB','0'),(65,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-27 14:27:04','Flight Booking ',0,22800.00,0.00,0.00,2,17303,'4ED670A3B67742189A7AC6B667922390',1,'Online Wallet','MONDAL TRAVEL','0'),(66,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-27 14:27:00','Add Fund',1,22800.00,0.00,22800.00,2,17302,'4ED670A3B67742189A7AC6B667922390',7,'Self Card','MONDAL TRAVEL','0'),(67,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-13 22:03:56','Flight Booking ',0,7600.00,0.00,0.00,2,16885,'6B68BCF4AC55446BBCD23D5D06F36EF7',1,'Wallet','MONDAL TRAVEL','0'),(68,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-13 22:02:16','Refund',1,7600.00,0.00,7600.00,2,16884,'0BF4F4E75DE547F197C319805441665F',7,'Wallet Refund','MONDAL TRAVEL','0'),(69,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-13 22:02:12','Flight Booking ',0,7600.00,0.00,0.00,2,16883,'0BF4F4E75DE547F197C319805441665F',1,'Wallet','MONDAL TRAVEL','0'),(70,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-13 22:02:04','Add Fund',1,7600.00,0.00,7600.00,2,16882,'DC63B97376E049B795BC0E8EAC16A2A5',7,'Self Card','MONDAL TRAVEL','0'),(71,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-13 10:59:00','Flight Booking ',0,3800.00,0.00,0.00,2,16855,'35EC3CA754CB427D8A92B4E57372DFF6',1,'Wallet','MONDAL TRAVEL','0'),(72,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-13 10:58:00','',1,800.00,800.00,3800.00,2,16854,'1657690089',7,'Add Topup','MONDAL TRAVEL','0'),(73,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-13 10:57:00','Payment received in Icici Bank ',1,3000.00,3000.00,3000.00,2,16853,'1657690064',7,'Add Topup','MONDAL TRAVEL','0'),(74,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-11 22:32:28','Flight Booking ',0,7600.00,0.00,0.00,2,16804,'12A727B7395E4C73A87C6C50800DDE28',1,'Online Wallet','MONDAL TRAVEL','0'),(75,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-07-11 22:32:24','Add Fund',1,7600.00,0.00,7600.00,2,16803,'12A727B7395E4C73A87C6C50800DDE28',7,'Self Card','MONDAL TRAVEL','0'),(76,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-06-16 15:35:08','Flight Booking ',0,4500.00,0.00,0.00,2,15238,'37D9247E5618433B88A16B7B855C303E',1,'Online Wallet','MONDAL TRAVEL','0'),(77,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-06-16 15:35:04','Add Fund',1,4500.00,0.00,4500.00,2,15237,'37D9247E5618433B88A16B7B855C303E',7,'Self Card','MONDAL TRAVEL','0'),(78,13063,7311,1,0.00,0,'2022-07-27',13604,'2022-07-13 10:58:00','2022-07-27 00:00:00',0,1,0.00,'2022-06-14 23:19:00','Welcome',1,0.00,0.00,0.00,1,15104,'',7,'Start Account','MONDAL TRAVEL','0'),(79,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-08-23 15:10:26','Refund - Booking Failed',1,4371.70,0.00,5171.35,2,18018,'DMC100940851127',7,'Wallet Refund','ARSH TOURISM','0'),(80,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-08-23 15:10:22','Flight Booking ',0,4371.70,0.00,799.65,2,18017,'DMC100940851127',1,'Wallet','ARSH TOURISM','0'),(81,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-08-23 11:22:05','Refund - Booking Failed',1,5160.42,0.00,5171.35,2,18013,'DMC108240830365',7,'Wallet Refund','ARSH TOURISM','0'),(82,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-08-23 11:22:00','Flight Booking ',0,5160.42,0.00,10.93,2,18012,'DMC108240830365',1,'Wallet','ARSH TOURISM','0'),(83,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-08-13 20:22:00','Refund of booking ',1,5171.35,5171.35,5171.35,2,17805,'1660402321',7,'Add Topup','ARSH TOURISM','0'),(84,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-08-13 20:07:01','Flight Booking ',0,5171.35,0.00,0.00,2,17804,'DMC106940146197',1,'Online Wallet','ARSH TOURISM','0'),(85,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-08-13 20:06:57','Add Fund',1,5171.35,0.00,5171.35,2,17803,'DMC106940146197',7,'Customer Card','ARSH TOURISM','0'),(86,13180,7424,1,5171.35,0,'2022-08-23',13604,'2022-08-13 20:22:00','2022-08-23 00:00:00',0,1,0.00,'2022-06-16 20:12:00','Welcome',1,0.00,0.00,0.00,1,15253,'',7,'Start Account','ARSH TOURISM','0'),(87,13171,7415,1,0.00,0,'2022-08-17',14635,'2022-06-16 14:19:00','2022-08-17 00:00:00',0,1,0.00,'2022-08-17 19:26:44','Flight Booking ',0,5843.40,0.00,0.00,2,17883,'DMC104040441254',1,'Online Wallet','Muarij tours and travels','0'),(88,13171,7415,1,0.00,0,'2022-08-17',14635,'2022-06-16 14:19:00','2022-08-17 00:00:00',0,1,0.00,'2022-08-17 19:26:38','Add Fund',1,5843.40,0.00,5843.40,2,17882,'DMC104040441254',7,'Self Card','Muarij tours and travels','0'),(89,13171,7415,1,0.00,0,'2022-08-17',14635,'2022-06-16 14:19:00','2022-08-17 00:00:00',0,1,0.00,'2022-06-16 14:19:00','Welcome',1,0.00,0.00,0.00,1,15232,'',7,'Start Account','Muarij tours and travels','0'),(90,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-29 22:51:36','Flight Booking ',0,4200.00,100000.00,48900.00,2,16140,'20007488944C489F9E48D0A10965B7F9',1,'Wallet','MOHITAIRWAYS','0'),(91,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-26 12:51:28','Flight Booking ',0,4300.00,100000.00,53100.00,2,15932,'913ED70581654E8DA724CB89612776AC',1,'Wallet','MOHITAIRWAYS','0'),(92,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-20 18:20:41','Refund',1,4132.90,100000.00,57400.00,2,15601,'DMC109936289213',7,'Wallet Refund','MOHITAIRWAYS','0'),(93,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-20 18:19:07','Flight Booking ',0,4132.90,100000.00,53267.10,2,15599,'DMC109936289213',1,'Wallet','MOHITAIRWAYS','0'),(94,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-20 10:23:41','Flight Booking - MOHIT',0,9000.00,100000.00,57400.00,2,15532,'F144222C8D78409189012ECBD1B8F41C',1,'Wallet','MOHITAIRWAYS','0'),(95,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-19 20:07:28','Flight Booking - MOHIT',0,13600.00,100000.00,66400.00,2,15522,'3C21A9EEA6C9440289831925746C2027',1,'Wallet','MOHITAIRWAYS','0'),(96,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-19 18:57:35','Flight Booking - MOHIT',0,20000.00,100000.00,80000.00,2,15512,'0D6E0FC825ED438E8D4F2CF5665CA7CB',1,'Wallet','MOHITAIRWAYS','0'),(97,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-16 08:06:00','',1,100000.00,100000.00,100000.00,1,15200,'1655346964',7,'Add Credit','MOHITAIRWAYS','0'),(98,13106,7352,1,48900.00,7,'2022-06-20',13604,'2022-06-16 08:06:00','2022-06-20 00:00:00',0,1,100000.00,'2022-06-15 15:03:00','Welcome',1,0.00,0.00,0.00,1,15152,'',7,'Start Account','MOHITAIRWAYS','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=47 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,13336,14801,'1','1','0'),(2,13224,14689,'1','1','0'),(3,13517,14995,'1','1','0'),(4,13292,14757,'1','1','0'),(5,13282,14747,'1','1','0'),(6,14123,15658,'1','1','0'),(7,13540,15017,'1','1','0'),(8,13306,14771,'1','1','0'),(9,13289,14754,'1','1','0'),(10,13264,14729,'1','1','0'),(11,13334,14799,'1','1','0'),(12,13328,14793,'1','1','0'),(13,13135,14600,'1','1','0'),(14,14094,15621,'1','1','0'),(15,13323,14788,'1','1','0'),(16,13593,15075,'1','1','0'),(17,13134,14599,'1','1','0'),(18,13342,14807,'1','1','0'),(19,13183,14647,'1','1','0'),(20,13125,14590,'1','1','0'),(21,13288,14753,'1','1','0'),(22,13228,14693,'1','1','0'),(23,13069,14525,'1','1','0'),(24,14183,15743,'1','1','0'),(25,13534,15011,'1','1','0'),(26,14220,15782,'1','1','0'),(27,13397,14862,'1','1','0'),(28,13171,14635,'1','1','0'),(29,13238,14703,'1','1','0'),(30,13214,14678,'1','1','0'),(31,13061,14517,'1','1','0'),(32,13314,14779,'1','1','0'),(33,13333,14798,'1','1','0'),(34,13146,14610,'1','1','0'),(35,13063,14519,'1','1','0'),(36,14068,15592,'1','1','0'),(37,13293,14758,'1','1','0'),(38,13241,14706,'1','1','0'),(39,13141,14606,'1','1','0'),(40,13352,14817,'1','1','0'),(41,13381,14847,'1','1','0'),(42,13647,15130,'1','1','0'),(43,13317,14782,'1','1','0'),(44,13211,14676,'1','1','0'),(45,14297,15877,'1','1','0'),(46,13253,14718,'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=1013 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,13336,14801,0,'Dashboard','MOD01','dashboard','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',1,'1','dashboard',1,'0','index'),(2,13336,14801,0,'Staff Management','MOD02','','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',19,'1','staff-management',1,'0',''),(3,13336,14801,0,'Staff','STA01','staff','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',20,'1','staff-management',2,'MOD02','index'),(4,13336,14801,0,'Search','MOD03','','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',2,'1','search',1,'0',''),(5,13336,14801,0,'Flights','SRC01','flight','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',3,'1','default',2,'MOD03','flight'),(6,13336,14801,0,'Hotels','SRC02','hotels','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',4,'1','hotels',2,'MOD03','index'),(7,13336,14801,0,'Hotels','SRC03','hotelsinv','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(8,13336,14801,0,'Holidays','SRC04','holidays','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',6,'1','holidays',4,'MOD03','index'),(9,13336,14801,0,'Activities','SRC05','activities','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',7,'1','activities',4,'MOD03','index'),(10,13336,14801,0,'Reports','MOD04','','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',8,'1','bookings',1,'0',''),(11,13336,14801,0,'Flight Booking','BOK01','bookings/flight','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',9,'1','bookings',3,'MOD04','flight'),(12,13336,14801,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',10,'1','bookings',3,'MOD04','flight'),(13,13336,14801,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',11,'1','bookings',3,'MOD04','flight'),(14,13336,14801,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(15,13336,14801,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(16,13336,14801,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(17,13336,14801,0,'Finance','MOD05','','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',15,'1','finance',1,'0',''),(18,13336,14801,0,'Deposit Payment','FIN01','finance/deposit','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',16,'1','finance',2,'MOD05','deposit'),(19,13336,14801,0,'Ledger','FIN02','finance/ledger','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',17,'1','finance',2,'MOD05','ledger'),(20,13336,14801,0,'Settings','MOD06','','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',19,'1','settings',1,'0',''),(21,13336,14801,0,'Markup','SET01','markup','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',20,'1','default',1,'MOD06','markup'),(22,13336,14801,0,'My Queries','MOD07','list/index/my-query','2022-12-01 18:35:00','2022-12-01 18:35:00','1','0',18,'1','list',1,'0','index'),(23,13224,14689,0,'Dashboard','MOD01','dashboard','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',1,'1','dashboard',1,'0','index'),(24,13224,14689,0,'Staff Management','MOD02','','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',19,'1','staff-management',1,'0',''),(25,13224,14689,0,'Staff','STA01','staff','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',20,'1','staff-management',2,'MOD02','index'),(26,13224,14689,0,'Search','MOD03','','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',2,'1','search',1,'0',''),(27,13224,14689,0,'Flights','SRC01','flight','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',3,'1','default',2,'MOD03','flight'),(28,13224,14689,0,'Hotels','SRC02','hotels','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',4,'1','hotels',2,'MOD03','index'),(29,13224,14689,0,'Hotels','SRC03','hotelsinv','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(30,13224,14689,0,'Holidays','SRC04','holidays','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',6,'1','holidays',4,'MOD03','index'),(31,13224,14689,0,'Activities','SRC05','activities','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',7,'1','activities',4,'MOD03','index'),(32,13224,14689,0,'Reports','MOD04','','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',8,'1','bookings',1,'0',''),(33,13224,14689,0,'Flight Booking','BOK01','bookings/flight','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',9,'1','bookings',3,'MOD04','flight'),(34,13224,14689,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',10,'1','bookings',3,'MOD04','flight'),(35,13224,14689,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',11,'1','bookings',3,'MOD04','flight'),(36,13224,14689,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(37,13224,14689,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(38,13224,14689,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(39,13224,14689,0,'Finance','MOD05','','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',15,'1','finance',1,'0',''),(40,13224,14689,0,'Deposit Payment','FIN01','finance/deposit','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',16,'1','finance',2,'MOD05','deposit'),(41,13224,14689,0,'Ledger','FIN02','finance/ledger','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',17,'1','finance',2,'MOD05','ledger'),(42,13224,14689,0,'Settings','MOD06','','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',19,'1','settings',1,'0',''),(43,13224,14689,0,'Markup','SET01','markup','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',20,'1','default',1,'MOD06','markup'),(44,13224,14689,0,'My Queries','MOD07','list/index/my-query','2022-12-01 20:20:00','2022-12-01 20:20:00','1','0',18,'1','list',1,'0','index'),(45,13517,14995,0,'Dashboard','MOD01','dashboard','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',1,'1','dashboard',1,'0','index'),(46,13517,14995,0,'Staff Management','MOD02','','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',19,'1','staff-management',1,'0',''),(47,13517,14995,0,'Staff','STA01','staff','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',20,'1','staff-management',2,'MOD02','index'),(48,13517,14995,0,'Search','MOD03','','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',2,'1','search',1,'0',''),(49,13517,14995,0,'Flights','SRC01','flight','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',3,'1','default',2,'MOD03','flight'),(50,13517,14995,0,'Hotels','SRC02','hotels','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',4,'1','hotels',2,'MOD03','index'),(51,13517,14995,0,'Hotels','SRC03','hotelsinv','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(52,13517,14995,0,'Holidays','SRC04','holidays','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',6,'1','holidays',4,'MOD03','index'),(53,13517,14995,0,'Activities','SRC05','activities','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',7,'1','activities',4,'MOD03','index'),(54,13517,14995,0,'Reports','MOD04','','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',8,'1','bookings',1,'0',''),(55,13517,14995,0,'Flight Booking','BOK01','bookings/flight','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',9,'1','bookings',3,'MOD04','flight'),(56,13517,14995,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',10,'1','bookings',3,'MOD04','flight'),(57,13517,14995,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',11,'1','bookings',3,'MOD04','flight'),(58,13517,14995,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(59,13517,14995,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(60,13517,14995,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(61,13517,14995,0,'Finance','MOD05','','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',15,'1','finance',1,'0',''),(62,13517,14995,0,'Deposit Payment','FIN01','finance/deposit','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',16,'1','finance',2,'MOD05','deposit'),(63,13517,14995,0,'Ledger','FIN02','finance/ledger','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',17,'1','finance',2,'MOD05','ledger'),(64,13517,14995,0,'Settings','MOD06','','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',19,'1','settings',1,'0',''),(65,13517,14995,0,'Markup','SET01','markup','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',20,'1','default',1,'MOD06','markup'),(66,13517,14995,0,'My Queries','MOD07','list/index/my-query','2022-12-01 20:31:00','2022-12-01 20:31:00','1','0',18,'1','list',1,'0','index'),(67,13292,14757,0,'Dashboard','MOD01','dashboard','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',1,'1','dashboard',1,'0','index'),(68,13292,14757,0,'Staff Management','MOD02','','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',19,'1','staff-management',1,'0',''),(69,13292,14757,0,'Staff','STA01','staff','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',20,'1','staff-management',2,'MOD02','index'),(70,13292,14757,0,'Search','MOD03','','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',2,'1','search',1,'0',''),(71,13292,14757,0,'Flights','SRC01','flight','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',3,'1','default',2,'MOD03','flight'),(72,13292,14757,0,'Hotels','SRC02','hotels','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',4,'1','hotels',2,'MOD03','index'),(73,13292,14757,0,'Hotels','SRC03','hotelsinv','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(74,13292,14757,0,'Holidays','SRC04','holidays','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',6,'1','holidays',4,'MOD03','index'),(75,13292,14757,0,'Activities','SRC05','activities','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',7,'1','activities',4,'MOD03','index'),(76,13292,14757,0,'Reports','MOD04','','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',8,'1','bookings',1,'0',''),(77,13292,14757,0,'Flight Booking','BOK01','bookings/flight','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',9,'1','bookings',3,'MOD04','flight'),(78,13292,14757,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',10,'1','bookings',3,'MOD04','flight'),(79,13292,14757,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',11,'1','bookings',3,'MOD04','flight'),(80,13292,14757,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(81,13292,14757,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(82,13292,14757,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(83,13292,14757,0,'Finance','MOD05','','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',15,'1','finance',1,'0',''),(84,13292,14757,0,'Deposit Payment','FIN01','finance/deposit','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',16,'1','finance',2,'MOD05','deposit'),(85,13292,14757,0,'Ledger','FIN02','finance/ledger','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',17,'1','finance',2,'MOD05','ledger'),(86,13292,14757,0,'Settings','MOD06','','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',19,'1','settings',1,'0',''),(87,13292,14757,0,'Markup','SET01','markup','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',20,'1','default',1,'MOD06','markup'),(88,13292,14757,0,'My Queries','MOD07','list/index/my-query','2022-12-01 20:57:00','2022-12-01 20:57:00','1','0',18,'1','list',1,'0','index'),(89,13282,14747,0,'Dashboard','MOD01','dashboard','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',1,'1','dashboard',1,'0','index'),(90,13282,14747,0,'Staff Management','MOD02','','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',19,'1','staff-management',1,'0',''),(91,13282,14747,0,'Staff','STA01','staff','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',20,'1','staff-management',2,'MOD02','index'),(92,13282,14747,0,'Search','MOD03','','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',2,'1','search',1,'0',''),(93,13282,14747,0,'Flights','SRC01','flight','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',3,'1','default',2,'MOD03','flight'),(94,13282,14747,0,'Hotels','SRC02','hotels','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',4,'1','hotels',2,'MOD03','index'),(95,13282,14747,0,'Hotels','SRC03','hotelsinv','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(96,13282,14747,0,'Holidays','SRC04','holidays','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',6,'1','holidays',4,'MOD03','index'),(97,13282,14747,0,'Activities','SRC05','activities','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',7,'1','activities',4,'MOD03','index'),(98,13282,14747,0,'Reports','MOD04','','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',8,'1','bookings',1,'0',''),(99,13282,14747,0,'Flight Booking','BOK01','bookings/flight','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',9,'1','bookings',3,'MOD04','flight'),(100,13282,14747,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',10,'1','bookings',3,'MOD04','flight'),(101,13282,14747,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',11,'1','bookings',3,'MOD04','flight'),(102,13282,14747,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(103,13282,14747,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(104,13282,14747,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(105,13282,14747,0,'Finance','MOD05','','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',15,'1','finance',1,'0',''),(106,13282,14747,0,'Deposit Payment','FIN01','finance/deposit','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',16,'1','finance',2,'MOD05','deposit'),(107,13282,14747,0,'Ledger','FIN02','finance/ledger','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',17,'1','finance',2,'MOD05','ledger'),(108,13282,14747,0,'Settings','MOD06','','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',19,'1','settings',1,'0',''),(109,13282,14747,0,'Markup','SET01','markup','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',20,'1','default',1,'MOD06','markup'),(110,13282,14747,0,'My Queries','MOD07','list/index/my-query','2022-12-01 21:01:00','2022-12-01 21:01:00','1','0',18,'1','list',1,'0','index'),(111,14123,15658,0,'Dashboard','MOD01','dashboard','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',1,'1','dashboard',1,'0','index'),(112,14123,15658,0,'Staff Management','MOD02','','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',19,'1','staff-management',1,'0',''),(113,14123,15658,0,'Staff','STA01','staff','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',20,'1','staff-management',2,'MOD02','index'),(114,14123,15658,0,'Search','MOD03','','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',2,'1','search',1,'0',''),(115,14123,15658,0,'Flights','SRC01','flight','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',3,'1','default',2,'MOD03','flight'),(116,14123,15658,0,'Hotels','SRC02','hotels','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',4,'1','hotels',2,'MOD03','index'),(117,14123,15658,0,'Hotels','SRC03','hotelsinv','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(118,14123,15658,0,'Holidays','SRC04','holidays','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',6,'1','holidays',4,'MOD03','index'),(119,14123,15658,0,'Activities','SRC05','activities','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',7,'1','activities',4,'MOD03','index'),(120,14123,15658,0,'Reports','MOD04','','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',8,'1','bookings',1,'0',''),(121,14123,15658,0,'Flight Booking','BOK01','bookings/flight','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',9,'1','bookings',3,'MOD04','flight'),(122,14123,15658,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',10,'1','bookings',3,'MOD04','flight'),(123,14123,15658,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',11,'1','bookings',3,'MOD04','flight'),(124,14123,15658,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(125,14123,15658,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(126,14123,15658,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(127,14123,15658,0,'Finance','MOD05','','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',15,'1','finance',1,'0',''),(128,14123,15658,0,'Deposit Payment','FIN01','finance/deposit','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',16,'1','finance',2,'MOD05','deposit'),(129,14123,15658,0,'Ledger','FIN02','finance/ledger','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',17,'1','finance',2,'MOD05','ledger'),(130,14123,15658,0,'Settings','MOD06','','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',19,'1','settings',1,'0',''),(131,14123,15658,0,'Markup','SET01','markup','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',20,'1','default',1,'MOD06','markup'),(132,14123,15658,0,'My Queries','MOD07','list/index/my-query','2022-12-01 23:09:00','2022-12-01 23:09:00','1','0',18,'1','list',1,'0','index'),(133,13540,15017,0,'Dashboard','MOD01','dashboard','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',1,'1','dashboard',1,'0','index'),(134,13540,15017,0,'Staff Management','MOD02','','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',19,'1','staff-management',1,'0',''),(135,13540,15017,0,'Staff','STA01','staff','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',20,'1','staff-management',2,'MOD02','index'),(136,13540,15017,0,'Search','MOD03','','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',2,'1','search',1,'0',''),(137,13540,15017,0,'Flights','SRC01','flight','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',3,'1','default',2,'MOD03','flight'),(138,13540,15017,0,'Hotels','SRC02','hotels','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',4,'1','hotels',2,'MOD03','index'),(139,13540,15017,0,'Hotels','SRC03','hotelsinv','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(140,13540,15017,0,'Holidays','SRC04','holidays','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',6,'1','holidays',4,'MOD03','index'),(141,13540,15017,0,'Activities','SRC05','activities','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',7,'1','activities',4,'MOD03','index'),(142,13540,15017,0,'Reports','MOD04','','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',8,'1','bookings',1,'0',''),(143,13540,15017,0,'Flight Booking','BOK01','bookings/flight','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',9,'1','bookings',3,'MOD04','flight'),(144,13540,15017,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',10,'1','bookings',3,'MOD04','flight'),(145,13540,15017,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',11,'1','bookings',3,'MOD04','flight'),(146,13540,15017,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(147,13540,15017,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(148,13540,15017,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(149,13540,15017,0,'Finance','MOD05','','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',15,'1','finance',1,'0',''),(150,13540,15017,0,'Deposit Payment','FIN01','finance/deposit','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',16,'1','finance',2,'MOD05','deposit'),(151,13540,15017,0,'Ledger','FIN02','finance/ledger','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',17,'1','finance',2,'MOD05','ledger'),(152,13540,15017,0,'Settings','MOD06','','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',19,'1','settings',1,'0',''),(153,13540,15017,0,'Markup','SET01','markup','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',20,'1','default',1,'MOD06','markup'),(154,13540,15017,0,'My Queries','MOD07','list/index/my-query','2022-12-02 12:48:00','2022-12-02 12:48:00','1','0',18,'1','list',1,'0','index'),(155,13306,14771,0,'Dashboard','MOD01','dashboard','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',1,'1','dashboard',1,'0','index'),(156,13306,14771,0,'Staff Management','MOD02','','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',19,'1','staff-management',1,'0',''),(157,13306,14771,0,'Staff','STA01','staff','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',20,'1','staff-management',2,'MOD02','index'),(158,13306,14771,0,'Search','MOD03','','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',2,'1','search',1,'0',''),(159,13306,14771,0,'Flights','SRC01','flight','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',3,'1','default',2,'MOD03','flight'),(160,13306,14771,0,'Hotels','SRC02','hotels','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',4,'1','hotels',2,'MOD03','index'),(161,13306,14771,0,'Hotels','SRC03','hotelsinv','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(162,13306,14771,0,'Holidays','SRC04','holidays','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',6,'1','holidays',4,'MOD03','index'),(163,13306,14771,0,'Activities','SRC05','activities','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',7,'1','activities',4,'MOD03','index'),(164,13306,14771,0,'Reports','MOD04','','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',8,'1','bookings',1,'0',''),(165,13306,14771,0,'Flight Booking','BOK01','bookings/flight','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',9,'1','bookings',3,'MOD04','flight'),(166,13306,14771,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',10,'1','bookings',3,'MOD04','flight'),(167,13306,14771,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',11,'1','bookings',3,'MOD04','flight'),(168,13306,14771,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(169,13306,14771,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(170,13306,14771,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(171,13306,14771,0,'Finance','MOD05','','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',15,'1','finance',1,'0',''),(172,13306,14771,0,'Deposit Payment','FIN01','finance/deposit','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',16,'1','finance',2,'MOD05','deposit'),(173,13306,14771,0,'Ledger','FIN02','finance/ledger','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',17,'1','finance',2,'MOD05','ledger'),(174,13306,14771,0,'Settings','MOD06','','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',19,'1','settings',1,'0',''),(175,13306,14771,0,'Markup','SET01','markup','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',20,'1','default',1,'MOD06','markup'),(176,13306,14771,0,'My Queries','MOD07','list/index/my-query','2022-12-02 15:53:00','2022-12-02 15:53:00','1','0',18,'1','list',1,'0','index'),(177,13289,14754,0,'Dashboard','MOD01','dashboard','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',1,'1','dashboard',1,'0','index'),(178,13289,14754,0,'Staff Management','MOD02','','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',19,'1','staff-management',1,'0',''),(179,13289,14754,0,'Staff','STA01','staff','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',20,'1','staff-management',2,'MOD02','index'),(180,13289,14754,0,'Search','MOD03','','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',2,'1','search',1,'0',''),(181,13289,14754,0,'Flights','SRC01','flight','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',3,'1','default',2,'MOD03','flight'),(182,13289,14754,0,'Hotels','SRC02','hotels','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',4,'1','hotels',2,'MOD03','index'),(183,13289,14754,0,'Hotels','SRC03','hotelsinv','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(184,13289,14754,0,'Holidays','SRC04','holidays','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',6,'1','holidays',4,'MOD03','index'),(185,13289,14754,0,'Activities','SRC05','activities','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',7,'1','activities',4,'MOD03','index'),(186,13289,14754,0,'Reports','MOD04','','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',8,'1','bookings',1,'0',''),(187,13289,14754,0,'Flight Booking','BOK01','bookings/flight','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',9,'1','bookings',3,'MOD04','flight'),(188,13289,14754,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',10,'1','bookings',3,'MOD04','flight'),(189,13289,14754,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',11,'1','bookings',3,'MOD04','flight'),(190,13289,14754,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(191,13289,14754,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(192,13289,14754,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(193,13289,14754,0,'Finance','MOD05','','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',15,'1','finance',1,'0',''),(194,13289,14754,0,'Deposit Payment','FIN01','finance/deposit','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',16,'1','finance',2,'MOD05','deposit'),(195,13289,14754,0,'Ledger','FIN02','finance/ledger','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',17,'1','finance',2,'MOD05','ledger'),(196,13289,14754,0,'Settings','MOD06','','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',19,'1','settings',1,'0',''),(197,13289,14754,0,'Markup','SET01','markup','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',20,'1','default',1,'MOD06','markup'),(198,13289,14754,0,'My Queries','MOD07','list/index/my-query','2022-12-02 23:09:00','2022-12-02 23:09:00','1','0',18,'1','list',1,'0','index'),(199,13264,14729,0,'Dashboard','MOD01','dashboard','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',1,'1','dashboard',1,'0','index'),(200,13264,14729,0,'Staff Management','MOD02','','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',19,'1','staff-management',1,'0',''),(201,13264,14729,0,'Staff','STA01','staff','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',20,'1','staff-management',2,'MOD02','index'),(202,13264,14729,0,'Search','MOD03','','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',2,'1','search',1,'0',''),(203,13264,14729,0,'Flights','SRC01','flight','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',3,'1','default',2,'MOD03','flight'),(204,13264,14729,0,'Hotels','SRC02','hotels','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',4,'1','hotels',2,'MOD03','index'),(205,13264,14729,0,'Hotels','SRC03','hotelsinv','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(206,13264,14729,0,'Holidays','SRC04','holidays','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',6,'1','holidays',4,'MOD03','index'),(207,13264,14729,0,'Activities','SRC05','activities','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',7,'1','activities',4,'MOD03','index'),(208,13264,14729,0,'Reports','MOD04','','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',8,'1','bookings',1,'0',''),(209,13264,14729,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',9,'1','bookings',3,'MOD04','flight'),(210,13264,14729,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',10,'1','bookings',3,'MOD04','flight'),(211,13264,14729,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',11,'1','bookings',3,'MOD04','flight'),(212,13264,14729,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(213,13264,14729,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(214,13264,14729,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(215,13264,14729,0,'Finance','MOD05','','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',15,'1','finance',1,'0',''),(216,13264,14729,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',16,'1','finance',2,'MOD05','deposit'),(217,13264,14729,0,'Ledger','FIN02','finance/ledger','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',17,'1','finance',2,'MOD05','ledger'),(218,13264,14729,0,'Settings','MOD06','','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',19,'1','settings',1,'0',''),(219,13264,14729,0,'Markup','SET01','markup','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',20,'1','default',1,'MOD06','markup'),(220,13264,14729,0,'My Queries','MOD07','list/index/my-query','2022-12-03 10:37:00','2022-12-03 10:37:00','1','0',18,'1','list',1,'0','index'),(221,13334,14799,0,'Dashboard','MOD01','dashboard','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',1,'1','dashboard',1,'0','index'),(222,13334,14799,0,'Staff Management','MOD02','','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',19,'1','staff-management',1,'0',''),(223,13334,14799,0,'Staff','STA01','staff','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',20,'1','staff-management',2,'MOD02','index'),(224,13334,14799,0,'Search','MOD03','','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',2,'1','search',1,'0',''),(225,13334,14799,0,'Flights','SRC01','flight','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',3,'1','default',2,'MOD03','flight'),(226,13334,14799,0,'Hotels','SRC02','hotels','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',4,'1','hotels',2,'MOD03','index'),(227,13334,14799,0,'Hotels','SRC03','hotelsinv','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(228,13334,14799,0,'Holidays','SRC04','holidays','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',6,'1','holidays',4,'MOD03','index'),(229,13334,14799,0,'Activities','SRC05','activities','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',7,'1','activities',4,'MOD03','index'),(230,13334,14799,0,'Reports','MOD04','','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',8,'1','bookings',1,'0',''),(231,13334,14799,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',9,'1','bookings',3,'MOD04','flight'),(232,13334,14799,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',10,'1','bookings',3,'MOD04','flight'),(233,13334,14799,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',11,'1','bookings',3,'MOD04','flight'),(234,13334,14799,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(235,13334,14799,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(236,13334,14799,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(237,13334,14799,0,'Finance','MOD05','','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',15,'1','finance',1,'0',''),(238,13334,14799,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',16,'1','finance',2,'MOD05','deposit'),(239,13334,14799,0,'Ledger','FIN02','finance/ledger','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',17,'1','finance',2,'MOD05','ledger'),(240,13334,14799,0,'Settings','MOD06','','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',19,'1','settings',1,'0',''),(241,13334,14799,0,'Markup','SET01','markup','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',20,'1','default',1,'MOD06','markup'),(242,13334,14799,0,'My Queries','MOD07','list/index/my-query','2022-12-03 14:13:00','2022-12-03 14:13:00','1','0',18,'1','list',1,'0','index'),(243,13328,14793,0,'Dashboard','MOD01','dashboard','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',1,'1','dashboard',1,'0','index'),(244,13328,14793,0,'Staff Management','MOD02','','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',19,'1','staff-management',1,'0',''),(245,13328,14793,0,'Staff','STA01','staff','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',20,'1','staff-management',2,'MOD02','index'),(246,13328,14793,0,'Search','MOD03','','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',2,'1','search',1,'0',''),(247,13328,14793,0,'Flights','SRC01','flight','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',3,'1','default',2,'MOD03','flight'),(248,13328,14793,0,'Hotels','SRC02','hotels','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',4,'1','hotels',2,'MOD03','index'),(249,13328,14793,0,'Hotels','SRC03','hotelsinv','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(250,13328,14793,0,'Holidays','SRC04','holidays','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',6,'1','holidays',4,'MOD03','index'),(251,13328,14793,0,'Activities','SRC05','activities','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',7,'1','activities',4,'MOD03','index'),(252,13328,14793,0,'Reports','MOD04','','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',8,'1','bookings',1,'0',''),(253,13328,14793,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',9,'1','bookings',3,'MOD04','flight'),(254,13328,14793,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',10,'1','bookings',3,'MOD04','flight'),(255,13328,14793,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',11,'1','bookings',3,'MOD04','flight'),(256,13328,14793,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(257,13328,14793,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(258,13328,14793,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(259,13328,14793,0,'Finance','MOD05','','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',15,'1','finance',1,'0',''),(260,13328,14793,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',16,'1','finance',2,'MOD05','deposit'),(261,13328,14793,0,'Ledger','FIN02','finance/ledger','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',17,'1','finance',2,'MOD05','ledger'),(262,13328,14793,0,'Settings','MOD06','','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',19,'1','settings',1,'0',''),(263,13328,14793,0,'Markup','SET01','markup','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',20,'1','default',1,'MOD06','markup'),(264,13328,14793,0,'My Queries','MOD07','list/index/my-query','2022-12-03 16:27:00','2022-12-03 16:27:00','1','0',18,'1','list',1,'0','index'),(265,13135,14600,0,'Dashboard','MOD01','dashboard','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',1,'1','dashboard',1,'0','index'),(266,13135,14600,0,'Staff Management','MOD02','','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',19,'1','staff-management',1,'0',''),(267,13135,14600,0,'Staff','STA01','staff','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',20,'1','staff-management',2,'MOD02','index'),(268,13135,14600,0,'Search','MOD03','','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',2,'1','search',1,'0',''),(269,13135,14600,0,'Flights','SRC01','flight','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',3,'1','default',2,'MOD03','flight'),(270,13135,14600,0,'Hotels','SRC02','hotels','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',4,'1','hotels',2,'MOD03','index'),(271,13135,14600,0,'Hotels','SRC03','hotelsinv','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(272,13135,14600,0,'Holidays','SRC04','holidays','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',6,'1','holidays',4,'MOD03','index'),(273,13135,14600,0,'Activities','SRC05','activities','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',7,'1','activities',4,'MOD03','index'),(274,13135,14600,0,'Reports','MOD04','','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',8,'1','bookings',1,'0',''),(275,13135,14600,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',9,'1','bookings',3,'MOD04','flight'),(276,13135,14600,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',10,'1','bookings',3,'MOD04','flight'),(277,13135,14600,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',11,'1','bookings',3,'MOD04','flight'),(278,13135,14600,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(279,13135,14600,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(280,13135,14600,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(281,13135,14600,0,'Finance','MOD05','','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',15,'1','finance',1,'0',''),(282,13135,14600,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',16,'1','finance',2,'MOD05','deposit'),(283,13135,14600,0,'Ledger','FIN02','finance/ledger','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',17,'1','finance',2,'MOD05','ledger'),(284,13135,14600,0,'Settings','MOD06','','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',19,'1','settings',1,'0',''),(285,13135,14600,0,'Markup','SET01','markup','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',20,'1','default',1,'MOD06','markup'),(286,13135,14600,0,'My Queries','MOD07','list/index/my-query','2022-12-03 16:58:00','2022-12-03 16:58:00','1','0',18,'1','list',1,'0','index'),(287,14094,15621,0,'Dashboard','MOD01','dashboard','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',1,'1','dashboard',1,'0','index'),(288,14094,15621,0,'Staff Management','MOD02','','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',19,'1','staff-management',1,'0',''),(289,14094,15621,0,'Staff','STA01','staff','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',20,'1','staff-management',2,'MOD02','index'),(290,14094,15621,0,'Search','MOD03','','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',2,'1','search',1,'0',''),(291,14094,15621,0,'Flights','SRC01','flight','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',3,'1','default',2,'MOD03','flight'),(292,14094,15621,0,'Hotels','SRC02','hotels','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',4,'1','hotels',2,'MOD03','index'),(293,14094,15621,0,'Hotels','SRC03','hotelsinv','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(294,14094,15621,0,'Holidays','SRC04','holidays','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',6,'1','holidays',4,'MOD03','index'),(295,14094,15621,0,'Activities','SRC05','activities','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',7,'1','activities',4,'MOD03','index'),(296,14094,15621,0,'Reports','MOD04','','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',8,'1','bookings',1,'0',''),(297,14094,15621,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',9,'1','bookings',3,'MOD04','flight'),(298,14094,15621,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',10,'1','bookings',3,'MOD04','flight'),(299,14094,15621,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',11,'1','bookings',3,'MOD04','flight'),(300,14094,15621,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(301,14094,15621,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(302,14094,15621,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(303,14094,15621,0,'Finance','MOD05','','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',15,'1','finance',1,'0',''),(304,14094,15621,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',16,'1','finance',2,'MOD05','deposit'),(305,14094,15621,0,'Ledger','FIN02','finance/ledger','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',17,'1','finance',2,'MOD05','ledger'),(306,14094,15621,0,'Settings','MOD06','','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',19,'1','settings',1,'0',''),(307,14094,15621,0,'Markup','SET01','markup','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',20,'1','default',1,'MOD06','markup'),(308,14094,15621,0,'My Queries','MOD07','list/index/my-query','2022-12-03 17:52:00','2022-12-03 17:52:00','1','0',18,'1','list',1,'0','index'),(309,13323,14788,0,'Dashboard','MOD01','dashboard','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',1,'1','dashboard',1,'0','index'),(310,13323,14788,0,'Staff Management','MOD02','','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',19,'1','staff-management',1,'0',''),(311,13323,14788,0,'Staff','STA01','staff','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',20,'1','staff-management',2,'MOD02','index'),(312,13323,14788,0,'Search','MOD03','','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',2,'1','search',1,'0',''),(313,13323,14788,0,'Flights','SRC01','flight','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',3,'1','default',2,'MOD03','flight'),(314,13323,14788,0,'Hotels','SRC02','hotels','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',4,'1','hotels',2,'MOD03','index'),(315,13323,14788,0,'Hotels','SRC03','hotelsinv','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(316,13323,14788,0,'Holidays','SRC04','holidays','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',6,'1','holidays',4,'MOD03','index'),(317,13323,14788,0,'Activities','SRC05','activities','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',7,'1','activities',4,'MOD03','index'),(318,13323,14788,0,'Reports','MOD04','','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',8,'1','bookings',1,'0',''),(319,13323,14788,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',9,'1','bookings',3,'MOD04','flight'),(320,13323,14788,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',10,'1','bookings',3,'MOD04','flight'),(321,13323,14788,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',11,'1','bookings',3,'MOD04','flight'),(322,13323,14788,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(323,13323,14788,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(324,13323,14788,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(325,13323,14788,0,'Finance','MOD05','','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',15,'1','finance',1,'0',''),(326,13323,14788,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',16,'1','finance',2,'MOD05','deposit'),(327,13323,14788,0,'Ledger','FIN02','finance/ledger','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',17,'1','finance',2,'MOD05','ledger'),(328,13323,14788,0,'Settings','MOD06','','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',19,'1','settings',1,'0',''),(329,13323,14788,0,'Markup','SET01','markup','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',20,'1','default',1,'MOD06','markup'),(330,13323,14788,0,'My Queries','MOD07','list/index/my-query','2022-12-03 20:14:00','2022-12-03 20:14:00','1','0',18,'1','list',1,'0','index'),(331,13593,15075,0,'Dashboard','MOD01','dashboard','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',1,'1','dashboard',1,'0','index'),(332,13593,15075,0,'Staff Management','MOD02','','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',19,'1','staff-management',1,'0',''),(333,13593,15075,0,'Staff','STA01','staff','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',20,'1','staff-management',2,'MOD02','index'),(334,13593,15075,0,'Search','MOD03','','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',2,'1','search',1,'0',''),(335,13593,15075,0,'Flights','SRC01','flight','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',3,'1','default',2,'MOD03','flight'),(336,13593,15075,0,'Hotels','SRC02','hotels','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',4,'1','hotels',2,'MOD03','index'),(337,13593,15075,0,'Hotels','SRC03','hotelsinv','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(338,13593,15075,0,'Holidays','SRC04','holidays','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',6,'1','holidays',4,'MOD03','index'),(339,13593,15075,0,'Activities','SRC05','activities','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',7,'1','activities',4,'MOD03','index'),(340,13593,15075,0,'Reports','MOD04','','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',8,'1','bookings',1,'0',''),(341,13593,15075,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',9,'1','bookings',3,'MOD04','flight'),(342,13593,15075,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',10,'1','bookings',3,'MOD04','flight'),(343,13593,15075,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',11,'1','bookings',3,'MOD04','flight'),(344,13593,15075,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(345,13593,15075,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(346,13593,15075,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(347,13593,15075,0,'Finance','MOD05','','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',15,'1','finance',1,'0',''),(348,13593,15075,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',16,'1','finance',2,'MOD05','deposit'),(349,13593,15075,0,'Ledger','FIN02','finance/ledger','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',17,'1','finance',2,'MOD05','ledger'),(350,13593,15075,0,'Settings','MOD06','','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',19,'1','settings',1,'0',''),(351,13593,15075,0,'Markup','SET01','markup','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',20,'1','default',1,'MOD06','markup'),(352,13593,15075,0,'My Queries','MOD07','list/index/my-query','2022-12-03 21:18:00','2022-12-03 21:18:00','1','0',18,'1','list',1,'0','index'),(353,13134,14599,0,'Dashboard','MOD01','dashboard','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',1,'1','dashboard',1,'0','index'),(354,13134,14599,0,'Staff Management','MOD02','','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',19,'1','staff-management',1,'0',''),(355,13134,14599,0,'Staff','STA01','staff','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',20,'1','staff-management',2,'MOD02','index'),(356,13134,14599,0,'Search','MOD03','','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',2,'1','search',1,'0',''),(357,13134,14599,0,'Flights','SRC01','flight','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',3,'1','default',2,'MOD03','flight'),(358,13134,14599,0,'Hotels','SRC02','hotels','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',4,'1','hotels',2,'MOD03','index'),(359,13134,14599,0,'Hotels','SRC03','hotelsinv','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(360,13134,14599,0,'Holidays','SRC04','holidays','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',6,'1','holidays',4,'MOD03','index'),(361,13134,14599,0,'Activities','SRC05','activities','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',7,'1','activities',4,'MOD03','index'),(362,13134,14599,0,'Reports','MOD04','','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',8,'1','bookings',1,'0',''),(363,13134,14599,0,'Flight Booking','BOK01','bookings/flight','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',9,'1','bookings',3,'MOD04','flight'),(364,13134,14599,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',10,'1','bookings',3,'MOD04','flight'),(365,13134,14599,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',11,'1','bookings',3,'MOD04','flight'),(366,13134,14599,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(367,13134,14599,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(368,13134,14599,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(369,13134,14599,0,'Finance','MOD05','','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',15,'1','finance',1,'0',''),(370,13134,14599,0,'Deposit Payment','FIN01','finance/deposit','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',16,'1','finance',2,'MOD05','deposit'),(371,13134,14599,0,'Ledger','FIN02','finance/ledger','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',17,'1','finance',2,'MOD05','ledger'),(372,13134,14599,0,'Settings','MOD06','','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',19,'1','settings',1,'0',''),(373,13134,14599,0,'Markup','SET01','markup','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',20,'1','default',1,'MOD06','markup'),(374,13134,14599,0,'My Queries','MOD07','list/index/my-query','2022-12-03 21:37:00','2022-12-03 21:37:00','1','0',18,'1','list',1,'0','index'),(375,13342,14807,0,'Dashboard','MOD01','dashboard','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',1,'1','dashboard',1,'0','index'),(376,13342,14807,0,'Staff Management','MOD02','','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',19,'1','staff-management',1,'0',''),(377,13342,14807,0,'Staff','STA01','staff','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',20,'1','staff-management',2,'MOD02','index'),(378,13342,14807,0,'Search','MOD03','','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',2,'1','search',1,'0',''),(379,13342,14807,0,'Flights','SRC01','flight','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',3,'1','default',2,'MOD03','flight'),(380,13342,14807,0,'Hotels','SRC02','hotels','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',4,'1','hotels',2,'MOD03','index'),(381,13342,14807,0,'Hotels','SRC03','hotelsinv','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(382,13342,14807,0,'Holidays','SRC04','holidays','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',6,'1','holidays',4,'MOD03','index'),(383,13342,14807,0,'Activities','SRC05','activities','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',7,'1','activities',4,'MOD03','index'),(384,13342,14807,0,'Reports','MOD04','','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',8,'1','bookings',1,'0',''),(385,13342,14807,0,'Flight Booking','BOK01','bookings/flight','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',9,'1','bookings',3,'MOD04','flight'),(386,13342,14807,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',10,'1','bookings',3,'MOD04','flight'),(387,13342,14807,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',11,'1','bookings',3,'MOD04','flight'),(388,13342,14807,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(389,13342,14807,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(390,13342,14807,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(391,13342,14807,0,'Finance','MOD05','','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',15,'1','finance',1,'0',''),(392,13342,14807,0,'Deposit Payment','FIN01','finance/deposit','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',16,'1','finance',2,'MOD05','deposit'),(393,13342,14807,0,'Ledger','FIN02','finance/ledger','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',17,'1','finance',2,'MOD05','ledger'),(394,13342,14807,0,'Settings','MOD06','','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',19,'1','settings',1,'0',''),(395,13342,14807,0,'Markup','SET01','markup','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',20,'1','default',1,'MOD06','markup'),(396,13342,14807,0,'My Queries','MOD07','list/index/my-query','2022-12-04 05:38:00','2022-12-04 05:38:00','1','0',18,'1','list',1,'0','index'),(397,13183,14647,0,'Dashboard','MOD01','dashboard','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',1,'1','dashboard',1,'0','index'),(398,13183,14647,0,'Staff Management','MOD02','','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',19,'1','staff-management',1,'0',''),(399,13183,14647,0,'Staff','STA01','staff','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',20,'1','staff-management',2,'MOD02','index'),(400,13183,14647,0,'Search','MOD03','','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',2,'1','search',1,'0',''),(401,13183,14647,0,'Flights','SRC01','flight','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',3,'1','default',2,'MOD03','flight'),(402,13183,14647,0,'Hotels','SRC02','hotels','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',4,'1','hotels',2,'MOD03','index'),(403,13183,14647,0,'Hotels','SRC03','hotelsinv','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(404,13183,14647,0,'Holidays','SRC04','holidays','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',6,'1','holidays',4,'MOD03','index'),(405,13183,14647,0,'Activities','SRC05','activities','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',7,'1','activities',4,'MOD03','index'),(406,13183,14647,0,'Reports','MOD04','','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',8,'1','bookings',1,'0',''),(407,13183,14647,0,'Flight Booking','BOK01','bookings/flight','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',9,'1','bookings',3,'MOD04','flight'),(408,13183,14647,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',10,'1','bookings',3,'MOD04','flight'),(409,13183,14647,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',11,'1','bookings',3,'MOD04','flight'),(410,13183,14647,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(411,13183,14647,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(412,13183,14647,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(413,13183,14647,0,'Finance','MOD05','','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',15,'1','finance',1,'0',''),(414,13183,14647,0,'Deposit Payment','FIN01','finance/deposit','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',16,'1','finance',2,'MOD05','deposit'),(415,13183,14647,0,'Ledger','FIN02','finance/ledger','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',17,'1','finance',2,'MOD05','ledger'),(416,13183,14647,0,'Settings','MOD06','','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',19,'1','settings',1,'0',''),(417,13183,14647,0,'Markup','SET01','markup','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',20,'1','default',1,'MOD06','markup'),(418,13183,14647,0,'My Queries','MOD07','list/index/my-query','2022-12-04 13:30:00','2022-12-04 13:30:00','1','0',18,'1','list',1,'0','index'),(419,13125,14590,0,'Dashboard','MOD01','dashboard','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',1,'1','dashboard',1,'0','index'),(420,13125,14590,0,'Staff Management','MOD02','','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',19,'1','staff-management',1,'0',''),(421,13125,14590,0,'Staff','STA01','staff','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',20,'1','staff-management',2,'MOD02','index'),(422,13125,14590,0,'Search','MOD03','','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',2,'1','search',1,'0',''),(423,13125,14590,0,'Flights','SRC01','flight','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',3,'1','default',2,'MOD03','flight'),(424,13125,14590,0,'Hotels','SRC02','hotels','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',4,'1','hotels',2,'MOD03','index'),(425,13125,14590,0,'Hotels','SRC03','hotelsinv','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(426,13125,14590,0,'Holidays','SRC04','holidays','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',6,'1','holidays',4,'MOD03','index'),(427,13125,14590,0,'Activities','SRC05','activities','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',7,'1','activities',4,'MOD03','index'),(428,13125,14590,0,'Reports','MOD04','','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',8,'1','bookings',1,'0',''),(429,13125,14590,0,'Flight Booking','BOK01','bookings/flight','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',9,'1','bookings',3,'MOD04','flight'),(430,13125,14590,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',10,'1','bookings',3,'MOD04','flight'),(431,13125,14590,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',11,'1','bookings',3,'MOD04','flight'),(432,13125,14590,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(433,13125,14590,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(434,13125,14590,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(435,13125,14590,0,'Finance','MOD05','','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',15,'1','finance',1,'0',''),(436,13125,14590,0,'Deposit Payment','FIN01','finance/deposit','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',16,'1','finance',2,'MOD05','deposit'),(437,13125,14590,0,'Ledger','FIN02','finance/ledger','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',17,'1','finance',2,'MOD05','ledger'),(438,13125,14590,0,'Settings','MOD06','','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',19,'1','settings',1,'0',''),(439,13125,14590,0,'Markup','SET01','markup','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',20,'1','default',1,'MOD06','markup'),(440,13125,14590,0,'My Queries','MOD07','list/index/my-query','2022-12-05 00:05:00','2022-12-05 00:05:00','1','0',18,'1','list',1,'0','index'),(441,13288,14753,0,'Dashboard','MOD01','dashboard','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',1,'1','dashboard',1,'0','index'),(442,13288,14753,0,'Staff Management','MOD02','','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',19,'1','staff-management',1,'0',''),(443,13288,14753,0,'Staff','STA01','staff','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',20,'1','staff-management',2,'MOD02','index'),(444,13288,14753,0,'Search','MOD03','','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',2,'1','search',1,'0',''),(445,13288,14753,0,'Flights','SRC01','flight','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',3,'1','default',2,'MOD03','flight'),(446,13288,14753,0,'Hotels','SRC02','hotels','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',4,'1','hotels',2,'MOD03','index'),(447,13288,14753,0,'Hotels','SRC03','hotelsinv','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(448,13288,14753,0,'Holidays','SRC04','holidays','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',6,'1','holidays',4,'MOD03','index'),(449,13288,14753,0,'Activities','SRC05','activities','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',7,'1','activities',4,'MOD03','index'),(450,13288,14753,0,'Reports','MOD04','','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',8,'1','bookings',1,'0',''),(451,13288,14753,0,'Flight Booking','BOK01','bookings/flight','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',9,'1','bookings',3,'MOD04','flight'),(452,13288,14753,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',10,'1','bookings',3,'MOD04','flight'),(453,13288,14753,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',11,'1','bookings',3,'MOD04','flight'),(454,13288,14753,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(455,13288,14753,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(456,13288,14753,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(457,13288,14753,0,'Finance','MOD05','','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',15,'1','finance',1,'0',''),(458,13288,14753,0,'Deposit Payment','FIN01','finance/deposit','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',16,'1','finance',2,'MOD05','deposit'),(459,13288,14753,0,'Ledger','FIN02','finance/ledger','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',17,'1','finance',2,'MOD05','ledger'),(460,13288,14753,0,'Settings','MOD06','','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',19,'1','settings',1,'0',''),(461,13288,14753,0,'Markup','SET01','markup','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',20,'1','default',1,'MOD06','markup'),(462,13288,14753,0,'My Queries','MOD07','list/index/my-query','2022-12-05 11:48:00','2022-12-05 11:48:00','1','0',18,'1','list',1,'0','index'),(463,13228,14693,0,'Dashboard','MOD01','dashboard','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',1,'1','dashboard',1,'0','index'),(464,13228,14693,0,'Staff Management','MOD02','','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',19,'1','staff-management',1,'0',''),(465,13228,14693,0,'Staff','STA01','staff','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',20,'1','staff-management',2,'MOD02','index'),(466,13228,14693,0,'Search','MOD03','','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',2,'1','search',1,'0',''),(467,13228,14693,0,'Flights','SRC01','flight','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',3,'1','default',2,'MOD03','flight'),(468,13228,14693,0,'Hotels','SRC02','hotels','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',4,'1','hotels',2,'MOD03','index'),(469,13228,14693,0,'Hotels','SRC03','hotelsinv','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(470,13228,14693,0,'Holidays','SRC04','holidays','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',6,'1','holidays',4,'MOD03','index'),(471,13228,14693,0,'Activities','SRC05','activities','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',7,'1','activities',4,'MOD03','index'),(472,13228,14693,0,'Reports','MOD04','','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',8,'1','bookings',1,'0',''),(473,13228,14693,0,'Flight Booking','BOK01','bookings/flight','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',9,'1','bookings',3,'MOD04','flight'),(474,13228,14693,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',10,'1','bookings',3,'MOD04','flight'),(475,13228,14693,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',11,'1','bookings',3,'MOD04','flight'),(476,13228,14693,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(477,13228,14693,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(478,13228,14693,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(479,13228,14693,0,'Finance','MOD05','','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',15,'1','finance',1,'0',''),(480,13228,14693,0,'Deposit Payment','FIN01','finance/deposit','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',16,'1','finance',2,'MOD05','deposit'),(481,13228,14693,0,'Ledger','FIN02','finance/ledger','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',17,'1','finance',2,'MOD05','ledger'),(482,13228,14693,0,'Settings','MOD06','','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',19,'1','settings',1,'0',''),(483,13228,14693,0,'Markup','SET01','markup','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',20,'1','default',1,'MOD06','markup'),(484,13228,14693,0,'My Queries','MOD07','list/index/my-query','2022-12-05 13:57:00','2022-12-05 13:57:00','1','0',18,'1','list',1,'0','index'),(485,13069,14525,0,'Dashboard','MOD01','dashboard','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',1,'1','dashboard',1,'0','index'),(486,13069,14525,0,'Staff Management','MOD02','','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',19,'1','staff-management',1,'0',''),(487,13069,14525,0,'Staff','STA01','staff','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',20,'1','staff-management',2,'MOD02','index'),(488,13069,14525,0,'Search','MOD03','','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',2,'1','search',1,'0',''),(489,13069,14525,0,'Flights','SRC01','flight','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',3,'1','default',2,'MOD03','flight'),(490,13069,14525,0,'Hotels','SRC02','hotels','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',4,'1','hotels',2,'MOD03','index'),(491,13069,14525,0,'Hotels','SRC03','hotelsinv','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(492,13069,14525,0,'Holidays','SRC04','holidays','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',6,'1','holidays',4,'MOD03','index'),(493,13069,14525,0,'Activities','SRC05','activities','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',7,'1','activities',4,'MOD03','index'),(494,13069,14525,0,'Reports','MOD04','','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',8,'1','bookings',1,'0',''),(495,13069,14525,0,'Flight Booking','BOK01','bookings/flight','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',9,'1','bookings',3,'MOD04','flight'),(496,13069,14525,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',10,'1','bookings',3,'MOD04','flight'),(497,13069,14525,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',11,'1','bookings',3,'MOD04','flight'),(498,13069,14525,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(499,13069,14525,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(500,13069,14525,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(501,13069,14525,0,'Finance','MOD05','','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',15,'1','finance',1,'0',''),(502,13069,14525,0,'Deposit Payment','FIN01','finance/deposit','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',16,'1','finance',2,'MOD05','deposit'),(503,13069,14525,0,'Ledger','FIN02','finance/ledger','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',17,'1','finance',2,'MOD05','ledger'),(504,13069,14525,0,'Settings','MOD06','','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',19,'1','settings',1,'0',''),(505,13069,14525,0,'Markup','SET01','markup','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',20,'1','default',1,'MOD06','markup'),(506,13069,14525,0,'My Queries','MOD07','list/index/my-query','2022-12-05 15:53:00','2022-12-05 15:53:00','1','0',18,'1','list',1,'0','index'),(507,14183,15743,0,'Dashboard','MOD01','dashboard','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',1,'1','dashboard',1,'0','index'),(508,14183,15743,0,'Staff Management','MOD02','','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',19,'1','staff-management',1,'0',''),(509,14183,15743,0,'Staff','STA01','staff','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',20,'1','staff-management',2,'MOD02','index'),(510,14183,15743,0,'Search','MOD03','','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',2,'1','search',1,'0',''),(511,14183,15743,0,'Flights','SRC01','flight','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',3,'1','default',2,'MOD03','flight'),(512,14183,15743,0,'Hotels','SRC02','hotels','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',4,'1','hotels',2,'MOD03','index'),(513,14183,15743,0,'Hotels','SRC03','hotelsinv','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(514,14183,15743,0,'Holidays','SRC04','holidays','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',6,'1','holidays',4,'MOD03','index'),(515,14183,15743,0,'Activities','SRC05','activities','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',7,'1','activities',4,'MOD03','index'),(516,14183,15743,0,'Reports','MOD04','','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',8,'1','bookings',1,'0',''),(517,14183,15743,0,'Flight Booking','BOK01','bookings/flight','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',9,'1','bookings',3,'MOD04','flight'),(518,14183,15743,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',10,'1','bookings',3,'MOD04','flight'),(519,14183,15743,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',11,'1','bookings',3,'MOD04','flight'),(520,14183,15743,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(521,14183,15743,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(522,14183,15743,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(523,14183,15743,0,'Finance','MOD05','','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',15,'1','finance',1,'0',''),(524,14183,15743,0,'Deposit Payment','FIN01','finance/deposit','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',16,'1','finance',2,'MOD05','deposit'),(525,14183,15743,0,'Ledger','FIN02','finance/ledger','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',17,'1','finance',2,'MOD05','ledger'),(526,14183,15743,0,'Settings','MOD06','','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',19,'1','settings',1,'0',''),(527,14183,15743,0,'Markup','SET01','markup','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',20,'1','default',1,'MOD06','markup'),(528,14183,15743,0,'My Queries','MOD07','list/index/my-query','2022-12-05 18:01:00','2022-12-05 18:01:00','1','0',18,'1','list',1,'0','index'),(529,13534,15011,0,'Dashboard','MOD01','dashboard','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',1,'1','dashboard',1,'0','index'),(530,13534,15011,0,'Staff Management','MOD02','','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',19,'1','staff-management',1,'0',''),(531,13534,15011,0,'Staff','STA01','staff','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',20,'1','staff-management',2,'MOD02','index'),(532,13534,15011,0,'Search','MOD03','','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',2,'1','search',1,'0',''),(533,13534,15011,0,'Flights','SRC01','flight','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',3,'1','default',2,'MOD03','flight'),(534,13534,15011,0,'Hotels','SRC02','hotels','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',4,'1','hotels',2,'MOD03','index'),(535,13534,15011,0,'Hotels','SRC03','hotelsinv','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(536,13534,15011,0,'Holidays','SRC04','holidays','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',6,'1','holidays',4,'MOD03','index'),(537,13534,15011,0,'Activities','SRC05','activities','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',7,'1','activities',4,'MOD03','index'),(538,13534,15011,0,'Reports','MOD04','','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',8,'1','bookings',1,'0',''),(539,13534,15011,0,'Flight Booking','BOK01','bookings/flight','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',9,'1','bookings',3,'MOD04','flight'),(540,13534,15011,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',10,'1','bookings',3,'MOD04','flight'),(541,13534,15011,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',11,'1','bookings',3,'MOD04','flight'),(542,13534,15011,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(543,13534,15011,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(544,13534,15011,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(545,13534,15011,0,'Finance','MOD05','','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',15,'1','finance',1,'0',''),(546,13534,15011,0,'Deposit Payment','FIN01','finance/deposit','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',16,'1','finance',2,'MOD05','deposit'),(547,13534,15011,0,'Ledger','FIN02','finance/ledger','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',17,'1','finance',2,'MOD05','ledger'),(548,13534,15011,0,'Settings','MOD06','','2022-12-05 21:20:00','2022-12-05 21:20:00','0','0',19,'1','settings',1,'0',''),(549,13534,15011,0,'Markup','SET01','markup','2022-12-05 21:20:00','2022-12-05 21:20:00','0','0',20,'1','default',1,'MOD06','markup'),(550,13534,15011,0,'My Queries','MOD07','list/index/my-query','2022-12-05 21:20:00','2022-12-05 21:20:00','1','0',18,'1','list',1,'0','index'),(551,14220,15782,0,'Dashboard','MOD01','dashboard','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',1,'1','dashboard',1,'0','index'),(552,14220,15782,0,'Staff Management','MOD02','','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',19,'1','staff-management',1,'0',''),(553,14220,15782,0,'Staff','STA01','staff','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',20,'1','staff-management',2,'MOD02','index'),(554,14220,15782,0,'Search','MOD03','','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',2,'1','search',1,'0',''),(555,14220,15782,0,'Flights','SRC01','flight','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',3,'1','default',2,'MOD03','flight'),(556,14220,15782,0,'Hotels','SRC02','hotels','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',4,'1','hotels',2,'MOD03','index'),(557,14220,15782,0,'Hotels','SRC03','hotelsinv','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(558,14220,15782,0,'Holidays','SRC04','holidays','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',6,'1','holidays',4,'MOD03','index'),(559,14220,15782,0,'Activities','SRC05','activities','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',7,'1','activities',4,'MOD03','index'),(560,14220,15782,0,'Reports','MOD04','','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',8,'1','bookings',1,'0',''),(561,14220,15782,0,'Flight Booking','BOK01','bookings/flight','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',9,'1','bookings',3,'MOD04','flight'),(562,14220,15782,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',10,'1','bookings',3,'MOD04','flight'),(563,14220,15782,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',11,'1','bookings',3,'MOD04','flight'),(564,14220,15782,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(565,14220,15782,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(566,14220,15782,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(567,14220,15782,0,'Finance','MOD05','','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',15,'1','finance',1,'0',''),(568,14220,15782,0,'Deposit Payment','FIN01','finance/deposit','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',16,'1','finance',2,'MOD05','deposit'),(569,14220,15782,0,'Ledger','FIN02','finance/ledger','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',17,'1','finance',2,'MOD05','ledger'),(570,14220,15782,0,'Settings','MOD06','','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',19,'1','settings',1,'0',''),(571,14220,15782,0,'Markup','SET01','markup','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',20,'1','default',1,'MOD06','markup'),(572,14220,15782,0,'My Queries','MOD07','list/index/my-query','2022-12-06 17:39:00','2022-12-06 17:39:00','1','0',18,'1','list',1,'0','index'),(573,13397,14862,0,'Dashboard','MOD01','dashboard','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',1,'1','dashboard',1,'0','index'),(574,13397,14862,0,'Staff Management','MOD02','','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',19,'1','staff-management',1,'0',''),(575,13397,14862,0,'Staff','STA01','staff','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',20,'1','staff-management',2,'MOD02','index'),(576,13397,14862,0,'Search','MOD03','','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',2,'1','search',1,'0',''),(577,13397,14862,0,'Flights','SRC01','flight','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',3,'1','default',2,'MOD03','flight'),(578,13397,14862,0,'Hotels','SRC02','hotels','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',4,'1','hotels',2,'MOD03','index'),(579,13397,14862,0,'Hotels','SRC03','hotelsinv','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(580,13397,14862,0,'Holidays','SRC04','holidays','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',6,'1','holidays',4,'MOD03','index'),(581,13397,14862,0,'Activities','SRC05','activities','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',7,'1','activities',4,'MOD03','index'),(582,13397,14862,0,'Reports','MOD04','','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',8,'1','bookings',1,'0',''),(583,13397,14862,0,'Flight Booking','BOK01','bookings/flight','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',9,'1','bookings',3,'MOD04','flight'),(584,13397,14862,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',10,'1','bookings',3,'MOD04','flight'),(585,13397,14862,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',11,'1','bookings',3,'MOD04','flight'),(586,13397,14862,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(587,13397,14862,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(588,13397,14862,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(589,13397,14862,0,'Finance','MOD05','','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',15,'1','finance',1,'0',''),(590,13397,14862,0,'Deposit Payment','FIN01','finance/deposit','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',16,'1','finance',2,'MOD05','deposit'),(591,13397,14862,0,'Ledger','FIN02','finance/ledger','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',17,'1','finance',2,'MOD05','ledger'),(592,13397,14862,0,'Settings','MOD06','','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',19,'1','settings',1,'0',''),(593,13397,14862,0,'Markup','SET01','markup','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',20,'1','default',1,'MOD06','markup'),(594,13397,14862,0,'My Queries','MOD07','list/index/my-query','2022-12-07 10:43:00','2022-12-07 10:43:00','1','0',18,'1','list',1,'0','index'),(595,13171,14635,0,'Dashboard','MOD01','dashboard','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',1,'1','dashboard',1,'0','index'),(596,13171,14635,0,'Staff Management','MOD02','','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',19,'1','staff-management',1,'0',''),(597,13171,14635,0,'Staff','STA01','staff','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',20,'1','staff-management',2,'MOD02','index'),(598,13171,14635,0,'Search','MOD03','','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',2,'1','search',1,'0',''),(599,13171,14635,0,'Flights','SRC01','flight','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',3,'1','default',2,'MOD03','flight'),(600,13171,14635,0,'Hotels','SRC02','hotels','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',4,'1','hotels',2,'MOD03','index'),(601,13171,14635,0,'Hotels','SRC03','hotelsinv','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(602,13171,14635,0,'Holidays','SRC04','holidays','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',6,'1','holidays',4,'MOD03','index'),(603,13171,14635,0,'Activities','SRC05','activities','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',7,'1','activities',4,'MOD03','index'),(604,13171,14635,0,'Reports','MOD04','','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',8,'1','bookings',1,'0',''),(605,13171,14635,0,'Flight Booking','BOK01','bookings/flight','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',9,'1','bookings',3,'MOD04','flight'),(606,13171,14635,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',10,'1','bookings',3,'MOD04','flight'),(607,13171,14635,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',11,'1','bookings',3,'MOD04','flight'),(608,13171,14635,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(609,13171,14635,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(610,13171,14635,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(611,13171,14635,0,'Finance','MOD05','','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',15,'1','finance',1,'0',''),(612,13171,14635,0,'Deposit Payment','FIN01','finance/deposit','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',16,'1','finance',2,'MOD05','deposit'),(613,13171,14635,0,'Ledger','FIN02','finance/ledger','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',17,'1','finance',2,'MOD05','ledger'),(614,13171,14635,0,'Settings','MOD06','','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',19,'1','settings',1,'0',''),(615,13171,14635,0,'Markup','SET01','markup','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',20,'1','default',1,'MOD06','markup'),(616,13171,14635,0,'My Queries','MOD07','list/index/my-query','2022-12-07 13:20:00','2022-12-07 13:20:00','1','0',18,'1','list',1,'0','index'),(617,13238,14703,0,'Dashboard','MOD01','dashboard','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',1,'1','dashboard',1,'0','index'),(618,13238,14703,0,'Staff Management','MOD02','','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',19,'1','staff-management',1,'0',''),(619,13238,14703,0,'Staff','STA01','staff','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',20,'1','staff-management',2,'MOD02','index'),(620,13238,14703,0,'Search','MOD03','','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',2,'1','search',1,'0',''),(621,13238,14703,0,'Flights','SRC01','flight','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',3,'1','default',2,'MOD03','flight'),(622,13238,14703,0,'Hotels','SRC02','hotels','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',4,'1','hotels',2,'MOD03','index'),(623,13238,14703,0,'Hotels','SRC03','hotelsinv','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(624,13238,14703,0,'Holidays','SRC04','holidays','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',6,'1','holidays',4,'MOD03','index'),(625,13238,14703,0,'Activities','SRC05','activities','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',7,'1','activities',4,'MOD03','index'),(626,13238,14703,0,'Reports','MOD04','','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',8,'1','bookings',1,'0',''),(627,13238,14703,0,'Flight Booking','BOK01','bookings/flight','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',9,'1','bookings',3,'MOD04','flight'),(628,13238,14703,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',10,'1','bookings',3,'MOD04','flight'),(629,13238,14703,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',11,'1','bookings',3,'MOD04','flight'),(630,13238,14703,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(631,13238,14703,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(632,13238,14703,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(633,13238,14703,0,'Finance','MOD05','','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',15,'1','finance',1,'0',''),(634,13238,14703,0,'Deposit Payment','FIN01','finance/deposit','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',16,'1','finance',2,'MOD05','deposit'),(635,13238,14703,0,'Ledger','FIN02','finance/ledger','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',17,'1','finance',2,'MOD05','ledger'),(636,13238,14703,0,'Settings','MOD06','','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',19,'1','settings',1,'0',''),(637,13238,14703,0,'Markup','SET01','markup','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',20,'1','default',1,'MOD06','markup'),(638,13238,14703,0,'My Queries','MOD07','list/index/my-query','2022-12-08 11:19:00','2022-12-08 11:19:00','1','0',18,'1','list',1,'0','index'),(639,13214,14678,0,'Dashboard','MOD01','dashboard','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',1,'1','dashboard',1,'0','index'),(640,13214,14678,0,'Staff Management','MOD02','','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',19,'1','staff-management',1,'0',''),(641,13214,14678,0,'Staff','STA01','staff','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',20,'1','staff-management',2,'MOD02','index'),(642,13214,14678,0,'Search','MOD03','','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',2,'1','search',1,'0',''),(643,13214,14678,0,'Flights','SRC01','flight','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',3,'1','default',2,'MOD03','flight'),(644,13214,14678,0,'Hotels','SRC02','hotels','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',4,'1','hotels',2,'MOD03','index'),(645,13214,14678,0,'Hotels','SRC03','hotelsinv','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(646,13214,14678,0,'Holidays','SRC04','holidays','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',6,'1','holidays',4,'MOD03','index'),(647,13214,14678,0,'Activities','SRC05','activities','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',7,'1','activities',4,'MOD03','index'),(648,13214,14678,0,'Reports','MOD04','','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',8,'1','bookings',1,'0',''),(649,13214,14678,0,'Flight Booking','BOK01','bookings/flight','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',9,'1','bookings',3,'MOD04','flight'),(650,13214,14678,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',10,'1','bookings',3,'MOD04','flight'),(651,13214,14678,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',11,'1','bookings',3,'MOD04','flight'),(652,13214,14678,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(653,13214,14678,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(654,13214,14678,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(655,13214,14678,0,'Finance','MOD05','','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',15,'1','finance',1,'0',''),(656,13214,14678,0,'Deposit Payment','FIN01','finance/deposit','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',16,'1','finance',2,'MOD05','deposit'),(657,13214,14678,0,'Ledger','FIN02','finance/ledger','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',17,'1','finance',2,'MOD05','ledger'),(658,13214,14678,0,'Settings','MOD06','','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',19,'1','settings',1,'0',''),(659,13214,14678,0,'Markup','SET01','markup','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',20,'1','default',1,'MOD06','markup'),(660,13214,14678,0,'My Queries','MOD07','list/index/my-query','2022-12-09 13:27:00','2022-12-09 13:27:00','1','0',18,'1','list',1,'0','index'),(661,13061,14517,0,'Dashboard','MOD01','dashboard','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',1,'1','dashboard',1,'0','index'),(662,13061,14517,0,'Staff Management','MOD02','','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',19,'1','staff-management',1,'0',''),(663,13061,14517,0,'Staff','STA01','staff','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',20,'1','staff-management',2,'MOD02','index'),(664,13061,14517,0,'Search','MOD03','','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',2,'1','search',1,'0',''),(665,13061,14517,0,'Flights','SRC01','flight','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',3,'1','default',2,'MOD03','flight'),(666,13061,14517,0,'Hotels','SRC02','hotels','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',4,'1','hotels',2,'MOD03','index'),(667,13061,14517,0,'Hotels','SRC03','hotelsinv','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(668,13061,14517,0,'Holidays','SRC04','holidays','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',6,'1','holidays',4,'MOD03','index'),(669,13061,14517,0,'Activities','SRC05','activities','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',7,'1','activities',4,'MOD03','index'),(670,13061,14517,0,'Reports','MOD04','','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',8,'1','bookings',1,'0',''),(671,13061,14517,0,'Flight Booking','BOK01','bookings/flight','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',9,'1','bookings',3,'MOD04','flight'),(672,13061,14517,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',10,'1','bookings',3,'MOD04','flight'),(673,13061,14517,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',11,'1','bookings',3,'MOD04','flight'),(674,13061,14517,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(675,13061,14517,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(676,13061,14517,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(677,13061,14517,0,'Finance','MOD05','','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',15,'1','finance',1,'0',''),(678,13061,14517,0,'Deposit Payment','FIN01','finance/deposit','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',16,'1','finance',2,'MOD05','deposit'),(679,13061,14517,0,'Ledger','FIN02','finance/ledger','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',17,'1','finance',2,'MOD05','ledger'),(680,13061,14517,0,'Settings','MOD06','','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',19,'1','settings',1,'0',''),(681,13061,14517,0,'Markup','SET01','markup','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',20,'1','default',1,'MOD06','markup'),(682,13061,14517,0,'My Queries','MOD07','list/index/my-query','2022-12-09 13:56:00','2022-12-09 13:56:00','1','0',18,'1','list',1,'0','index'),(683,13314,14779,0,'Dashboard','MOD01','dashboard','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',1,'1','dashboard',1,'0','index'),(684,13314,14779,0,'Staff Management','MOD02','','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',19,'1','staff-management',1,'0',''),(685,13314,14779,0,'Staff','STA01','staff','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',20,'1','staff-management',2,'MOD02','index'),(686,13314,14779,0,'Search','MOD03','','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',2,'1','search',1,'0',''),(687,13314,14779,0,'Flights','SRC01','flight','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',3,'1','default',2,'MOD03','flight'),(688,13314,14779,0,'Hotels','SRC02','hotels','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',4,'1','hotels',2,'MOD03','index'),(689,13314,14779,0,'Hotels','SRC03','hotelsinv','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(690,13314,14779,0,'Holidays','SRC04','holidays','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',6,'1','holidays',4,'MOD03','index'),(691,13314,14779,0,'Activities','SRC05','activities','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',7,'1','activities',4,'MOD03','index'),(692,13314,14779,0,'Reports','MOD04','','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',8,'1','bookings',1,'0',''),(693,13314,14779,0,'Flight Booking','BOK01','bookings/flight','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',9,'1','bookings',3,'MOD04','flight'),(694,13314,14779,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',10,'1','bookings',3,'MOD04','flight'),(695,13314,14779,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',11,'1','bookings',3,'MOD04','flight'),(696,13314,14779,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(697,13314,14779,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(698,13314,14779,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(699,13314,14779,0,'Finance','MOD05','','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',15,'1','finance',1,'0',''),(700,13314,14779,0,'Deposit Payment','FIN01','finance/deposit','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',16,'1','finance',2,'MOD05','deposit'),(701,13314,14779,0,'Ledger','FIN02','finance/ledger','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',17,'1','finance',2,'MOD05','ledger'),(702,13314,14779,0,'Settings','MOD06','','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',19,'1','settings',1,'0',''),(703,13314,14779,0,'Markup','SET01','markup','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',20,'1','default',1,'MOD06','markup'),(704,13314,14779,0,'My Queries','MOD07','list/index/my-query','2022-12-10 22:37:00','2022-12-10 22:37:00','1','0',18,'1','list',1,'0','index'),(705,13333,14798,0,'Dashboard','MOD01','dashboard','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',1,'1','dashboard',1,'0','index'),(706,13333,14798,0,'Staff Management','MOD02','','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',19,'1','staff-management',1,'0',''),(707,13333,14798,0,'Staff','STA01','staff','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',20,'1','staff-management',2,'MOD02','index'),(708,13333,14798,0,'Search','MOD03','','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',2,'1','search',1,'0',''),(709,13333,14798,0,'Flights','SRC01','flight','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',3,'1','default',2,'MOD03','flight'),(710,13333,14798,0,'Hotels','SRC02','hotels','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',4,'1','hotels',2,'MOD03','index'),(711,13333,14798,0,'Hotels','SRC03','hotelsinv','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(712,13333,14798,0,'Holidays','SRC04','holidays','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',6,'1','holidays',4,'MOD03','index'),(713,13333,14798,0,'Activities','SRC05','activities','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',7,'1','activities',4,'MOD03','index'),(714,13333,14798,0,'Reports','MOD04','','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',8,'1','bookings',1,'0',''),(715,13333,14798,0,'Flight Booking','BOK01','bookings/flight','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',9,'1','bookings',3,'MOD04','flight'),(716,13333,14798,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',10,'1','bookings',3,'MOD04','flight'),(717,13333,14798,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',11,'1','bookings',3,'MOD04','flight'),(718,13333,14798,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(719,13333,14798,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(720,13333,14798,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(721,13333,14798,0,'Finance','MOD05','','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',15,'1','finance',1,'0',''),(722,13333,14798,0,'Deposit Payment','FIN01','finance/deposit','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',16,'1','finance',2,'MOD05','deposit'),(723,13333,14798,0,'Ledger','FIN02','finance/ledger','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',17,'1','finance',2,'MOD05','ledger'),(724,13333,14798,0,'Settings','MOD06','','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',19,'1','settings',1,'0',''),(725,13333,14798,0,'Markup','SET01','markup','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',20,'1','default',1,'MOD06','markup'),(726,13333,14798,0,'My Queries','MOD07','list/index/my-query','2022-12-10 23:59:00','2022-12-10 23:59:00','1','0',18,'1','list',1,'0','index'),(727,13146,14610,0,'Dashboard','MOD01','dashboard','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',1,'1','dashboard',1,'0','index'),(728,13146,14610,0,'Staff Management','MOD02','','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',19,'1','staff-management',1,'0',''),(729,13146,14610,0,'Staff','STA01','staff','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',20,'1','staff-management',2,'MOD02','index'),(730,13146,14610,0,'Search','MOD03','','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',2,'1','search',1,'0',''),(731,13146,14610,0,'Flights','SRC01','flight','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',3,'1','default',2,'MOD03','flight'),(732,13146,14610,0,'Hotels','SRC02','hotels','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',4,'1','hotels',2,'MOD03','index'),(733,13146,14610,0,'Hotels','SRC03','hotelsinv','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(734,13146,14610,0,'Holidays','SRC04','holidays','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',6,'1','holidays',4,'MOD03','index'),(735,13146,14610,0,'Activities','SRC05','activities','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',7,'1','activities',4,'MOD03','index'),(736,13146,14610,0,'Reports','MOD04','','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',8,'1','bookings',1,'0',''),(737,13146,14610,0,'Flight Booking','BOK01','bookings/flight','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',9,'1','bookings',3,'MOD04','flight'),(738,13146,14610,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',10,'1','bookings',3,'MOD04','flight'),(739,13146,14610,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',11,'1','bookings',3,'MOD04','flight'),(740,13146,14610,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(741,13146,14610,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(742,13146,14610,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(743,13146,14610,0,'Finance','MOD05','','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',15,'1','finance',1,'0',''),(744,13146,14610,0,'Deposit Payment','FIN01','finance/deposit','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',16,'1','finance',2,'MOD05','deposit'),(745,13146,14610,0,'Ledger','FIN02','finance/ledger','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',17,'1','finance',2,'MOD05','ledger'),(746,13146,14610,0,'Settings','MOD06','','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',19,'1','settings',1,'0',''),(747,13146,14610,0,'Markup','SET01','markup','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',20,'1','default',1,'MOD06','markup'),(748,13146,14610,0,'My Queries','MOD07','list/index/my-query','2022-12-11 12:54:00','2022-12-11 12:54:00','1','0',18,'1','list',1,'0','index'),(749,13063,14519,0,'Dashboard','MOD01','dashboard','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',1,'1','dashboard',1,'0','index'),(750,13063,14519,0,'Staff Management','MOD02','','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',19,'1','staff-management',1,'0',''),(751,13063,14519,0,'Staff','STA01','staff','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',20,'1','staff-management',2,'MOD02','index'),(752,13063,14519,0,'Search','MOD03','','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',2,'1','search',1,'0',''),(753,13063,14519,0,'Flights','SRC01','flight','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',3,'1','default',2,'MOD03','flight'),(754,13063,14519,0,'Hotels','SRC02','hotels','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',4,'1','hotels',2,'MOD03','index'),(755,13063,14519,0,'Hotels','SRC03','hotelsinv','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(756,13063,14519,0,'Holidays','SRC04','holidays','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',6,'1','holidays',4,'MOD03','index'),(757,13063,14519,0,'Activities','SRC05','activities','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',7,'1','activities',4,'MOD03','index'),(758,13063,14519,0,'Reports','MOD04','','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',8,'1','bookings',1,'0',''),(759,13063,14519,0,'Flight Booking','BOK01','bookings/flight','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',9,'1','bookings',3,'MOD04','flight'),(760,13063,14519,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',10,'1','bookings',3,'MOD04','flight'),(761,13063,14519,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',11,'1','bookings',3,'MOD04','flight'),(762,13063,14519,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(763,13063,14519,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(764,13063,14519,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(765,13063,14519,0,'Finance','MOD05','','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',15,'1','finance',1,'0',''),(766,13063,14519,0,'Deposit Payment','FIN01','finance/deposit','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',16,'1','finance',2,'MOD05','deposit'),(767,13063,14519,0,'Ledger','FIN02','finance/ledger','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',17,'1','finance',2,'MOD05','ledger'),(768,13063,14519,0,'Settings','MOD06','','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',19,'1','settings',1,'0',''),(769,13063,14519,0,'Markup','SET01','markup','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',20,'1','default',1,'MOD06','markup'),(770,13063,14519,0,'My Queries','MOD07','list/index/my-query','2022-12-12 13:44:00','2022-12-12 13:44:00','1','0',18,'1','list',1,'0','index'),(771,14068,15592,0,'Dashboard','MOD01','dashboard','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',1,'1','dashboard',1,'0','index'),(772,14068,15592,0,'Staff Management','MOD02','','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',19,'1','staff-management',1,'0',''),(773,14068,15592,0,'Staff','STA01','staff','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',20,'1','staff-management',2,'MOD02','index'),(774,14068,15592,0,'Search','MOD03','','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',2,'1','search',1,'0',''),(775,14068,15592,0,'Flights','SRC01','flight','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',3,'1','default',2,'MOD03','flight'),(776,14068,15592,0,'Hotels','SRC02','hotels','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',4,'1','hotels',2,'MOD03','index'),(777,14068,15592,0,'Hotels','SRC03','hotelsinv','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(778,14068,15592,0,'Holidays','SRC04','holidays','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',6,'1','holidays',4,'MOD03','index'),(779,14068,15592,0,'Activities','SRC05','activities','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',7,'1','activities',4,'MOD03','index'),(780,14068,15592,0,'Reports','MOD04','','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',8,'1','bookings',1,'0',''),(781,14068,15592,0,'Flight Booking','BOK01','bookings/flight','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',9,'1','bookings',3,'MOD04','flight'),(782,14068,15592,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',10,'1','bookings',3,'MOD04','flight'),(783,14068,15592,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',11,'1','bookings',3,'MOD04','flight'),(784,14068,15592,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(785,14068,15592,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(786,14068,15592,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(787,14068,15592,0,'Finance','MOD05','','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',15,'1','finance',1,'0',''),(788,14068,15592,0,'Deposit Payment','FIN01','finance/deposit','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',16,'1','finance',2,'MOD05','deposit'),(789,14068,15592,0,'Ledger','FIN02','finance/ledger','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',17,'1','finance',2,'MOD05','ledger'),(790,14068,15592,0,'Settings','MOD06','','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',19,'1','settings',1,'0',''),(791,14068,15592,0,'Markup','SET01','markup','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',20,'1','default',1,'MOD06','markup'),(792,14068,15592,0,'My Queries','MOD07','list/index/my-query','2022-12-12 15:18:00','2022-12-12 15:18:00','1','0',18,'1','list',1,'0','index'),(793,13293,14758,0,'Dashboard','MOD01','dashboard','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',1,'1','dashboard',1,'0','index'),(794,13293,14758,0,'Staff Management','MOD02','','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',19,'1','staff-management',1,'0',''),(795,13293,14758,0,'Staff','STA01','staff','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',20,'1','staff-management',2,'MOD02','index'),(796,13293,14758,0,'Search','MOD03','','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',2,'1','search',1,'0',''),(797,13293,14758,0,'Flights','SRC01','flight','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',3,'1','default',2,'MOD03','flight'),(798,13293,14758,0,'Hotels','SRC02','hotels','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',4,'1','hotels',2,'MOD03','index'),(799,13293,14758,0,'Hotels','SRC03','hotelsinv','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(800,13293,14758,0,'Holidays','SRC04','holidays','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',6,'1','holidays',4,'MOD03','index'),(801,13293,14758,0,'Activities','SRC05','activities','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',7,'1','activities',4,'MOD03','index'),(802,13293,14758,0,'Reports','MOD04','','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',8,'1','bookings',1,'0',''),(803,13293,14758,0,'Flight Booking','BOK01','bookings/flight','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',9,'1','bookings',3,'MOD04','flight'),(804,13293,14758,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',10,'1','bookings',3,'MOD04','flight'),(805,13293,14758,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',11,'1','bookings',3,'MOD04','flight'),(806,13293,14758,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(807,13293,14758,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(808,13293,14758,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(809,13293,14758,0,'Finance','MOD05','','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',15,'1','finance',1,'0',''),(810,13293,14758,0,'Deposit Payment','FIN01','finance/deposit','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',16,'1','finance',2,'MOD05','deposit'),(811,13293,14758,0,'Ledger','FIN02','finance/ledger','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',17,'1','finance',2,'MOD05','ledger'),(812,13293,14758,0,'Settings','MOD06','','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',19,'1','settings',1,'0',''),(813,13293,14758,0,'Markup','SET01','markup','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',20,'1','default',1,'MOD06','markup'),(814,13293,14758,0,'My Queries','MOD07','list/index/my-query','2022-12-13 14:08:00','2022-12-13 14:08:00','1','0',18,'1','list',1,'0','index'),(815,13241,14706,0,'Dashboard','MOD01','dashboard','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',1,'1','dashboard',1,'0','index'),(816,13241,14706,0,'Staff Management','MOD02','','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',19,'1','staff-management',1,'0',''),(817,13241,14706,0,'Staff','STA01','staff','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',20,'1','staff-management',2,'MOD02','index'),(818,13241,14706,0,'Search','MOD03','','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',2,'1','search',1,'0',''),(819,13241,14706,0,'Flights','SRC01','flight','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',3,'1','default',2,'MOD03','flight'),(820,13241,14706,0,'Hotels','SRC02','hotels','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',4,'1','hotels',2,'MOD03','index'),(821,13241,14706,0,'Hotels','SRC03','hotelsinv','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(822,13241,14706,0,'Holidays','SRC04','holidays','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',6,'1','holidays',4,'MOD03','index'),(823,13241,14706,0,'Activities','SRC05','activities','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',7,'1','activities',4,'MOD03','index'),(824,13241,14706,0,'Reports','MOD04','','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',8,'1','bookings',1,'0',''),(825,13241,14706,0,'Flight Booking','BOK01','bookings/flight','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',9,'1','bookings',3,'MOD04','flight'),(826,13241,14706,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',10,'1','bookings',3,'MOD04','flight'),(827,13241,14706,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',11,'1','bookings',3,'MOD04','flight'),(828,13241,14706,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(829,13241,14706,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(830,13241,14706,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(831,13241,14706,0,'Finance','MOD05','','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',15,'1','finance',1,'0',''),(832,13241,14706,0,'Deposit Payment','FIN01','finance/deposit','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',16,'1','finance',2,'MOD05','deposit'),(833,13241,14706,0,'Ledger','FIN02','finance/ledger','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',17,'1','finance',2,'MOD05','ledger'),(834,13241,14706,0,'Settings','MOD06','','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',19,'1','settings',1,'0',''),(835,13241,14706,0,'Markup','SET01','markup','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',20,'1','default',1,'MOD06','markup'),(836,13241,14706,0,'My Queries','MOD07','list/index/my-query','2022-12-13 14:13:00','2022-12-13 14:13:00','1','0',18,'1','list',1,'0','index'),(837,13141,14606,0,'Dashboard','MOD01','dashboard','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',1,'1','dashboard',1,'0','index'),(838,13141,14606,0,'Staff Management','MOD02','','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',19,'1','staff-management',1,'0',''),(839,13141,14606,0,'Staff','STA01','staff','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',20,'1','staff-management',2,'MOD02','index'),(840,13141,14606,0,'Search','MOD03','','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',2,'1','search',1,'0',''),(841,13141,14606,0,'Flights','SRC01','flight','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',3,'1','default',2,'MOD03','flight'),(842,13141,14606,0,'Hotels','SRC02','hotels','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',4,'1','hotels',2,'MOD03','index'),(843,13141,14606,0,'Hotels','SRC03','hotelsinv','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(844,13141,14606,0,'Holidays','SRC04','holidays','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',6,'1','holidays',4,'MOD03','index'),(845,13141,14606,0,'Activities','SRC05','activities','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',7,'1','activities',4,'MOD03','index'),(846,13141,14606,0,'Reports','MOD04','','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',8,'1','bookings',1,'0',''),(847,13141,14606,0,'Flight Booking','BOK01','bookings/flight','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',9,'1','bookings',3,'MOD04','flight'),(848,13141,14606,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',10,'1','bookings',3,'MOD04','flight'),(849,13141,14606,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',11,'1','bookings',3,'MOD04','flight'),(850,13141,14606,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(851,13141,14606,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(852,13141,14606,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(853,13141,14606,0,'Finance','MOD05','','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',15,'1','finance',1,'0',''),(854,13141,14606,0,'Deposit Payment','FIN01','finance/deposit','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',16,'1','finance',2,'MOD05','deposit'),(855,13141,14606,0,'Ledger','FIN02','finance/ledger','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',17,'1','finance',2,'MOD05','ledger'),(856,13141,14606,0,'Settings','MOD06','','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',19,'1','settings',1,'0',''),(857,13141,14606,0,'Markup','SET01','markup','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',20,'1','default',1,'MOD06','markup'),(858,13141,14606,0,'My Queries','MOD07','list/index/my-query','2022-12-13 22:48:00','2022-12-13 22:48:00','1','0',18,'1','list',1,'0','index'),(859,13352,14817,0,'Dashboard','MOD01','dashboard','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',1,'1','dashboard',1,'0','index'),(860,13352,14817,0,'Staff Management','MOD02','','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',19,'1','staff-management',1,'0',''),(861,13352,14817,0,'Staff','STA01','staff','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',20,'1','staff-management',2,'MOD02','index'),(862,13352,14817,0,'Search','MOD03','','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',2,'1','search',1,'0',''),(863,13352,14817,0,'Flights','SRC01','flight','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',3,'1','default',2,'MOD03','flight'),(864,13352,14817,0,'Hotels','SRC02','hotels','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',4,'1','hotels',2,'MOD03','index'),(865,13352,14817,0,'Hotels','SRC03','hotelsinv','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(866,13352,14817,0,'Holidays','SRC04','holidays','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',6,'1','holidays',4,'MOD03','index'),(867,13352,14817,0,'Activities','SRC05','activities','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',7,'1','activities',4,'MOD03','index'),(868,13352,14817,0,'Reports','MOD04','','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',8,'1','bookings',1,'0',''),(869,13352,14817,0,'Flight Booking','BOK01','bookings/flight','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',9,'1','bookings',3,'MOD04','flight'),(870,13352,14817,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',10,'1','bookings',3,'MOD04','flight'),(871,13352,14817,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',11,'1','bookings',3,'MOD04','flight'),(872,13352,14817,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(873,13352,14817,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(874,13352,14817,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(875,13352,14817,0,'Finance','MOD05','','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',15,'1','finance',1,'0',''),(876,13352,14817,0,'Deposit Payment','FIN01','finance/deposit','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',16,'1','finance',2,'MOD05','deposit'),(877,13352,14817,0,'Ledger','FIN02','finance/ledger','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',17,'1','finance',2,'MOD05','ledger'),(878,13352,14817,0,'Settings','MOD06','','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',19,'1','settings',1,'0',''),(879,13352,14817,0,'Markup','SET01','markup','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',20,'1','default',1,'MOD06','markup'),(880,13352,14817,0,'My Queries','MOD07','list/index/my-query','2022-12-15 13:54:00','2022-12-15 13:54:00','1','0',18,'1','list',1,'0','index'),(881,13381,14847,0,'Dashboard','MOD01','dashboard','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',1,'1','dashboard',1,'0','index'),(882,13381,14847,0,'Staff Management','MOD02','','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',19,'1','staff-management',1,'0',''),(883,13381,14847,0,'Staff','STA01','staff','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',20,'1','staff-management',2,'MOD02','index'),(884,13381,14847,0,'Search','MOD03','','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',2,'1','search',1,'0',''),(885,13381,14847,0,'Flights','SRC01','flight','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',3,'1','default',2,'MOD03','flight'),(886,13381,14847,0,'Hotels','SRC02','hotels','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',4,'1','hotels',2,'MOD03','index'),(887,13381,14847,0,'Hotels','SRC03','hotelsinv','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(888,13381,14847,0,'Holidays','SRC04','holidays','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',6,'1','holidays',4,'MOD03','index'),(889,13381,14847,0,'Activities','SRC05','activities','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',7,'1','activities',4,'MOD03','index'),(890,13381,14847,0,'Reports','MOD04','','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',8,'1','bookings',1,'0',''),(891,13381,14847,0,'Flight Booking','BOK01','bookings/flight','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',9,'1','bookings',3,'MOD04','flight'),(892,13381,14847,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',10,'1','bookings',3,'MOD04','flight'),(893,13381,14847,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',11,'1','bookings',3,'MOD04','flight'),(894,13381,14847,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(895,13381,14847,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(896,13381,14847,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(897,13381,14847,0,'Finance','MOD05','','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',15,'1','finance',1,'0',''),(898,13381,14847,0,'Deposit Payment','FIN01','finance/deposit','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',16,'1','finance',2,'MOD05','deposit'),(899,13381,14847,0,'Ledger','FIN02','finance/ledger','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',17,'1','finance',2,'MOD05','ledger'),(900,13381,14847,0,'Settings','MOD06','','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',19,'1','settings',1,'0',''),(901,13381,14847,0,'Markup','SET01','markup','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',20,'1','default',1,'MOD06','markup'),(902,13381,14847,0,'My Queries','MOD07','list/index/my-query','2022-12-16 16:04:00','2022-12-16 16:04:00','1','0',18,'1','list',1,'0','index'),(903,13647,15130,0,'Dashboard','MOD01','dashboard','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',1,'1','dashboard',1,'0','index'),(904,13647,15130,0,'Staff Management','MOD02','','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',19,'1','staff-management',1,'0',''),(905,13647,15130,0,'Staff','STA01','staff','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',20,'1','staff-management',2,'MOD02','index'),(906,13647,15130,0,'Search','MOD03','','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',2,'1','search',1,'0',''),(907,13647,15130,0,'Flights','SRC01','flight','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',3,'1','default',2,'MOD03','flight'),(908,13647,15130,0,'Hotels','SRC02','hotels','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',4,'1','hotels',2,'MOD03','index'),(909,13647,15130,0,'Hotels','SRC03','hotelsinv','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(910,13647,15130,0,'Holidays','SRC04','holidays','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',6,'1','holidays',4,'MOD03','index'),(911,13647,15130,0,'Activities','SRC05','activities','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',7,'1','activities',4,'MOD03','index'),(912,13647,15130,0,'Reports','MOD04','','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',8,'1','bookings',1,'0',''),(913,13647,15130,0,'Flight Booking','BOK01','bookings/flight','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',9,'1','bookings',3,'MOD04','flight'),(914,13647,15130,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',10,'1','bookings',3,'MOD04','flight'),(915,13647,15130,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',11,'1','bookings',3,'MOD04','flight'),(916,13647,15130,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(917,13647,15130,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(918,13647,15130,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(919,13647,15130,0,'Finance','MOD05','','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',15,'1','finance',1,'0',''),(920,13647,15130,0,'Deposit Payment','FIN01','finance/deposit','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',16,'1','finance',2,'MOD05','deposit'),(921,13647,15130,0,'Ledger','FIN02','finance/ledger','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',17,'1','finance',2,'MOD05','ledger'),(922,13647,15130,0,'Settings','MOD06','','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',19,'1','settings',1,'0',''),(923,13647,15130,0,'Markup','SET01','markup','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',20,'1','default',1,'MOD06','markup'),(924,13647,15130,0,'My Queries','MOD07','list/index/my-query','2022-12-16 17:38:00','2022-12-16 17:38:00','1','0',18,'1','list',1,'0','index'),(925,13317,14782,0,'Dashboard','MOD01','dashboard','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',1,'1','dashboard',1,'0','index'),(926,13317,14782,0,'Staff Management','MOD02','','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',19,'1','staff-management',1,'0',''),(927,13317,14782,0,'Staff','STA01','staff','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',20,'1','staff-management',2,'MOD02','index'),(928,13317,14782,0,'Search','MOD03','','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',2,'1','search',1,'0',''),(929,13317,14782,0,'Flights','SRC01','flight','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',3,'1','default',2,'MOD03','flight'),(930,13317,14782,0,'Hotels','SRC02','hotels','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',4,'1','hotels',2,'MOD03','index'),(931,13317,14782,0,'Hotels','SRC03','hotelsinv','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(932,13317,14782,0,'Holidays','SRC04','holidays','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',6,'1','holidays',4,'MOD03','index'),(933,13317,14782,0,'Activities','SRC05','activities','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',7,'1','activities',4,'MOD03','index'),(934,13317,14782,0,'Reports','MOD04','','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',8,'1','bookings',1,'0',''),(935,13317,14782,0,'Flight Booking','BOK01','bookings/flight','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',9,'1','bookings',3,'MOD04','flight'),(936,13317,14782,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',10,'1','bookings',3,'MOD04','flight'),(937,13317,14782,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',11,'1','bookings',3,'MOD04','flight'),(938,13317,14782,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(939,13317,14782,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(940,13317,14782,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(941,13317,14782,0,'Finance','MOD05','','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',15,'1','finance',1,'0',''),(942,13317,14782,0,'Deposit Payment','FIN01','finance/deposit','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',16,'1','finance',2,'MOD05','deposit'),(943,13317,14782,0,'Ledger','FIN02','finance/ledger','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',17,'1','finance',2,'MOD05','ledger'),(944,13317,14782,0,'Settings','MOD06','','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',19,'1','settings',1,'0',''),(945,13317,14782,0,'Markup','SET01','markup','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',20,'1','default',1,'MOD06','markup'),(946,13317,14782,0,'My Queries','MOD07','list/index/my-query','2022-12-17 02:19:00','2022-12-17 02:19:00','1','0',18,'1','list',1,'0','index'),(947,13211,14676,0,'Dashboard','MOD01','dashboard','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',1,'1','dashboard',1,'0','index'),(948,13211,14676,0,'Staff Management','MOD02','','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',19,'1','staff-management',1,'0',''),(949,13211,14676,0,'Staff','STA01','staff','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',20,'1','staff-management',2,'MOD02','index'),(950,13211,14676,0,'Search','MOD03','','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',2,'1','search',1,'0',''),(951,13211,14676,0,'Flights','SRC01','flight','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',3,'1','default',2,'MOD03','flight'),(952,13211,14676,0,'Hotels','SRC02','hotels','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',4,'1','hotels',2,'MOD03','index'),(953,13211,14676,0,'Hotels','SRC03','hotelsinv','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(954,13211,14676,0,'Holidays','SRC04','holidays','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',6,'1','holidays',4,'MOD03','index'),(955,13211,14676,0,'Activities','SRC05','activities','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',7,'1','activities',4,'MOD03','index'),(956,13211,14676,0,'Reports','MOD04','','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',8,'1','bookings',1,'0',''),(957,13211,14676,0,'Flight Booking','BOK01','bookings/flight','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',9,'1','bookings',3,'MOD04','flight'),(958,13211,14676,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',10,'1','bookings',3,'MOD04','flight'),(959,13211,14676,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',11,'1','bookings',3,'MOD04','flight'),(960,13211,14676,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(961,13211,14676,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(962,13211,14676,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(963,13211,14676,0,'Finance','MOD05','','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',15,'1','finance',1,'0',''),(964,13211,14676,0,'Deposit Payment','FIN01','finance/deposit','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',16,'1','finance',2,'MOD05','deposit'),(965,13211,14676,0,'Ledger','FIN02','finance/ledger','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',17,'1','finance',2,'MOD05','ledger'),(966,13211,14676,0,'Settings','MOD06','','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',19,'1','settings',1,'0',''),(967,13211,14676,0,'Markup','SET01','markup','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',20,'1','default',1,'MOD06','markup'),(968,13211,14676,0,'My Queries','MOD07','list/index/my-query','2022-12-19 14:35:00','2022-12-19 14:35:00','1','0',18,'1','list',1,'0','index'),(969,14297,15877,0,'Dashboard','MOD01','dashboard','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',1,'1','dashboard',1,'0','index'),(970,14297,15877,0,'Staff Management','MOD02','','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',19,'1','staff-management',1,'0',''),(971,14297,15877,0,'Staff','STA01','staff','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',20,'1','staff-management',2,'MOD02','index'),(972,14297,15877,0,'Search','MOD03','','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',2,'1','search',1,'0',''),(973,14297,15877,0,'Flights','SRC01','flight','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',3,'1','default',2,'MOD03','flight'),(974,14297,15877,0,'Hotels','SRC02','hotels','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',4,'1','hotels',2,'MOD03','index'),(975,14297,15877,0,'Hotels','SRC03','hotelsinv','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(976,14297,15877,0,'Holidays','SRC04','holidays','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',6,'1','holidays',4,'MOD03','index'),(977,14297,15877,0,'Activities','SRC05','activities','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',7,'1','activities',4,'MOD03','index'),(978,14297,15877,0,'Reports','MOD04','','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',8,'1','bookings',1,'0',''),(979,14297,15877,0,'Flight Booking','BOK01','bookings/flight','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',9,'1','bookings',3,'MOD04','flight'),(980,14297,15877,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',10,'1','bookings',3,'MOD04','flight'),(981,14297,15877,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',11,'1','bookings',3,'MOD04','flight'),(982,14297,15877,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(983,14297,15877,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(984,14297,15877,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(985,14297,15877,0,'Finance','MOD05','','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',15,'1','finance',1,'0',''),(986,14297,15877,0,'Deposit Payment','FIN01','finance/deposit','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',16,'1','finance',2,'MOD05','deposit'),(987,14297,15877,0,'Ledger','FIN02','finance/ledger','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',17,'1','finance',2,'MOD05','ledger'),(988,14297,15877,0,'Settings','MOD06','','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',19,'1','settings',1,'0',''),(989,14297,15877,0,'Markup','SET01','markup','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',20,'1','default',1,'MOD06','markup'),(990,14297,15877,0,'My Queries','MOD07','list/index/my-query','2022-12-19 18:05:00','2022-12-19 18:05:00','1','0',18,'1','list',1,'0','index'),(991,13253,14718,0,'Dashboard','MOD01','dashboard','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',1,'1','dashboard',1,'0','index'),(992,13253,14718,0,'Staff Management','MOD02','','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',19,'1','staff-management',1,'0',''),(993,13253,14718,0,'Staff','STA01','staff','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',20,'1','staff-management',2,'MOD02','index'),(994,13253,14718,0,'Search','MOD03','','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',2,'1','search',1,'0',''),(995,13253,14718,0,'Flights','SRC01','flight','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',3,'1','default',2,'MOD03','flight'),(996,13253,14718,0,'Hotels','SRC02','hotels','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',4,'1','hotels',2,'MOD03','index'),(997,13253,14718,0,'Hotels','SRC03','hotelsinv','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',5,'1','hotelsinv',2,'MOD03','index'),(998,13253,14718,0,'Holidays','SRC04','holidays','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',6,'1','holidays',4,'MOD03','index'),(999,13253,14718,0,'Activities','SRC05','activities','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',7,'1','activities',4,'MOD03','index'),(1000,13253,14718,0,'Reports','MOD04','','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',8,'1','bookings',1,'0',''),(1001,13253,14718,0,'Flight Booking','BOK01','bookings/flight','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',9,'1','bookings',3,'MOD04','flight'),(1002,13253,14718,0,'Flight Amendment','BOK02','bookings/flight/amendment','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',10,'1','bookings',3,'MOD04','flight'),(1003,13253,14718,0,'Flight Checkin','BOK03','bookings/flight/checkin','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',11,'1','bookings',3,'MOD04','flight'),(1004,13253,14718,0,'Hotel Booking','BOK04','bookings/hotel','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',12,'1','bookings',4,'MOD04','hotel'),(1005,13253,14718,0,'Hotel Amendment','BOK05','bookings/hotel/amendment','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',13,'1','bookings',4,'MOD04','hotel'),(1006,13253,14718,0,'Hotel Checkin','BOK06','bookings/hotel/checkin','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',14,'1','bookings',4,'MOD04','hotel'),(1007,13253,14718,0,'Finance','MOD05','','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',15,'1','finance',1,'0',''),(1008,13253,14718,0,'Deposit Payment','FIN01','finance/deposit','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',16,'1','finance',2,'MOD05','deposit'),(1009,13253,14718,0,'Ledger','FIN02','finance/ledger','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',17,'1','finance',2,'MOD05','ledger'),(1010,13253,14718,0,'Settings','MOD06','','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',19,'1','settings',1,'0',''),(1011,13253,14718,0,'Markup','SET01','markup','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',20,'1','default',1,'MOD06','markup'),(1012,13253,14718,0,'My Queries','MOD07','list/index/my-query','2022-12-20 19:12:00','2022-12-20 19:12:00','1','0',18,'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=136 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,12606,12211,'ONLINE',NULL,1000,'122','2022-05-17','',7,1,13988,'2022-05-17 14:56:58','2022-05-17 14:56:58',0,0,0,NULL,NULL,NULL),(2,12691,12211,'ONLINE',NULL,10,'11000000226617','2022-05-22','',7,1,14087,'2022-05-22 08:53:25','2022-05-22 08:53:25',0,4,0,'INVALID SUBCHANNEL/SUBCHANNEL IS NOT ALLOWED.',NULL,'3'),(3,12691,12211,'ONLINE',NULL,10,'11','2022-05-25','',7,1,14087,'2022-05-25 12:19:34','2022-05-25 12:19:34',0,0,0,NULL,NULL,NULL),(4,12691,12211,'ONLINE',NULL,10,'11','2022-05-25','',7,1,14087,'2022-05-25 12:22:47','2022-05-25 12:22:47',0,0,0,NULL,NULL,NULL),(5,12691,12211,'ONLINE','45ECCF27ACCC44C0B4A985FD94A47AE1',10,'11000000227833','2022-05-25','',7,1,14087,'2022-05-25 12:26:12','2022-05-25 12:26:12',0,1,1,'SUCCESS',NULL,NULL),(6,12691,12211,'ONLINE',NULL,10,'12','2022-05-25','',7,1,14087,'2022-05-25 12:49:28','2022-05-25 12:49:28',0,0,0,NULL,NULL,NULL),(7,12691,12211,'ONLINE',NULL,10,'11000000227903','2022-05-25','',7,1,14087,'2022-05-25 13:44:39','2022-05-25 13:44:39',0,4,0,'[API MUST BE ANY OF SALE/CANCEL]',NULL,'3'),(8,12691,12211,'ONLINE',NULL,10,'11000000227954','2022-05-25','',7,1,14087,'2022-05-25 15:32:45','2022-05-25 15:32:45',0,4,0,'[API MUST BE ANY OF SALE/CANCEL]',NULL,'3'),(9,12691,12211,'ONLINE',NULL,10,'11','2022-05-25','',7,1,14087,'2022-05-25 23:17:59','2022-05-25 23:17:59',0,0,0,NULL,NULL,NULL),(10,12691,12211,'ONLINE',NULL,10,'11000000228284','2022-05-26','',7,1,14087,'2022-05-26 12:33:21','2022-05-26 12:33:21',0,4,0,'[API MUST BE ANY OF SALE/CANCEL]',NULL,'3'),(11,12691,12211,'ONLINE','537BBAC4D5DB48E8A2369BB98EE382E5',10,'11000000228933','2022-05-27','',7,1,14087,'2022-05-27 14:17:24','2022-05-27 14:17:24',0,1,1,'TRANSACTION IS SUCCESSFUL.',NULL,NULL),(12,12691,12211,'ONLINE',NULL,10,'11','2022-05-27','',7,1,14087,'2022-05-27 21:54:04','2022-05-27 21:54:04',0,0,0,NULL,NULL,NULL),(13,12691,12211,'ONLINE',NULL,10,'11','2022-05-26','',7,1,14087,'2022-05-27 21:55:33','2022-05-27 21:55:33',0,0,0,NULL,NULL,NULL),(14,12691,12211,'ONLINE',NULL,10,'Qw','2022-05-28','',7,1,14087,'2022-05-28 15:15:33','2022-05-28 15:15:33',0,0,0,NULL,NULL,NULL),(15,12691,12211,'ONLINE',NULL,10,'11','2022-05-28','',7,1,14087,'2022-05-28 16:06:46','2022-05-28 16:06:46',0,0,0,NULL,NULL,NULL),(16,12691,12211,'ONLINE',NULL,10,'11','2022-05-28','',7,1,14087,'2022-05-28 23:38:25','2022-05-28 23:38:25',0,0,0,NULL,NULL,NULL),(17,12691,12211,'ONLINE',NULL,10,'11','2022-05-30','',7,1,14087,'2022-05-30 09:07:31','2022-05-30 09:07:31',0,0,0,NULL,NULL,NULL),(18,12691,12211,'ONLINE',NULL,10,'11','2022-05-30','',7,1,14087,'2022-05-30 11:45:08','2022-05-30 11:45:08',0,0,0,NULL,NULL,NULL),(19,12691,12211,'ONLINE',NULL,10,'11000000229303','2022-05-30','',7,1,14087,'2022-05-30 14:43:23','2022-05-30 14:43:23',0,4,0,'TRANSACTION IS TIMEDOUT.',NULL,'3'),(20,12691,12211,'ONLINE',NULL,10,'NA','2022-05-31','',7,1,14087,'2022-05-31 12:14:34','2022-05-31 12:14:34',0,4,0,'MERCHANT SIGNATURE MISMATCHED.',NULL,'3'),(21,12691,12211,'ONLINE',NULL,10,'NA','2022-05-31','',7,1,14087,'2022-05-31 12:14:55','2022-05-31 12:14:55',0,4,0,'MERCHANT SIGNATURE MISMATCHED.',NULL,'3'),(22,12691,12211,'ONLINE',NULL,10,'11','2022-05-31','',7,1,14087,'2022-05-31 14:38:34','2022-05-31 14:38:34',0,0,0,NULL,NULL,NULL),(23,12817,12211,'CASH','B7F8E1AA790246C9B1F3FC0C3B49F4DE',5000,'3e','2022-05-31','deposited',7,1,14220,'2022-05-31 16:56:12','2022-05-31 16:56:39',0,1,1,NULL,NULL,NULL),(24,12691,12211,'ONLINE',NULL,10,'12','2022-06-02','',7,1,14087,'2022-06-02 12:22:41','2022-06-02 12:22:41',0,0,0,NULL,NULL,NULL),(25,12691,12211,'ONLINE',NULL,10,'11','2022-06-06','',7,1,14087,'2022-06-06 23:31:10','2022-06-06 23:31:10',0,0,0,NULL,NULL,NULL),(26,12916,12211,'ONLINE',NULL,10,'g','2022-06-10','',7,1,14332,'2022-06-10 11:15:46','2022-06-10 11:15:46',0,0,0,NULL,NULL,NULL),(27,12691,12211,'ONLINE',NULL,10,'11','2022-06-13','',7,1,14087,'2022-06-13 10:52:10','2022-06-13 10:52:10',0,0,0,NULL,NULL,NULL),(28,12691,12211,'ONLINE',NULL,10,'12','2022-06-13','',7,1,14087,'2022-06-13 16:24:05','2022-06-13 16:24:05',0,0,0,NULL,NULL,NULL),(29,13062,12211,'ONLINE',NULL,10,'11000000235412','2022-06-14','',7,1,14518,'2022-06-14 20:44:13','2022-06-14 20:44:13',0,4,0,'TRANSACTION IS CANCELLED BY USER ON PAYMENT PAGE.',NULL,'2'),(30,13211,12211,'ONLINE',NULL,3500,'216816338481','2022-06-17','ICICI BANK , REF NO-  216816338481',7,1,14676,'2022-06-17 16:58:33','2022-06-17 16:58:33',0,0,0,NULL,NULL,NULL),(31,13211,12211,'ONLINE',NULL,3500,'216816338481','2022-06-17','PAYMENT TRANSFERRING GK BANK',7,1,14676,'2022-06-17 17:07:36','2022-06-17 17:07:36',0,0,0,NULL,NULL,NULL),(32,13211,12211,'CASH','2B1739CD3E014826A8E7B5F003DEFCA3',3500,'216816338481','2022-06-17','BANK TRANSFERRING GK BANK',7,1,14676,'2022-06-17 17:09:25','2022-06-17 17:09:25',0,1,0,NULL,NULL,NULL),(33,13221,12211,'ONLINE','012135262B8A43A2A0CB0F2A79B6DAC8',4000,'E784AEE61971482094AF1808451C0909','2022-06-17','',7,1,14686,'2022-06-17 21:05:09','2022-06-17 21:05:09',0,1,1,NULL,NULL,NULL),(34,13246,12211,'ONLINE',NULL,500000,'','2022-06-17','',7,1,14711,'2022-06-17 22:23:12','2022-06-17 22:23:12',0,0,0,NULL,NULL,NULL),(35,13069,12211,'ONLINE','F845142620A8476D92D148B4492B7CC8',15000,'DFEDCEFBE21C42048BEE3FEA6B5E4163','2022-06-18','',7,1,14525,'2022-06-18 16:23:18','2022-06-18 16:23:18',0,1,1,NULL,NULL,NULL),(36,13062,12211,'ONLINE',NULL,10,'G','2022-06-18','',7,1,14518,'2022-06-18 16:23:25','2022-06-18 16:23:25',0,0,0,NULL,NULL,NULL),(37,13073,12211,'ONLINE','15ADF3A91752487E89EE80779AFFA957',4400,'0C06E0E6D6A448E4B624F885B33625B5','2022-06-18','',7,1,14529,'2022-06-18 16:36:06','2022-06-18 16:36:06',0,1,1,NULL,NULL,NULL),(38,13125,12211,'ONLINE','732D7E55598049E189A382D6F90C6020',13500,'84D98BE1D2FF47DB83980629ECEC4706','2022-06-19','',7,1,14590,'2022-06-19 17:55:05','2022-06-19 17:55:05',0,1,1,NULL,NULL,NULL),(39,13342,12211,'ONLINE',NULL,4800,'217019310294','2022-06-19','0072 0201 0000 0675\r\nJK BANK\r\nZAINA KADAL',7,1,14807,'2022-06-19 19:45:09','2022-06-19 19:45:09',0,0,0,NULL,NULL,NULL),(40,13351,12211,'ONLINE','8999C10CF7024E8FA0A061ABBD5421AB',25000,'8B14D06A818941FB86FA6600BFE44C59','2022-06-20','',7,1,14816,'2022-06-20 10:26:55','2022-06-20 10:26:55',0,1,1,NULL,NULL,NULL),(41,13280,12211,'ONLINE',NULL,5000,'','2022-06-20','HONEY TOUR',7,1,14745,'2022-06-20 11:16:49','2022-06-20 11:16:49',0,0,0,NULL,NULL,NULL),(42,13364,12211,'ONLINE',NULL,10000,'','2022-06-20','',7,1,14829,'2022-06-20 13:11:45','2022-06-20 13:11:45',0,0,0,NULL,NULL,NULL),(43,13367,12211,'ONLINE',NULL,5000,'','2022-06-20','',7,1,14832,'2022-06-20 13:51:26','2022-06-20 13:51:26',0,0,0,NULL,NULL,NULL),(44,13062,12211,'ONLINE',NULL,10,'','2022-06-20','',7,1,14518,'2022-06-20 13:51:44','2022-06-20 13:51:44',0,0,0,NULL,NULL,NULL),(45,13367,12211,'ONLINE',NULL,5000,'','2022-06-20','',7,1,14832,'2022-06-20 13:51:45','2022-06-20 13:51:45',0,0,0,NULL,NULL,NULL),(46,13367,12211,'ONLINE','83A2816BF6C34A0CA39F2422C40EE067',4800,'B75A9354C38C49939B686FAA8E1F8540','2022-06-20','',7,1,14832,'2022-06-20 13:53:38','2022-06-20 13:53:38',0,1,1,NULL,NULL,NULL),(47,13125,12211,'ONLINE','1FC60515510649A89C083C33BC0724EC',15000,'0DFC5AD808FA48A1B863DB0B530F0413','2022-06-20','',7,1,14590,'2022-06-20 15:08:49','2022-06-20 15:08:49',0,1,1,NULL,NULL,NULL),(48,13153,12211,'ONLINE','50A77A9BFB934EBE98CB28E413CEA7E9',8000,'E98B36D24D5743A49E57F83921CC54E0','2022-06-20','',7,1,14617,'2022-06-20 17:51:10','2022-06-20 17:51:10',0,1,1,NULL,NULL,NULL),(49,13062,12211,'ONLINE',NULL,10,'1','2022-06-20','',7,1,14518,'2022-06-20 17:51:12','2022-06-20 17:51:12',0,0,0,NULL,NULL,NULL),(50,13153,12211,'ONLINE','4B39617405974652AB16AD577E4896B5',4300,'46CB14AA3BC540B6A21735CAB354A14E','2022-06-20','FOR TICKET',7,1,14617,'2022-06-20 18:18:24','2022-06-20 18:18:24',0,1,1,NULL,NULL,NULL),(51,13125,12211,'ONLINE','55C1C96DAC3745A6B7D03D09C7A68266',10000,'352F6B9F61944264BE69327D5262A96D','2022-06-20','',7,1,14590,'2022-06-20 22:24:36','2022-06-20 22:24:36',0,1,1,NULL,NULL,NULL),(52,13323,12211,'CASH','A1A49780189D4C799D2B061315A1D557',20860.2,'failed bookings','2022-06-21','Ticket failed , roll back amount ',7,1,14788,'2022-06-21 22:13:27','2022-06-21 22:13:27',0,1,0,NULL,NULL,NULL),(53,13214,12211,'ONLINE','72DBDB9C6D1C48ADAEB8BE770CC75416',7000,'DFBEC0EEC813441F8A85D51F4189AD44','2022-06-22','',7,1,14678,'2022-06-22 09:13:51','2022-06-22 09:13:51',0,1,1,NULL,NULL,NULL),(54,13339,12211,'ONLINE','DED94F71A8184055B65727E2C1E0E522',4300,'4E72B2D0393C4AFD9BFC933F4E2EC015','2022-06-22','',7,1,14804,'2022-06-22 13:20:23','2022-06-22 13:20:23',0,1,1,NULL,NULL,NULL),(55,13339,12211,'ONLINE','03139C91A3F043749D67420115AB7A19',400,'DB5CB20D2DFB4790B527457E6F5EA067','2022-06-22','',7,1,14804,'2022-06-22 13:22:32','2022-06-22 13:22:32',0,1,1,NULL,NULL,NULL),(56,13293,12211,'ONLINE',NULL,13100,'30499513','2022-06-24','',7,1,14758,'2022-06-24 10:26:30','2022-06-24 10:26:30',0,0,0,NULL,NULL,NULL),(57,13293,12211,'CASH','8016004470BB422AAFF8DD1C4FC80312',13100,'30499513','2022-06-24','TRF ONLINE THROUGH JK BANK',7,1,14758,'2022-06-24 10:35:46','2022-06-24 10:35:46',0,1,0,NULL,NULL,NULL),(58,13125,12211,'ONLINE','E154563CB8F54ECD88C12B63566E64D7',4500,'BE5B4FCDB0144359B9B538FA842218D0','2022-06-24','',7,1,14590,'2022-06-24 12:25:28','2022-06-24 12:25:28',0,1,1,NULL,NULL,NULL),(59,13214,12211,'ONLINE','F1F86069235C4E4C810DBB8FF432DAA2',1000,'8B10943F6B0E47CEB8B4ED6A03E583C2','2022-06-24','',7,1,14678,'2022-06-24 15:27:59','2022-06-24 15:27:59',0,1,1,NULL,NULL,NULL),(60,13253,12211,'ONLINE',NULL,5000,'','2022-06-24','',7,1,14718,'2022-06-24 17:13:53','2022-06-24 17:13:53',0,0,0,NULL,NULL,NULL),(61,13253,12211,'ONLINE','B14AE5E76E8D49909A1AC81046A07A58',4500,'D6E009B37C8F4DF28FD24DE37E822C20','2022-06-24','',7,1,14718,'2022-06-24 17:14:34','2022-06-24 17:14:34',0,1,1,NULL,NULL,NULL),(62,13221,12211,'ONLINE','383F1905D1B44F6D99826A45F21852F4',4700,'7B1CD4EC240F4DFD99A3A378EA1E6A74','2022-06-25','',7,1,14686,'2022-06-25 11:55:04','2022-06-25 11:55:04',0,1,1,NULL,NULL,NULL),(63,13078,12211,'ONLINE',NULL,3800,'A2767184306E4D1FB97EFA2D7728AA16','2022-06-25','UPDATE',7,1,14534,'2022-06-25 17:38:50','2022-06-25 17:38:50',0,4,0,NULL,NULL,'3'),(64,13078,12211,'RTGS','AA75D823ACA44394BCC6C170D4AAA911',3800,'4ALcJ1E44GLcPsl1WKZTcl382700','2022-06-25','UPDATE',7,1,14534,'2022-06-25 17:40:28','2022-06-25 17:40:28',0,1,0,NULL,NULL,NULL),(65,13529,12211,'ONLINE',NULL,4500,'','2022-06-26','',7,1,15006,'2022-06-26 12:46:25','2022-06-26 12:46:25',0,0,0,NULL,NULL,NULL),(66,13529,12211,'ONLINE','174479F9E3BF4D00AF2B5C4DE945573F',4500,'119C79F836D24917996BA71319D72952','2022-06-26','',7,1,15006,'2022-06-26 12:48:27','2022-06-26 12:48:27',0,1,1,NULL,NULL,NULL),(67,13305,12211,'ONLINE',NULL,15000,'217716467883','2022-06-26','M PAY 7889604082\r\n\r\nAL DABAL TRAVEL ',7,1,14770,'2022-06-26 16:15:42','2022-06-26 16:15:42',0,0,0,NULL,NULL,NULL),(68,13305,12211,'ONLINE',NULL,15000,'217716467883','2022-06-26','M PAY 7889604082 \r\n\r\nAL DABAL TRAVEL',7,1,14770,'2022-06-26 16:16:44','2022-06-26 16:16:44',0,0,0,NULL,NULL,NULL),(69,13305,12211,'RTGS','94758D0148904C238C3457FFED6E8DAC',15000,'217716467883','2022-06-26','M PAY 7889604082\r\n\r\nAL DABAL TRAVEL',7,1,14770,'2022-06-26 16:19:09','2022-06-26 16:19:09',0,1,0,NULL,NULL,NULL),(70,13333,12211,'ONLINE',NULL,4700,'217721350979','2022-06-26','jk bank.Ref id 217721350979..zaina kadal srinagar',7,1,14798,'2022-06-26 21:46:40','2022-06-26 21:46:40',0,0,0,NULL,NULL,NULL),(71,13125,12211,'ONLINE','2DFB335AC8CF4E0184F5457C372884E3',18000,'9C8773ABC7AB401EA443A55EBF277B97','2022-06-27','',7,1,14590,'2022-06-27 14:02:48','2022-06-27 14:02:48',0,1,1,NULL,NULL,NULL),(72,13125,12211,'ONLINE','B97CFCF6D4734A4E9F65AB71A5AD901E',13500,'8C975393D24740288AD11DB8BEA65F8C','2022-06-27','',7,1,14590,'2022-06-27 14:15:41','2022-06-27 14:15:41',0,1,1,NULL,NULL,NULL),(73,13125,12211,'ONLINE','5FF3B49C96DA4830A559D86C4CDD36A3',9000,'E2D43038295B4B88BD764AFCFA5DC750','2022-06-27','',7,1,14590,'2022-06-27 15:22:39','2022-06-27 15:22:39',0,1,1,NULL,NULL,NULL),(74,13395,12211,'ONLINE',NULL,7400,'30542118','2022-06-27','UPDATE DEPOST',7,1,14860,'2022-06-27 16:49:54','2022-06-27 16:49:54',0,0,0,NULL,NULL,NULL),(75,13395,12211,'CASH','F17231DDB04C4B53B90F244EF8675573',7400,'30542118','2022-06-27','UPDATE DEPOST  NET BANKING TRF',7,1,14860,'2022-06-27 16:50:47','2022-06-27 16:50:47',0,1,0,NULL,NULL,NULL),(76,13125,12211,'ONLINE','AC5E08452F7B478AA56D07794145A65A',4500,'AC59CADDF6A140D198823D310DB146C9','2022-06-27','',7,1,14590,'2022-06-27 18:32:53','2022-06-27 18:32:53',0,1,1,NULL,NULL,NULL),(77,13323,12211,'ONLINE',NULL,10430.1,'E19AFB95E4C54AE5BAB825D8CC9870C9','2022-06-27','transferred via mpay',7,1,14788,'2022-06-27 21:49:31','2022-06-27 21:49:31',0,4,0,NULL,NULL,'3'),(78,13323,12211,'CASH','4DB9022C601341CA9097B7298CAA4DBF',10430.1,'10430.12','2022-06-27','paid via mpay',7,1,14788,'2022-06-27 21:51:08','2022-06-27 21:51:08',0,1,0,NULL,NULL,NULL),(79,13125,12211,'ONLINE','18FF48A67C0E4A25892A363A9B199299',4500,'DFED1DFE5957438E95C462022E8CD26D','2022-06-28','',7,1,14590,'2022-06-28 12:28:23','2022-06-28 12:28:23',0,1,1,NULL,NULL,NULL),(80,13079,12211,'ONLINE','A160A740730945CFB0432929BB552232',4500,'34BF1A88BEFF4EA58FEA5067BC93A1AD','2022-06-28','',7,1,14535,'2022-06-28 12:34:06','2022-06-28 12:34:06',0,1,1,NULL,NULL,NULL),(81,13079,12211,'ONLINE','6169B2E2AD2C45388800FC7AFB3006F6',4500,'75C8DC735EB746D98655635FB126D4E1','2022-06-29','',7,1,14535,'2022-06-29 19:53:53','2022-06-29 19:53:53',0,1,1,NULL,NULL,NULL),(82,13125,12211,'ONLINE','43C98CDAFD4442969B67C81F361200E7',4500,'BFF61A27FF4B49F1825AC83611E1A432','2022-06-30','',7,1,14590,'2022-06-30 17:55:38','2022-06-30 17:55:38',0,1,1,NULL,NULL,NULL),(83,13214,12211,'ONLINE','69F5976F2E334B81B7E5131FF94EF578',10000,'F61A10E6D09F41B4997956D1EF4E9657','2022-06-30','',7,1,14678,'2022-06-30 20:41:09','2022-06-30 20:41:09',0,1,1,NULL,NULL,NULL),(84,13231,12211,'ONLINE',NULL,3300,'7AB320D45FE048F48483BB29B83813F9','2022-06-25','30525569',7,1,14696,'2022-07-02 13:02:49','2022-07-02 13:02:49',0,4,0,NULL,NULL,'3'),(85,13231,12211,'CASH','FAB999F3EBB94C09B3D7376D7E68A133',8600,'30614206','2022-07-01','30614206',7,1,14696,'2022-07-02 13:04:14','2022-07-07 08:41:25',0,1,1,NULL,NULL,NULL),(86,13742,12211,'ONLINE','31AA8A5EF2C641F1A5ABE2FC8CDD9E0E',3800,'1DF76058E7CA4D2F9EC7CF7CC16078D5','2022-07-03','del bom',7,1,15241,'2022-07-03 13:45:14','2022-07-03 13:45:14',0,1,1,NULL,NULL,NULL),(87,13742,12211,'ONLINE',NULL,3000,'HFYHH','2022-07-03','',7,1,15241,'2022-07-03 19:51:13','2022-07-03 19:51:13',0,0,0,NULL,NULL,NULL),(88,13264,12211,'CASH','2E031FE93A5746C2928782E4DA618C18',20000,'30645478','2022-07-04','AMOUNT 20000 TRANSFER IN YOUR JK BANK ACCOUNT UNDER REF NO :- 30645478 ',7,1,14729,'2022-07-04 13:34:46','2022-07-07 08:26:44',0,1,1,NULL,NULL,NULL),(89,13323,12211,'CASH','EB8402FD10B54C11AD036DDD94A168B4',8000,'218610552052','2022-07-05','TRANSFERED VIA MPAY',7,1,14788,'2022-07-05 10:18:30','2022-07-07 08:26:31',0,1,1,NULL,NULL,NULL),(90,13186,12211,'ONLINE',NULL,24000,'A3868712A18940BBAC6184364E386DAB','2022-07-06','Kindly update PAYMENT',7,1,14650,'2022-07-06 23:24:05','2022-07-06 23:24:05',0,4,0,NULL,NULL,'3'),(91,13186,12211,'RTGS','4AB724523ED747B18821FFF52E439F23',24000,'218723583390','2022-07-06','Kindly update PAYMENT',7,1,14650,'2022-07-06 23:25:51','2022-07-07 08:25:27',0,1,1,NULL,NULL,NULL),(92,13125,12211,'ONLINE','F977CB24081942988D2C5A401B60F308',4300,'3CC21FD764ED45D6B7EEC6152C54FF50','2022-07-07','',7,1,14590,'2022-07-07 17:26:19','2022-07-07 17:26:19',0,1,1,NULL,NULL,NULL),(93,13069,12211,'ONLINE','5A31CF6084004631B4B29AD6A6D22E3B',3800,'3084BCD42EE2469A8C409E86948090AA','2022-07-09','',7,1,14525,'2022-07-09 21:33:23','2022-07-09 21:33:23',0,1,1,NULL,NULL,NULL),(94,13125,12211,'ONLINE','A5AE04CB56224C0FA806DD8429D43AE5',15200,'764C6F48CF8241BE8B13FD2C72A04850','2022-07-11','',7,1,14590,'2022-07-11 09:46:39','2022-07-11 09:46:39',0,1,1,NULL,NULL,NULL),(95,13088,12211,'ONLINE','5F2731DF121B4775A5AF1530D93419EE',12800,'ECF57214CC18405980AFDA98F08312C5','2022-07-11','',7,1,14545,'2022-07-11 17:18:39','2022-07-11 17:18:39',0,1,1,NULL,NULL,NULL),(96,13063,12211,'ONLINE',NULL,3800,'7629B32F9F7C4E3A809B9C3A27924B2B','2022-07-13','SOUTH INDIAN BANK\r\n(MONDAL TRAVEL)',7,1,14519,'2022-07-13 10:55:20','2022-07-13 10:55:20',0,4,0,NULL,NULL,'3'),(97,13508,12211,'ONLINE',NULL,9000,'0001242421977','2022-07-09','Online trf at HDFC BANK ON 09/07/2022\r\nPLZ UPDATE IT',7,1,14986,'2022-07-13 12:44:11','2022-07-13 12:44:11',0,0,0,NULL,NULL,NULL),(98,13508,12211,'ONLINE',NULL,9000,'0001242421977','2022-07-09','Online trf at HDFC BANK ON 09/07/2022\r\nPLZ UPDATE IT',7,1,14986,'2022-07-13 12:44:54','2022-07-13 12:44:54',0,0,0,NULL,NULL,NULL),(99,13063,12211,'ONLINE','A05859044692473C85EE55C6B9981038',7600,'DC63B97376E049B795BC0E8EAC16A2A5','2022-07-13','',7,1,14519,'2022-07-13 22:00:31','2022-07-13 22:00:31',0,1,1,NULL,NULL,NULL),(100,13151,12211,'ONLINE','770F00AC9EF8406382022390C7D16390',11400,'2B46BE09959841AF9491BDE1983DC0C4','2022-07-15','',7,1,14615,'2022-07-15 20:06:40','2022-07-15 20:06:40',0,1,1,NULL,NULL,NULL),(101,13328,12211,'CASH','ECF3A52908334108A36139154307809F',20000,'219712457334','2022-07-16','KINDLY UPDATE TO FRIENDS',7,1,14793,'2022-07-16 12:20:37','2022-07-25 15:19:24',0,1,1,NULL,NULL,NULL),(102,13328,12211,'ONLINE',NULL,20000,'219712434876','2022-07-16','KINDLY UPDATE',7,1,14793,'2022-07-16 14:01:34','2022-07-16 14:01:34',0,0,0,NULL,NULL,NULL),(103,13328,12211,'ONLINE',NULL,20000,'219712457334','2022-07-16','KINDLY UPDATE',7,1,14793,'2022-07-16 14:03:16','2022-07-16 14:03:16',0,0,0,NULL,NULL,NULL),(104,14139,12211,'ONLINE',NULL,3800,'FBB01E3C9EAF40E8BDD0444934BD79C8','2022-07-16','',7,1,15675,'2022-07-16 14:23:16','2022-07-16 14:23:16',0,4,0,NULL,NULL,'3'),(105,14139,12211,'ONLINE',NULL,3500,'','2022-07-16','',7,1,15675,'2022-07-16 14:23:57','2022-07-16 14:23:57',0,0,0,NULL,NULL,NULL),(106,13593,12211,'CASH','AC9FD39DAAD84F539126CF94717CA019',3900,'3992','2022-07-16','CASH DEPOSIT IN ICICI BANK',7,1,15075,'2022-07-16 17:43:34','2022-07-16 17:43:34',0,1,0,NULL,NULL,NULL),(107,13079,12211,'ONLINE','1DE0BDF782624F829B0D0C8379C46FB8',3200,'1F6BEA7E9ED94849B0C18A85D7EC7411','2022-07-19','',7,1,14535,'2022-07-19 18:45:11','2022-07-19 18:45:11',0,1,1,NULL,NULL,NULL),(108,14163,12211,'ONLINE',NULL,3000,'0F5555CA99EE4028B37925581E2CBB40','2022-07-20','',7,1,15713,'2022-07-20 23:17:27','2022-07-20 23:17:27',0,4,0,NULL,NULL,'3'),(109,13508,12211,'RTGS','0D790C9594144EA3AE3DA827DE4D4B0A',9000,'0001242421977','2022-07-09','Trf at hdfc bank',7,1,14986,'2022-07-21 18:40:05','2022-07-21 18:48:47',0,1,1,NULL,NULL,NULL),(110,13508,12211,'RTGS','5C06013A45E0478A89288613186D16A8',7608,'000211145443','2022-07-21','Trf at hdfc bank plz update',7,1,14986,'2022-07-21 18:41:27','2022-07-21 18:41:27',0,1,0,NULL,NULL,NULL),(111,13508,12211,'RTGS','C3B42986938F4795A1176028EEFC01A0',7600,'000211145443','2022-07-21','Trf at hdfc',7,1,14986,'2022-07-21 18:41:54','2022-07-21 18:49:28',0,1,1,NULL,NULL,NULL),(112,14139,12211,'ONLINE','03510C3DE6194D7284227B904F47005C',3800,'C6864010306D459C983B0C49D5F6F539','2022-07-23','',7,1,15675,'2022-07-23 12:45:37','2022-07-23 12:45:37',0,1,1,NULL,NULL,NULL),(113,13129,12211,'ONLINE',NULL,17800,'30967653 ','2022-07-25','KINDLY UPDATE',7,1,14594,'2022-07-25 15:11:46','2022-07-25 15:11:46',0,0,0,NULL,NULL,NULL),(114,14094,12211,'ONLINE','CBD689E6AD2945D2BCE5AAAE4AC35024',4971.7,'526745C5AFA548A2B146C25C4139DEE6','2022-07-25','',7,1,15621,'2022-07-25 17:50:41','2022-07-25 17:50:41',0,1,1,NULL,NULL,NULL),(115,14094,12211,'ONLINE','B14B0B42C4A644FD8EC4A9BAC9657011',30,'891BD43226E24E9FB9EE060F558506FF','2022-07-25','',7,1,15621,'2022-07-25 17:55:18','2022-07-25 17:55:18',0,1,1,NULL,NULL,NULL),(116,13073,12211,'RTGS','2BE34D42E8224C3883C45F8CF8059594',22800,'Paid','2022-08-01','',7,1,14529,'2022-07-31 10:49:03','2022-07-31 10:53:23',0,1,1,NULL,NULL,NULL),(117,13328,12211,'ONLINE','B25B706FA07341A3B973345D56B06631',17416,'A5E55007ED0B41F39ECE8E69E1670F00','2022-08-01','kindly update',7,1,14793,'2022-08-01 12:52:50','2022-08-01 12:52:50',0,1,1,NULL,NULL,NULL),(118,13328,12211,'ONLINE','D54914F252104B21AEF9F616BC1BBC90',10,'A45016DC9EC9444AAF2FB01751C99150','2022-08-01','',7,1,14793,'2022-08-01 12:55:04','2022-08-01 12:55:04',0,1,1,NULL,NULL,NULL),(119,13264,12211,'CASH','715C50E05E864D669E7B58051C5E7476',13716,'31085826','2022-08-02','AMOUNT TRANSFER 13716 IN YOUR JK BANK ACCOUNT UNDER REF NO :- 31085826 ',7,1,14729,'2022-08-02 10:33:40','2022-08-03 11:19:57',0,1,1,NULL,NULL,NULL),(120,13128,12211,'ONLINE',NULL,12300,'203751','2022-08-03','Kindly update payment of Rs12300',7,1,14593,'2022-08-03 11:09:22','2022-08-03 11:09:22',0,0,0,NULL,NULL,NULL),(121,13128,12211,'RTGS','ABA054BFFE1A4392BD8688ABFD837477',12300,'203751','2022-08-03','Kindly update payment of Rs12300',7,1,14593,'2022-08-03 11:10:02','2022-08-03 11:20:07',0,1,1,NULL,NULL,NULL),(122,13106,12211,'ONLINE',NULL,51000,'6451CFDEE4DF4F17BE78B6B5AE4764EC','2022-08-04','KINDLY UPDATE TRANSFER AMOUNT  ',7,1,14570,'2022-08-04 11:19:56','2022-08-04 11:19:56',0,4,0,NULL,NULL,'3'),(123,13106,12211,'ONLINE',NULL,51000,'31122952','2022-08-04','KINDLY UPDATE TRANSFER AMOUNT  ',7,1,14570,'2022-08-04 11:22:17','2022-08-04 11:22:17',0,0,0,NULL,NULL,NULL),(124,13073,12211,'ONLINE',NULL,23100,'221620508827','2022-08-04','paid in hdfc 50200057821262 ',7,1,14529,'2022-08-04 20:31:35','2022-08-04 20:31:35',0,0,0,NULL,NULL,NULL),(125,13073,12211,'RTGS','A8A815084CA74F5BB3B1D343032F57CA',23100,'221620508827','2022-08-04','paid in hdfc 50200057821262 ',7,1,14529,'2022-08-04 20:32:04','2022-08-06 18:28:16',0,1,1,NULL,NULL,NULL),(126,13088,12211,'ONLINE','47AC84A304D343EE9BA073F2B345E67A',7600,'9F9619B42CAC424E931E18DFF2A05766','2022-08-21','',7,1,14545,'2022-08-21 01:08:51','2022-08-21 01:08:51',0,1,1,NULL,NULL,NULL),(127,13593,12211,'ONLINE',NULL,2600,'8605','2022-08-24','Cash deposit in icici bank',7,1,15075,'2022-08-24 12:16:22','2022-08-24 12:16:22',0,0,0,NULL,NULL,NULL),(128,13593,12211,'CASH','C8D0C97F6CB944428189A389415A40FC',2600,'8605','2022-08-24','Cash deposit icici bank',7,1,15075,'2022-08-24 13:23:49','2022-08-24 13:24:50',0,1,1,NULL,NULL,NULL),(129,13941,12211,'ONLINE',NULL,8422,'','2022-09-14','',7,1,15458,'2022-09-14 11:34:48','2022-09-14 11:34:48',0,0,0,NULL,NULL,NULL),(130,13941,12211,'ONLINE','7F77341463B44F5CA7A1FA6ADA81132E',8422,'CF6F40251D934FF9A33C16F9E0E204B8','2022-09-14','',7,1,15458,'2022-09-14 11:35:47','2022-09-14 11:35:47',0,1,1,NULL,NULL,NULL),(131,13181,12211,'ONLINE',NULL,4000,'32362619','2022-10-21','update deposit request',7,1,14645,'2022-10-21 19:07:23','2022-10-21 19:07:23',0,0,0,NULL,NULL,NULL),(132,13181,12211,'ONLINE',NULL,4000,'32362619','2022-10-21','update ',7,1,14645,'2022-10-21 19:15:04','2022-10-21 19:15:04',0,0,0,NULL,NULL,NULL),(133,13508,12211,'ONLINE',NULL,7200,'0405378A44CE44CC9A126D1DB196B652','2022-10-28','Online trf hdfc bank',7,1,14986,'2022-10-29 22:59:37','2022-10-29 22:59:37',0,4,0,NULL,NULL,'3'),(134,13508,12211,'RTGS','E883A0C0CC304A369F657195EA288D93',7200,'000139512038','2022-10-28','Online trf',7,1,14986,'2022-10-29 23:00:44','2022-10-29 23:00:44',0,1,0,NULL,NULL,NULL),(135,13508,12211,'RTGS','23EA25DC09DC496786F1BD74ECE085F7',400,'12345678','2022-10-29','Online trf to hdfc bank',7,1,14986,'2022-10-29 23:05:30','2022-10-29 23:05:30',0,1,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=12 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,'07b10-fcdd0-6e260-5e246','1',1,13142,12211,'TJ116836234868','CANCELLATION_QUOTATION','FLIGHT CANCLLED BY AIRLINES, PLZ PROCESS FULL REFUND ','{\"bookingId\":\"TJ116836234868\",\"type\":\"CANCELLATION_QUOTATION\",\"remarks\":\"FLIGHT CANCLLED BY AIRLINES, PLZ PROCESS FULL REFUND \",\"trips\":[{\"src\":\"DAC\",\"dest\":\"SXR\",\"departureDate\":\"2022-07-09\",\"travellers\":[{\"fn\":\"MASARAT\",\"ln\":\"NAZIR\"}]}]}','[]',NULL,NULL,0.00,0.00,0,NULL,NULL,'2022-06-21 11:46:17','2022-06-21 11:46:17'),(2,'1','FFD0C661B7814FE7AAFC022E07B2B8E2',1,13264,12211,'6657B59AD79D468E8111B5B8214A3927','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=6657B59AD79D468E8111B5B8214A3927&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"FFD0C661B7814FE7AAFC022E07B2B8E2\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":4300},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,4300.00,0,NULL,NULL,'2022-06-22 15:25:35','2022-06-22 15:25:35'),(3,'1','750F6266C8244D01AA8900D61E2518B2',1,13214,12211,'FB440350DD514D5DBA438A3357294592','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=FB440350DD514D5DBA438A3357294592&Adult=2&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"750F6266C8244D01AA8900D61E2518B2\",\"resultSet\":{\"AC\":{\"TotalInventory\":2,\"TotalInventoryCost\":8600},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,8600.00,0,NULL,NULL,'2022-06-30 21:14:44','2022-06-30 21:14:44'),(4,'1','13A3CB4D87FD4A449EBD296A18BEF5E8',1,13742,12211,'A86A46AECCB649658145B63A3CA43E37','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=A86A46AECCB649658145B63A3CA43E37&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"13A3CB4D87FD4A449EBD296A18BEF5E8\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":3800},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,3800.00,0,NULL,NULL,'2022-07-03 14:21:12','2022-07-03 14:21:12'),(5,'1','5351C01331CF48D694E3888201291F26',1,13286,12211,'A4C2B569D6E6431C8FC54CD105CCF6B3','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=A4C2B569D6E6431C8FC54CD105CCF6B3&Adult=3&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"5351C01331CF48D694E3888201291F26\",\"resultSet\":{\"AC\":{\"TotalInventory\":3,\"TotalInventoryCost\":12000},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,12000.00,0,NULL,NULL,'2022-07-03 16:58:48','2022-07-03 16:58:48'),(6,'1','36763D3F9ED84DB6964D6AD6BC927893',1,13941,12211,'7B59B62C224D407797ECF29278481829','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=7B59B62C224D407797ECF29278481829&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"36763D3F9ED84DB6964D6AD6BC927893\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":4500},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,4500.00,0,NULL,NULL,'2022-07-08 09:46:39','2022-07-08 09:46:39'),(7,'1','287F22C3AB574AA6BEE66BB88C665515',1,13647,12211,'EC7060AAE9B743338826E3694679CED2','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=EC7060AAE9B743338826E3694679CED2&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"287F22C3AB574AA6BEE66BB88C665515\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":3800},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,3800.00,0,NULL,NULL,'2022-07-12 09:53:36','2022-07-12 09:53:36'),(8,'1','A20E2BFF3A6347C38E2F35EB09A8EA50',1,13593,12211,'8C6A4191496D4E5D928750E21B08D012','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=8C6A4191496D4E5D928750E21B08D012&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"A20E2BFF3A6347C38E2F35EB09A8EA50\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":3200},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,3200.00,0,NULL,NULL,'2022-07-24 11:13:16','2022-07-24 11:13:16'),(9,'1','35A7BBC0FC034C3EBCF496E6BB827CB7',1,13128,12211,'2A9CA32C5721429FB2FFEDC626E4B0AF','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=2A9CA32C5721429FB2FFEDC626E4B0AF&Adult=1&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"35A7BBC0FC034C3EBCF496E6BB827CB7\",\"resultSet\":{\"AC\":{\"TotalInventory\":1,\"TotalInventoryCost\":4000},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,4000.00,0,NULL,NULL,'2022-07-25 11:18:56','2022-07-25 11:18:56'),(10,'1','EB489CC18BC743ADA2A1B669CBB3797A',1,13508,12211,'F69FB54BC7284524B845EF2C86ED08F0','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=F69FB54BC7284524B845EF2C86ED08F0&Adult=2&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"EB489CC18BC743ADA2A1B669CBB3797A\",\"resultSet\":{\"AC\":{\"TotalInventory\":2,\"TotalInventoryCost\":7600},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,7600.00,0,NULL,NULL,'2022-07-27 12:36:37','2022-07-27 12:36:37'),(11,'1','9D36542497DE4361BF1D35386B02D838',1,13063,12211,'4ED670A3B67742189A7AC6B667922390','8','Cancel By Superadmin','{\"url\":\"http:\\/\\/api.hellogtx.com\\/api\\/v1\\/flightinventory\\/booking-cancel-auto-ticket\\/?SecurityKey=615AD53A-C749-4363-A2AE-95BCD46B97F5&BookingId=4ED670A3B67742189A7AC6B667922390&Adult=6&Child=0&Infant=0\"}','{\"count\":1,\"next\":\"\",\"previous\":\"\",\"results\":{\"Status\":true,\"refId\":\"9D36542497DE4361BF1D35386B02D838\",\"resultSet\":{\"AC\":{\"TotalInventory\":6,\"TotalInventoryCost\":22800},\"Infant\":{\"TotalInventory\":0,\"TotalInventoryCost\":0}}}}','Cash',19,0.00,22800.00,0,NULL,NULL,'2022-07-27 14:46:24','2022-07-27 14:46:24');
/*!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=5 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 (3,'3_1652705419.jpeg','','','',0,'0',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=25309 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);
/*!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) NOT NULL DEFAULT '0.00',
  `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) DEFAULT 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 (10672,10672,2,0,0,1,0,0,1,1,0,100.00,0.00,0,0,0,0,0.00,0,0,'0','0','2022-04-20 00:00:00.000',0,'2022-04-20 00:00:00.000','2022-03-10 13:35:32',NULL,1,0,1),(10672,10672,2,0,0,2,0,0,1,0,0,100.00,0.00,0,0,0,0,0.00,0,0,'0','0','2022-04-20 00:00:00.000',0,'2022-04-20 00:00:00.000','2022-03-10 13:35:32',NULL,1,0,1),(13062,12211,2,1,0,1,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-21 15:19:52.000',0,'2022-06-21 15:19:52.000','2022-06-21 15:19:52','2022-06-21 15:19:52.000',1,0,1),(13062,12211,2,1,0,2,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-21 15:19:52.000',0,'2022-06-21 15:19:52.000','2022-06-21 15:19:52','2022-06-21 15:19:52.000',1,0,1),(13075,12211,2,1,0,1,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 20:39:54.000',0,'2022-06-17 20:39:54.000','2022-06-17 20:39:54','2022-06-17 20:39:54.000',1,0,1),(13075,12211,2,1,0,2,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 20:39:54.000',0,'2022-06-17 20:39:54.000','2022-06-17 20:39:54','2022-06-17 20:39:54.000',1,0,1),(13171,12211,2,1,0,1,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 15:01:27.000',0,'2022-06-17 15:01:27.000','2022-06-17 15:01:27','2022-06-17 15:01:27.000',1,0,1),(13171,12211,2,1,0,2,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 15:01:27.000',0,'2022-06-17 15:01:27.000','2022-06-17 15:01:27','2022-06-17 15:01:27.000',1,0,1),(13221,12211,2,1,0,1,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 17:47:49.000',0,'2022-06-17 17:47:49.000','2022-06-17 17:47:49','2022-06-17 17:47:49.000',1,0,1),(13221,12211,2,1,0,2,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 17:47:49.000',0,'2022-06-17 17:47:49.000','2022-06-17 17:47:49','2022-06-17 17:47:49.000',1,0,1),(13222,12211,2,1,0,1,0,0,1,2,0,0.00,200.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 16:50:37.000',0,'2022-06-17 16:50:37.000','2022-06-17 16:50:37','2022-06-17 16:50:37.000',1,0,1),(13222,12211,2,1,0,2,0,0,1,2,0,0.00,500.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-17 16:50:37.000',0,'2022-06-17 16:50:37.000','2022-06-17 16:50:37','2022-06-17 16:50:37.000',1,0,1),(13238,12211,2,1,0,1,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-21 12:52:26.000',0,'2022-06-21 12:52:26.000','2022-06-21 12:52:26','2022-06-21 12:52:26.000',1,0,1),(13238,12211,2,1,0,2,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-21 12:52:26.000',0,'2022-06-21 12:52:26.000','2022-06-21 12:52:26','2022-06-21 12:52:26.000',1,0,1),(13291,12211,2,1,0,1,0,0,1,1,0,0.00,200.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-22 16:34:34.000',0,'2022-06-22 16:34:34.000','2022-06-22 16:34:34','2022-06-22 16:34:34.000',1,0,1),(13291,12211,2,1,0,2,0,0,1,1,0,0.00,500.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-22 16:34:34.000',0,'2022-06-22 16:34:34.000','2022-06-22 16:34:34','2022-06-22 16:34:34.000',1,0,1),(13301,12211,2,1,0,1,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-29 18:15:46.000',0,'2022-06-29 18:15:46.000','2022-06-29 18:15:46','2022-06-29 18:15:46.000',1,0,1),(13301,12211,2,1,0,2,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-29 18:15:46.000',0,'2022-06-29 18:15:46.000','2022-06-29 18:15:46','2022-06-29 18:15:46.000',1,0,1),(13328,12211,2,1,0,1,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-10-03 21:19:54.000',0,'2022-10-03 21:19:54.000','2022-10-03 21:19:54','2022-10-03 21:19:54.000',1,0,1),(13328,12211,2,1,0,2,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-10-03 21:19:54.000',0,'2022-10-03 21:19:54.000','2022-10-03 21:19:54','2022-10-03 21:19:54.000',1,0,1),(13338,12211,2,1,0,1,0,0,1,1,0,0.00,1000.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-19 19:15:00.000',0,'2022-06-19 19:15:00.000','2022-06-19 19:15:00','2022-06-19 19:15:00.000',1,0,1),(13338,12211,2,1,0,2,0,0,1,1,0,0.00,1000.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-19 19:15:00.000',0,'2022-06-19 19:15:00.000','2022-06-19 19:15:00','2022-06-19 19:15:00.000',1,0,1),(13339,12211,2,1,0,1,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-22 13:31:16.000',0,'2022-06-22 13:31:16.000','2022-06-22 13:31:16','2022-06-22 13:31:16.000',1,0,1),(13339,12211,2,1,0,2,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-22 13:31:16.000',0,'2022-06-22 13:31:16.000','2022-06-22 13:31:16','2022-06-22 13:31:16.000',1,0,1),(13351,12211,2,1,0,1,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-20 14:42:10.000',0,'2022-06-20 14:42:10.000','2022-06-20 14:42:10','2022-06-20 14:42:10.000',1,0,1),(13351,12211,2,1,0,2,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-20 14:42:10.000',0,'2022-06-20 14:42:10.000','2022-06-20 14:42:10','2022-06-20 14:42:10.000',1,0,1),(13364,12211,2,1,0,1,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-22 15:20:58.000',0,'2022-06-22 15:20:58.000','2022-06-22 15:20:58','2022-06-22 15:20:58.000',1,0,1),(13364,12211,2,1,0,2,0,0,1,0,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-22 15:20:58.000',0,'2022-06-22 15:20:58.000','2022-06-22 15:20:58','2022-06-22 15:20:58.000',1,0,1),(13371,12211,2,1,0,1,0,0,1,1,0,0.00,300.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-28 16:06:55.000',0,'2022-06-28 16:06:55.000','2022-06-28 16:06:55','2022-06-28 16:06:55.000',1,0,1),(13371,12211,2,1,0,2,0,0,1,1,0,0.00,800.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-28 16:06:55.000',0,'2022-06-28 16:06:55.000','2022-06-28 16:06:55','2022-06-28 16:06:55.000',1,0,1),(13461,12211,2,1,0,1,0,0,1,1,0,0.00,200.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-23 15:21:14.000',0,'2022-06-23 15:21:14.000','2022-06-23 15:21:14','2022-06-23 15:21:14.000',1,0,1),(13461,12211,2,1,0,2,0,0,1,1,0,0.00,200.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-23 15:21:14.000',0,'2022-06-23 15:21:14.000','2022-06-23 15:21:14','2022-06-23 15:21:14.000',1,0,1),(13500,12211,2,1,0,1,0,0,1,1,0,0.00,0.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-24 19:53:01.000',0,'2022-06-24 19:53:01.000','2022-06-24 19:53:01','2022-06-24 19:53:01.000',1,0,1),(13500,12211,2,1,0,2,0,0,1,1,0,0.00,200.00,0,0,0,0,0.00,0,0,NULL,NULL,'2022-06-24 19:53:01.000',0,'2022-06-24 19:53:01.000','2022-06-24 19:53:01','2022-06-24 19:53:01.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) NOT NULL DEFAULT '0.00',
  `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 (10672,10672,1,'0',2,NULL,0,0,1,1,0,150.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-04-20 00:00:00.000',18,'2022-04-20 00:00:00.000',NULL,NULL,1,0,1),(10672,10672,1,'1',1,NULL,0,0,1,1,0,150.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-04-20 00:00:00.000',18,'2022-04-20 00:00:00.000',NULL,NULL,1,0,1),(12531,10672,2,'1',1,NULL,0,0,1,1,0,250.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-05-09 13:37:01.000',0,'2022-05-09 13:37:01.000','2022-05-09 13:37:01.000','2022-05-09 13:37:01.000',1,0,1),(12531,10672,2,'1',2,NULL,0,0,1,1,0,600.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-05-09 13:37:01.000',0,'2022-05-09 13:37:01.000','2022-05-09 13:37:01.000','2022-05-09 13:37:01.000',1,0,1),(13062,12211,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-21 15:19:52.000',0,'2022-06-21 15:19:52.000','2022-06-21 15:19:52.000','2022-06-21 15:19:52.000',1,0,1),(13062,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-21 15:19:52.000',0,'2022-06-21 15:19:52.000','2022-06-21 15:19:52.000','2022-06-21 15:19:52.000',1,0,1),(13075,12211,2,'1',1,NULL,0,0,1,1,0,100.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 20:39:54.000',0,'2022-06-17 20:39:54.000','2022-06-17 20:39:54.000','2022-06-17 20:39:54.000',1,0,1),(13075,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 20:39:54.000',0,'2022-06-17 20:39:54.000','2022-06-17 20:39:54.000','2022-06-17 20:39:54.000',1,0,1),(13171,12211,2,'1',1,NULL,0,0,1,1,0,300.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 15:01:27.000',0,'2022-06-17 15:01:27.000','2022-06-17 15:01:27.000','2022-06-17 15:01:27.000',1,0,1),(13171,12211,2,'1',2,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 15:01:27.000',0,'2022-06-17 15:01:27.000','2022-06-17 15:01:27.000','2022-06-17 15:01:27.000',1,0,1),(13221,12211,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 17:47:49.000',0,'2022-06-17 17:47:49.000','2022-06-17 17:47:49.000','2022-06-17 17:47:49.000',1,0,1),(13221,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 17:47:49.000',0,'2022-06-17 17:47:49.000','2022-06-17 17:47:49.000','2022-06-17 17:47:49.000',1,0,1),(13222,12211,2,'1',1,NULL,0,0,1,1,0,100.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 16:50:37.000',0,'2022-06-17 16:50:37.000','2022-06-17 16:50:37.000','2022-06-17 16:50:37.000',1,0,1),(13222,12211,2,'1',2,NULL,0,0,1,1,0,500.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-17 16:50:37.000',0,'2022-06-17 16:50:37.000','2022-06-17 16:50:37.000','2022-06-17 16:50:37.000',1,0,1),(13238,12211,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-21 12:52:26.000',0,'2022-06-21 12:52:26.000','2022-06-21 12:52:26.000','2022-06-21 12:52:26.000',1,0,1),(13238,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-21 12:52:26.000',0,'2022-06-21 12:52:26.000','2022-06-21 12:52:26.000','2022-06-21 12:52:26.000',1,0,1),(13291,12211,2,'1',1,NULL,0,0,1,1,0,500.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-22 16:34:34.000',0,'2022-06-22 16:34:34.000','2022-06-22 16:34:34.000','2022-06-22 16:34:34.000',1,0,1),(13291,12211,2,'1',2,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-22 16:34:34.000',0,'2022-06-22 16:34:34.000','2022-06-22 16:34:34.000','2022-06-22 16:34:34.000',1,0,1),(13301,12211,2,'1',1,NULL,0,0,1,1,0,400.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-29 18:15:46.000',0,'2022-06-29 18:15:46.000','2022-06-29 18:15:46.000','2022-06-29 18:15:46.000',1,0,1),(13301,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-29 18:15:46.000',0,'2022-06-29 18:15:46.000','2022-06-29 18:15:46.000','2022-06-29 18:15:46.000',1,0,1),(13328,12211,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-10-03 21:19:54.000',0,'2022-10-03 21:19:54.000','2022-10-03 21:19:54.000','2022-10-03 21:19:54.000',1,0,1),(13328,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-10-03 21:19:54.000',0,'2022-10-03 21:19:54.000','2022-10-03 21:19:54.000','2022-10-03 21:19:54.000',1,0,1),(13338,12211,2,'1',1,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-19 19:15:00.000',0,'2022-06-19 19:15:00.000','2022-06-19 19:15:00.000','2022-06-19 19:15:00.000',1,0,1),(13338,12211,2,'1',2,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-19 19:15:00.000',0,'2022-06-19 19:15:00.000','2022-06-19 19:15:00.000','2022-06-19 19:15:00.000',1,0,1),(13339,12211,2,'1',1,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-22 13:31:16.000',0,'2022-06-22 13:31:16.000','2022-06-22 13:31:16.000','2022-06-22 13:31:16.000',1,0,1),(13339,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-22 13:31:16.000',0,'2022-06-22 13:31:16.000','2022-06-22 13:31:16.000','2022-06-22 13:31:16.000',1,0,1),(13351,12211,2,'1',1,NULL,0,0,1,1,0,200.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-20 14:42:10.000',0,'2022-06-20 14:42:10.000','2022-06-20 14:42:10.000','2022-06-20 14:42:10.000',1,0,1),(13351,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-20 14:42:10.000',0,'2022-06-20 14:42:10.000','2022-06-20 14:42:10.000','2022-06-20 14:42:10.000',1,0,1),(13364,12211,2,'1',1,NULL,0,0,1,1,0,500.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-22 15:20:58.000',0,'2022-06-22 15:20:58.000','2022-06-22 15:20:58.000','2022-06-22 15:20:58.000',1,0,1),(13364,12211,2,'1',2,NULL,0,0,1,1,0,700.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-22 15:20:58.000',0,'2022-06-22 15:20:58.000','2022-06-22 15:20:58.000','2022-06-22 15:20:58.000',1,0,1),(13371,12211,2,'1',1,NULL,0,0,1,1,0,360.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-28 16:06:55.000',0,'2022-06-28 16:06:55.000','2022-06-28 16:06:55.000','2022-06-28 16:06:55.000',1,0,1),(13371,12211,2,'1',2,NULL,0,0,1,1,0,1000.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-28 16:06:55.000',0,'2022-06-28 16:06:55.000','2022-06-28 16:06:55.000','2022-06-28 16:06:55.000',1,0,1),(13461,12211,2,'1',1,NULL,0,0,1,1,0,200.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-23 15:21:14.000',0,'2022-06-23 15:21:14.000','2022-06-23 15:21:14.000','2022-06-23 15:21:14.000',1,0,1),(13461,12211,2,'1',2,NULL,0,0,1,1,0,200.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-23 15:21:14.000',0,'2022-06-23 15:21:14.000','2022-06-23 15:21:14.000','2022-06-23 15:21:14.000',1,0,1),(13500,12211,2,'1',1,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-24 19:53:01.000',0,'2022-06-24 19:53:01.000','2022-06-24 19:53:01.000','2022-06-24 19:53:01.000',1,0,1),(13500,12211,2,'1',2,NULL,0,0,1,1,0,0.00,0.00,0,0,0,2,0.00,0,0,'0','0','2022-06-24 19:53:01.000',0,'2022-06-24 19:53:01.000','2022-06-24 19:53:01.000','2022-06-24 19:53:01.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,1,0,18,'2022-11-18 11:22:26.000','2022-11-18 11:22:26.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(3) DEFAULT CURRENT_TIMESTAMP(3),
  `UpdateDate` datetime(3) DEFAULT CURRENT_TIMESTAMP(3),
  `IsMarkForDel` tinyint NOT NULL,
  `IsActive` tinyint NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 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,1,0,18,'2022-11-22 10:52:37.000','2022-11-22 10:52:41.000',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=26 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,13323,12211,'SG-8494','SpiceJet','2022-06-23 17:25:00','be75a-1566b-206a4-33e71',3932.9,0,3932.9,4286.9,300,54,14788,'','Yasir Rasool','9797966878','{\"FlightNumber\":\"SG-8494\",\"SegFlightNumberArr\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"be75a-1566b-206a4-33e71\",\"apiTraceId\":\"11-9305638025_0IXJSXRSG8494_53805720387399\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2022-06-23T17:25\",\"LocalFromTime\":\"2022-06-23 17:25\",\"FromUTCTime\":\"2022-06-23T17:25\",\"LocalToTime\":\"2022-06-23 18:30\",\"ToUTCTime\":\"2022-06-23T18:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"1h 5m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Jammu\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3932.8999999999996,\"PublishedFareTxt\":\"3,933\",\"ApiResultIndex\":\"11-9305638025_0IXJSXRSG8494_53805720387399\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":3932.8999999999996,\"PublishedFareAgent\":3932.8999999999996,\"OfferedFareAgent\":3932.8999999999996,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9305638025_0IXJSXRSG8494_53805720387399\",\"ApiResultIndex\":\"11-9305638025_0IXJSXRSG8494_53805720387399\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3932.8999999999996,\"CostToAgent\":3932.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3792.8999999999996,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3932.8999999999996,\"CostToAgent\":3932.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3932.8999999999996,\"CostToCustomer\":3932.8999999999996,\"BaseFareCal\":3792.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3792.8999999999996,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3932.8999999999996,\"CostToAgent\":3932.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-23T18:30\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-06-23T17:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"300\",\"ExtraMarkupOnGST\":54}','2022-06-21 22:27:44','2022-06-21 22:27:44',0,0),(2,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:34','2022-07-03 15:11:34',0,0),(3,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:35','2022-07-03 15:11:35',0,0),(4,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:36','2022-07-03 15:11:36',0,0),(5,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:37','2022-07-03 15:11:37',0,0),(6,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:39','2022-07-03 15:11:39',0,0),(7,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:52','2022-07-03 15:11:52',0,0),(8,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:54','2022-07-03 15:11:54',0,0),(9,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:11:55','2022-07-03 15:11:55',0,0),(10,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:00','2022-07-03 15:12:00',0,0),(11,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:00','2022-07-03 15:12:00',0,0),(12,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:01','2022-07-03 15:12:01',0,0),(13,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:01','2022-07-03 15:12:01',0,0),(14,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:01','2022-07-03 15:12:01',0,0),(15,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:01','2022-07-03 15:12:01',0,0),(16,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:02','2022-07-03 15:12:02',0,0),(17,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:02','2022-07-03 15:12:02',0,0),(18,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:07','2022-07-03 15:12:07',0,0),(19,13742,12211,'SG-8702','SpiceJet','2022-07-06 00:00:00','52886-cb3cc-354c6-6b5dd',3800,0,3800,4272,400,72,15241,'Ahuja.nitin100@gmail.com','Nitin Ahuja','8826028812','{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"52886-cb3cc-354c6-6b5dd\",\"apiTraceId\":\"430-52886-cb3cc-354c6-6b5dd\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-52886-cb3cc-354c6-6b5dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0}],\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"ExtraMarkup\":\"400\",\"ExtraMarkupOnGST\":72}','2022-07-03 15:12:08','2022-07-03 15:12:08',0,0),(20,14083,12211,'G8-334','Go First','2022-07-15 08:00:00','71a0b-1dc32-83799-4463d',4208.95,0,4208.95,4444.95,200,36,15610,'','rahul','9878066604','{\"FlightNumber\":\"G8-334\",\"SegFlightNumberArr\":\"G8-334\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71a0b-1dc32-83799-4463d\",\"apiTraceId\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-07-15T08:00\",\"LocalFromTime\":\"2022-07-15 08:00\",\"FromUTCTime\":\"2022-07-15T08:00\",\"LocalToTime\":\"2022-07-15 10:10\",\"ToUTCTime\":\"2022-07-15T10:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4102.13,\"PublishedFareTxt\":\"4,102\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3308,\"Tax\":819.7,\"YQTax\":0,\"OtherCharges\":802,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4127.7,\"PublishedFare\":4208.95,\"PublishedFareAgent\":4208.95,\"OfferedFareAgent\":4208.95,\"OfferedFare\":3961.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9202846204_0DELBOMG8334_34720552533782\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533782\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":819.7,\"TotalBaseFare\":4127.7,\"BaseFareCal\":3998.95,\"BaseFare\":3308,\"CommissionEarned\":166.55,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":802,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":166.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4208.95,\"CostToCustomer\":4208.95,\"BaseFareCal\":3998.95,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3998.95,\"intOfferedFare\":3961.15,\"intPublishFare\":4127.7,\"TripjackMarkup\":0,\"TripjackCommission\":166.55,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-15T10:10\",\"SegFlightNumber\":\"G8-334\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-15T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-07-12 17:57:18','2022-07-12 17:57:18',0,0),(21,14083,12211,'G8-334','Go First','2022-07-15 08:00:00','71a0b-1dc32-83799-4463d',4102.13,0,4102.13,4456.13,300,54,15610,'','rahul','9878066604','{\"FlightNumber\":\"G8-334\",\"SegFlightNumberArr\":\"G8-334\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71a0b-1dc32-83799-4463d\",\"apiTraceId\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-07-15T08:00\",\"LocalFromTime\":\"2022-07-15 08:00\",\"FromUTCTime\":\"2022-07-15T08:00\",\"LocalToTime\":\"2022-07-15 10:10\",\"ToUTCTime\":\"2022-07-15T10:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4102.13,\"PublishedFareTxt\":\"4,102\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3205,\"Tax\":810.7,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4015.7,\"PublishedFare\":4102.13,\"PublishedFareAgent\":4102.13,\"OfferedFareAgent\":4102.13,\"OfferedFare\":3854.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9202846204_0DELBOMG8334_34720552534122\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552534122\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":810.7,\"TotalBaseFare\":4015.7,\"BaseFareCal\":3892.13,\"BaseFare\":3205,\"CommissionEarned\":161.37,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":161.37,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4102.13,\"CostToCustomer\":4102.13,\"BaseFareCal\":3892.13,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3892.13,\"intOfferedFare\":3854.33,\"intPublishFare\":4015.7,\"TripjackMarkup\":0,\"TripjackCommission\":161.37,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-15T10:10\",\"SegFlightNumber\":\"G8-334\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-15T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"300\",\"ExtraMarkupOnGST\":54}','2022-07-12 17:57:18','2022-07-12 17:57:18',0,0),(22,14083,12211,'G8-334','Go First','2022-07-15 08:00:00','71a0b-1dc32-83799-4463d',4208.95,0,4208.95,4444.95,200,36,15610,'','rahul','9878066604','{\"FlightNumber\":\"G8-334\",\"SegFlightNumberArr\":\"G8-334\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71a0b-1dc32-83799-4463d\",\"apiTraceId\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-07-15T08:00\",\"LocalFromTime\":\"2022-07-15 08:00\",\"FromUTCTime\":\"2022-07-15T08:00\",\"LocalToTime\":\"2022-07-15 10:10\",\"ToUTCTime\":\"2022-07-15T10:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4102.13,\"PublishedFareTxt\":\"4,102\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3308,\"Tax\":819.7,\"YQTax\":0,\"OtherCharges\":802,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4127.7,\"PublishedFare\":4208.95,\"PublishedFareAgent\":4208.95,\"OfferedFareAgent\":4208.95,\"OfferedFare\":3961.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9202846204_0DELBOMG8334_34720552533782\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533782\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":819.7,\"TotalBaseFare\":4127.7,\"BaseFareCal\":3998.95,\"BaseFare\":3308,\"CommissionEarned\":166.55,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":802,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":166.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4208.95,\"CostToCustomer\":4208.95,\"BaseFareCal\":3998.95,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3998.95,\"intOfferedFare\":3961.15,\"intPublishFare\":4127.7,\"TripjackMarkup\":0,\"TripjackCommission\":166.55,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-15T10:10\",\"SegFlightNumber\":\"G8-334\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-15T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-07-12 17:58:45','2022-07-12 17:58:45',0,0),(23,14083,12211,'G8-334','Go First','2022-07-15 08:00:00','71a0b-1dc32-83799-4463d',4102.13,0,4102.13,4456.13,300,54,15610,'','rahul','9878066604','{\"FlightNumber\":\"G8-334\",\"SegFlightNumberArr\":\"G8-334\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71a0b-1dc32-83799-4463d\",\"apiTraceId\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-07-15T08:00\",\"LocalFromTime\":\"2022-07-15 08:00\",\"FromUTCTime\":\"2022-07-15T08:00\",\"LocalToTime\":\"2022-07-15 10:10\",\"ToUTCTime\":\"2022-07-15T10:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4102.13,\"PublishedFareTxt\":\"4,102\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3205,\"Tax\":810.7,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4015.7,\"PublishedFare\":4102.13,\"PublishedFareAgent\":4102.13,\"OfferedFareAgent\":4102.13,\"OfferedFare\":3854.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9202846204_0DELBOMG8334_34720552534122\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552534122\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":810.7,\"TotalBaseFare\":4015.7,\"BaseFareCal\":3892.13,\"BaseFare\":3205,\"CommissionEarned\":161.37,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":161.37,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4102.13,\"CostToCustomer\":4102.13,\"BaseFareCal\":3892.13,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3892.13,\"intOfferedFare\":3854.33,\"intPublishFare\":4015.7,\"TripjackMarkup\":0,\"TripjackCommission\":161.37,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-15T10:10\",\"SegFlightNumber\":\"G8-334\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-15T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"300\",\"ExtraMarkupOnGST\":54}','2022-07-12 17:58:45','2022-07-12 17:58:45',0,0),(24,14083,12211,'G8-334','Go First','2022-07-15 08:00:00','71a0b-1dc32-83799-4463d',4208.95,0,4208.95,4444.95,200,36,15610,'','rahul','9878066604','{\"FlightNumber\":\"G8-334\",\"SegFlightNumberArr\":\"G8-334\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71a0b-1dc32-83799-4463d\",\"apiTraceId\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-07-15T08:00\",\"LocalFromTime\":\"2022-07-15 08:00\",\"FromUTCTime\":\"2022-07-15T08:00\",\"LocalToTime\":\"2022-07-15 10:10\",\"ToUTCTime\":\"2022-07-15T10:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4102.13,\"PublishedFareTxt\":\"4,102\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3308,\"Tax\":819.7,\"YQTax\":0,\"OtherCharges\":802,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4127.7,\"PublishedFare\":4208.95,\"PublishedFareAgent\":4208.95,\"OfferedFareAgent\":4208.95,\"OfferedFare\":3961.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9202846204_0DELBOMG8334_34720552533782\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533782\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":819.7,\"TotalBaseFare\":4127.7,\"BaseFareCal\":3998.95,\"BaseFare\":3308,\"CommissionEarned\":166.55,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":802,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":166.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4208.95,\"CostToCustomer\":4208.95,\"BaseFareCal\":3998.95,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3998.95,\"intOfferedFare\":3961.15,\"intPublishFare\":4127.7,\"TripjackMarkup\":0,\"TripjackCommission\":166.55,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":166.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4208.95,\"CostToAgent\":4208.95,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-15T10:10\",\"SegFlightNumber\":\"G8-334\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-15T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"200\",\"ExtraMarkupOnGST\":36}','2022-07-12 17:59:07','2022-07-12 17:59:07',0,0),(25,14083,12211,'G8-334','Go First','2022-07-15 08:00:00','71a0b-1dc32-83799-4463d',4102.13,0,4102.13,4456.13,300,54,15610,'','rahul','9878066604','{\"FlightNumber\":\"G8-334\",\"SegFlightNumberArr\":\"G8-334\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71a0b-1dc32-83799-4463d\",\"apiTraceId\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:00\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-07-15T08:00\",\"LocalFromTime\":\"2022-07-15 08:00\",\"FromUTCTime\":\"2022-07-15T08:00\",\"LocalToTime\":\"2022-07-15 10:10\",\"ToUTCTime\":\"2022-07-15T10:10\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4102.13,\"PublishedFareTxt\":\"4,102\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552533112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3205,\"Tax\":810.7,\"YQTax\":0,\"OtherCharges\":793,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4015.7,\"PublishedFare\":4102.13,\"PublishedFareAgent\":4102.13,\"OfferedFareAgent\":4102.13,\"OfferedFare\":3854.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9202846204_0DELBOMG8334_34720552534122\",\"ApiResultIndex\":\"1-9202846204_0DELBOMG8334_34720552534122\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":810.7,\"TotalBaseFare\":4015.7,\"BaseFareCal\":3892.13,\"BaseFare\":3205,\"CommissionEarned\":161.37,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":793,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":161.37,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4102.13,\"CostToCustomer\":4102.13,\"BaseFareCal\":3892.13,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3892.13,\"intOfferedFare\":3854.33,\"intPublishFare\":4015.7,\"TripjackMarkup\":0,\"TripjackCommission\":161.37,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":161.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4102.13,\"CostToAgent\":4102.13,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}}],\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-15T10:10\",\"SegFlightNumber\":\"G8-334\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-15T08:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:00\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"ExtraMarkup\":\"300\",\"ExtraMarkupOnGST\":54}','2022-07-12 17:59:07','2022-07-12 17:59:07',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 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 */;
/*!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=106 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,38093,NULL,NULL,NULL,'Bajana',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,38091,NULL,NULL,NULL,'Jambughoda',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,37069,NULL,NULL,NULL,'Mawlynnong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,36792,NULL,NULL,NULL,'Vadnagar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,36773,NULL,NULL,NULL,'Kevadia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,36592,NULL,NULL,NULL,'Mehsana',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,36513,NULL,NULL,NULL,'Dawki',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,36425,NULL,NULL,NULL,'York',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,2423,NULL,NULL,NULL,'Vadodara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,30548,NULL,NULL,NULL,'Zurich',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,29388,NULL,NULL,NULL,'Wattens',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,29356,NULL,NULL,NULL,'Waterford',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,28729,NULL,NULL,NULL,'Vienna',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,28574,NULL,NULL,NULL,'Venice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,28303,NULL,NULL,NULL,'Vadodara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,28083,NULL,NULL,NULL,'Ujjain',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,28058,NULL,NULL,NULL,'Udaipur',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,35524,NULL,NULL,NULL,'Turtuk',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,34288,NULL,NULL,NULL,'Trivandrum',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,27156,1,NULL,NULL,'Thekkady',0,NULL,NULL,1,NULL,NULL,'20_1652353425.jpg',NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,'','','','',NULL,NULL,NULL,1),(21,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-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,34557,NULL,NULL,NULL,'Tawang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,26286,NULL,NULL,NULL,'Stuttgart',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,25897,NULL,NULL,NULL,'Srinagar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,25073,NULL,NULL,NULL,'Shillong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,35528,NULL,NULL,NULL,'Salzburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,24055,NULL,NULL,NULL,'Salzburg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,32754,NULL,NULL,NULL,'Rome',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,21939,NULL,NULL,NULL,'Poshina',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,21625,NULL,NULL,NULL,'Plymouth',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,34510,NULL,NULL,NULL,'Patan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,20822,NULL,NULL,NULL,'Paris',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,35281,NULL,NULL,NULL,'Pangong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,20687,NULL,NULL,NULL,'Pamukkale',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,20566,NULL,NULL,NULL,'Pahalgam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,20109,NULL,NULL,NULL,'Omkareshwar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,35282,NULL,NULL,NULL,'Nubra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,19391,NULL,NULL,NULL,'Nice',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,NULL,NULL,18987,NULL,NULL,NULL,'Naples',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1),(40,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-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,18300,NULL,NULL,NULL,'Montpellier',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,18262,NULL,NULL,NULL,'Monticiano',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,18026,NULL,NULL,NULL,'Moncalieri',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,17686,NULL,NULL,NULL,'Milan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,16755,NULL,NULL,NULL,'Mararikulam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,16628,NULL,NULL,NULL,'Mandu',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,16593,NULL,NULL,NULL,'Manali',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,16388,NULL,NULL,NULL,'Maheshwar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,34642,NULL,NULL,NULL,'Lugano',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,16022,NULL,NULL,NULL,'Lucerne',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,15952,NULL,NULL,NULL,'Lourdes',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,35251,NULL,NULL,NULL,'London',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,15836,NULL,NULL,NULL,'London',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,15524,NULL,NULL,NULL,'Limerick',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,15229,NULL,1,NULL,'Leh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,34296,NULL,NULL,NULL,'Ladakh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,31462,NULL,NULL,NULL,'La Rochelle',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,14582,NULL,NULL,NULL,'Kumbhalgarh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,14455,NULL,NULL,NULL,'Kovalam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,14368,NULL,NULL,NULL,'Konya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,14275,NULL,1,NULL,'Kochi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,14014,NULL,NULL,NULL,'Killarney',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,35393,NULL,NULL,NULL,'Khardongla',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,35366,NULL,NULL,NULL,'Jispa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,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,12995,1,NULL,NULL,'Jaipur',0,NULL,NULL,1,NULL,NULL,'65_1652353622.jpg',NULL,'India','101',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(66,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-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,12775,NULL,NULL,NULL,'Inverness',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,12756,NULL,NULL,NULL,'Interlaken',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,12747,NULL,NULL,NULL,'Innsbruck',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Austria','14',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,12706,NULL,NULL,NULL,'Indore',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,11240,1,NULL,NULL,'Guwahati',0,NULL,NULL,1,NULL,NULL,'71_1652353602.webp',NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,NULL,'1','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'','','','',NULL,NULL,NULL,1),(72,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11197,NULL,1,NULL,'Gulmarg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,10494,NULL,NULL,NULL,'Glasgow',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,10276,NULL,NULL,NULL,'Geneva',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,9764,NULL,NULL,NULL,'Frankfurt',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Germany','83',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,9544,NULL,NULL,NULL,'Florence',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,8778,NULL,NULL,NULL,'Engelberg',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Switzerland','210',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,8520,NULL,NULL,NULL,'Edinburgh',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,8222,NULL,NULL,NULL,'Dublin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ireland','105',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,8219,NULL,NULL,NULL,'Dubai',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'United Arab Emirates','228',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,7934,NULL,NULL,NULL,'Dirang',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,7701,NULL,1,NULL,'Delhi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,7576,NULL,NULL,NULL,'Dasada',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,6675,NULL,NULL,NULL,'Colmar',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,6561,NULL,1,NULL,'Cochin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,34563,NULL,NULL,NULL,'Cherrapunji',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,34479,NULL,NULL,NULL,'Champaner',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,5735,NULL,NULL,NULL,'Chamonix',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,5145,NULL,NULL,NULL,'Cardiff',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,5094,NULL,NULL,NULL,'Cappadocia',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,4527,NULL,NULL,NULL,'Bursa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,4304,NULL,NULL,NULL,'Brussels',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Belgium','21',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,30598,NULL,NULL,NULL,'Bordeaux',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,34561,NULL,NULL,NULL,'Bomdila',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,3142,NULL,NULL,NULL,'Bhuj',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,34462,NULL,NULL,NULL,'Bhalukpong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,2766,NULL,NULL,NULL,'Belfast',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UNITED KINGDOM','469',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,1860,NULL,NULL,NULL,'Avignon',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'France','76',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,1151,NULL,NULL,NULL,'Antalya',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Turkey','222',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,1014,NULL,NULL,NULL,'Ancona',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Italy','107',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,979,NULL,NULL,NULL,'Amsterdam',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Netherlands','154',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,670,NULL,1,NULL,'Alleppey',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,35390,NULL,NULL,NULL,'Alchi',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,296,NULL,NULL,NULL,'Ahmedabad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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,266,0,1,NULL,'Agra',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'India','101',NULL,'2022-05-12 16:28:46','2022-05-12 16:28:46',NULL,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 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 */;
/*!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=28 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,34542,1,12211,1,0,0,'Honeymoon,Family,Heritage,Culture,Shopping and Nightlife,Leisure,Group Tours,By Volvo',NULL,1,1,0,'{\"package\":{\"TPId\":34542,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":1,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/discover_turkey_1649326729.jpg\",\"BookingValidUntill\":\"2022-05-18\",\"AdvBookingDays\":21,\"DETAILS\":\"\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Istanbul\",\"DestinationPlacesSysId\":12905,\"SourcePlaces\":\"Istanbul\",\"SourcePlaceSysId\":12905,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Discover Turkey\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"6729\",\"SupplierName\":\"IN HOUSE\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,All Meals,Airport Transfers,Intercity Transfers,Sightseeing,Guided Tours,Visa,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Heritage,Culture,Shopping and Nightlife,Leisure,Group Tours,By Volvo\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-05-18\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12905,\"Title\":\"Istanbul\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":502883,\"Name\":\"The Central Palace Taksim\",\"Star\":\"4.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.0395506\",\"Long\":\"28.98493819999999\",\"Address\":\"Kocatepe, Lamartin Cd. No:18, 34437 Beyo?lu\\/?stanbul, Turkey\"},\"Images\":[],\"CityId\":12905,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_502883\\/4539_4972a860cf601b0e23939fe772dc47361649337317.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"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&Atilde;&frac14;lliye contains Ahmed&#039;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\":6729,\"SupplierName\":\"IN HOUSE\",\"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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; 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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25725,\"Title\":\"Tomb of Sheikh-E-Debali\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4527,\"CityName\":\"Bursa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17319,\"Title\":\"Ertugrul Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25731,\"Title\":\"Osman Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25732,\"Title\":\"Uludag Mountain tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17298,\"Title\":\"Travertines (Cotton Castle)\",\"Description\":\"Pamukkale&#039;s terraces are made of travertine, a sedimentary rock deposited by mineral water from the hot springs. ... When the water, supersaturated with calcium carbonate, reaches the surface, carbon dioxide de-gasses from it, and calcium carbonate is deposited.\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17301,\"Title\":\"Antalya Old City Hadrian Gate\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17306,\"Title\":\"Mevlana Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14368,\"CityName\":\"Konya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17683,\"Title\":\"Cave Dwellings\",\"Description\":\"One hundred square miles with more than 200 underground villages and tunnel towns complete with hidden passages, secret rooms and ancient temples and a remarkably storied history of each new civilisation building on the work of the last, make Cappadocia one of the world&amp;#039;s most striking and largest cave-dwelling regions of the world.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Cave_Dwellings__5094_1602143397.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":13988,\"Title\":\"pigeon valley\",\"Description\":\"Pigeon valley is one of the longest valleys that reflects distinctive formation challenging the time. It is located between the Goreme and Uchisar districts in Cappadocia and grabs the people who visited here by creating a mystic ambiance.\\r\\n\\r\\nIt invites the people to a magical world thanks to not only its wonderful sight, but also providing to be organized many various nature sports with its huge and plain land. It is perfect area for walking, trekking and hiking.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/3422_1581506335.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17682,\"Title\":\"Rock Formations\",\"Description\":\"The rock formations that have made Cappadocia one of the most popular destinations in Turkey emerged due to a geological process that began millions of years ago. Ancient volcanic eruptions blanketed the region in thick ash, which later solidified into a soft rock called &amp;#039;tuff&amp;#039;.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rock_Formations_5094_1602143212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null}]}},{\"CityId\":4527,\"Title\":\"Bursa\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":502886,\"Name\":\"Gold Majesty Hotel\",\"Star\":\"4.00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.2066361\",\"Long\":\"28.991844\",\"Address\":\"Konak, Lefko?e Cd. No:44, 16110 Nil&uuml;fer\\/Bursa, Turkey\"},\"Images\":[],\"CityId\":4527,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_502886\\/4539_79c790fcd1407d4f09aee4633d9702a01649338055.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"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&Atilde;&frac14;lliye contains Ahmed&#039;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\":6729,\"SupplierName\":\"IN HOUSE\",\"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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; 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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25725,\"Title\":\"Tomb of Sheikh-E-Debali\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4527,\"CityName\":\"Bursa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17319,\"Title\":\"Ertugrul Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25731,\"Title\":\"Osman Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25732,\"Title\":\"Uludag Mountain tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17298,\"Title\":\"Travertines (Cotton Castle)\",\"Description\":\"Pamukkale&#039;s terraces are made of travertine, a sedimentary rock deposited by mineral water from the hot springs. ... When the water, supersaturated with calcium carbonate, reaches the surface, carbon dioxide de-gasses from it, and calcium carbonate is deposited.\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17301,\"Title\":\"Antalya Old City Hadrian Gate\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17306,\"Title\":\"Mevlana Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14368,\"CityName\":\"Konya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17683,\"Title\":\"Cave Dwellings\",\"Description\":\"One hundred square miles with more than 200 underground villages and tunnel towns complete with hidden passages, secret rooms and ancient temples and a remarkably storied history of each new civilisation building on the work of the last, make Cappadocia one of the world&amp;#039;s most striking and largest cave-dwelling regions of the world.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Cave_Dwellings__5094_1602143397.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":13988,\"Title\":\"pigeon valley\",\"Description\":\"Pigeon valley is one of the longest valleys that reflects distinctive formation challenging the time. It is located between the Goreme and Uchisar districts in Cappadocia and grabs the people who visited here by creating a mystic ambiance.\\r\\n\\r\\nIt invites the people to a magical world thanks to not only its wonderful sight, but also providing to be organized many various nature sports with its huge and plain land. It is perfect area for walking, trekking and hiking.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/3422_1581506335.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17682,\"Title\":\"Rock Formations\",\"Description\":\"The rock formations that have made Cappadocia one of the most popular destinations in Turkey emerged due to a geological process that began millions of years ago. Ancient volcanic eruptions blanketed the region in thick ash, which later solidified into a soft rock called &amp;#039;tuff&amp;#039;.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rock_Formations_5094_1602143212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null}]}},{\"CityId\":20687,\"Title\":\"Pamukkale\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":502805,\"Name\":\"Tripolis Hotel\",\"Star\":\"4.00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"37.9193709\",\"Long\":\"29.1093632\",\"Address\":\"Adnan Kahveci Blv. No:96, 20190 Pamukkale\\/Denizli, Turkey\"},\"Images\":[],\"CityId\":20687,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_502805\\/4539_bf9ea712528689e3a63a125e1a62c6241649339349.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"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&Atilde;&frac14;lliye contains Ahmed&#039;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\":6729,\"SupplierName\":\"IN HOUSE\",\"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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; 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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25725,\"Title\":\"Tomb of Sheikh-E-Debali\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4527,\"CityName\":\"Bursa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17319,\"Title\":\"Ertugrul Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25731,\"Title\":\"Osman Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25732,\"Title\":\"Uludag Mountain tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17298,\"Title\":\"Travertines (Cotton Castle)\",\"Description\":\"Pamukkale&#039;s terraces are made of travertine, a sedimentary rock deposited by mineral water from the hot springs. ... When the water, supersaturated with calcium carbonate, reaches the surface, carbon dioxide de-gasses from it, and calcium carbonate is deposited.\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17301,\"Title\":\"Antalya Old City Hadrian Gate\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17306,\"Title\":\"Mevlana Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14368,\"CityName\":\"Konya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17683,\"Title\":\"Cave Dwellings\",\"Description\":\"One hundred square miles with more than 200 underground villages and tunnel towns complete with hidden passages, secret rooms and ancient temples and a remarkably storied history of each new civilisation building on the work of the last, make Cappadocia one of the world&amp;#039;s most striking and largest cave-dwelling regions of the world.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Cave_Dwellings__5094_1602143397.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":13988,\"Title\":\"pigeon valley\",\"Description\":\"Pigeon valley is one of the longest valleys that reflects distinctive formation challenging the time. It is located between the Goreme and Uchisar districts in Cappadocia and grabs the people who visited here by creating a mystic ambiance.\\r\\n\\r\\nIt invites the people to a magical world thanks to not only its wonderful sight, but also providing to be organized many various nature sports with its huge and plain land. It is perfect area for walking, trekking and hiking.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/3422_1581506335.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17682,\"Title\":\"Rock Formations\",\"Description\":\"The rock formations that have made Cappadocia one of the most popular destinations in Turkey emerged due to a geological process that began millions of years ago. Ancient volcanic eruptions blanketed the region in thick ash, which later solidified into a soft rock called &amp;#039;tuff&amp;#039;.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rock_Formations_5094_1602143212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null}]}},{\"CityId\":5094,\"Title\":\"Cappadocia\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":502841,\"Name\":\"MDC CAVE HOTEL CAPPADOCIA\",\"Star\":\"4.00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"38.6265924\",\"Long\":\"34.90471119999999\",\"Address\":\"Karahandere Mahallesi, 2. Sk. Karagandere Sk. No:20, 50400 &Uuml;rg&uuml;p\\/Nev?ehir, Turkey\"},\"Images\":[],\"CityId\":5094,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_502841\\/4539_474b4427dda879ca2a0f32f2dcba73b21649339291.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"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&Atilde;&frac14;lliye contains Ahmed&#039;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\":6729,\"SupplierName\":\"IN HOUSE\",\"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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; 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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25725,\"Title\":\"Tomb of Sheikh-E-Debali\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4527,\"CityName\":\"Bursa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17319,\"Title\":\"Ertugrul Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25731,\"Title\":\"Osman Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25732,\"Title\":\"Uludag Mountain tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17298,\"Title\":\"Travertines (Cotton Castle)\",\"Description\":\"Pamukkale&#039;s terraces are made of travertine, a sedimentary rock deposited by mineral water from the hot springs. ... When the water, supersaturated with calcium carbonate, reaches the surface, carbon dioxide de-gasses from it, and calcium carbonate is deposited.\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17301,\"Title\":\"Antalya Old City Hadrian Gate\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17306,\"Title\":\"Mevlana Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14368,\"CityName\":\"Konya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17683,\"Title\":\"Cave Dwellings\",\"Description\":\"One hundred square miles with more than 200 underground villages and tunnel towns complete with hidden passages, secret rooms and ancient temples and a remarkably storied history of each new civilisation building on the work of the last, make Cappadocia one of the world&amp;#039;s most striking and largest cave-dwelling regions of the world.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Cave_Dwellings__5094_1602143397.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":13988,\"Title\":\"pigeon valley\",\"Description\":\"Pigeon valley is one of the longest valleys that reflects distinctive formation challenging the time. It is located between the Goreme and Uchisar districts in Cappadocia and grabs the people who visited here by creating a mystic ambiance.\\r\\n\\r\\nIt invites the people to a magical world thanks to not only its wonderful sight, but also providing to be organized many various nature sports with its huge and plain land. It is perfect area for walking, trekking and hiking.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/3422_1581506335.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17682,\"Title\":\"Rock Formations\",\"Description\":\"The rock formations that have made Cappadocia one of the most popular destinations in Turkey emerged due to a geological process that began millions of years ago. Ancient volcanic eruptions blanketed the region in thick ash, which later solidified into a soft rock called &amp;#039;tuff&amp;#039;.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rock_Formations_5094_1602143212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null}]}},{\"CityId\":1151,\"Title\":\"Antalya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":478974,\"Name\":\"Afflon Loft City Hotel\",\"Star\":\"4.00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"36.88633129999999\",\"Long\":\"30.6969059\",\"Address\":\"Deniz, T&Atilde;&frac14;rk Telekom Sitesi, 121. Sk. No:6, 07050 Muratpa&Aring;&Yuml;a\\/Antalya, Turkey\"},\"Images\":[],\"CityId\":1151,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_478974\\/4539_b6c13044db30068d1d8b28db3597ac541649338172.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"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&Atilde;&frac14;lliye contains Ahmed&#039;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\":6729,\"SupplierName\":\"IN HOUSE\",\"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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; 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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25725,\"Title\":\"Tomb of Sheikh-E-Debali\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4527,\"CityName\":\"Bursa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17319,\"Title\":\"Ertugrul Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25731,\"Title\":\"Osman Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25732,\"Title\":\"Uludag Mountain tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17298,\"Title\":\"Travertines (Cotton Castle)\",\"Description\":\"Pamukkale&#039;s terraces are made of travertine, a sedimentary rock deposited by mineral water from the hot springs. ... When the water, supersaturated with calcium carbonate, reaches the surface, carbon dioxide de-gasses from it, and calcium carbonate is deposited.\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17301,\"Title\":\"Antalya Old City Hadrian Gate\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17306,\"Title\":\"Mevlana Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14368,\"CityName\":\"Konya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17683,\"Title\":\"Cave Dwellings\",\"Description\":\"One hundred square miles with more than 200 underground villages and tunnel towns complete with hidden passages, secret rooms and ancient temples and a remarkably storied history of each new civilisation building on the work of the last, make Cappadocia one of the world&amp;#039;s most striking and largest cave-dwelling regions of the world.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Cave_Dwellings__5094_1602143397.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":13988,\"Title\":\"pigeon valley\",\"Description\":\"Pigeon valley is one of the longest valleys that reflects distinctive formation challenging the time. It is located between the Goreme and Uchisar districts in Cappadocia and grabs the people who visited here by creating a mystic ambiance.\\r\\n\\r\\nIt invites the people to a magical world thanks to not only its wonderful sight, but also providing to be organized many various nature sports with its huge and plain land. It is perfect area for walking, trekking and hiking.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/3422_1581506335.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17682,\"Title\":\"Rock Formations\",\"Description\":\"The rock formations that have made Cappadocia one of the most popular destinations in Turkey emerged due to a geological process that began millions of years ago. Ancient volcanic eruptions blanketed the region in thick ash, which later solidified into a soft rock called &amp;#039;tuff&amp;#039;.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rock_Formations_5094_1602143212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null}]}},{\"CityId\":14368,\"Title\":\"Konya\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":502839,\"Name\":\"Bair Diamond Hotel & Convention Center\",\"Star\":\"5.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"37.88972820000001\",\"Long\":\"32.4967027\",\"Address\":\"Musalla Ba?lar?, Mahallesi, Ahmet Hilmi Nal&ccedil;ac? Cd. No:100 D:No:100, 42060 Sel&ccedil;uklu\\/Konya, Turkey\"},\"Images\":[],\"CityId\":14368,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_502839\\/4539_56e6f00d3ea667fbe9fe4a176a3adbc91649334513.jpg\",\"AccoAminitiesMask\":\"111111110010111010110\",\"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\":10,\"Title\":\"Cafe\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"},{\"AminityId\":19,\"Title\":\"Airport Shuttle\"}],\"IsfromAPI\":false,\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":10304,\"Title\":\"Bosphorus Cruise\",\"Description\":\"The Full Bosphorus Tour offers a great Bosphorus experience and will take several hours in total. For a mere 25 TL this cruise will take you from Emin&Atilde;&para;n&Atilde;&frac14; all the way to the Black Sea, and back. Each way takes about 90 minutes since the ferry makes 5 short stops to let people on and off.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/2072_1563524186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"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&Atilde;&frac14;lliye contains Ahmed&#039;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\":6729,\"SupplierName\":\"IN HOUSE\",\"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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":8962,\"Title\":\"Hippodrome\",\"Description\":\"Hippodrome of Constantinople, is located in Sultanahmet  area, It was a public arena mainly for chariot races. The word hippodrome comes from the Greek hippos (horse) and dromos (way). The Hippodrome of Constantinople was also home to gladiatorial games, official ceremonies, celebrations, protests, torture to the convicts and so on. Hippodrome functioned all in Roman (203-330 CE), Byzantine (330-1453 CE), and Ottoman (1453-1922) periods. Hippodrome was one of the significant structures built by Severus. However, the first Hippodrome was a small one.\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/1827_1554711220.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17287,\"Title\":\"Topkapi Palace Museum\",\"Description\":\"The Topkap&Auml;&plusmn; 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\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25725,\"Title\":\"Tomb of Sheikh-E-Debali\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":4527,\"CityName\":\"Bursa\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17319,\"Title\":\"Ertugrul Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25731,\"Title\":\"Osman Ghazi Tomb\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":25732,\"Title\":\"Uludag Mountain tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17317,\"Title\":\"Bursa Tour\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Enjoy a full-day&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;trip&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;&Acirc;&nbsp;to&Acirc;&nbsp;&lt;\\/span&gt;&lt;b style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;Bursa&lt;\\/b&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif font-size: 16px text-align: left&quot;&gt;, an Ottoman capital city filled with fascinating relics of the past. Enjoy its many green spaces, visit the ancient Ye&Aring;&Yuml;il Mosque and Ye&Aring;&Yuml;il Tombs, snack on roasted chestnuts and Turkish sweets, and wander the silk market.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12905,\"CityName\":\"Istanbul\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12905\\/sightseeing\\/4539_1615291594.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":18887,\"Title\":\"Pamukkale Day Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17298,\"Title\":\"Travertines (Cotton Castle)\",\"Description\":\"Pamukkale&#039;s terraces are made of travertine, a sedimentary rock deposited by mineral water from the hot springs. ... When the water, supersaturated with calcium carbonate, reaches the surface, carbon dioxide de-gasses from it, and calcium carbonate is deposited.\",\"CurrencyType\":0,\"CityId\":20687,\"CityName\":\"Pamukkale\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17301,\"Title\":\"Antalya Old City Hadrian Gate\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17303,\"Title\":\"Duden Waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":1151,\"CityName\":\"Antalya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17306,\"Title\":\"Mevlana Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14368,\"CityName\":\"Konya\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17683,\"Title\":\"Cave Dwellings\",\"Description\":\"One hundred square miles with more than 200 underground villages and tunnel towns complete with hidden passages, secret rooms and ancient temples and a remarkably storied history of each new civilisation building on the work of the last, make Cappadocia one of the world&amp;#039;s most striking and largest cave-dwelling regions of the world.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Cave_Dwellings__5094_1602143397.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":13988,\"Title\":\"pigeon valley\",\"Description\":\"Pigeon valley is one of the longest valleys that reflects distinctive formation challenging the time. It is located between the Goreme and Uchisar districts in Cappadocia and grabs the people who visited here by creating a mystic ambiance.\\r\\n\\r\\nIt invites the people to a magical world thanks to not only its wonderful sight, but also providing to be organized many various nature sports with its huge and plain land. It is perfect area for walking, trekking and hiking.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/3422_1581506335.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":17682,\"Title\":\"Rock Formations\",\"Description\":\"The rock formations that have made Cappadocia one of the most popular destinations in Turkey emerged due to a geological process that began millions of years ago. Ancient volcanic eruptions blanketed the region in thick ash, which later solidified into a soft rock called &amp;#039;tuff&amp;#039;.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/Rock_Formations_5094_1602143212.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null},{\"RefSSId\":4947,\"Title\":\"Goreme Open Air Museum\",\"Description\":\"One of the Turkey&acirc;&euro;&trade;s UNESCO World Heritage Sites, the Goreme Open Air Museum a must visit place while in Cappadocia. From Byzantine monastic settlement to a pilgrimage site from 17th century, this majestic structure is a cluster of churches, chapels and monasteries. The highlights of this museum are the finest rock-cut cave churches with magnificent frescoes narrating the scenes from the Bible. The amazing location makes it in the very centre of the region with easy access from all directions. A must see site when in the city of Cappadocia.\",\"CurrencyType\":0,\"CityId\":5094,\"CityName\":\"Cappadocia\",\"Lat\":38.6563054,\"Long\":34.836524,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/5094\\/sightseeing\\/48_1525754824.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":6729,\"SupplierName\":\"IN HOUSE\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"247780\",\"Title\":\"Mumbai - Istanbul\",\"MealPlanInclude\":\"Lunch,Dinner\",\"Day\":1,\"Program\":\"<p>Today afternoon, arrive at Istanbul airport at 13:00 hours. Meet our representative, who will be waiting to WELCOME YOU with a PLA card at &ldquo;Front of Gloria Jean&rsquo;s Coffee Shop&rdquo;.&nbsp; The representative will escort you to the vehicle. The group transfer will be from Istanbul Airport to your respective hotel, it will take approx. 1 hour. 30 mins. Later, check-in at the hotel and enjoy the rest of your day in the hotel.<\\/p>\\r\\n\\r\\n<p>Evening at 19:30, meet our guide at the hotel lobby for departure to Harbor on sharing transfers to Dinner on a cruise along with soft drinks. Proceed back to the hotel, in the late evening through our shared transfer.&nbsp; Overnight in Istanbul.<\\/p>\\r\\n\\r\\n<p>Highlight&rsquo;s of the day:<\\/p>\\r\\n\\r\\n<p>Sailing on Bosphorus, Panoramic Tour of Asia and Europe Continent, Belly Dancer Show, Turkish Folk Dances, DJ Music Performance.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502883,\"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\":10304,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247781\",\"Title\":\"Istanbul\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":2,\"Program\":\"<p>Today morning after breakfast, at 09:00 proceed to Istanbul Old City Tour. Pick up will be from Hotel for sightseeing. Lunch &amp; Dinner will be at Local restaurant. Overnight in Istanbul.<\\/p>\\r\\n\\r\\n<p>Highlight&rsquo;s of the day:<\\/p>\\r\\n\\r\\n<p>Visit to famous Hagia Sophia-I Kebir Mosque, followed by Topkapi Palace, Hippodrome, Blue Mosque, Aya Irini Mosque, and Grand Bazaar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"},{\"IsIncluded\":false,\"Id\":502883,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"},{\"IsIncluded\":false,\"Id\":502883,\"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\":11096,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":11095,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8962,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17287,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247782\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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}]}]},{\"ItineraryId\":\"247783\",\"Title\":\"Istanbul \\u2013 Bursa \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":3,\"Program\":\"<p>Today Morning after breakfast, at 09:00, check out from the hotel. Proceed for your onward journey to Bursa. En-route visit Sogut for sightseeing (approx. 270 kms \\/03 hours .30mins). &nbsp;Further from Sogut to Bursa (approx (130 kms \\/2 hours). Lunch &amp; Dinner will be at a local restaurant. Overnight in Bursa.<\\/p>\\r\\n\\r\\n<p>Highlight&rsquo;s of the day:<\\/p>\\r\\n\\r\\n<p>Visit the Tomb of Ertugrul Ghazi, who was the Leader and Hero of Turks with changed Turkish Civilization History.<\\/p>\\r\\n\\r\\n<p>Later proceed to the Tomb of Sheikh-E-Debali who was The Mentor of Ertugrul Gazi and was considered the spiritual founder of the Ottoman Empire.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4527,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502886,\"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\":25725,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17319,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247784\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4527,\"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}]}]},{\"ItineraryId\":\"247785\",\"Title\":\"Bursa \\u2013 Pamukkale\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"<p>Today morning after breakfast, at 09:00 proceed for Bursa tour. Later proceed to Pamukkale (approx dis. 430kms \\/5 hours).&nbsp; Check in at hotel in Pamukkale. Lunch &amp; Dinner at Local restaurant. Overnight in Pamukkale.<\\/p>\\r\\n\\r\\n<p>Highlights of the day :<\\/p>\\r\\n\\r\\n<p>Visit to Tophane District which has a clock tower, city Panoramic view, Osman Ghazi &amp; Orhan Ghazi Tomb, Cable car to Uludag Mountain.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20687,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502805,\"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\":25731,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":25732,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17317,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247786\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20687,\"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}]}]},{\"ItineraryId\":\"247787\",\"Title\":\"Pamukkale \\u2013 Antalya\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":5,\"Program\":\"<p>Today morning after breakfast, at 09:00 check out from the hotel and proceed for Pamukkale Tour. Later check-in at the hotel in Antalya (approx. dis. 225kms \\/3 hours). &nbsp;Lunch &amp; Dinner at a local restaurant. Overnight in Antalya.<\\/p>\\r\\n\\r\\n<p>Highlights of the day:<\\/p>\\r\\n\\r\\n<p>Pamukkale is Known as Pamuk (Cotton) and Kale (Castle), where hot springs on 35 C Degrees and Marvelous white travertines on the slope of Mountain.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1151,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":478974,\"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\":18887,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17298,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247788\",\"Title\":\"Antalya\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":6,\"Program\":\"<p>Today morning after breakfast, at 09:00 proceed to the Old City &amp; waterfall tour. Lunch &amp; Dinner at a local restaurant. Overnight in Antalya.<\\/p>\\r\\n\\r\\n<p>Highlights of the day:<\\/p>\\r\\n\\r\\n<p>Antalya&#39;s old town is called Kaleici, where ancient fluted Minaret, Hadrian Gate and Grooved Minaret. Karpuzkaldiran Waterfall is Linking up from Taurusian Mountain Via Duden waterfall to the Mediterranean Sea. Duden Waterfall Is 7 Km away from the Mediterranean Sea, Marvelous Green Nature Drive.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1151,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":478974,\"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\":17301,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17303,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247789\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1151,\"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}]}]},{\"ItineraryId\":\"247790\",\"Title\":\"Antalya \\u2013 Konya \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":7,\"Program\":\"<p>Today morning after breakfast, at 09:00 check out from the hotel. Proceed for your onwards journey to Konya (approx. dis. 310 km \\/3 hours.30 mins). Lunch &amp; Dinner at a local restaurant. Overnight in Konya.<\\/p>\\r\\n\\r\\n<p>Highlights of the day<\\/p>\\r\\n\\r\\n<p>Visit Mevlana Tomb &amp; Museum, which was the Name of Mevlana Celaleddin Rumi founded Mevlevi Spiritual Dance for Love and Praise to Allah. His Followers and students used to call him Dervish.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14368,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502839,\"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\":17306,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247791\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14368,\"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}]}]},{\"ItineraryId\":\"247792\",\"Title\":\"Konya \\u2013 Cappadocia\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":8,\"Program\":\"<p>Today morning after breakfast, at 09:00 check out from the hotel. Proceed for your onward journey to Cappadocia (approx. dis 230kms \\/3 hours). Lunch &amp; Dinner at Local restaurant. Overnight in Cappadocia.<\\/p>\\r\\n\\r\\n<p>Highlights of the day :<\\/p>\\r\\n\\r\\n<p>Visit Sultanhani Caravanserai for Photo Stop, Uchisar Castle Panorama, Pigeon Valley.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502841,\"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\":17683,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13988,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":17682,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247793\",\"Title\":\"Cappadocia\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":9,\"Program\":\"<p>Today morning after breakfast, at 09:00. Meet our guide at the hotel lobby for Cappadocia sightseeing. Lunch &amp; Dinner will be at a local restaurant. Overnight in Cappadocia.&nbsp;<\\/p>\\r\\n\\r\\n<p>Highlights of the day:<\\/p>\\r\\n\\r\\n<p>Visit Goreme Valley Panorama, Uchisar Castle Panorama, Pigeon Valley, Avanos Town, Red River, Pottery Workshop, Stone &amp; Jewellery Workshop.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502841,\"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\":4947,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13988,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"247794\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5094,\"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}]}]},{\"ItineraryId\":\"247795\",\"Title\":\"Cappadocia \\u2013 Istanbul\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Today morning at 10:00 hours, check out from the hotel. Meet our representative in the lobby for group transfers to Kayseri Airport (approx. dis. 1 hours \\/30 Mins ) for your onwards flight journey to Istanbul airport&nbsp;<\\/p>\\r\\n\\r\\n<p>Arrive at Istanbul airport at 13:00. Meet our representative at Front of Gloria Jeans Coffee Shop. The representative will escort you to the vehicle, group transfers will be from Istanbul Airport to your particular hotel, and it will take approx 1 Hr. 30 Mins. Later check-in &amp; leisure Time in the hotel. Lunch \\/ Dinner on own.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502883,\"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\":\"247796\",\"Title\":\"Istanbul\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Today morning after breakfast, full day for leisure. Explore Istanbul city on your own. If required any assistance or optional tour, Please contact us. Lunch\\/Dinner will be on own.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":502883,\"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\":\"247797\",\"Title\":\"Istanbul \\u2013 Mumbai\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>Today morning after breakfast, check out from hotel at 12:00 hours. Meet our representative at Lobby, who will assist you for return departure group transfer to Istanbul airport (approx. dis 1hour \\/30mins). Where your memorable tour of Highlights of Turkey comes to an end.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12905,\"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\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"34542\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"154500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":150500,\"priceDoubleOcc\":\"154500.00\",\"priceSingleOcc\":200500,\"priceExtraBed\":\"130000.00\",\"priceWithoutBed\":\"97000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"154500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":150500,\"priceDoubleOcc\":\"154500.00\",\"priceSingleOcc\":200500,\"priceExtraBed\":\"130000.00\",\"priceWithoutBed\":\"97000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"154500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":150500,\"priceDoubleOcc\":\"154500.00\",\"priceSingleOcc\":200500,\"priceExtraBed\":\"130000.00\",\"priceWithoutBed\":\"97000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"154500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":150500,\"priceDoubleOcc\":\"154500.00\",\"priceSingleOcc\":200500,\"priceExtraBed\":\"130000.00\",\"priceWithoutBed\":\"97000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"154500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":150500,\"priceDoubleOcc\":\"154500.00\",\"priceSingleOcc\":200500,\"priceExtraBed\":\"130000.00\",\"priceWithoutBed\":\"97000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"154500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":150500,\"priceDoubleOcc\":\"154500.00\",\"priceSingleOcc\":200500,\"priceExtraBed\":\"130000.00\",\"priceWithoutBed\":\"97000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"154500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"34542\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"153000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":149000,\"priceDoubleOcc\":\"153000.00\",\"priceSingleOcc\":197500,\"priceExtraBed\":\"128500.00\",\"priceWithoutBed\":\"95500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"153000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":149000,\"priceDoubleOcc\":\"153000.00\",\"priceSingleOcc\":197500,\"priceExtraBed\":\"128500.00\",\"priceWithoutBed\":\"95500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"153000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":149000,\"priceDoubleOcc\":\"153000.00\",\"priceSingleOcc\":197500,\"priceExtraBed\":\"128500.00\",\"priceWithoutBed\":\"95500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"153000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":149000,\"priceDoubleOcc\":\"153000.00\",\"priceSingleOcc\":197500,\"priceExtraBed\":\"128500.00\",\"priceWithoutBed\":\"95500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"153000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":149000,\"priceDoubleOcc\":\"153000.00\",\"priceSingleOcc\":197500,\"priceExtraBed\":\"128500.00\",\"priceWithoutBed\":\"95500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"153000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-18\",\"To\":\"2022-05-18\",\"Currency\":1,\"priceTripleOcc\":149000,\"priceDoubleOcc\":\"153000.00\",\"priceSingleOcc\":197500,\"priceExtraBed\":\"128500.00\",\"priceWithoutBed\":\"95500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"153000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;TCS of INR 4,500\\/- per person (refundable).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance unless mentioned in the inclusions tab.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hot-Air Balloon ride in Cappadocia.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under Package Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;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.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Domestic &amp;amp; International Flights&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Turkey Visa&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;4 nights accommodation in Central Palace Hotel Istanbul 4* or similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 night accommodation in Gold Majesty Hotel Bursa 4* or similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 night accommodation in Tripolis Hotel Denizli 4* or similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 nights accommodation in Afflon Hotel Loft City Antalya 4* or similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1-night accommodation in Bayir Diamond Hotel Konya 5* or similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;2 nights accommodation in MDC Cave Hotel Cappadocia (Nevsehir) or similar.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All sightseeing, tours and transfers as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transportations Are In Air Conditioned, Non-Smoking Luxury Coach.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Professional English Speaking Local Guide.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tours Have Covered Entrance Fees Mentioned In The Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Accommodation Category And Type Detailed In The Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Restaurants Names And Meal Plan Detailed In The Itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Water On The Coach.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"247780\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[247780],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247781\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[247781],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247782\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[247782],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"247783\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[247783],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247784\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[247784],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"247785\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[247785],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247786\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[247786],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"247787\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[247787],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247788\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[247788],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247789\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[247789],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"247790\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[247790],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247791\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[247791],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"247792\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[247792],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247793\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[247793],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247794\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[247794],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"247795\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[247795],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247796\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[247796],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}},\"247797\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[247797],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"1\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":{\"12905\":{\"CityName\":\"Istanbul\",\"FromDate\":{\"20220518\":{\"FromDate\":\"2022-05-18\",\"FromDateDMY\":\"18\\/05\\/2022\",\"AdultCost\":0,\"InfantCost\":0,\"B2BAdultMarkup\":0,\"B2BInfantMarkup\":0,\"B2CAdultMarkup\":0,\"B2CInfantMarkup\":0,\"CurrencySysId\":1,\"Symbol\":\"INR\"}}}}}}','Istanbul,Bursa,Pamukkale,Cappadocia,Antalya,Konya','Istanbul,Central Asia,Turkey,Eurasia,Bursa,Pamukkale,Antalya,Konya,Cappadocia',NULL,'12905,4527,20687,5094,1151,14368',153000,154500,11,NULL,NULL,NULL,1,'',0,'2022-05-12 00:00:00','2022-05-18 00:00:00','2022-05-18 00:00:00',3,'Turkey','222','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'discover-turkey',NULL,NULL,NULL,0),(2,32936,1,12211,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\":\"0\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Trivandrum\",\"DestinationPlacesSysId\":34288,\"SourcePlaces\":\"Kochi\",\"SourcePlaceSysId\":14275,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Kolorful Kerala\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"8202\",\"SupplierName\":\"Krti Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"B\\/fast & Dinner\",\"PackageType\":\"Honeymoon,Beach,Family,Hill Station,Heritage,Culture\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497239,\"Name\":\"Black Forest\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0332184\",\"Long\":\"76.98735429999999\",\"Address\":\"Kochin, Aluva - Munnar Rd, near Kallar Waterfalls, Kallar Vattiyar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497240,\"Name\":\"Deep Woods Resort Munnar\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0636503\",\"Long\":\"76.99101759999999\",\"Address\":\"Pulimoottil Estate, near Elixir Hills resort Letchmi Tea Estate, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497243,\"Name\":\"The Fog Munnar Resorts and Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.008105\",\"Long\":\"77.0486415\",\"Address\":\"Eatty City Road, Chithirapuram, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456343,\"Name\":\"Any Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science &amp; 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_&amp;_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":14455,\"Title\":\"Kovalam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497255,\"Name\":\"Park International Kovalam\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.3842842\",\"Long\":\"76.9829472\",\"Address\":\"Light House Rd, Kovalam, Kerala 695521, India\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497256,\"Name\":\"Swagath Holiday Resorts\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.389985299999998\",\"Long\":\"76.9777561\",\"Address\":\"Kovalam Beach Rd, near Upasana Hospital, Kovalam, Kerala 695527, India\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497257,\"Name\":\"Aadisaktthi Ayurveda Leisure Village Resort\",\"Star\":\".00\",\"Rating\":\"4.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.4114383\",\"Long\":\"76.97932019999999\",\"Address\":\"227\\/A, KS Rd, Vellar, Kovalam, Kerala 695527, India\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497258,\"Name\":\"UDAY SAMUDRA LEISURE BEACH HOTEL(UDS)\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"8.4022959\",\"Long\":\"76.97314519999999\",\"Address\":\"Samudra Beach, GV Raja Rd, Kovalam, Kerala 695527, India\"},\"Images\":[],\"CityId\":14455,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science &amp; 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_&amp;_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497250,\"Name\":\"Hotel AJ Park\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.492314899999998\",\"Long\":\"76.3338819\",\"Address\":\"Junction, Vellakkinar, Alappuzha, Kerala 688001, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497251,\"Name\":\"Pagoda Resorts\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497252,\"Name\":\"Paloma Backwater Resorts\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.484154799999997\",\"Long\":\"76.3790958\",\"Address\":\"Kainakary, Thottuvathala, Alappuzha, Kerala 688501, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science &amp; 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_&amp;_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497245,\"Name\":\"Lakeshore inn\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6046256\",\"Long\":\"77.1674275\",\"Address\":\"Thekkady - Kannaki Temple Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497246,\"Name\":\"The Patio\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6055549\",\"Long\":\"77.16712249999999\",\"Address\":\"Thekkady Junction, Lake Road, near Mudra Cultural Center, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497247,\"Name\":\"Woodnote Thekkady\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.604940400000002\",\"Long\":\"77.1741626\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497248,\"Name\":\"The Elephant court\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6036288\",\"Long\":\"77.17192709999999\",\"Address\":\"Thekkady - Kannaki Temple Rd, Thekkady, Kumily, Tamil Nadu 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24385,\"Title\":\"Mattupetty Dam,\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24330,\"Title\":\"Spice plantation tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24386,\"Title\":\"padmanabha swami Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":14455,\"CityName\":\"Kovalam\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":2727,\"Title\":\"Science &amp; 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_&amp;_Technology_museum_14455_1547106498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"235066\",\"Title\":\"Cochin Arrival Munnar \",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":1,\"Program\":\"<p>Our friendly representative welcomes you at Cochin Airport or Railway Station and transfer to Munnar, which is called as &ldquo;Nature Lover&rsquo;s Paradise&rdquo; 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. &ldquo;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\":497239,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497240,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497241,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497243,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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,Dinner\",\"Day\":2,\"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. Overnight at Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":497239,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497240,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497241,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497243,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":24385,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23731,\"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 \\u2013 Thekkady\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast check out from the hotel \\/ resort and proceed to Thekkady. Check into the hotel \\/ resort. Thekkady is India&rsquo;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\":497245,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497246,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497247,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497248,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":24330,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1351,\"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\\u2013 Alappuzha \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"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 &ldquo;Venice of the East&rdquo;. 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 backwater 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\":497250,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497251,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497252,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497253,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":\"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,Dinner\",\"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 &ndash; 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\":497255,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497256,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497257,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497258,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":\"235098\",\"Title\":\"Kovalam - Trivandrum Sightseeing\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"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\":497255,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497256,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497257,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497258,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":24386,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":75,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1159,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2727,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235102\",\"Title\":\"Trivandrum Departure \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>After breakfast proceed to Trivandrum &nbsp;airport \\/ railway station and depart. Travel back to your home with wonderful memories of amazing experience in Kerala.<\\/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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32936\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11990.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10138,\"priceDoubleOcc\":\"11990.00\",\"priceSingleOcc\":29920,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"4675.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10138,\"priceDoubleOcc\":\"11990.00\",\"priceSingleOcc\":29920,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"4675.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10138,\"priceDoubleOcc\":\"11990.00\",\"priceSingleOcc\":29920,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"4675.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10138,\"priceDoubleOcc\":\"11990.00\",\"priceSingleOcc\":29920,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"4675.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11532,\"priceDoubleOcc\":\"14080.00\",\"priceSingleOcc\":32010,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"4675.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14080.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14098,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"6435.00\",\"priceWithoutBed\":\"4675.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17930.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32937\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13090.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11477,\"priceDoubleOcc\":\"13090.00\",\"priceSingleOcc\":32120,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11477,\"priceDoubleOcc\":\"13090.00\",\"priceSingleOcc\":32120,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11477,\"priceDoubleOcc\":\"13090.00\",\"priceSingleOcc\":32120,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11477,\"priceDoubleOcc\":\"13090.00\",\"priceSingleOcc\":32120,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12870,\"priceDoubleOcc\":\"15180.00\",\"priceSingleOcc\":34210,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15180.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15437,\"priceDoubleOcc\":\"19030.00\",\"priceSingleOcc\":38060,\"priceExtraBed\":\"8250.00\",\"priceWithoutBed\":\"5500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19030.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18370.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15913,\"priceDoubleOcc\":\"18370.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15913,\"priceDoubleOcc\":\"18370.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15913,\"priceDoubleOcc\":\"18370.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15913,\"priceDoubleOcc\":\"18370.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18370.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16867,\"priceDoubleOcc\":\"19800.00\",\"priceSingleOcc\":39380,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16720,\"priceDoubleOcc\":\"19580.00\",\"priceSingleOcc\":39160,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"7700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19580.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26840.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23613,\"priceDoubleOcc\":\"26840.00\",\"priceSingleOcc\":59620,\"priceExtraBed\":\"17160.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23613,\"priceDoubleOcc\":\"26840.00\",\"priceSingleOcc\":59620,\"priceExtraBed\":\"17160.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23613,\"priceDoubleOcc\":\"26840.00\",\"priceSingleOcc\":59620,\"priceExtraBed\":\"17160.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23613,\"priceDoubleOcc\":\"26840.00\",\"priceSingleOcc\":59620,\"priceExtraBed\":\"17160.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25007,\"priceDoubleOcc\":\"28930.00\",\"priceSingleOcc\":61710,\"priceExtraBed\":\"17160.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28930.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":27573,\"priceDoubleOcc\":\"32780.00\",\"priceSingleOcc\":65560,\"priceExtraBed\":\"17160.00\",\"priceWithoutBed\":\"10890.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32780.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32936\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11445.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9678,\"priceDoubleOcc\":\"11445.00\",\"priceSingleOcc\":28560,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9678,\"priceDoubleOcc\":\"11445.00\",\"priceSingleOcc\":28560,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9678,\"priceDoubleOcc\":\"11445.00\",\"priceSingleOcc\":28560,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9678,\"priceDoubleOcc\":\"11445.00\",\"priceSingleOcc\":28560,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11445.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11008,\"priceDoubleOcc\":\"13440.00\",\"priceSingleOcc\":30555,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13440.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13458,\"priceDoubleOcc\":\"17115.00\",\"priceSingleOcc\":34230,\"priceExtraBed\":\"6142.50\",\"priceWithoutBed\":\"4462.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17115.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32937\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12495.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10955,\"priceDoubleOcc\":\"12495.00\",\"priceSingleOcc\":30660,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12495.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10955,\"priceDoubleOcc\":\"12495.00\",\"priceSingleOcc\":30660,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12495.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10955,\"priceDoubleOcc\":\"12495.00\",\"priceSingleOcc\":30660,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12495.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10955,\"priceDoubleOcc\":\"12495.00\",\"priceSingleOcc\":30660,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12495.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12285,\"priceDoubleOcc\":\"14490.00\",\"priceSingleOcc\":32655,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14490.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14735,\"priceDoubleOcc\":\"18165.00\",\"priceSingleOcc\":36330,\"priceExtraBed\":\"7875.00\",\"priceWithoutBed\":\"5250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18165.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32938\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17535.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15190,\"priceDoubleOcc\":\"17535.00\",\"priceSingleOcc\":36225,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17535.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15190,\"priceDoubleOcc\":\"17535.00\",\"priceSingleOcc\":36225,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17535.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15190,\"priceDoubleOcc\":\"17535.00\",\"priceSingleOcc\":36225,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17535.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15190,\"priceDoubleOcc\":\"17535.00\",\"priceSingleOcc\":36225,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17535.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16100,\"priceDoubleOcc\":\"18900.00\",\"priceSingleOcc\":37590,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15960,\"priceDoubleOcc\":\"18690.00\",\"priceSingleOcc\":37380,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"7350.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32939\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25620.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22540,\"priceDoubleOcc\":\"25620.00\",\"priceSingleOcc\":56910,\"priceExtraBed\":\"16380.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25620.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22540,\"priceDoubleOcc\":\"25620.00\",\"priceSingleOcc\":56910,\"priceExtraBed\":\"16380.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25620.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22540,\"priceDoubleOcc\":\"25620.00\",\"priceSingleOcc\":56910,\"priceExtraBed\":\"16380.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25620.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22540,\"priceDoubleOcc\":\"25620.00\",\"priceSingleOcc\":56910,\"priceExtraBed\":\"16380.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25620.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23870,\"priceDoubleOcc\":\"27615.00\",\"priceSingleOcc\":58905,\"priceExtraBed\":\"16380.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27615.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":26320,\"priceDoubleOcc\":\"31290.00\",\"priceSingleOcc\":62580,\"priceExtraBed\":\"16380.00\",\"priceWithoutBed\":\"10395.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"235066\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[235066],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235070\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235070],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235074\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235074],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235078\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235078],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235082\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235082],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235086\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235086],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235090\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235090],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235094\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235094],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235098\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[235098],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235102\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[235102],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Munnar,Kovalam,Alleppey,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Kovalam,Kochi,Trivandrum',NULL,'18697,14455,670,27156',11445,32780,6,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kolorful-kerala',NULL,NULL,NULL,0),(3,32931,1,12211,0,0,0,'Honeymoon,Family,Hill Station,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":32931,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Kochi\",\"DestinationPlacesSysId\":14275,\"SourcePlaces\":\"Kochi\",\"SourcePlaceSysId\":14275,\"AgencyName\":\"Atlas Tours & 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\":\"8202\",\"SupplierName\":\"Krti Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"B\\/fast & Dinner\",\"PackageType\":\"Honeymoon,Family,Hill Station,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":14275,\"Title\":\"Kochi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497209,\"Name\":\"North Centre Hotel\",\"Star\":\".00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.9928013\",\"Long\":\"76.2874145\",\"Address\":\"SRM Road, Ernakulam North, Kaloor, Ernakulam, Kerala 682018, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497210,\"Name\":\"Millennium Continental\",\"Star\":\".00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.9757784\",\"Long\":\"76.28259469999999\",\"Address\":\"Narakathara Road, Mahatma Gandhi Rd, opp. Shenoys Theatre, Shenoys, Kochi, Kerala 682035, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497211,\"Name\":\"Travancore Court - A Four Star Business Hotel\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.967168999999998\",\"Long\":\"76.2851065\",\"Address\":\"Warriam Rd, near Lotus Club, Ernakulam South, Ernakulam, Kerala 682016, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497212,\"Name\":\"Le Maritime Kochi\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.9826954\",\"Long\":\"76.241312\",\"Address\":\"Goshree Jct, Vypin, Kochi, Kerala 682510, India\"},\"Images\":[],\"CityId\":14275,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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, &amp;#039;PazhayannurBhagavathi&amp;#039; (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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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, &amp;#039;PazhayannurBhagavathi&amp;#039; (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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497221,\"Name\":\"Lakeshore inn\",\"Star\":\".00\",\"Rating\":\"3.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6046256\",\"Long\":\"77.1674275\",\"Address\":\"Thekkady - Kannaki Temple Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497222,\"Name\":\"The Patio\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6055549\",\"Long\":\"77.16712249999999\",\"Address\":\"Thekkady Junction, Lake Road, near Mudra Cultural Center, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497223,\"Name\":\"Woodnote Thekkady\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.604940400000002\",\"Long\":\"77.1741626\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497224,\"Name\":\"The Elephant Court\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.6026504\",\"Long\":\"77.17148809999999\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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, &amp;#039;PazhayannurBhagavathi&amp;#039; (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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}},{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497214,\"Name\":\"Black Forest\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0332184\",\"Long\":\"76.98735429999999\",\"Address\":\"Kochin, Aluva - Munnar Rd, near Kallar Waterfalls, Kallar Vattiyar, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497215,\"Name\":\"Deep Woods Resort Munnar\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0636503\",\"Long\":\"76.99101759999999\",\"Address\":\"Pulimoottil Estate, near Elixir Hills resort Letchmi Tea Estate, Munnar, Kerala 685612, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497218,\"Name\":\"The Fog Munnar Resorts and Spa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.008105\",\"Long\":\"77.0486415\",\"Address\":\"Eatty City Road, Chithirapuram, Kerala 685565, India\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456343,\"Name\":\"Any Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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, &amp;#039;PazhayannurBhagavathi&amp;#039; (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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":24328,\"Title\":\"Cheyappara waterfalls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0\",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;ndash; 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\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null},{\"RefSSId\":23731,\"Title\":\"Eco Point and Flower Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":8202,\"SupplierName\":\"Krti Holidays\",\"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\":8202,\"SupplierName\":\"Krti Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"235025\",\"Title\":\"Cochin Arrival \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"<p>Our friendly representative welcomes you at Cochin Airport or Railway Station and transfer to Cochin . Check into hotel \\/ resort. 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 &amp; jewellery. 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\":497209,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497210,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497211,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497212,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1759,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":769,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1667,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1532,\"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,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast to Munnar, which is called as &ldquo;Nature Lover&rsquo;s Paradise&rdquo; 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. &ldquo;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\":497214,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497215,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497217,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497218,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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,Dinner\",\"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. Overnight at Munnar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":497214,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497215,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":456343,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497217,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497218,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":1097,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23731,\"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 \\u2013 Thekkady \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast check out from the hotel \\/ resort and proceed to Thekkady. Check into the hotel \\/ resort. Thekkady is India&rsquo;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\":497221,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497222,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":497223,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497224,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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}],\"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,Dinner\",\"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 &ldquo;Venice of the East&rdquo;. 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 backwater 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\":[{\"Type\":\"Budget\",\"Id\":1},{\"Type\":\"Standard\",\"Id\":2},{\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":497229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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,Dinner\",\"Day\":6,\"Program\":\"<p>After breakfast proceed to Cochin airport \\/ railway station and depart. Travel back to your home with wonderful memories of amazing experience in 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\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32931\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9020.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"9020.00\",\"priceSingleOcc\":22000,\"priceExtraBed\":\"5060.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"9020.00\",\"priceSingleOcc\":22000,\"priceExtraBed\":\"5060.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"9020.00\",\"priceSingleOcc\":22000,\"priceExtraBed\":\"5060.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7700,\"priceDoubleOcc\":\"9020.00\",\"priceSingleOcc\":22000,\"priceExtraBed\":\"5060.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8653,\"priceDoubleOcc\":\"10450.00\",\"priceSingleOcc\":23430,\"priceExtraBed\":\"5060.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10340,\"priceDoubleOcc\":\"12980.00\",\"priceSingleOcc\":25960,\"priceExtraBed\":\"5060.00\",\"priceWithoutBed\":\"3740.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12980.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32932\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9790.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8727,\"priceDoubleOcc\":\"9790.00\",\"priceSingleOcc\":23540,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8727,\"priceDoubleOcc\":\"9790.00\",\"priceSingleOcc\":23540,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8727,\"priceDoubleOcc\":\"9790.00\",\"priceSingleOcc\":23540,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8727,\"priceDoubleOcc\":\"9790.00\",\"priceSingleOcc\":23540,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9607,\"priceDoubleOcc\":\"11110.00\",\"priceSingleOcc\":24860,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11110.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11367,\"priceDoubleOcc\":\"13750.00\",\"priceSingleOcc\":27500,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32933\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13970.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12210,\"priceDoubleOcc\":\"13970.00\",\"priceSingleOcc\":31900,\"priceExtraBed\":\"8690.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13970.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12210,\"priceDoubleOcc\":\"13970.00\",\"priceSingleOcc\":31900,\"priceExtraBed\":\"8690.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13970.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12210,\"priceDoubleOcc\":\"13970.00\",\"priceSingleOcc\":31900,\"priceExtraBed\":\"8690.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13970.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12210,\"priceDoubleOcc\":\"13970.00\",\"priceSingleOcc\":31900,\"priceExtraBed\":\"8690.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13970.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13163,\"priceDoubleOcc\":\"15400.00\",\"priceSingleOcc\":33330,\"priceExtraBed\":\"8690.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14850,\"priceDoubleOcc\":\"17930.00\",\"priceSingleOcc\":35860,\"priceExtraBed\":\"8690.00\",\"priceWithoutBed\":\"5940.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17930.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32934\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20460.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18003,\"priceDoubleOcc\":\"20460.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18003,\"priceDoubleOcc\":\"20460.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18003,\"priceDoubleOcc\":\"20460.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18003,\"priceDoubleOcc\":\"20460.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20460.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18957,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":46310,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20643,\"priceDoubleOcc\":\"24420.00\",\"priceSingleOcc\":48840,\"priceExtraBed\":\"13090.00\",\"priceWithoutBed\":\"8250.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24420.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"32931\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8610.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"8610.00\",\"priceSingleOcc\":21000,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"3570.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8610.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"8610.00\",\"priceSingleOcc\":21000,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"3570.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8610.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"8610.00\",\"priceSingleOcc\":21000,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"3570.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8610.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7350,\"priceDoubleOcc\":\"8610.00\",\"priceSingleOcc\":21000,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"3570.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8610.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8260,\"priceDoubleOcc\":\"9975.00\",\"priceSingleOcc\":22365,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"3570.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9975.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9870,\"priceDoubleOcc\":\"12390.00\",\"priceSingleOcc\":24780,\"priceExtraBed\":\"4830.00\",\"priceWithoutBed\":\"3570.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32932\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"9345.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8330,\"priceDoubleOcc\":\"9345.00\",\"priceSingleOcc\":22470,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9345.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8330,\"priceDoubleOcc\":\"9345.00\",\"priceSingleOcc\":22470,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9345.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8330,\"priceDoubleOcc\":\"9345.00\",\"priceSingleOcc\":22470,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9345.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8330,\"priceDoubleOcc\":\"9345.00\",\"priceSingleOcc\":22470,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9345.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9170,\"priceDoubleOcc\":\"10605.00\",\"priceSingleOcc\":23730,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10605.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10850,\"priceDoubleOcc\":\"13125.00\",\"priceSingleOcc\":26250,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32933\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13335.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11655,\"priceDoubleOcc\":\"13335.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"8295.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11655,\"priceDoubleOcc\":\"13335.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"8295.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11655,\"priceDoubleOcc\":\"13335.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"8295.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11655,\"priceDoubleOcc\":\"13335.00\",\"priceSingleOcc\":30450,\"priceExtraBed\":\"8295.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12565,\"priceDoubleOcc\":\"14700.00\",\"priceSingleOcc\":31815,\"priceExtraBed\":\"8295.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14175,\"priceDoubleOcc\":\"17115.00\",\"priceSingleOcc\":34230,\"priceExtraBed\":\"8295.00\",\"priceWithoutBed\":\"5670.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17115.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32934\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19530.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17185,\"priceDoubleOcc\":\"19530.00\",\"priceSingleOcc\":42840,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"7875.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19530.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17185,\"priceDoubleOcc\":\"19530.00\",\"priceSingleOcc\":42840,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"7875.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19530.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17185,\"priceDoubleOcc\":\"19530.00\",\"priceSingleOcc\":42840,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"7875.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19530.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17185,\"priceDoubleOcc\":\"19530.00\",\"priceSingleOcc\":42840,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"7875.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19530.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18095,\"priceDoubleOcc\":\"20895.00\",\"priceSingleOcc\":44205,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"7875.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20895.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19705,\"priceDoubleOcc\":\"23310.00\",\"priceSingleOcc\":46620,\"priceExtraBed\":\"12495.00\",\"priceWithoutBed\":\"7875.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23310.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"235025\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[235025],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235029\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235029],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235033\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235033],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235037\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235037],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235041\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235041],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235045\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235045],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235049\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235049],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235053\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235053],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"235057\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[235057],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Kochi,Alleppey,Thekkady,Munnar','Kochi,Kerala,Indian Subcontinent,South India,India,Munnar,Thekkady,Alleppey','','14275,670,27156,18697',8610,24420,5,'3_1652350591_0.jpg',NULL,'[{\"day\":1,\"images\":\"\"},{\"day\":2,\"images\":\"\"},{\"day\":3,\"images\":\"\"},{\"day\":4,\"images\":\"\"},{\"day\":5,\"images\":\"\"},{\"day\":6,\"images\":\"\"}]',2,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0','','','',NULL,'karismatic-kerala',NULL,NULL,NULL,0),(4,32287,1,12211,1,0,0,'Adventure,Family,Shopping and Nightlife,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":32287,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/magical_dubai_with_lapita_1644242426.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":25,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Dubai\",\"DestinationPlacesSysId\":8219,\"SourcePlaces\":\"Dubai\",\"SourcePlaceSysId\":8219,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Magical Dubai With Lapita\",\"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\",\"PackageType\":\"Adventure,Family,Shopping and Nightlife,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8219,\"Title\":\"Dubai\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":443487,\"Name\":\"Citymax Hotel Bur Dubai\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2507560572169\",\"Long\":\"55.2918666601181\",\"Address\":\"Al Kuwait Street, Bur Dubai, \"},\"Images\":[],\"CityId\":8219,\"Brief\":\"Citymax Hotel Bur Dubai is just twenty minutes from Dubai International airport.Heritage sites, the Dubai Creek and diving village are literally a stone&acirc;&euro;&trade;s throw away. The financial and World Trade Centre are as easily accessible.\\n\\n* Check in time is 2 PM and check out time updated to 12 PM\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/17\\/e84492841912918ea1af346b0ffd8a94-50029.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":443437,\"Name\":\"Grand Excelsior Hotel - Bur Dubai\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.2505716869558\",\"Long\":\"55.2922716736794\",\"Address\":\"Kuwait Street, Bur Dubai, \"},\"Images\":[],\"CityId\":8219,\"Brief\":\"Welcome to Grand Excelsior Hotel &acirc;&euro;&ldquo; Bur Dubai. The hotel is located in the heart of Bur Dubai\\\\\\\\\\\\&#039;&#039;s commercial district, it creates a striking landmark, which is dynamic in style and incorporates a Dhow shaped interior. \\n\\nIt stands tall and proud as the symbol of timeless Arabian hospitality. \\n\\nBur Dubai\\\\\\\\\\\\&#039;&#039;s premier hotel provides the highest level of service, ultimate in comfort and style, with exquisite cuisine, relaxing leisure facilities and extensive banquet &amp; conference services. \\n\\nAs the name suggests, the Dhow is traditional in roots, value and hospitality yet, non traditional and unconventional in a lot of other ideas and ideals. \\n\\nDubai\\\\\\\\\\\\&#039;&#039;s first Premium Property in Bur Dubai, is steeped in Arabic traditions and well equipped with the world\\\\\\\\\\\\&#039;&#039;s finest cuisine, specialty restaurants, Bar Lounge, and an authentic living experience in the most calm, peaceful, and posh residential vicinities of Dubai. \\n\\nMinutes away from the World Trade Center and the Business District of Dubai, Dhow Palace Hotel is definitely the most thoughtful way to enjoy one\\\\\\\\\\\\&#039;&#039;s stay in Dubai. \\n\\nAs history shows the only way to cross the Gulf Sea was on a Dhow and this hasn\\\\\\\\\\\\&#039;&#039;t changed even today. Experience the same journey to sail through Dubai\\\\\\\\\\\\&#039;&#039;s cityscape.Provides the highest level of service, ultimate in comfort...\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/1\\/ec5d4c5c82d20fa58affdf739949905a-241213.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":4991,\"Name\":\"Crowne Plaza Dubai Deira\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.270588781271\",\"Long\":\"55.32701164484\",\"Address\":\"Salahuddin Road Deira\"},\"Images\":{\"Image\":[{\"ImagId\":120418,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/561\\/DXBCP_4548882132_A.jpg\"},{\"ImagId\":120419,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/38\\/345\\/210\\/DXBCP-Healthclub1_A.jpg\"},{\"ImagId\":120420,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/450\\/DXBCP_3945638114_4385375777_A.jpg\"},{\"ImagId\":120421,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/470\\/DXBCP_4195982979_9557550154_A.jpg\"},{\"ImagId\":120422,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/522\\/DXBCP_4195978149_4043011137_A.jpg\"},{\"ImagId\":120423,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/530\\/DXBCP_4195981628_4950648941_A.jpg\"},{\"ImagId\":120424,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/538\\/DXBCP_4195978326_1773587554_A.jpg\"},{\"ImagId\":120425,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/71\\/166\\/586\\/DXBCP_3945637409_3238073945_A.jpg\"},{\"ImagId\":120426,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/110\\/DXBCP_4195979365_A.jpg\"},{\"ImagId\":120427,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/86\\/DXBCP_4193806532_A.jpg\"},{\"ImagId\":120428,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/154\\/DXBCP_4193807052_A.jpg\"},{\"ImagId\":120429,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/82\\/DXBCP_3945624757_A.jpg\"},{\"ImagId\":120430,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/146\\/DXBCP_4195979032_A.jpg\"},{\"ImagId\":120431,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/102\\/DXBCP_4184955312_A.jpg\"},{\"ImagId\":120432,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/553\\/DXBCP_4548884843_A.jpg\"},{\"ImagId\":120433,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/130\\/DXBCP_4195978399_A.jpg\"},{\"ImagId\":120434,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/56\\/DXBCP_4250459766_A.jpg\"},{\"ImagId\":120435,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/545\\/DXBCP_4548883362_A.jpg\"},{\"ImagId\":120436,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/64\\/DXBCP_4192985028_A.jpg\"},{\"ImagId\":120437,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/68\\/DXBCP_4195993354_A.jpg\"},{\"ImagId\":120438,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/72\\/DXBCP_3945639721_A.jpg\"},{\"ImagId\":120439,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/76\\/DXBCP_4195987244_A.jpg\"},{\"ImagId\":120440,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/80\\/DXBCP_4195991986_A.jpg\"},{\"ImagId\":120441,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/84\\/DXBCP_4184955793_A.jpg\"},{\"ImagId\":120442,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/90\\/DXBCP_4192985008_A.jpg\"},{\"ImagId\":120443,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/94\\/DXBCP_4184919158_A.jpg\"},{\"ImagId\":120444,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/98\\/DXBCP_3938557066_A.jpg\"},{\"ImagId\":120445,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/102\\/DXBCP_4250462940_A.jpg\"},{\"ImagId\":120446,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/110\\/DXBCP_4192987045_A.jpg\"},{\"ImagId\":120447,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/114\\/DXBCP_3948294274_A.jpg\"},{\"ImagId\":120448,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/118\\/DXBCP_4195993200_A.jpg\"},{\"ImagId\":120449,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/536\\/DXBCP_4548886944_A.jpg\"},{\"ImagId\":120450,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/124\\/DXBCP_4182943198_A.jpg\"},{\"ImagId\":120451,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/118\\/DXBCP_4193812594_A.jpg\"},{\"ImagId\":120452,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/130\\/DXBCP_3945626926_A.jpg\"},{\"ImagId\":120453,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/134\\/DXBCP_35890207_A.jpg\"},{\"ImagId\":120454,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/138\\/DXBCP_4195992491_A.jpg\"},{\"ImagId\":120455,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/142\\/DXBCP_4192985348_A.jpg\"},{\"ImagId\":120456,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/158\\/DXBCP_4195979126_A.jpg\"},{\"ImagId\":120457,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/122\\/DXBCP_4195980377_A.jpg\"},{\"ImagId\":120458,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/142\\/DXBCP_4195980282_A.jpg\"},{\"ImagId\":120459,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/158\\/DXBCP_4182943453_A.jpg\"},{\"ImagId\":120460,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/601\\/DXBCP_4548884395_A.jpg\"},{\"ImagId\":120461,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/641\\/DXBCP_4548884070_A.jpg\"},{\"ImagId\":120462,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/586\\/DXBCP_4548880064_A.jpg\"},{\"ImagId\":120463,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/176\\/DXBCP_4195985018_A.jpg\"},{\"ImagId\":120464,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/114\\/DXBCP_4195989713_A.jpg\"},{\"ImagId\":120465,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/190\\/DXBCP_4182942894_A.jpg\"},{\"ImagId\":120466,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/134\\/DXBCP_4193812067_A.jpg\"},{\"ImagId\":120467,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/94\\/DXBCP_4195979415_A.jpg\"},{\"ImagId\":120468,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/212\\/DXBCP_3938819964_A.jpg\"},{\"ImagId\":120469,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/216\\/DXBCP_4193810372_A.jpg\"},{\"ImagId\":120470,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/220\\/DXBCP_4182946511_A.jpg\"},{\"ImagId\":120471,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/226\\/DXBCP_4192984880_A.jpg\"},{\"ImagId\":120472,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/232\\/DXBCP_3945624868_A.jpg\"},{\"ImagId\":120473,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/236\\/DXBCP_4195991056_A.jpg\"},{\"ImagId\":120474,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/242\\/DXBCP_4195992395_A.jpg\"},{\"ImagId\":120475,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/622\\/DXBCP_4548883059_A.jpg\"},{\"ImagId\":120476,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/250\\/DXBCP_4193806682_A.jpg\"},{\"ImagId\":120477,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/256\\/DXBCP_4192985069_A.jpg\"},{\"ImagId\":120478,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/126\\/DXBCP_4192984841_A.jpg\"},{\"ImagId\":120479,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/266\\/DXBCP_4195993278_A.jpg\"},{\"ImagId\":120480,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/138\\/DXBCP_4193812382_A.jpg\"},{\"ImagId\":120481,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/272\\/DXBCP_3936036885_A.jpg\"},{\"ImagId\":120482,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/106\\/DXBCP_4184955511_A.jpg\"},{\"ImagId\":120483,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/278\\/DXBCP_4193810648_A.jpg\"},{\"ImagId\":120484,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/282\\/DXBCP_4192985049_A.jpg\"},{\"ImagId\":120485,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/288\\/DXBCP_4195988809_A.jpg\"},{\"ImagId\":120486,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/296\\/DXBCP_4192985655_A.jpg\"},{\"ImagId\":120487,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/304\\/DXBCP_4192984964_A.jpg\"},{\"ImagId\":120488,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/320\\/DXBCP_3945624789_A.jpg\"},{\"ImagId\":120489,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/78\\/DXBCP_4192984862_A.jpg\"},{\"ImagId\":120490,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/339\\/DXBCP_4195978258_A.jpg\"},{\"ImagId\":120491,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/577\\/DXBCP_4548887828_A.jpg\"},{\"ImagId\":120492,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/348\\/DXBCP_4195978060_A.jpg\"},{\"ImagId\":120493,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/353\\/DXBCP_4182945619_A.jpg\"},{\"ImagId\":120494,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/98\\/DXBCP_4184954950_A.jpg\"},{\"ImagId\":120495,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/362\\/DXBCP_4184918853_A.jpg\"},{\"ImagId\":120496,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/580\\/370\\/DXBCP_4192987063_A.jpg\"},{\"ImagId\":120497,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/569\\/DXBCP_4548887481_A.jpg\"},{\"ImagId\":120498,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/150\\/DXBCP_4195979957_A.jpg\"},{\"ImagId\":120499,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/582\\/953\\/DXBCP_4550783304_A.jpg\"},{\"ImagId\":120500,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/73\\/545\\/90\\/DXBCP_4193813002_A.jpg\"},{\"ImagId\":120501,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/582\\/972\\/DXBCP_4550783332_A.jpg\"},{\"ImagId\":120502,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/825\\/DXBCP_4193809964_A.jpg\"},{\"ImagId\":120503,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/689\\/DXBCP_3938998858_A.jpg\"},{\"ImagId\":120504,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/801\\/DXBCP_4182944269_A.jpg\"},{\"ImagId\":120505,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/794\\/DXBCP_3941338727_A.jpg\"},{\"ImagId\":120506,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/839\\/DXBCP_4193809355_A.jpg\"},{\"ImagId\":120507,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/895\\/DXBCP_4182944338_A.jpg\"},{\"ImagId\":120508,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/787\\/DXBCP_1621782997_A.jpg\"},{\"ImagId\":120509,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/871\\/DXBCP_1621370028_A.jpg\"},{\"ImagId\":120510,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/832\\/DXBCP_4250456670_A.jpg\"},{\"ImagId\":120511,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/709\\/DXBCP_3936161953_A.jpg\"},{\"ImagId\":120512,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/695\\/DXBCP_4193809023_A.jpg\"},{\"ImagId\":120513,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/773\\/DXBCP_1653680580_A.jpg\"},{\"ImagId\":120514,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/877\\/DXBCP_4182944674_A.jpg\"},{\"ImagId\":120515,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/745\\/DXBCP_4193809533_A.jpg\"},{\"ImagId\":120516,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/887\\/DXBCP_4182944972_A.jpg\"},{\"ImagId\":120517,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/853\\/DXBCP_4193808780_A.jpg\"},{\"ImagId\":120518,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/766\\/DXBCP_3936210178_A.jpg\"},{\"ImagId\":120519,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/717\\/DXBCP_3932300726_A.jpg\"},{\"ImagId\":120520,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/681\\/DXBCP_4182944445_A.jpg\"},{\"ImagId\":120521,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/703\\/DXBCP_3936095958_A.jpg\"},{\"ImagId\":120522,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/779\\/DXBCP_3938963111_A.jpg\"},{\"ImagId\":120523,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/752\\/DXBCP_3945628475_A.jpg\"},{\"ImagId\":120524,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/655\\/DXBCP_4193807879_A.jpg\"},{\"ImagId\":120525,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/859\\/DXBCP_4193807436_A.jpg\"},{\"ImagId\":120526,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/661\\/DXBCP_1621787437_A.jpg\"},{\"ImagId\":120527,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/731\\/DXBCP_3945628506_A.jpg\"},{\"ImagId\":120528,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/817\\/DXBCP_3903466757_A.jpg\"},{\"ImagId\":120529,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/759\\/DXBCP_3945628573_A.jpg\"},{\"ImagId\":120530,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/865\\/DXBCP_3945628441_A.jpg\"},{\"ImagId\":120531,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/668\\/DXBCP_4193810195_A.jpg\"},{\"ImagId\":120532,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/809\\/DXBCP_4182945069_A.jpg\"},{\"ImagId\":120533,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/675\\/DXBCP_3936019145_A.jpg\"},{\"ImagId\":120534,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/845\\/DXBCP_4182943574_A.jpg\"},{\"ImagId\":120535,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/307\\/723\\/DXBCP_4182944830_A.jpg\"}]},\"CityId\":8219,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;A stay at Crowne Plaza Dubai Deira places you in the heart of Dubai, walking distance from Reef Mall and Hamarain Centre.  This 5-star hotel is within close proximity of Al Ghurair Centre and Fish Roundabout.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 300 air-conditioned rooms featuring iPod docking stations and plasma televisions. Your room comes with a pillowtop bed. Complimentary wired and wireless Internet access keeps you connected, and satellite programming provides entertainment. Private bathrooms with shower\\/tub combinations feature deep soaking bathtubs and rainfall showerheads.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Don&amp;apos;t miss out on the many recreational opportunities, including a health club, an outdoor pool, and a sauna. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can get to nearby shops on the complimentary shuttle.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at one of the hotel&amp;apos;s 3 restaurants and 2 coffee shops\\/caf&eacute;s, or stay in and take advantage of 24-hour room service. Relax with a refreshing drink from a poolside bar or one of the 2 bars\\/lounges.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour business center, and express check-in. Planning an event in Dubai? This hotel has 15042 square feet (1397 square meters) of space consisting 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.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/548\\/561\\/DXBCP_4548882132_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\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":405879,\"Name\":\"Lapita, Dubai Parks & Resorts Autograph Collection\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"24.916344\",\"Long\":\"55.006238\",\"Address\":\"Dubai Parks &amp; Resorts, Sheikh Zayed Road s\\/n 334221 DUBAI  AE, 334221\"},\"Images\":[],\"CityId\":8219,\"Brief\":\"This Polynesian themed resort offers you a soothing and mesmerising stay at one of the most luxurious hotels in Dubai with unparalleled access to Dubai&#039;s famous theme parks and water park. Lapita&acirc;&bdquo;&cent; is without a doubt the best way to maximise both your time together and your time for fun!\\n\\nLapita&acirc;&bdquo;&cent; is dedicated to the spirit of the Polynesian islands - the architecture and landscaping, as well as the use of textures, details and lighting, all contribute to the splendour and serenity you can experience here.\\n\\nExpansive pathways sprinkled with colourful flowers adorn the entrance to Lapita&acirc;&bdquo;&cent;. The Dubai Parks and Resorts experience continues at the hotel where the comfort and d&Atilde;&copy;cor will ensure an unforgettable stay.\\n\\nThe warm ambient lighting and modernised Polynesian motifs take you on an exciting culinary journey at their signature dining restaurants.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/53\\/539281\\/539281a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"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\":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\":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&amp;rsquo;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: &amp;ldquo;tallest structure&amp;rdquo; and &amp;ldquo;tallest free-standing structure&amp;rdquo; other than the world&amp;rsquo;s &amp;ldquo;tallest building&amp;rdquo;. The tower also holds world records for  &amp;lsquo;highest occupied floor&amp;rsquo;, &amp;lsquo;highest number of stories&amp;rsquo;, &amp;lsquo;longest travel distance elevators&amp;rsquo;, &amp;lsquo;tallest service elevator&amp;rsquo; and &amp;lsquo;second highest outdoor observatory deck&amp;rsquo;.\",\"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\":3122,\"Title\":\"Palm Jumeirah Island\",\"Description\":\"Palm Jumeirah is the world&amp;rsquo;s largest man-made island and is comprised of a two kilometre long trunk (stem), a crown made up of 17 fronds (leafs) and a surrounding crescent (curve). The  tree-shaped Palm Jumeirah was built entirely from sand and rocks only. The island itself is five kilometers by five kilometers.\\r\\nDubai is known for its world&amp;#039;s first: Palm Jumeirah is first artificial island, which looks like a stylised palm tree from SPACE, was originally billed as the Eighth Wonder of the World. Palm Jumeirah is one of the three artificial Palm Islands and its creation is started in 2001. As of November 2011, only Palm Jumeirah has been completed. The island is known for glitzy hotels, shopping malls, posh apartment towers and upmarket global restaurants.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.1124,\"Long\":55.139,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Palm_Jumeirah_8219_1517479431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":2669,\"Title\":\"Sheikh Zayed Mosque\",\"Description\":\"Sheikh Zayed Grand Mosque is located in Abu Dhabi. It is the largest mosque in the country.Sheikh Zayed Grand Mosque is the key place of worship for Friday gathering and Eid prayers. During Eid it may be visited by more than 41,000 people.The building complex measures approximately 960 ft by 1,380 ft, covering an area of more than 30 acres, excluding exterior landscaping and vehicle parking.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.4868776,\"Long\":54.3852405,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Sheikh_Zayed_Mosque_8219_1519044602.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null},{\"RefSSId\":2320,\"Title\":\"Sheikh&#039;s Palace\",\"Description\":\"The luxury palace of Sheikh Mohammad Bin Rashid Al Maktoum (the Vice President and Prime Minister of UAE) also refers as Sheikh Mohammad&amp;rsquo;s Palace and the Emir of Dubai. View of the palace is breath-taking and enjoyable. There are luxury cars of the Emir parked inside the palace and the colorful peacocks on the palace grounds will keep your eyes open for a glimpse.\\r\\nIn 1965 Sheik Rashid&amp;#039;s Zabeel Palace was totally encompassed by sand where it remained solitary in the desert. It was Sheik Rashid&amp;#039;s Palace until he has passed in 1990. Presently advanced structures encompass and dominate this memorable building. Its name has been given to Sheik Mohammed&amp;#039;s new Zabeel Palace and the old Zabeel Palace lies nearly forgotten.\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":25.196865,\"Long\":55.274349,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/Sheikh&#039;s_Palace_8219_1517483067.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},{\"RefSSId\":3224,\"Title\":\"Bollywood Theme Park\",\"Description\":\"Enjoy the unforgettable experience of your favourite Bollywood blockbusters coming to life at Dubai&amp;rsquo;s one-of-a-kind Bollywood Park! Step into a fantastic cinematic world and explore the 5 zones: Bollywood Boulevard Mumbai Chowk Rustic Ravine Royal Plaza and Bollywood Film Studios.\\r\\n\\r\\nEnjoy cinematic simulation rides blockbuster attractions flamboyant live shows extraordinary entertainment fine dining street food and shop at numerous boutiques in a theme park dedicated to all things Bollywood!\",\"CurrencyType\":0,\"CityId\":8219,\"CityName\":\"Dubai\",\"Lat\":24.920851,\"Long\":55.0093677,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8219\\/sightseeing\\/bollywood_theme_park_8219_1519026127.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":4360,\"SupplierName\":\"Turning Point Tourism LLC\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"229791\",\"Title\":\"Arrival at Dubai \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Land in the sparkling city of Dubai and get set for an unmatched dining experience while cruising through the waters of Dubai.<\\/p>\\r\\n\\r\\n<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&nbsp;Dubai holiday package&nbsp;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&nbsp;Dubai trip&nbsp;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\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":2775,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"229794\",\"Title\":\"Dubai: Half-day Dubai City Tour with Burj Khalifa 124th Floor Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>The second day of your&nbsp;holiday package to Dubai&nbsp;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.&nbsp;Visit the Dubai Museum, the Jumeirah Mosque, the glitzy Burj Al Arab Hotel - the world&rsquo;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&#39;s-eye views from atop the Burj Khalifa -- the tallest building in the world.<\\/p>\\r\\n\\r\\n<p>Set foot in Dubai&rsquo;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><strong>Optional<\\/strong>:&nbsp;Request for premium slots of Burj Khalifa while customizing your Dubai tour package.<\\/p>\\r\\n\\r\\n<p>Tip:&nbsp;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\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":5928,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3120,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3122,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2669,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2320,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"229797\",\"Title\":\"Dubai: Thrilling Desert Safari with Barbecue Dinner\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>This day of your&nbsp;Dubai holiday&nbsp;brings to you a ride on velvety Arabian sands &amp; 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&nbsp;Dubai 5 day package,&nbsp;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 &amp; 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>&nbsp;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\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":3130,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"229800\",\"Title\":\"Dubai Mall Visit\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today, An exhilarating day awaits you!&nbsp;<\\/p>\\r\\n\\r\\n<p>You can opt to explore the world&rsquo;s largest suspended aquariums housing!<\\/p>\\r\\n\\r\\n<p><strong>Optional: <\\/strong>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 &amp; Underwater Zoo while customizing your Dubai tour package.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":443487,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":443437,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":4991,\"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\":\"229803\",\"Title\":\"Adventure day at Dubai Parks & Resorts\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Have a delish breakfast, and pack your bags to move to the adventure-loaded Lapita, Dubai Parks and Resorts, Autograph Collection in Dubai. After a smooth check-in process, settle down in your room. Marvel at the utterly grand and overwhelmingly regal setting of this beautiful hotel and enjoy exploring the property.<\\/p>\\r\\n\\r\\n<p>Spend the day at <em>Bollywood Theme Parks Dubai <strong>OR<\\/strong> MotionGate Dubai <strong>OR<\\/strong> Legoland Dubai<\\/em> for a thrilling family day full of adventure!<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8219,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":405879,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":405879,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":405879,\"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\":3224,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"229806\",\"Title\":\"Day 6: Dubai - Goodbye!\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Enjoy your breakfast at the hotel. After breakfast, check out of the hotel and&nbsp;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\":\"32287\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41759.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41602,\"priceDoubleOcc\":\"41759.95\",\"priceSingleOcc\":80556.35,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41759.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42295,\"priceDoubleOcc\":\"42799.55\",\"priceSingleOcc\":81595.95000000001,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42799.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43097,\"priceDoubleOcc\":\"44002.45\",\"priceSingleOcc\":82798.85,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44002.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42579,\"priceDoubleOcc\":\"43226.20\",\"priceSingleOcc\":82022.6,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43226.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"44088.70\",\"priceSingleOcc\":82885.1,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44088.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44247,\"priceDoubleOcc\":\"45727.45\",\"priceSingleOcc\":84523.85,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45727.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":35219,\"priceDoubleOcc\":\"35118.70\",\"priceSingleOcc\":70237.4,\"priceExtraBed\":\"23805.00\",\"priceWithoutBed\":\"23805.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35118.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":35909,\"priceDoubleOcc\":\"36153.70\",\"priceSingleOcc\":71272.4,\"priceExtraBed\":\"23805.00\",\"priceWithoutBed\":\"23805.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36153.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":36714,\"priceDoubleOcc\":\"37361.20\",\"priceSingleOcc\":72479.9,\"priceExtraBed\":\"23805.00\",\"priceWithoutBed\":\"23805.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37361.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":36197,\"priceDoubleOcc\":\"36584.95\",\"priceSingleOcc\":71703.65,\"priceExtraBed\":\"23805.00\",\"priceWithoutBed\":\"23805.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36584.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":36772,\"priceDoubleOcc\":\"37447.45\",\"priceSingleOcc\":72566.15,\"priceExtraBed\":\"23805.00\",\"priceWithoutBed\":\"23805.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37447.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":37864,\"priceDoubleOcc\":\"39086.20\",\"priceSingleOcc\":74204.9,\"priceExtraBed\":\"23805.00\",\"priceWithoutBed\":\"23805.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39086.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36254,\"priceDoubleOcc\":\"36412.45\",\"priceSingleOcc\":72824.9,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36412.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36944,\"priceDoubleOcc\":\"37447.45\",\"priceSingleOcc\":73859.9,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37447.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":37749,\"priceDoubleOcc\":\"38654.95\",\"priceSingleOcc\":75067.4,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38654.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":37232,\"priceDoubleOcc\":\"37878.70\",\"priceSingleOcc\":74291.15,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37878.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":37807,\"priceDoubleOcc\":\"38741.20\",\"priceSingleOcc\":75153.65,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38741.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":38899,\"priceDoubleOcc\":\"40379.95\",\"priceSingleOcc\":76792.4,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40379.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":34190,\"priceDoubleOcc\":\"33315.50\",\"priceSingleOcc\":66631,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33315.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":34880,\"priceDoubleOcc\":\"34350.50\",\"priceSingleOcc\":67666,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34350.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35700,\"priceDoubleOcc\":\"35581.00\",\"priceSingleOcc\":68896.5,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35581.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35163,\"priceDoubleOcc\":\"34776.00\",\"priceSingleOcc\":68091.5,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34776.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35737,\"priceDoubleOcc\":\"35636.20\",\"priceSingleOcc\":68951.7,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35636.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":36829,\"priceDoubleOcc\":\"37274.95\",\"priceSingleOcc\":70590.45,\"priceExtraBed\":\"25357.50\",\"priceWithoutBed\":\"25357.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37274.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32288\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"43139.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42752,\"priceDoubleOcc\":\"43139.95\",\"priceSingleOcc\":86279.9,\"priceExtraBed\":\"36052.50\",\"priceWithoutBed\":\"27082.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43139.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43442,\"priceDoubleOcc\":\"44174.95\",\"priceSingleOcc\":87314.9,\"priceExtraBed\":\"36052.50\",\"priceWithoutBed\":\"27082.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44174.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44247,\"priceDoubleOcc\":\"45382.45\",\"priceSingleOcc\":88522.4,\"priceExtraBed\":\"36052.50\",\"priceWithoutBed\":\"27082.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45382.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":43729,\"priceDoubleOcc\":\"44606.20\",\"priceSingleOcc\":87746.15,\"priceExtraBed\":\"36052.50\",\"priceWithoutBed\":\"27082.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44606.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44304,\"priceDoubleOcc\":\"45468.70\",\"priceSingleOcc\":88608.65,\"priceExtraBed\":\"36052.50\",\"priceWithoutBed\":\"27082.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45468.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45397,\"priceDoubleOcc\":\"47107.45\",\"priceSingleOcc\":90247.4,\"priceExtraBed\":\"36052.50\",\"priceWithoutBed\":\"27082.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47107.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32289\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"46589.95\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":45972,\"priceDoubleOcc\":\"46589.95\",\"priceSingleOcc\":93179.9,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46589.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46662,\"priceDoubleOcc\":\"47624.95\",\"priceSingleOcc\":94214.9,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47624.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47467,\"priceDoubleOcc\":\"48832.45\",\"priceSingleOcc\":95422.4,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48832.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":46949,\"priceDoubleOcc\":\"48056.20\",\"priceSingleOcc\":94646.15,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48056.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":47524,\"priceDoubleOcc\":\"48918.70\",\"priceSingleOcc\":95508.65,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48918.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":48617,\"priceDoubleOcc\":\"50557.45\",\"priceSingleOcc\":97147.4,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50557.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":45397,\"priceDoubleOcc\":\"46503.70\",\"priceSingleOcc\":93007.4,\"priceExtraBed\":\"37260.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46503.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":46125,\"priceDoubleOcc\":\"47596.20\",\"priceSingleOcc\":94099.9,\"priceExtraBed\":\"37260.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47596.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":46892,\"priceDoubleOcc\":\"48746.20\",\"priceSingleOcc\":95249.9,\"priceExtraBed\":\"37260.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48746.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":46374,\"priceDoubleOcc\":\"47969.95\",\"priceSingleOcc\":94473.65,\"priceExtraBed\":\"37260.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"47969.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":46949,\"priceDoubleOcc\":\"48832.45\",\"priceSingleOcc\":95336.15,\"priceExtraBed\":\"37260.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48832.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":48042,\"priceDoubleOcc\":\"50471.20\",\"priceSingleOcc\":96974.9,\"priceExtraBed\":\"37260.00\",\"priceWithoutBed\":\"22080.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50471.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":42177,\"priceDoubleOcc\":\"40897.45\",\"priceSingleOcc\":81794.9,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40897.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":42867,\"priceDoubleOcc\":\"41932.45\",\"priceSingleOcc\":82829.9,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41932.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":43672,\"priceDoubleOcc\":\"43139.95\",\"priceSingleOcc\":84037.4,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43139.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":43154,\"priceDoubleOcc\":\"42363.70\",\"priceSingleOcc\":83261.15,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42363.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":43729,\"priceDoubleOcc\":\"43226.20\",\"priceSingleOcc\":84123.65,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43226.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":44822,\"priceDoubleOcc\":\"44864.95\",\"priceSingleOcc\":85762.4,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44864.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":40107,\"priceDoubleOcc\":\"37792.45\",\"priceSingleOcc\":75584.9,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37792.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":40797,\"priceDoubleOcc\":\"38827.45\",\"priceSingleOcc\":76619.9,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38827.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17835,\"priceDoubleOcc\":\"4384.95\",\"priceSingleOcc\":42177.399999999994,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4384.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":41084,\"priceDoubleOcc\":\"39258.70\",\"priceSingleOcc\":77051.15,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39258.70\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":41659,\"priceDoubleOcc\":\"40121.20\",\"priceSingleOcc\":77913.65,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40121.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":42752,\"priceDoubleOcc\":\"41759.95\",\"priceSingleOcc\":79552.4,\"priceExtraBed\":\"38812.50\",\"priceWithoutBed\":\"23632.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41759.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32287\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37109.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37298,\"priceDoubleOcc\":\"37109.60\",\"priceSingleOcc\":74219.2,\"priceExtraBed\":\"22440.00\",\"priceWithoutBed\":\"22440.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37109.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":37978,\"priceDoubleOcc\":\"38129.30\",\"priceSingleOcc\":75238.9,\"priceExtraBed\":\"22440.00\",\"priceWithoutBed\":\"22440.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38129.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38748,\"priceDoubleOcc\":\"39284.30\",\"priceSingleOcc\":76393.9,\"priceExtraBed\":\"22440.00\",\"priceWithoutBed\":\"22440.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39284.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38253,\"priceDoubleOcc\":\"38541.80\",\"priceSingleOcc\":75651.4,\"priceExtraBed\":\"22440.00\",\"priceWithoutBed\":\"22440.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38541.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38803,\"priceDoubleOcc\":\"39366.80\",\"priceSingleOcc\":76476.4,\"priceExtraBed\":\"22440.00\",\"priceWithoutBed\":\"22440.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39366.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39847,\"priceDoubleOcc\":\"40933.20\",\"priceSingleOcc\":78042.79999999999,\"priceExtraBed\":\"22440.00\",\"priceWithoutBed\":\"22440.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40933.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":33688,\"priceDoubleOcc\":\"33591.80\",\"priceSingleOcc\":67183.6,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"22770.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33591.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":34348,\"priceDoubleOcc\":\"34581.80\",\"priceSingleOcc\":68173.6,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"22770.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34581.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":35118,\"priceDoubleOcc\":\"35736.80\",\"priceSingleOcc\":69328.6,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"22770.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35736.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":34623,\"priceDoubleOcc\":\"34994.30\",\"priceSingleOcc\":68586.1,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"22770.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34994.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":35173,\"priceDoubleOcc\":\"35819.30\",\"priceSingleOcc\":69411.1,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"22770.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35819.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":36218,\"priceDoubleOcc\":\"37386.80\",\"priceSingleOcc\":70978.6,\"priceExtraBed\":\"22770.00\",\"priceWithoutBed\":\"22770.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37386.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":34678,\"priceDoubleOcc\":\"34829.30\",\"priceSingleOcc\":69658.6,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34829.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":35338,\"priceDoubleOcc\":\"35819.30\",\"priceSingleOcc\":70648.6,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35819.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36108,\"priceDoubleOcc\":\"36974.30\",\"priceSingleOcc\":71803.6,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36974.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":35613,\"priceDoubleOcc\":\"36231.80\",\"priceSingleOcc\":71061.1,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36231.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":36163,\"priceDoubleOcc\":\"37056.80\",\"priceSingleOcc\":71886.1,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37056.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":37208,\"priceDoubleOcc\":\"38624.30\",\"priceSingleOcc\":73453.6,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38624.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":32703,\"priceDoubleOcc\":\"31867.00\",\"priceSingleOcc\":63734,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31867.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":33363,\"priceDoubleOcc\":\"32857.00\",\"priceSingleOcc\":64724,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32857.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":34148,\"priceDoubleOcc\":\"34034.00\",\"priceSingleOcc\":65901,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34034.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":33634,\"priceDoubleOcc\":\"33264.00\",\"priceSingleOcc\":65131,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33264.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":34183,\"priceDoubleOcc\":\"34086.80\",\"priceSingleOcc\":65953.8,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34086.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35228,\"priceDoubleOcc\":\"35654.30\",\"priceSingleOcc\":67521.3,\"priceExtraBed\":\"24255.00\",\"priceWithoutBed\":\"24255.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35654.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32288\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"38459.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":38418,\"priceDoubleOcc\":\"38459.30\",\"priceSingleOcc\":76918.6,\"priceExtraBed\":\"32670.00\",\"priceWithoutBed\":\"24090.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38459.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39078,\"priceDoubleOcc\":\"39449.30\",\"priceSingleOcc\":77908.6,\"priceExtraBed\":\"32670.00\",\"priceWithoutBed\":\"24090.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39449.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39848,\"priceDoubleOcc\":\"40604.30\",\"priceSingleOcc\":79063.6,\"priceExtraBed\":\"32670.00\",\"priceWithoutBed\":\"24090.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40604.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39353,\"priceDoubleOcc\":\"39861.80\",\"priceSingleOcc\":78321.1,\"priceExtraBed\":\"32670.00\",\"priceWithoutBed\":\"24090.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39861.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":39910,\"priceDoubleOcc\":\"40697.80\",\"priceSingleOcc\":79157.1,\"priceExtraBed\":\"32670.00\",\"priceWithoutBed\":\"24090.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40697.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":40948,\"priceDoubleOcc\":\"42254.30\",\"priceSingleOcc\":80713.6,\"priceExtraBed\":\"32670.00\",\"priceWithoutBed\":\"24090.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42254.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"32289\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"41759.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":41498,\"priceDoubleOcc\":\"41759.30\",\"priceSingleOcc\":83518.6,\"priceExtraBed\":\"35310.00\",\"priceWithoutBed\":\"20790.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41759.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42158,\"priceDoubleOcc\":\"42749.30\",\"priceSingleOcc\":84508.6,\"priceExtraBed\":\"35310.00\",\"priceWithoutBed\":\"20790.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42749.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42928,\"priceDoubleOcc\":\"43904.30\",\"priceSingleOcc\":85663.6,\"priceExtraBed\":\"35310.00\",\"priceWithoutBed\":\"20790.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43904.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42433,\"priceDoubleOcc\":\"43161.80\",\"priceSingleOcc\":84921.1,\"priceExtraBed\":\"35310.00\",\"priceWithoutBed\":\"20790.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43161.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":42983,\"priceDoubleOcc\":\"43986.80\",\"priceSingleOcc\":85746.1,\"priceExtraBed\":\"35310.00\",\"priceWithoutBed\":\"20790.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43986.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-07\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":44028,\"priceDoubleOcc\":\"45554.30\",\"priceSingleOcc\":87313.6,\"priceExtraBed\":\"35310.00\",\"priceWithoutBed\":\"20790.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45554.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":43423,\"priceDoubleOcc\":\"44481.80\",\"priceSingleOcc\":88963.6,\"priceExtraBed\":\"35640.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44481.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":44120,\"priceDoubleOcc\":\"45526.80\",\"priceSingleOcc\":90008.6,\"priceExtraBed\":\"35640.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45526.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":44853,\"priceDoubleOcc\":\"46626.80\",\"priceSingleOcc\":91108.6,\"priceExtraBed\":\"35640.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46626.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":44358,\"priceDoubleOcc\":\"45884.30\",\"priceSingleOcc\":90366.1,\"priceExtraBed\":\"35640.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"45884.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":44908,\"priceDoubleOcc\":\"46709.30\",\"priceSingleOcc\":91191.1,\"priceExtraBed\":\"35640.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46709.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-04-30\",\"Currency\":1,\"priceTripleOcc\":45953,\"priceDoubleOcc\":\"48276.80\",\"priceSingleOcc\":92758.6,\"priceExtraBed\":\"35640.00\",\"priceWithoutBed\":\"21120.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48276.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":40343,\"priceDoubleOcc\":\"39119.30\",\"priceSingleOcc\":78238.6,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39119.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":41003,\"priceDoubleOcc\":\"40109.30\",\"priceSingleOcc\":79228.6,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40109.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":41773,\"priceDoubleOcc\":\"41264.30\",\"priceSingleOcc\":80383.6,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41264.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":41278,\"priceDoubleOcc\":\"40521.80\",\"priceSingleOcc\":79641.1,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40521.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":41828,\"priceDoubleOcc\":\"41346.80\",\"priceSingleOcc\":80466.1,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41346.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-01\",\"To\":\"2022-05-31\",\"Currency\":1,\"priceTripleOcc\":42873,\"priceDoubleOcc\":\"42914.30\",\"priceSingleOcc\":82033.6,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42914.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":38363,\"priceDoubleOcc\":\"36149.30\",\"priceSingleOcc\":72298.6,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36149.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":39023,\"priceDoubleOcc\":\"37139.30\",\"priceSingleOcc\":73288.6,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37139.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17060,\"priceDoubleOcc\":\"4194.30\",\"priceSingleOcc\":40343.600000000006,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"4194.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":39298,\"priceDoubleOcc\":\"37551.80\",\"priceSingleOcc\":73701.1,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37551.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":39848,\"priceDoubleOcc\":\"38376.80\",\"priceSingleOcc\":74526.1,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38376.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":40893,\"priceDoubleOcc\":\"39944.30\",\"priceSingleOcc\":76093.6,\"priceExtraBed\":\"37125.00\",\"priceWithoutBed\":\"22605.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39944.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any international or domestic airfare.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any RT-PCR Test Charges (Covid-19 test).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under Package Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;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.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;4 nights accommodation on a twin sharing basis with breakfast.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;1 Night accommodation at Lapita, Dubai Parks and Resorts with breakfast.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;30 Days Dubai Visa with Covid Insurance.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dhow Cruise Creek with Dinner SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Dubai City Tour SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Burj Khalifa 124th floor observation deck entry (Non-prime time).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Desert Safari with BBQ Dinner SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return Airport Transfers in Dubai.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;One time access to 1 park of your choice (Bollywood Theme Park OR Legoland Dubai OR MotionGate Dubai).&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All applicable entry tickets included and transfers on SIC.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Applicable GST.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"229791\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[229791],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229794\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[229794],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229797\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[229797],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229800\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[229800],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229803\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[229803],\"Remark\":[\"&lt;p&gt;Interhotel Transfer on private basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"229806\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[229806],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Dubai','Dubai,Middle East,United Arab Emirates',NULL,'8219',4194,50557,5,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'United Arab Emirates','228','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'magical-dubai-with-lapita',NULL,NULL,NULL,0),(5,28935,1,12211,0,0,0,'Adventure,Family,Romantic,Shopping and Nightlife,Group Tours,Educational Tours,Day Tour,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":28935,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/grtour_of_france_19_nights_\\u00e2\\u20ac\\u201c_20_days_1632997205.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;What is so good about France?&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;France entices people of all ages with some of the world&amp;#39;s most iconic landmarks, world-class art and architecture, sensational food, stunning beaches, glitzy ski resorts, beautiful countryside, and a staggering amount of history.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Once in life, we all should visit France.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Paris\",\"DestinationPlacesSysId\":20822,\"SourcePlaces\":\"Paris\",\"SourcePlaceSysId\":20822,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Grand Tour of France: 19 Nights \\u00e2\\u20ac\\u201c 20 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Inner Line Permit,Airport Transfers,Intercity Transfers,Activity,Sightseeing\",\"PackageType\":\"Adventure,Family,Romantic,Shopping and Nightlife,Group Tours,Educational Tours,Day Tour,Road Trip\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":6675,\"Title\":\"Colmar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":6675,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":15952,\"Title\":\"Lourdes\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15952,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":30598,\"Title\":\"Bordeaux\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":30598,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":31462,\"Title\":\"La Rochelle\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":31462,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":19391,\"Title\":\"Nice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":19391,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":1860,\"Title\":\"Avignon\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1860,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":5735,\"Title\":\"Chamonix\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":5735,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3155,\"Title\":\"Disneyland Park\",\"Description\":\"Disneyland Park is the fourth most visited theme park in the world.The whole park follows basically the same setup, but of course there are many regional differences. Only a single Mickey is present in the entire park, so that children really get the sense that the character exists and is unique. When you enter the park, the castle seems distant, even though it&amp;#039;s only a few hundred feet away. This is caused by the facades of the building along Main Street, which widen out as you move down the street. The opposite is true as well, and when you go down the avenue in the other direction to leave the park, the exit seems closer. If you take a picture of the castle guards using a flash, one turns pink and the other blue.The castle at Disneyland Paris is the only one of all the Disney parks to house a dragon in its vaults. This dragon, which moves and lets out the occasional roar, is the largest animation character in the park, measuring over 75 feet long and weighing over 5,500 pounds\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8722344,\"Long\":2.7758079,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/Disneyland_Park__20822_1517562336.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20440,\"Title\":\"Biarritz\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20439,\"Title\":\"Bilbao.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3161,\"Title\":\"Bordeaux Grand Theatre\",\"Description\":\"Bordeaux Theater is one of the most beautiful theaters in the world.It is a rectangular shaped structure looks like a luxurious monument. Its appearance makes one think of a sacred temple with its 12 Corinthian columns that form the facade. Each column is topped by a stone statue representing 3 goddesses and 9 muses of Greek antiquity. At night, the statues are tastefully illuminated.The hall of the building  can accommodate exactly  1,114 audience members.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8425639,\"Long\":-0.5736217,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Bordeaux_Grand_Theatre_30598_1517574647.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3165,\"Title\":\"Place de la Bourse, Bordeaux, France\",\"Description\":\"Place de la Bourse shows a monumental succession of identical buildings that form a continuous and balanced building curtain.It is an elegant city square, bordered by grand, palatial buildings and facing the Garonne River.Place de la Bourse  is a fine example of the outstanding urban ensemble that was built in the 18th century, during the dynasty of King Louis.Place de la has two grand neoclassical palaces at its border and features a spectular fountain at its center.Sunset is the best time to visit Place dw la Bourse to capture nature&#039;s light show &amp; the illumination of the buildings.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8583701,\"Long\":-0.5699017,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Place_de_la_Bourse,_Bordeaux,__30598_1517641467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3163,\"Title\":\"Saint Andre Cathedral\",\"Description\":\"Saint Andre Cathedral commonly known as Bordeaux Cathedral.The central part of the Church is 124 meters long and 23 meters tall.Bordeaux Cathedral has much to offer such as several paintings by Flemish and Italian artists,illuminated manuscripts from the Middle Ages ,as well as an old astronomical clock.It was designed to feature four bell-towers, but only two were built .The construction of two other bell towers abandoned because the whole structure of the cathedral was too heavy and threatening to sink into the swampland.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8376447,\"Long\":-0.5776695,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Saint_Andre_Cathedral_30598_1517837467.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3177,\"Title\":\"Tour Pey Berland\",\"Description\":\"Pey Berland is a Medieval tower in the middle of the city.It was built next to the saint andre cathedral to support the weight of the tenor bell, weighing 11 tonnes.It is the fourth largest in France. You need a good pair of lungs to walk up the 229 steps to the top of the tower (50 metres), but this is well worth the effort because the view of Bordeaux and its monuments is outstanding.Pey Berland Tower  has remained isolated from the rest of the Cathedral to protect the Cathedral from the vibrations of the bells.\",\"CurrencyType\":0,\"CityId\":30598,\"CityName\":\"Bordeaux\",\"Lat\":44.8375977,\"Long\":-0.576621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30598\\/sightseeing\\/Tour_Pey_Berland_30598_1517837644.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"206301\",\"Title\":\"India \\u00e2\\u20ac\\u201c Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrive in Paris &amp; check into your hotel.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206302\",\"Title\":\"Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Guided city tour of Paris.<\\/p>\\r\\n\\r\\n<p>Eiffel Tower. Seine River Cruise.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15631,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206303\",\"Title\":\"Disney.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Full-day tour to Disney Park.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":3155,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206304\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"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\":\"206305\",\"Title\":\"Paris \\u00e2\\u20ac\\u201c Dijon - Colmar.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Check out &amp; depart to Dijon.<\\/p>\\r\\n\\r\\n<p>Dijon Orientation Tour.<\\/p>\\r\\n\\r\\n<p>Overnight in Colmar.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6675,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206306\",\"Title\":\"Colmar.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Guided walking tour of Colmar.<\\/p>\\r\\n\\r\\n<p>Overnight in Colmar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6675,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206307\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":6675,\"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\":\"206308\",\"Title\":\"Colmar \\u00e2\\u20ac\\u201c Chamonix.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Check out &amp; depart to Chamonix.<\\/p>\\r\\n\\r\\n<p>The rest of the Day is free at leisure to explore Chamonix on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Chamonix.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206309\",\"Title\":\"Chamonix.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Full day tour to Aiguille du midi cable car - Panoramic Mont-Blanc Gondola.<\\/p>\\r\\n\\r\\n<p>Overnight in Chamonix.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206310\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"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\":\"206311\",\"Title\":\"Chamonix \\u00e2\\u20ac\\u201c Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Check out &amp; depart to Nice.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure to explore Nice on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Nice.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206312\",\"Title\":\"Nice \\u00e2\\u20ac\\u201c Monaco \\u00e2\\u20ac\\u201c Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Visit Monaco. Visit Monte Carlo Casino. Visit Fragonard Perfume Factory.<\\/p>\\r\\n\\r\\n<p>Overnight in Nice<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":3190,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206313\",\"Title\":\"Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>The rest of the Day is free at leisure to explore Nice on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in Nice.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206314\",\"Title\":\"Nice \\u00e2\\u20ac\\u201c Cannes - Saint-Tropez \\u00e2\\u20ac\\u201c Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Orientation tour of Cannes.<\\/p>\\r\\n\\r\\n<p>Orientation tour of Saint Tropez.<\\/p>\\r\\n\\r\\n<p>Overnight in Nice.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206315\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"206316\",\"Title\":\"Nice \\u00e2\\u20ac\\u201c Marseille \\u00e2\\u20ac\\u201c Avignon.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>Check out &amp; depart to Marseille.<\\/p>\\r\\n\\r\\n<p>Orientation tour of Marseille.<\\/p>\\r\\n\\r\\n<p>Later depart to Avignon.<\\/p>\\r\\n\\r\\n<p>Orientation tour of Avignon.<\\/p>\\r\\n\\r\\n<p>Overnight in Avignon.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1860,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206317\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1860,\"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\":\"206318\",\"Title\":\"Avignon \\u00e2\\u20ac\\u201c Lourdes.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p>Check out &amp; depart to Lourdes.<\\/p>\\r\\n\\r\\n<p>Guided city tour of Lourdes.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Lourdes.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15952,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206319\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":14,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15952,\"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\":\"206320\",\"Title\":\"Lourdes \\u00e2\\u20ac\\u201c Bordeaux.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p>Check out &amp; depart to Bordeaux.<\\/p>\\r\\n\\r\\n<p>Guided city tour of Bordeaux.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in Bordeaux.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30598,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20440,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20439,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3161,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3165,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3163,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3177,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"206321\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":15,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30598,\"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\":\"206322\",\"Title\":\"Bordeaux \\u00e2\\u20ac\\u201c La Rochella.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"<p>Check out &amp; depart to La Rochelle.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\\r\\n<p>Overnight in La Rochelle.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31462,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206323\",\"Title\":\"La Rochelle.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"<p>The rest of the Day is free at leisure to explore La Rochelle on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in La Rochelle.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31462,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206324\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":17,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":31462,\"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\":\"206325\",\"Title\":\"La Rochelle - Chateau De Fontainebleau \\u00e2\\u20ac\\u201c Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":17,\"Program\":\"<p>Check out &amp; depart to visit chateau de Fontainebleau.<\\/p>\\r\\n\\r\\n<p>Later proceed to Paris.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206326\",\"Title\":\"Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":18,\"Program\":\"<p>The rest of the Day is free at leisure to explore Paris on your own.<\\/p>\\r\\n\\r\\n<p>Overnight in La Paris.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"206327\",\"Title\":\"Paris \\u00e2\\u20ac\\u201c India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":19,\"Program\":\"<p>Check out &amp; depart to CDG airport to board your flight back home.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"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\":[],\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 Euro tip per person per day.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of Basic Travel Quota (BTQ) equivalent to USD 10,000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;No Porterage included.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All Meals.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of excursions, city sightseeing, entrance fees and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Airfare &amp;amp; airport tax.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visa Fees.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Travel insurance.&lt;\\/strong&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;NOTE: &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Due to major international events and trade fairs throughout Europe such as air-show, world athletic meet, ice skating championships, motor shows,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour de France, etc. the hotels may be blocked out more than 2 years in advance. In view of this, you may have to stay in hotels further away from the cities\\/ different city and the itinerary may have to be altered \\/amended.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We also reserve the right to substitute a hotel of a similar class if it is deemed advisable or necessary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For the convenience of our passengers, we will sometimes amend\\/alter the itinerary. However, all the services will remain the same?&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;GST if not mentioned in the rates.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;5% TCS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;18 nights accommodation in 3 Star Hotel with continental breakfast.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mini Van as per itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Paris.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Eiffel Tower.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Seine River Cruise.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Disney Park.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Dijon Orientation tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided walking tour of Colmar.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Chamonix.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit to Aiguille De Midi &amp;ndash; Mount Blanc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Monaco &amp;amp; Monte Carlo Casino. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Fragonard Perfume Factory.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Cannes. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Saint Tropez.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Marseille. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation tour of Avignon.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Lourdes.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Bordeaux.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit to La Rochelle.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit to Chateau De Fontainebleau.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"206301\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[206301],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206302\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[206302],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206303\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[206303],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206304\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[206304],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206305\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[206305],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206306\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[206306],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206307\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[206307],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206308\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[206308],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206309\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[206309],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206310\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[206310],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206311\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[206311],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206312\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[206312],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206313\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[206313],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206314\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[206314],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206315\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[206315],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206316\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[206316],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206317\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[206317],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206318\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[206318],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206319\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[206319],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206320\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[206320],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206321\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[206321],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206322\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[206322],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206323\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[206323],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206324\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[206324],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206325\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[206325],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206326\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[206326],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"206327\":{\"19\":{\"Sequence\":[19],\"TPInvnSysId\":[206327],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Paris,Colmar,Lourdes,Bordeaux,La Rochelle,Nice,Avignon,Chamonix','Paris,Western Europe,France,Colmar,Chamonix,Nice,Avignon,Lourdes,Bordeaux,La Rochelle',NULL,'20822,6675,15952,30598,31462,19391,1860,5735',0,0,18,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'France','76','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'grand-tour-of-france:-19-nights-–-20-days',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (6,28854,1,12211,0,0,0,'Honeymoon,Adventure,Family,Romantic,Shopping and Nightlife,By Cab,Group Tours,Activites Tour,Luxury Tours,Educational Tours,Day Tour,Road Trip',NULL,1,1,0,'{\"package\":{\"TPId\":28854,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/engl-scotl-irel19_nights_20_days_1632739820.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The United Kingdom made up of England, Scotland, Wales, and Northern Ireland is an island nation in northwestern Europe. England &amp;ndash; the birthplace of Shakespeare and&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Beatles &amp;ndash; is home to the capital, London, a globally influential centre of finance and culture. England is also the site of Neolithic Stonehenge, Bath&amp;rsquo;s Roman spa, and centuries-old universities at Oxford and Cambridge.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"London\",\"DestinationPlacesSysId\":15836,\"SourcePlaces\":\"York\",\"SourcePlaceSysId\":36425,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"England-Scotland-Ireland19 Nights 20 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Camping,Trekking\",\"PackageType\":\"Honeymoon,Adventure,Family,Romantic,Shopping and Nightlife,By Cab,Group Tours,Activites Tour,Luxury Tours,Educational Tours,Day Tour,Road Trip\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":8222,\"Title\":\"Dublin\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8222,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":15524,\"Title\":\"Limerick\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15524,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":14014,\"Title\":\"Killarney\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":14014,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":29356,\"Title\":\"Waterford\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":29356,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":36425,\"Title\":\"York\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":36425,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":8520,\"Title\":\"Edinburgh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8520,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":12775,\"Title\":\"Inverness\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12775,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":15836,\"Title\":\"London\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":15836,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":2766,\"Title\":\"Belfast\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":2766,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":5145,\"Title\":\"Cardiff\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":5145,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":21625,\"Title\":\"Plymouth\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":21625,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":10494,\"Title\":\"Glasgow\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10494,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20521,\"Title\":\"Anne Hathaway\'s Cottage\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20524,\"Title\":\"The Shambles,  Britain\\u00e2\\u20ac\\u2122s most picturesque street.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20523,\"Title\":\"Viking city\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20522,\"Title\":\"Warwick Castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":36425,\"CityName\":\"York\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":476,\"Title\":\"Edinburgh Castle\",\"Description\":\"Edinburgh Castle is a historic fortress which dominates the skyline of Edinburgh, the capital city of Scotland, from its position on the Castle Rock. Archaeologists have established human occupation of the rock since at least the Iron Age, although the nature of the early settlement is unclear. There has been a royal castle on the rock since at least the reign of David I in the 12th century, and the site continued at times to be a royal residence until 1633. From the 15th century the castle&amp;#039;s residential role declined, and by the 17th century it was principally used as military barracks with a large garrison.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9488495,\"Long\":-3.1964396,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3316\\/thumb\\/Edinburgh Castle_614.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":676,\"Title\":\"Holyrood Palace\",\"Description\":\"The Palace of Holyroodhouse, commonly referred to as Holyrood Palace, is the official residence of the British monarch in Scotland, Queen Elizabeth II. Located at the bottom of the Royal Mile in Edinburgh, at the opposite end to Edinburgh Castle, Holyrood Palace has served as the principal residence of the Kings and Queens of Scots since the 16th century, and is a setting for state occasions and official entertaining.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9514548,\"Long\":-3.1795257,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3318\\/thumb\\/Holyrood Palace_36.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":679,\"Title\":\"Hop On Hop Off Tours\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6006\\/thumb\\/Hop On Hop Off Tours_35.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1367,\"Title\":\"Pitlochry\",\"Description\":\"Pitlochry is a burgh in the county of Perthshire in Scotland, lying on the River Tummel. It is administered as part of the council area of Perth and Kinross, and has a population of 2,776, according to the 2011 census. It is largely a Victorian town, which developed into a tourist resort after Queen Victoria and Prince Albert visited the area in 1842 and bought a highland estate at Balmoral, and the arrival of the railway in 1863. It remains a popular tourist resort today and is particularly known for its Pitlochry Festival Theatre, salmon ladder and as a centre for hillwalking, surrounded by mountains such as Ben Vrackie and Schiehallion. It is popular as a base for coach holidays. The town has retained many stone Victorian buildings, and the high street has an unusual period cast iron canopy over one side.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.953252,\"Long\":-3.188267,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3321\\/thumb\\/Pitlochry_149.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1496,\"Title\":\"Royal Yacht Britannia\",\"Description\":\"Her Majesty&amp;#039;s Yacht Britannia, also known as the Royal Yacht Britannia, is the former royal yacht of the British monarch, Queen Elizabeth II, in service from 1954 until 1997. She was the 83rd such vessel since King Charles II acceded to the throne in 1660, and is the second royal yacht to bear the name, the first being the racing cutter built for the Prince of Wales in 1893. During her 43-year career, the yacht travelled more than a million nautical miles around the globe. Now retired from royal service, Britannia is permanently berthed at Ocean Terminal, Leith in Edinburgh, Scotland. It is a popular visitor attraction with over 300,000 visits each year.\",\"CurrencyType\":0,\"CityId\":8520,\"CityName\":\"Edinburgh\",\"Lat\":55.9800299,\"Long\":-3.1795308,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3319\\/thumb\\/Royal Yacht Britannia_296.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":891,\"Title\":\"Kilchurn Castle\",\"Description\":\"Kilchurn Castle is a ruined structure on a rocky peninsula at the northeastern end of Loch Awe, in Argyll and Bute, Scotland. It was first constructed in the mid-15th century as the base of the Campbells of Glenorchy, who extended both the castle and their territory in the area over the next 150 years. After the Campbells became Earls of Breadalbane and moved to Taymouth Castle, Kilchurn fell out of use and was in ruins by 1770. It is now in the care of Historic Environment Scotland and is open to the public in summer.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":56.403445,\"Long\":-5.050139,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3324\\/thumb\\/Kilchurn Castle_893.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1007,\"Title\":\"Luss\",\"Description\":\"Luss is a village in Argyll &amp;amp; Bute, Scotland, on the west bank of Loch Lomond. The village is within the Loch Lomond and The Trossachs National Park.\",\"CurrencyType\":0,\"CityId\":10494,\"CityName\":\"Glasgow\",\"Lat\":55.864237,\"Long\":-4.251806,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3323\\/thumb\\/Luss_15.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20532,\"Title\":\"the center of Wales\\u00e2\\u20ac\\u2122 capital city Cardiff\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20531,\"Title\":\"wonderful Caernarfon castle.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":5145,\"CityName\":\"Cardiff\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1685,\"Title\":\"Stonehenge\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/4881\\/thumb\\/Stonehenge_708.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":986,\"Title\":\"London City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/795\\/thumb\\/London City Tour_670.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1010,\"Title\":\"Madame Tussauds\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.523401,\"Long\":-0.1564476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/803\\/thumb\\/Madame Tussaud&Atilde;&cent;&acirc;&sbquo;&not;&acirc;&bdquo;&cent;s Wax Museum_44.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":987,\"Title\":\"London Eye\",\"Description\":\"The London Eye is a cantilevered observation wheel on the South Bank of the River Thames in London. It is Europe&amp;#039;s tallest cantilevered observation wheel, is the most popular paid tourist attraction in the United Kingdom with over 3.75 million visitors annually, and has made many appearances in popular culture. The structure is 135 metres tall and the wheel has a diameter of 120 metres. When it opened to the public in 2000 it was the world&amp;#039;s tallest Ferris wheel.\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5073509,\"Long\":-0.1277583,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15836\\/sightseeing\\/London_Eye_15836_1553664505.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":247,\"Title\":\"British Museum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5182977,\"Long\":-0.1260044,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5997\\/thumb\\/British Museum_483.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":1803,\"Title\":\"Tower Of London\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":15836,\"CityName\":\"London\",\"Lat\":51.5086024,\"Long\":-0.0760129,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/805\\/thumb\\/Tower Of London_563.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"205730\",\"Title\":\"London Airport - York\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p><strong>08:00 AM: Pick up from airport &ndash; Transfer to York. <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>En-route visit, Stratford Upon Avon &amp; Coventry - Shakespeare&#39;s Five House Pass.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight York - Holiday Inn York Hotel or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36425,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20521,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20524,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20523,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20522,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205731\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36425,\"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\":\"205732\",\"Title\":\"York - Edinburgh\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p><strong>10:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>10:30 AM: Depart for Edinburgh <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>(Time for lunch)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>04:00 PM: Edinburgh City tour<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>06:00 PM: Drop back at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Edinburgh - Edinburgh Capital Hotel or Similar.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8520,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":476,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":679,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1367,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1496,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205733\",\"Title\":\"Edinburgh \\u00e2\\u20ac\\u201c Stirling Castle \\u00e2\\u20ac\\u201c Glasgow \\u00e2\\u20ac\\u201c Edinburgh.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p><strong>10:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>10:30 AM: Depart for Stirling Castle<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>11:45 AM: Visit Stirling Castle <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>01:30 PM: Depart for Glasgow<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>03:00 PM: Glasgow city tour<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>06:00 PM: Leave back for Edinburgh<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Edinburgh. <\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8520,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":476,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":676,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":679,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1496,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1367,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205734\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8520,\"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\":\"205735\",\"Title\":\"Edinburgh \\u00e2\\u20ac\\u201c Pitlochry - Inverness\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p><strong>10:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>10:30 AM: Leave for Pitlochry<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>12:00 PM: Blair Athol Distillery Tour <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>02:00 PM: Depart for Inverness<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>04:00 PM: Inverness city tour<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Inverness - Royal Highland Hotel or Similar.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12775,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205736\",\"Title\":\"Inverness \\u00e2\\u20ac\\u201c Isle Of Skye - Inverness\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p><strong>10:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>10:30 AM: Leave for a full day trip to the Isle of Skye <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>12:00 PM: Visit Eilean Donan Castle (tickets will be provided by us)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>01:00 PM: Broadford<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>(Time for Lunch)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>02:30 PM: Continue to Loch Slapin, Elgol, Eilean Ban, etc.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>06:30 PM: Return to Inverness<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Inverness. <\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12775,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205737\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12775,\"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\":\"205738\",\"Title\":\"Inverness \\u00e2\\u20ac\\u201c Loch Ness \\u00e2\\u20ac\\u201c Ben Nevis \\u00e2\\u20ac\\u201c Glencoe \\u00e2\\u20ac\\u201c Glasgow\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>10:00 AM: Inspiration &ndash; The Clansman Cruise &ndash; 1 hr <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>12:00 PM: Ben Nevis Gondola ride <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>02:00 PM: Leave and travel through Glencoe to Glasgow<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Glasgow - Alexander Thomson Hotel or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10494,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":891,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1007,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205739\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10494,\"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\":\"205740\",\"Title\":\"Glasgow \\u00e2\\u20ac\\u201c Cairyarn \\u00e2\\u20ac\\u201c Ferry \\u00e2\\u20ac\\u201c Belfast city tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p><strong>08:30 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>09:00 AM: Leave for Cairyarn<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>11:30 AM: Board ferry for Belfast<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>03:00 PM: Arrive Belfast<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>04:00 PM: Belfast city tour <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Belfast - Ibis Belfast City Centre or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2766,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205741\",\"Title\":\"Belfast \\u00e2\\u20ac\\u201c Giants Causeway \\u00e2\\u20ac\\u201c Titanic Belfast\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p><strong>09:30 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>10:00 AM: Depart for Giants Causeway<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>11:30 AM: Arrive Giants Causeway <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>02:00 PM: Drive back to Belfast<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>04:00 PM: Visit Titanic Belfast <\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Belfast.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2766,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205742\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":2766,\"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\":\"205743\",\"Title\":\"Belfast \\u00e2\\u20ac\\u201c Dublin \\u00e2\\u20ac\\u201c City Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Dublin city tour<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Dublin - The Belvedere Hotel or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8222,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205744\",\"Title\":\"Dublin \\u00e2\\u20ac\\u201c Avoca \\u00e2\\u20ac\\u201c Glendalough \\u00e2\\u20ac\\u201c Wicklow \\u00e2\\u20ac\\u201c Dublin.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Avoca &ndash; (Mill tour -)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Glendalough - (Monastic City)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Wicklow National Park<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Dublin.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8222,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205745\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8222,\"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\":\"205746\",\"Title\":\"Dublin \\u00e2\\u20ac\\u201c Galway \\u00e2\\u20ac\\u201c Cliffs of Moher \\u00e2\\u20ac\\u201c Limerick.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p><strong>08:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Galway<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Cliffs of Moher - (tickets will be provided by us)<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Limerick - The George Boutique Hotel or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15524,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205747\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15524,\"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\":\"205748\",\"Title\":\"Limerick - Killarney\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Killarney National Park<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Killarney - Muckross Park Hotel &amp; Cloisters Spa or Similar.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14014,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205749\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14014,\"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\":\"205761\",\"Title\":\"Killarney \\u00e2\\u20ac\\u201c Waterford \\u00e2\\u20ac\\u201c House of Waterford Crystal\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Waterford - Fitzwilton Hotel or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29356,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205762\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":14,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":29356,\"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\":\"205763\",\"Title\":\"Waterford \\u00e2\\u20ac\\u201c Rosslare \\u00e2\\u20ac\\u201c Ferry \\u00e2\\u20ac\\u201c Cardiff city tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>04:00 PM: Cardiff city tour<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Cardiff - Park Inn by Radisson Cardiff North Hotel or Similar.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5145,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20532,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20531,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205764\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":15,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5145,\"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\":\"205765\",\"Title\":\"Cardiff \\u00e2\\u20ac\\u201c Plymouth orientation tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Plymouth city tour<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight Plymouth - Jurys Inn Plymouth Hotel or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21625,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205766\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":16,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":21625,\"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\":\"205767\",\"Title\":\"Plymouth \\u00e2\\u20ac\\u201c Stonehenge - London\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"<p><strong>09:00 AM: Breakfast at the Hotel<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Stonehenge.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight London - Comfort Inn Kings Cross Hotel or Similar.<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":1685,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205768\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":17,\"Program\":\"<p><strong>09:00 AM: London City Tour.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>02:30 PM: Free time at Oxford Street.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight London<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":986,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205769\",\"Title\":\"London.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":18,\"Program\":\"<p><strong>09:30 AM: Visit Madame Tussauds Was Museum.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>02:30 PM: Visit London Eye.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Overnight London<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":1010,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":987,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205770\",\"Title\":\"London. \",\"MealPlanInclude\":\"Breakfast\",\"Day\":19,\"Program\":\"<p><strong>10:00 AM: Visit British Museum.<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>02:30 PM: Visit Tower of London.<\\/strong><\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":247,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1803,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205771\",\"Title\":\"London \\u00e2\\u20ac\\u201c Home Destination.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":20,\"Program\":\"<p><strong>09:00 AM: Check out and depart to Heathrow Airport to board your flight back home&hellip;<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15836,\"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\":\"28854\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"347041.44\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":401772,\"priceDoubleOcc\":\"347041.44\",\"priceSingleOcc\":867318.04,\"priceExtraBed\":\"468210.86\",\"priceWithoutBed\":\"357797.24\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"347041.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":421951,\"priceDoubleOcc\":\"377310.00\",\"priceSingleOcc\":897586.6,\"priceExtraBed\":\"468210.86\",\"priceWithoutBed\":\"357797.24\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"377310.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":409070,\"priceDoubleOcc\":\"357987.62\",\"priceSingleOcc\":878264.22,\"priceExtraBed\":\"468210.86\",\"priceWithoutBed\":\"357797.24\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"357987.62\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":445049,\"priceDoubleOcc\":\"411957.03\",\"priceSingleOcc\":932233.63,\"priceExtraBed\":\"468210.86\",\"priceWithoutBed\":\"357797.24\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"411957.03\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":517262,\"priceDoubleOcc\":\"520276.60\",\"priceSingleOcc\":1040553.2,\"priceExtraBed\":\"468210.86\",\"priceWithoutBed\":\"357797.24\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"520276.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":517262,\"priceDoubleOcc\":\"520276.60\",\"priceSingleOcc\":1040553.2,\"priceExtraBed\":\"468210.86\",\"priceWithoutBed\":\"357797.24\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"520276.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28854\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"331266.83\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":383510,\"priceDoubleOcc\":\"331266.83\",\"priceSingleOcc\":827894.5,\"priceExtraBed\":\"446928.55\",\"priceWithoutBed\":\"341533.73\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"331266.83\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":402772,\"priceDoubleOcc\":\"360159.54\",\"priceSingleOcc\":856787.21,\"priceExtraBed\":\"446928.55\",\"priceWithoutBed\":\"341533.73\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"360159.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":390476,\"priceDoubleOcc\":\"341715.45\",\"priceSingleOcc\":838343.12,\"priceExtraBed\":\"446928.55\",\"priceWithoutBed\":\"341533.73\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"341715.45\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":424820,\"priceDoubleOcc\":\"393231.71\",\"priceSingleOcc\":889859.38,\"priceExtraBed\":\"446928.55\",\"priceWithoutBed\":\"341533.73\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"393231.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":493751,\"priceDoubleOcc\":\"496627.67\",\"priceSingleOcc\":993255.34,\"priceExtraBed\":\"446928.55\",\"priceWithoutBed\":\"341533.73\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"496627.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-28\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":493751,\"priceDoubleOcc\":\"496627.67\",\"priceSingleOcc\":993255.34,\"priceExtraBed\":\"446928.55\",\"priceWithoutBed\":\"341533.73\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"496627.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;&lt;span id=&quot;cke_bm_1953S&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&gt;3 Euro tip per person per day.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;No Porterage included.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All Meals.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of excursions, city sightseeing, entrance fees and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Airfare &amp;amp; airport tax.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visa Fees.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Travel insurance.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Due to major international events and trade fairs throughout Europe such as air-show, world athletic meet, ice skating championships, motor shows, Tour de France, etc. the hotels may be blocked out more than 2 years in advance.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In view of this, you may have to stay in hotels further away from the cities\\/ different city and the itinerary may have to be altered \\/amended.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We also reserve the right to substitute a hotel of a similar class if it is deemed advisable or necessary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For the convenience of our passengers, we will sometimes amend\\/alter the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;However, all the services will remain the same?&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;GST if not mentioned in the rates.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under Package Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;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.&lt;span id=&quot;cke_bm_1953E&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;&lt;span id=&quot;cke_bm_951S&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&gt;19 Nights&amp;rsquo; accommodation in 3 Star Hotel with continental breakfast&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mini Van as per itinerary&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All sightseeing as per Itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Stratford Upon Avon &amp;amp; Coventry Orientation tour. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Shakespeare&amp;#39;s Five House Pass. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation Edinburgh City tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Stirling Castle &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation Glasgow city tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Blair Athol Distillery Tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation Inverness city tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Full day trip to the Isle of Skye &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Eilean Donan &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Loch Slapin, Elgol, Eilean Ban &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Enjoy The Clansman Cruise &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Ben Nevis Gondola ride &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Glencoe &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Ferry from Cairyarn to Belfast &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation Belfast city tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Giants Causeway &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Titanic Belfast &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Avoca Mill tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Glendalough Monastic City &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Wicklow National Park &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Galway &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Cliffs of Moher &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Killarney National Park &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation Cardiff city tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation Plymouth city tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Stonehenge &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Orientation London City Tour &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Madame Tussauds Wax Museum &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit London Eye &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit British Museum &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Tower of London &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Free time at Oxford Street&amp;nbsp;&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;span id=&quot;cke_bm_951E&quot; style=&quot;display:none&quot;&gt;&amp;nbsp;&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"205730\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[205730],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205731\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205731],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205732\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205732],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205733\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205733],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205734\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205734],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205735\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205735],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205736\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205736],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205737\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205737],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205738\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205738],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205739\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205739],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205740\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205740],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205741\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205741],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205742\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[205742],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205743\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[205743],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205744\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[205744],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205745\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[205745],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205746\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[205746],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205747\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205747],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205748\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205748],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205749\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[205749],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205761\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[205761],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205762\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[205762],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205763\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[205763],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205764\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[205764],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205765\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[205765],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205766\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[205766],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205767\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[205767],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205768\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[205768],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205769\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[205769],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205770\":{\"19\":{\"Sequence\":[19],\"TPInvnSysId\":[205770],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205771\":{\"20\":{\"Sequence\":[20],\"TPInvnSysId\":[205771],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Dublin,Limerick,Killarney,Waterford,York,Edinburgh,Inverness,London,Belfast,Cardiff,Plymouth,Glasgow','York,Western Europe,UNITED KINGDOM,Edinburgh,Inverness,Glasgow,Belfast,Dublin,Ireland,Limerick,Killarney,Waterford,Cardiff,Plymouth,London',NULL,'8222,15524,14014,29356,36425,8520,12775,15836,2766,5145,21625,10494',331267,520277,19,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Ireland,UNITED KINGDOM','105,469','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'england-scotland-ireland19-nights-20-days',NULL,NULL,NULL,0),(7,28885,1,12211,0,0,0,'Honeymoon,Adventure,Romantic,Shopping and Nightlife,By Cab,Group Tours,Day Tour',NULL,1,1,0,'{\"package\":{\"TPId\":28885,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/switzerl\\u00e2\\u20ac\\u201c_austria_16_days_1632900983.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Australia is&amp;nbsp;an island continent&amp;nbsp;and the world&amp;#39;s sixth-largest country (7,682,300 sq km). Lying between the Indian and Pacific oceans, the country is approximately 4,000 km from east to west and 3,200 km from north to south, with a coastline 36,735 km long. Canberra is Australia&amp;#39;s capital city.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Vienna\",\"DestinationPlacesSysId\":28729,\"SourcePlaces\":\"Engelberg\",\"SourcePlaceSysId\":8778,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"Switzerland \\u00e2\\u20ac\\u201c Austria: 16 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Inner Line Permit,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Romantic,Shopping and Nightlife,By Cab,Group Tours,Day Tour\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12747,\"Title\":\"Innsbruck\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12747,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":35528,\"Title\":\"Salzburg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":35528,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":28729,\"Title\":\"Vienna\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28729,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":16022,\"Title\":\"Lucerne\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16022,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":34642,\"Title\":\"Lugano\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":34642,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":12756,\"Title\":\"Interlaken\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12756,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":8778,\"Title\":\"Engelberg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8778,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":7625,\"Title\":\"Kapellbr&uuml;cke\",\"Description\":\"The Kapellbr&amp;uuml;cke (literally, Chapel Bridge) is a covered wooden footbridge spanning diagonally across the Reuss in the city of Lucerne in central Switzerland. Named after the nearby St. Peter&amp;#039;s Chapel, the bridge is unique because it contains a number of interior paintings dating back to the 17th century, although many of them were destroyed along with a larger part of the centuries-old bridge in a 1993 fire. Subsequently restored, the Kapellbr&amp;uuml;cke is the oldest wooden covered bridge in Europe, as well as the world&amp;#039;s oldest surviving truss bridge. It serves as the city&amp;#039;s symbol and as one of Switzerland&amp;#039;s main tourist attractions.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Kapellbr&Atilde;&frac14;cke_16022_1545031431.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8902,\"Title\":\"Lake Lucerne Cruise\",\"Description\":\"Relax and take in the beauty of historical and natural treasures of Lucerne with Lake Lucerne Cruise. Lake Lucerne in central Switzerland is the fourth largest in the country with a scenic backdrop and fascinating vistas. Hop on a cruise over the majestic lake and experience a peaceful ride surrounded by mountains and quaint villages. To get the best of Lucerne, this exhilarating cruise adventure is a must do in Switzerland.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.9878985,\"Long\":8.4251051,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1554269437.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7624,\"Title\":\"Lion Monument\",\"Description\":\"The Lion Monument, or the Lion of Lucerne, is a rock relief in Lucerne, Switzerland, designed by Bertel Thorvaldsen and hewn in 1820&amp;ndash;21 by Lukas Ahorn. It commemorates the Swiss Guards who were massacred in 1792 during the French Revolution, when revolutionaries stormed the Tuileries Palace in Paris.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lion_Monument_16022_1545031184.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4400,\"Title\":\"Lucerne City Tour\",\"Description\":\"Lucerne lies at the north end of Lake Lucerne where the River Reuss flows and it is one of the most popular tourist attraction, with its well-preserved medieval core, elegant historic buildings, and genial atmosphere. Many visitors come to see leading conductors, soloists, and orchestras perform at the festivals spotlighting blues, piano, and marching bands. Lucerne became important after the opening of the St. Gotthard pass through the Alps in the 13th century. Lucerne is compact and easy to explore, with the old town and all the main sights including Kapellbr&amp;uuml;cke (Chapel Bridge), Spreuerbr&amp;uuml;cke, Museum Sammlung Rosengart (Rosengart Collection), Verkehrshaus der Schweiz (Swiss Transport Museum), Jesuit Church, L&amp;ouml;wendenkmal (Lion Monument), etc.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":47.0501682,\"Long\":8.3093072,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/Lucerne_City_Tour_16022_1521464276.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":5103,\"Title\":\"Mount Titlis View\",\"Description\":\"Titlis is the only snow paradise to be reached within one and a half hours from Lucerne, Zurich, Basel and Berne. Mount Titlis &acirc;&euro;&ldquo; A visual treat for people staying in metro cities across the world. Breathe in the fresh air and enjoy the stunning views offered by this snow clad mountain round the year! At 10,000 feet, Mount Titlis is Central Switzerland&acirc;&euro;&trade;s loftiest peak attracting ski lovers from across the world.\",\"CurrencyType\":0,\"CityId\":16022,\"CityName\":\"Lucerne\",\"Lat\":46.7720618,\"Long\":8.4290156,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16022\\/sightseeing\\/48_1526289067.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7734,\"Title\":\"Alprose Chocolate Factory Museum\",\"Description\":\"This museum is located in Caslano, Switzerland, which is regarded as home to the all famous Swiss chocolates. Interestingly, the location is actually the Alprose Chocolate Factory, which has been making wonderful chocolates for more than five decades, it is in this vicinity that the museum is housed so that tourists and locals can get to know more about the chocolate making history of Switzerland.\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/Alprose_Chocolate_Factory_Muse_34642_1545132385.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15663,\"Title\":\"Bernina Express\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34642,\"CityName\":\"Lugano\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34642\\/sightseeing\\/4539_1591614288.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15664,\"Title\":\"Excursion Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/4539_1591614121.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7613,\"Title\":\"Glacier 3000\",\"Description\":\"Glacier 3000 is a company that operates several cable cars and ski lifts in the region of the Diablerets in western Switzerland. It was created in 2005 and took over the assets of the then bankrupt Glacier 3000 R&amp;eacute;gion Les Diablerets-Gstaad S.A. (founded in 1993). The company is now based in Gstaad.\\r\\nThe main cable car was opened in 1964 and rebuilt in 1999. It connects the Col du Pillon (1,546) from the Scex Rouge (2,950 m). The company also operates ski lifts on the Tsanfleuron Glacier.\",\"CurrencyType\":0,\"CityId\":12756,\"CityName\":\"Interlaken\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12756\\/sightseeing\\/Glacier_3000_12756_1545028906.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15548,\"Title\":\"Salzburg &ndash; City tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":35528,\"CityName\":\"Salzburg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35528\\/sightseeing\\/4539_1591680889.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15565,\"Title\":\"Boat Trip to Bratislava (optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15552,\"Title\":\"Bratislava Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6158,\"Title\":\"Sch\\u00c3\\u00b6nbrunn Palace\",\"Description\":\"Sch&Atilde;&para;nbrunn Palace was the main summer residence of the Habsburg rulers, located in Hietzing, Vienna. The 1,441-room Baroque palace is one of the most important architectural, cultural, and historical monuments in the country. Since the mid-1950s it has been a major tourist attraction. The history of the palace and its vast gardens spans over 300 years, reflecting the changing tastes, interests, and aspirations of successive Habsburg monarchs.\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/995_1529733860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15562,\"Title\":\"Sightseeing Tour of Vienna\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15549,\"Title\":\"Vienna (Woods Tour \\u00e2\\u20ac\\u201c Optional)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3904,\"Title\":\"Vienna hop on hop off tour\",\"Description\":\".\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15550,\"Title\":\"Vienna Ring Tram Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680455.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15547,\"Title\":\"Vienna Sightseeing Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591681525.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15551,\"Title\":\"Vienna Woods Tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28729,\"CityName\":\"Vienna\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28729\\/sightseeing\\/4539_1591680391.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"205950\",\"Title\":\"Zurich \\u00e2\\u20ac\\u201c Lucerne.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrive in Zurich and transfer to your hotel in Engelberg.<\\/p>\\r\\n\\r\\n<p>The rest of the day is free at leisure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205951\",\"Title\":\"Engelberg (Mt.Titlis) \\u00e2\\u20ac\\u201c Lucerne Cruise - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast at your hotel, we take you on one of the most memorable experiences of visiting Mt. Titlis.<\\/p>\\r\\n\\r\\n<p>Adventure awaits you in a sensational cable car ride up to Mt. Titlis.<\\/p>\\r\\n\\r\\n<p>Marvel at the world&rsquo;s first revolving cable-car ride, a truly once-in-a-lifetime experience.<\\/p>\\r\\n\\r\\n<p>Remain spellbound as you ascend the snow-clad mountains.<\\/p>\\r\\n\\r\\n<p>Experience the snow and ice on top of Mt. Titlis, also a chance to ride, &lsquo;Ice Flyer&rsquo;.<\\/p>\\r\\n\\r\\n<p>At 3,020 meters a breathtaking panorama unfolds.<\\/p>\\r\\n\\r\\n<p>Later evening enjoys a cruise on Lake Lucerne.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":7625,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8902,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7624,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4400,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5103,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7734,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205952\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16022,\"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\":\"205953\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Lugano \\u00e2\\u20ac\\u201c Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast depart for Lugano to visit Swiss Miniature Park &amp; Scenic Lake Lugano.<\\/p>\\r\\n\\r\\n<p>On the way to Lugano, we are passing through an 18 Km long tunnel of St.Gothard which is known as Gothard Pass.<\\/p>\\r\\n\\r\\n<p>Arrive Lugano &amp; Visit Swiss Miniature.<\\/p>\\r\\n\\r\\n<p>If you want to have an overview of Switzerland and spend a nice time in a wonderful region, don&#39;t miss Swiss miniature, an exciting place and a must-see attraction for everyone visiting this beautiful country.<\\/p>\\r\\n\\r\\n<p>Later visit the beautiful Lake of Lugano.<\\/p>\\r\\n\\r\\n<p>Depart back to the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34642,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":7734,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15663,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205954\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34642,\"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\":\"205955\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Grindelwald (Mt.Jungfraujoch) - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>This morning, after breakfast, proceed for an adventurous ride to visit Jungfraujoch &ndash; the Top of Europe, for a memorable encounter with snow and ice.<\\/p>\\r\\n\\r\\n<p>You will be amazed at the scenic splendor that you see from aboard the &lsquo;cogwheel train, which takes you to a height of 3,454 meters to reach Jungfraujoch.<\\/p>\\r\\n\\r\\n<p>Visit the Ice Palace on top of the longest glacier in the Alps.<\\/p>\\r\\n\\r\\n<p>A visit to the Sphinx is also included.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12756,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15664,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7613,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205956\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12756,\"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\":\"205957\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Schilthorn \\u00e2\\u20ac\\u201c Interlaken - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, depart to visit Schilthorn.&nbsp;<\\/p>\\r\\n\\r\\n<p>Later, we visit Interlaken, a charming city nestled between two lakes and surrounded by the splendid Bernese Oberland Mountains.<\\/p>\\r\\n\\r\\n<p>Treasure these wonderful moments and later evening drive back to your hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205958\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Rhine Falls \\u00e2\\u20ac\\u201c Zurich \\u00e2\\u20ac\\u201c Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, depart to visit the magnificent Rhine Falls. Later afternoon Visit Zurich City. Enjoy your time on Bahnhofstrasse.<\\/p>\\r\\n\\r\\n<p>The main shopping zone is concentrated in the city center, which makes it ideal for pedestrians.<\\/p>\\r\\n\\r\\n<p>The famous Bahnhofstrasse - one of the most beautiful shopping areas in Europe - is a must. Elegant fashion stores, department stores, boutiques with top quality products (shoes, furs, accessories, porcelain, jewelry, and watches), banks, and pastry shops.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20417,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205959\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Gstaad - Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Post breakfast, depart for a full-day excursion to &ldquo;Glacier 3000&rdquo;.<\\/p>\\r\\n\\r\\n<p>Welcome to &ldquo;Glacier 3000&rdquo; the year around destination for snow sports fans &amp; one-day Excursions.<\\/p>\\r\\n\\r\\n<p>In addition to snow sports, you will experience the glacier in many different ways.<\\/p>\\r\\n\\r\\n<p>Enjoy the beautiful countryside on the sled pulled by a team of huskies &amp; take a tour with the snow bus.<\\/p>\\r\\n\\r\\n<p>Also, enjoy the fast ride on the Alpine coaster which will increase your adrenaline level in no time.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":7734,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205960\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"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\":\"205961\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Geneva \\u00e2\\u20ac\\u201c Montreux \\u00e2\\u20ac\\u201c Engelberg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>After breakfast at your hotel, proceed further for a tour of Geneva.<\\/p>\\r\\n\\r\\n<p>It&rsquo;s Includes Jet De Eau famous water fountain on the lake, Head Quarters like WHO, ILO, Red Cross, UNICEF &amp; Broken chair.<\\/p>\\r\\n\\r\\n<p>Later visit Montreux, the beautiful city on lake lemon.<\\/p>\\r\\n\\r\\n<p>Later transfer to the hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205962\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Innsbruck.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>After breakfast, Check out and depart to visit Innsbruck.<\\/p>\\r\\n\\r\\n<p>Arrive in Innsbruck and enjoy the beauties of the charming city.<\\/p>\\r\\n\\r\\n<p>Visit Berg Isel ski jump, Wilten Basilica, Maria-Theresien-Street, and the Old Town, with its famous Golden Roof.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7629,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14448,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20425,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205963\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":10,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"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\":\"205964\",\"Title\":\"Innsbruck \\u00e2\\u20ac\\u201c Wattens \\u00e2\\u20ac\\u201c Innsbruck.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>After breakfast, drive through the Inn Valley to Wattens to visit the world-famous Swarovski Crystal Worlds, where you can admire crystal works of art by many famous artists (e.g. Salvador Dali).<\\/p>\\r\\n\\r\\n<p>Experience a view of the surreal landscape of a glittering galaxy, the inside of a crystal dome with changing patterns of light and sound.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35528,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15548,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205965\",\"Title\":\"Innsbruck \\u00e2\\u20ac\\u201c Salzburg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>After breakfast, Check out and depart to visit Salzburg, where spires and domes rise in the shadow of Hohensalzburg Castle, one of the largest medieval fortresses in Europe.<\\/p>\\r\\n\\r\\n<p>Admire the city featured in &lsquo;The Sound of Music&rsquo; during your tour.<\\/p>\\r\\n\\r\\n<p>View Mozart&rsquo;s birthplace and family house in the picturesque Getreidegasse, and the Domplatz dominated by Salzburg Cathedral.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35528,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15548,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205966\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35528,\"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\":\"205967\",\"Title\":\"Salzburg.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>After breakfast depart for the Journey through the Bavarian Alps, via the Alpenstrasse, along the King&#39;s Lake River to the Obersalzberg - famous for Hitler&#39;s retreat, the Eagle&#39;s Nest.<\\/p>\\r\\n\\r\\n<p>Here, the highlight of your tour awaits as you tour the 450-year-old salt mines.<\\/p>\\r\\n\\r\\n<p>Wearing traditional miners&#39; clothes, you enter the mines and hear historic as well as legendary tales of the fascinating underground world.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15548,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205968\",\"Title\":\"Salzburg \\u00e2\\u20ac\\u201c Vienna.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p>After breakfast, check out and depart to Vienna.<\\/p>\\r\\n\\r\\n<p>Arrive in Vienna and the rest of the Day is free at Leisure.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"205969\",\"Title\":\"Vienna.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p>After breakfast enjoy Vienna city sightseeing&rsquo;s.<\\/p>\\r\\n\\r\\n<p>We drive through the <strong>City Park<\\/strong>, the <strong>Austrian&nbsp;Mint<\\/strong>, and the <strong>Hundertwasserhaus<\\/strong> on the way to the <strong>Prater Amusement Park<\\/strong> with the <strong>Giant Ferris Wheel<\\/strong>.<\\/p>\\r\\n\\r\\n<p>We then show you to the <strong>Danube Island<\\/strong> and the <strong>Copa Cagrana<\\/strong>, the <strong>Danube Park<\\/strong>, the <strong>Danube Tower<\\/strong> and the <strong>United Nations headquarters<\\/strong><\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15565,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15552,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6158,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15562,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205970\",\"Title\":\"Vienna.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"<p>After breakfast, enjoy the tour of Schonbrunn Palace.<\\/p>\\r\\n\\r\\n<p>You can experience the luxurious splendor of the Great Gallery, the Oriental charm of the Chinese Cabinets as well as the astonishingly modest style of decoration in Emperor Franz Joseph&#39;s private suite.<\\/p>\\r\\n\\r\\n<p>The Yellow Salon contains a precious secretary - the only object at Sch&ouml;bnrunn that once belonged to Queen Marie Antoinette of France, who was guillotined in 1793. Later,<\\/p>\\r\\n\\r\\n<p>&nbsp;the magnificent Hall of Ceremonies, the imposing Gobelin Salon with its exquisite Brussels tapestries as well as the room knew on Maria Theresia&#39;s time as the Feketin Room later renamed the Millions Room on account of its precious paneling of rare rosewood.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15565,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15552,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6158,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15562,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15549,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3904,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15550,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15547,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15551,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"205971\",\"Title\":\"Vienna \\u00e2\\u20ac\\u201c India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"<p>After Breakfast, check out and depart to Vienna airport to board your flight for onwards destination.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28729,\"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\":\"28885\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"324821.12\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":378958,\"priceDoubleOcc\":\"324821.12\",\"priceSingleOcc\":819205.35,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"324821.12\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":397269,\"priceDoubleOcc\":\"352286.91\",\"priceSingleOcc\":846671.1399999999,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"352286.91\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":389703,\"priceDoubleOcc\":\"340938.20\",\"priceSingleOcc\":835322.4299999999,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"340938.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":424035,\"priceDoubleOcc\":\"392436.56\",\"priceSingleOcc\":886820.79,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"392436.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":492000,\"priceDoubleOcc\":\"494384.23\",\"priceSingleOcc\":988768.46,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"494384.23\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":492000,\"priceDoubleOcc\":\"494384.23\",\"priceSingleOcc\":988768.46,\"priceExtraBed\":\"444983.96\",\"priceWithoutBed\":\"333594.92\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"494384.23\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28885\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"310056.53\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":361733,\"priceDoubleOcc\":\"310056.53\",\"priceSingleOcc\":781968.75,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"310056.53\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":379211,\"priceDoubleOcc\":\"336273.87\",\"priceSingleOcc\":808186.09,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"336273.87\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":371989,\"priceDoubleOcc\":\"325441.01\",\"priceSingleOcc\":797353.23,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"325441.01\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":404761,\"priceDoubleOcc\":\"374598.54\",\"priceSingleOcc\":846510.76,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"374598.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":469636,\"priceDoubleOcc\":\"471912.22\",\"priceSingleOcc\":943824.44,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"471912.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-29\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":469636,\"priceDoubleOcc\":\"471912.22\",\"priceSingleOcc\":943824.44,\"priceExtraBed\":\"424757.41\",\"priceWithoutBed\":\"318431.52\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"471912.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 Euro tip per person per day.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of Basic Travel Quota (BTQ) equivalent to USD 10,000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;No Porterage included.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All Meals.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of excursions, city sightseeing, entrance fees and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Airfare &amp;amp; airport tax.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visa Fees.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Travel insurance.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;NOTE: &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Due to major international events and trade fairs throughout Europe such as air-show, world athletic meet, ice skating championships, motor shows,&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Tour de France, etc. the hotels may be blocked out more than 2 years in advance. In view of this, you may have to stay in hotels further away from the cities\\/ different city and the itinerary may have to be altered \\/amended.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;We also reserve the right to substitute a hotel of a similar class if it is deemed advisable or necessary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;For the convenience of our passengers, we will sometimes amend\\/alter the itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;However, all the services will remain the same&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;GST if not mentioned in the rates.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;5% TCS.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;8 Nights accomodation in Engelberg.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;2 Nights&amp;#39; accommodation in Innsbruck.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;2 Nights&amp;#39; accommodation in Salzburg.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 Nights&amp;#39; accommodation in Vienna.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mini Van as per itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mt.Jungfraujoch.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mt.Titlis.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Glacier 3000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Schilthorn.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Interlaken.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cruise on Lake Lucerne.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Rhine Falls.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Zurich tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Geneva.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Swarovski Crystal Museum and Showroom.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Innsbruck City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided Salzburg city Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Bavarian Mountains and Salt-Mines Tour from Salzburg.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Vienna Guided City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided tour of Schonbrunn Palace in Vienna.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as per hotel plan.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Road taxes, parking fees, fuel charges, interstate taxes.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"205950\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[205950],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205951\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[205951],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205952\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205952],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205953\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[205953],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205954\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205954],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205955\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[205955],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205956\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205956],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205957\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[205957],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205958\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[205958],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205959\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[205959],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205960\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205960],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205961\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[205961],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205962\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[205962],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205963\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[205963],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205964\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[205964],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205965\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[205965],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205966\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205966],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205967\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[205967],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205968\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[205968],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205969\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[205969],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205970\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[205970],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"205971\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[205971],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Innsbruck,Salzburg,Vienna,Lucerne,Lugano,Interlaken,Engelberg','Lucerne,Switzerland,Lugano,Interlaken,Engelberg,Innsbruck,Eastern Europe,Austria,Salzburg,Vienna,Wattens',NULL,'12747,35528,28729,16022,34642,12756,8778',310057,494384,15,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Austria,Switzerland','14,210','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'switzerland-–-austria:-16-days',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (8,28740,1,12211,0,0,0,'Honeymoon,Adventure,Beach,Family,Cruise,Romantic,Shopping and Nightlife,Group Tours,Activites Tour,Educational Tours',NULL,1,1,0,'{\"package\":{\"TPId\":28740,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/european_splendor\\u00e2\\u20ac\\u201cvantrain_23nights\\u00e2\\u20ac\\u201c24_days_1632225521.jpg\",\"BookingValidUntill\":\"2022-12-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Paris, France&amp;#39;s capital, is a major European city and a global center for art, fashion, gastronomy, and culture.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Its 19th-century cityscape is crisscrossed by wide boulevards and the River Seine. Beyond such landmarks as the Eiffel Tower and the 12th-century,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Gothic Notre-Dame cathedral, the city is known for its cafe culture and designer boutiques along the Rue du Faubourg Saint-Honor&amp;eacute;.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":4539,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4539,\"DestinationPlaces\":\"Zurich\",\"DestinationPlacesSysId\":30548,\"SourcePlaces\":\"Paris\",\"SourcePlaceSysId\":20822,\"AgencyName\":\"Atlas Tours & Travels Pvt Ltd\",\"Name\":\"   EUROPEAN SPLENDOR\\u00e2\\u20ac\\u201cVan&Train: 23Nights\\u00e2\\u20ac\\u201c24 Days\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"4287\",\"SupplierName\":\"European Voyages\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Inner Line Permit,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Beach,Family,Cruise,Romantic,Shopping and Nightlife,Group Tours,Activites Tour,Educational Tours\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-12-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12747,\"Title\":\"Innsbruck\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12747,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":4304,\"Title\":\"Brussels\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":4304,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":19391,\"Title\":\"Nice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":19391,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":5735,\"Title\":\"Chamonix\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":5735,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":9764,\"Title\":\"Frankfurt\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":9764,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":26286,\"Title\":\"Stuttgart\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":26286,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":28574,\"Title\":\"Venice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28574,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":1014,\"Title\":\"Ancona\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":1014,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":32754,\"Title\":\"Rome\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":18262,\"Title\":\"Monticiano\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":18262,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":979,\"Title\":\"Amsterdam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":979,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":10276,\"Title\":\"Geneva\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":10276,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}},{\"CityId\":8778,\"Title\":\"Engelberg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":8778,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":15631,\"Title\":\"city tour\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/4539_1591615717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3129,\"Title\":\"Eiffel Tower,Paris\",\"Description\":\"The Eiffel Tower is located in Paris, France. The tower is 324m tall that includes the antennas at the top &amp;amp; the entire monument weights over 10,000 tonnes. It was the tallest structure in France untill 1973.There are 1,665 steps to the top of the Eiffel Tower. It is possibly to climb all the way up, but most people take the elevator.\\r\\nThere are 20,000 light bulbs on the Eiffel Tower. These are lit in the evening to make it sparkle every night.Repainting the tower uses around 60 tonnes of paint. This is done every seven years and takes 15 to 18 months to paint the entire structure.The first floor of the Eiffel Tower was converted to an ice skating rink in 2004.Over 7 million people visit the Eiffel Tower every year.\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":48.8583701,\"Long\":2.2944813,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/881_1521185649.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7607,\"Title\":\"Atomium\",\"Description\":\"The Atomium is a landmark building in Brussels, originally constructed for the 1958 Brussels World&amp;#039;s Fair. It is located on the Heysel Plateau, where the exhibition took place. It is now a museum. Designed by the engineer Andr&amp;eacute; Waterkeyn and architects Andr&amp;eacute; and Jean Polak, it stands 102 m tall.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Atomium_4304_1545024126.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4378,\"Title\":\"Brussels Waffle Workshop\",\"Description\":\"Brussels Waffels Workshop offers to prepare, bake &amp;amp; enjoy one&amp;#039;s own delicious Belgian waffles in 90 minutes. They provides ingredients, cooking gear, waffle iron, assistance and demonstration with no previous cooking experience and one can eat as many waffles as he  can. Belgian waffles come in two distinct varieties namely, Brussels gaufre and liege, enjoy both varieties. During this 90-minute workshop, prepare traditional Belgian waffle dough, cook it and then decorate waffles with cream, chocolate and seasonal fruits. One can also enjoy the waffels without indulging in this 90 minute tour.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846704,\"Long\":4.352116,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Brussels_Waffle_Workshop_4304_1521120713.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4373,\"Title\":\"Grand Place, Brussels, Belgium\",\"Description\":\"The Grand-Place in Brussels is considered as one of the most beautiful places of the world and is a remarkably homogeneous body of public and private buildings, dating mainly from the late 17th century. It is one of the most beautiful squares in Europe with architecture from eras of Baroque, Gothic and Louis XIV. This eclectic quality registered the Grand Place as one of the Sites Of World Heritage in 1998 by UNESCO. Known for its decorative and aesthetic wealth, all over the world. It is surrounded by the guild houses, the City Hall and the Maison du Roi.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.846975,\"Long\":4.3518157,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Grand_Place,_Brussels,_Belgium_4304_1521119986.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4374,\"Title\":\"Manneken Pis, Brussels\",\"Description\":\"The Manneken Pis, meaning as little pee man in Flemish, is one of the first attractions is shown upon arrival in Brussels. Manneken Pis is the graceful bronze representation of a little man, high angled child, a love set in our walls because it has no wings, busy pissing and producing a clear trickle. The peeing boy is a small statue from the 17th century that is tall just 61cm. It&amp;#039;s an icon in the Belgian capital and probably the most visited tourist attraction. The little guy has been stolen so many times, officials decided to swap out the original for a replica in 1965 and kept the original at the Maison du Roi on the Grand Place.\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":50.8449933,\"Long\":4.3499778,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/Manneken_Pis,_Brussels_4304_1521183473.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14460,\"Title\":\"St.Micheal&#039;s Church\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;The Cathedral of St. Michael and St. Gudula is a medieval Roman Catholic church in central Brussels, Belgium. It is consecrated to St. Michael and St. Gudula, the patron saints of the City of Brussels, and is considered to be one of the finest examples of Brabantine Gothic architecture.&lt;\\/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34) font-family: arial, sans-serif text-align: left&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1581410768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14459,\"Title\":\"Walking Tour of Brussels\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Explore Brussels with a passionate local guide. Discover the rich history of its iconic city centre and marvel at its treasures on this popular 2-hour walking tour.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":4304,\"CityName\":\"Brussels\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/4304\\/sightseeing\\/4539_1581410695.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4385,\"Title\":\"Amsterdam City Tours\",\"Description\":\"Amsterdam is the capital and the largest city of the Netherlands. It is famous for its unusual life rhythm manifested in the air of cannabis, coffee shops, the Red Light District and many other elements that keep drawing in people from the whole world all year round. Some of the tourist attractions of this extraordinary city are Centrall station, Anne Frank House, Magna Plaza, Dam square area, Royal palace, Madame Tussaud&amp;#039;s Scenerama, etc.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3856134,\"Long\":4.8431668,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185849.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4386,\"Title\":\"Amsterdam Nightlife\",\"Description\":\"Nightlife in Amsterdam offers many venues, dance festivals and club nights. DJs keep the crowd going with everything from techno, dub step and trance to hip-hop, funk and deep house. Amsterdam has one of the most glorious and sizzling nightlife scene in the world. The post sunset hours in Amsterdam dazzle with nightclubs, cafes and discotheques. Exploring areas like Dam Square, Leidseplein, Rembrandtplein and Jordan will lead you to the hippest pubs and clubs in the capital city of kingdom of Netherland.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.370784,\"Long\":4.8931337,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Amsterdam_Nightlife_979_1521120853.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20405,\"Title\":\"Atomium Structure for a photo stop\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":4369,\"Title\":\"Canal cruise\",\"Description\":\"Canal Cruise is a great way to get to know one of Europe&amp;rsquo;s most popular tourist destinations. Some of the most famous attractions include the Anne Frank House Museum, the Red-Light District, and the old Heineken factory. One will find the lovely canals, historic bridges and picturesque merchant houses that give the town its charming and iconic character. The Westerkerk church, the Negen Straatjes (&amp;lsquo;Nine Streets&amp;rsquo;) district and the Magere Brug (&amp;lsquo;Skinny Bridge&amp;rsquo;) on the Amstel river will be seen during canal boat cruise. Enjoy this ride and capture mesmerising seens in the camera.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":52.3582334,\"Long\":4.891297,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/881_1521185403.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7611,\"Title\":\"Cheese and Clog factory\",\"Description\":\"De Simonehoeve is a farm where Gouda cheese is being produced. They will reveal all details about cheese making. Thereafter they show the process of making clogs (or wooden shoes). You may want to taste all the 9 different kinds of cheeses (with a bit of mustard) accompanied by a locally produced berry fruit wine. Interesting for young and old. Open all days of the week.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Cheese_and_Clog_factory_979_1545026953.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8687,\"Title\":\"Dam Square\",\"Description\":\"Dam Square or Dam is a town square in Amsterdam, the capital of the Netherlands. Its notable buildings and frequent events make it one of the most well-known and important locations in the city and the country.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Dam_Square_979_1553062723.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20406,\"Title\":\"Grand Palace and the legendary Mannekin Pis statue.  Drive past St. Michaels Church\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7605,\"Title\":\"Keukenhof Garden\",\"Description\":\"Keukenhof also known as the Garden of Europe, is one of the world&amp;#039;s largest flower gardens, situated in Lisse, South Holland, Netherlands.  Keukenhof Park, approximately 7 million flower bulbs are planted annually in the park, which covers an area of 32 hectares (79 acres).\\r\\nKeukenhof is located in South Holland, south of Haarlem and southwest of Amsterdam. It is accessible by bus from the train stations of Haarlem, Leiden and Schiphol. It is located in an area called the &amp;quot;Dune and Bulb Region&amp;quot; (Duin- en Bollenstreek).\\r\\nKeukenhof is open annually from mid-March to mid-May. The best time to view the tulips is around mid-April, depending on the weather.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Keukenhof_Garden_979_1545022678.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15630,\"Title\":\"Kukenhof or Madurodam\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/4539_1591615830.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7606,\"Title\":\"Madurodam\",\"Description\":\"Madurodam is a miniature park and tourist attraction in the Scheveningen district of The Hague in the Netherlands. It is home to a range of 1:25 scale model replicas of famous Dutch landmarks, historical cities and large developments. The park was opened in 1952 and has since been visited by tens of millions of visitors. The entirety of net proceeds from the park go towards various charities in the Netherlands. In 2012, Madurodam celebrated its 60th anniversary.\",\"CurrencyType\":0,\"CityId\":979,\"CityName\":\"Amsterdam\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/979\\/sightseeing\\/Madurodam_979_1545022928.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20358,\"Title\":\"Munich City Tour\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20356,\"Title\":\"R\\u00c3\\u00b6merberg market square\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":9764,\"CityName\":\"Frankfurt\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20426,\"Title\":\"Basillica\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7629,\"Title\":\"Golden Roof\",\"Description\":\"The Goldenes Dachl is a landmark structure located in the Old Town section of Innsbruck, Austria. It is considered the city&amp;#039;s most famous symbol. Completed in 1500, the roof was decorated with 2,657 fire-gilded copper tiles for Emperor Maximilian I to mark his wedding to Bianca Maria Sforza.\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/Golden_Roof_12747_1545033542.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14448,\"Title\":\"Maria Theresien Strasse\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14447,\"Title\":\"Swarovski Crystal Museum\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12747\\/sightseeing\\/4539_1591685707.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20425,\"Title\":\"The St Marks Squares\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":12747,\"CityName\":\"Innsbruck\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":8637,\"Title\":\"Bridge of Sighs\",\"Description\":\"The Bridge of Sighs is a bridge located in Venice, northern Italy. The enclosed bridge is made of white limestone, has windows with stone bars, passes over the Rio di Palazzo, and connects the New Prison to the interrogation rooms in the Doge&amp;#039;s Palace. It was designed by Antonio Contino and was built in 1600.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Bridge_of_Sighs_28574_1552740433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3287,\"Title\":\"Ca&#039; Rezzonico Museum\",\"Description\":\"The Ca&amp;rsquo;Rezzonico, is one of the most fascinating museums in the city, dedicated to exploring and explaining 18th century Venice. It is one of the most important buildings, located on the bank of the Grand canal. \\r\\nCa &amp;#039;Rezzonico is a magnificent palace, now the Museum, was designed by the greatest Baroque architect of Venice, Baldassare Longhena and its construction completed in 1756.\\r\\n\\r\\nThe visit of the Museum&amp;rsquo;s Collection begins on the grand ceremonial staircase. The first floor has a total of 11 rooms with paintings, sculptures, frescoes on the ceilings, furnitures, clothing and other accessories that are part of the permanent collection.The second floor opens with the long central hall. The third floor contains not only the 3 rooms, but also the wonderful collection of paintings by Egidio Martini.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4335405,\"Long\":12.3268258,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Ca&#039;_Rezzonico_Museum_28574_1517999652.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3258,\"Title\":\"Doge&#039;s Palace\",\"Description\":\"The Doge&amp;rsquo;s Palace or Palazzo Ducaleis is the most representative symbol of Venice&amp;#039;s culture. This Palace had three fundamental roles: as the Doge residence, the seat of government and as the palace of justice. \\r\\nInitially, when it was built in the IX century A.D. it was more like a castle than a palace with high defensive walls and  four sighting towers. Later, due to a series of fires and subsequent rebuilding, it became a splendid example of Venetian gothic architecture.\\r\\nOn the floor of the lodges one can also admire the Hall of the Casket, the Hall of the Militia from the Sea\\r\\nThe most important room of the Doge&amp;rsquo;s Palace is the Sala del Maggior Consiglio, one of the largest in Europe. The visit to the Ducal Palace offers art, history and relics from ancient Venice and also includes the Opera Museum and the Armory(Bridge of Sighs prison).\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4337035,\"Long\":12.3403894,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Doge&#039;s_Palace_28574_1517921241.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15639,\"Title\":\"Island Murano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615461.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15661,\"Title\":\"islands of Burano\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614553.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15660,\"Title\":\"Murano Glass making factory\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591614717.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3268,\"Title\":\"Rialto Bridge\",\"Description\":\"The Rialto Bridge, considered as the true heart of Venice is a single span bridge, i.e., it is anchored at each end with no support in the middle. It is built on the narrowest point across the Grand Canal which is 3800m long. Rialto Bridge was the only place through which one could cross the canal on foot.\\r\\nFor centuries, the Rialto district has been the primary financial and commercial center  in Venice. To provide access to it a floating bridge &amp;#039;Ponte della Moneta&amp;#039; was built in 1905, replaced by a wooden bridge &amp;#039;Ponte di Rialto&amp;#039; or Rialto bridge in 1264. \\r\\nThe Present Marble stone Rialto Bridge was completed in 1591, the commission was awarded to Swiss engineer &amp;#039;Antonio da Ponte&amp;#039;. It is 75 feet wide with the arch height of 24 feet.\\r\\nOne must take a GANDOLA ride on the Grand Canal of 40 minutes. A gondola is like a luxury car, ornately decorated and have comfortable seats and blankets.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4379842,\"Long\":12.335898,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Rialto_Bridge_28574_1517999438.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3256,\"Title\":\"Saint Mark&#039;s Basilica\",\"Description\":\"St. Mark&amp;rsquo;s Basilica is the most popular monument in Venice and hosts millions of visitors each year. It is the centerpiece of the piazza, commissioned in 1071 by doge Domenico Contarini.\\r\\nThe architecture of this amazing church is a mixture of Byzantine, Roman and Venetian style. \\r\\nConstruction began in 828, when the body of St. Mark was sneaked back to Venice from Alexandria. The church has been reconstruct, expanded, and delicately restored over the centuries.\\r\\nTopped by soaring domes and with an interior of astonishing golden mosaics, nicknamed Chiesa d&amp;rsquo;Oro, or the &amp;quot;Church of Gold&amp;quot; because of its opulence Chiesa d&amp;rsquo;Oro, or the Golden Church.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4345606,\"Long\":12.3397124,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/Saint_Mark&#039;s_Basilica_28574_1517919555.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":6226,\"Title\":\"Santa Maria Gloriosa dei Frari\",\"Description\":\"Its impressive 14th-century campanile is the second highest in the city.  It contains a wealth of artistic treasures. In the right transept is an important wood statue of St. John the Baptist .\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4369864,\"Long\":12.3266004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/_Santa_Maria_Gloriosa_dei_Frar_28574_1530268282.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3254,\"Title\":\"St. Mark&#039;s Square (Piazza San Marco)\",\"Description\":\"Piazza San Marco, better known to Anglophones as St. Mark&amp;#039;s Square is Venice&amp;#039;s only square with the title of &amp;quot;piazza&amp;quot; - the rest are called &amp;quot;campo&amp;quot;. San Marco called as &amp;quot;the drawing room of Europe&amp;quot; by the Napolean. It is the tourist magnet in Venice, more attractive and hasn&amp;#039;t been corrupted by the automobile.\\r\\nThis great square overlooking the water is a mixture of spaces, volumes and styles: the Procurator&amp;#039;s residence, the Doge&amp;#039;s Palace, the bell tower and the Sansoviniana Bookshop.\\r\\nBesides being filled with people and great specimens of architecture, Piazza San Marco is also full of pigeons. Tourist love to feed the birds and take photographs. \\r\\nAll the most important religious and civil ceremonies have always been held here and now it is considered the city&amp;#039;s main symbol and tourist attraction.\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":45.4341668,\"Long\":12.3384717,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/St._Mark&#039;s_Square_(Piazza_San__28574_1517919356.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":15640,\"Title\":\"St. Mark&rsquo;s waterfront\",\"Description\":\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/4539_1591615201.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14425,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14433,\"Title\":\"Vatican City\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20433,\"Title\":\"Castle Hill\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3190,\"Title\":\"Cimiez Monastery\",\"Description\":\"Cimiez Monastery was  built by the Franciscan monks.It is a genuine architectural complex which includes  a church, a walkway, a cemetery where many famous people are buried, a garden that used to be the monks vegetable garden,which is still there today. Franciscan monks have lived in this monastery since the 16th century and today several still remain. The church is beautifully decorated with 15th century paintings, during the Christmas season the church hosts an exhibition of baby Jesus cribs from around the world. There are also regular concerts in the summer in the church.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.7201133,\"Long\":7.2789749,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Cimiez_Monastery_19391_1517830297.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20435,\"Title\":\"Matisse Musseum\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3216,\"Title\":\"Place Rossetti\",\"Description\":\"Rossetti is Surrounded by Italian-style architecture of red and yellow townhouses and it is situated in the center of Nice&acirc;&euro;&trade;s old town.Rossetti is a charming square featuring a small stone fountain and the lovely baroque Cathedral Saint Reparate. The square and its many sidewalk cafes attract a bustling daytime crowd of residents, families, and travelers eager for a bit of refreshment and relaxation.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6970774,\"Long\":7.2760545,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Place_Rossetti_19391_1517813322.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":3196,\"Title\":\"Promenade des Anglais\",\"Description\":\"The Promenade des anglais is a walkway, stretches along the seafront between the beach and the road. The view along the promenade is stunning. The promenade is kept very clean and the sea is bright blue in colour.There are also so many chairs placed along the promenade enabling you to walk and then relax and enjoy the atmosphere.It is the most famous tourist attraction in the city of Nice.It runs for several kilometres along the Mediterranean seashore, from the Colin Du Chateau up to the airport.Promenade des anglais is the pride of the city and a favorite spot for tourists, rollerbladers, cyclists and dog owners who love to take a walk along the street.\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":43.6814531,\"Long\":7.2322608,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/Promenade_des_Anglais_19391_1517811771.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20437,\"Title\":\"The flower market\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20434,\"Title\":\"The port\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20436,\"Title\":\"the Promenade des Anglais.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7609,\"Title\":\"Jet d&#039;Eau\",\"Description\":\"The Jet d&amp;#039;Eau is a large fountain in Geneva, Switzerland, and is one of the city&amp;#039;s most famous landmarks, being featured on the city&amp;#039;s official tourism web site and on the official logo for Geneva&amp;#039;s hosting of the 2008 UEFA Championships.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Jet_d&#039;Eau_10276_1545025500.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7610,\"Title\":\"Lake\",\"Description\":\"Lake Geneva (or Lac L&amp;eacute;man) is a crescent-shaped lake shared between France and Switzerland, and overlooked by the Alps. Geneva, the Swiss city at its southern tip, is a diplomatic hub with luxury shops and a cobbled old town. On the southern, French side, is the spa town and resort of &amp;Eacute;vian-les-Bains. The chic, palm-studded Swiss Riviera stretches along the north shore from Lausanne to Montreux.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/Lake__10276_1545025823.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":7608,\"Title\":\"United Nations Office\",\"Description\":\"The United Nations Office at Geneva is the second-largest of the four major office sites of the United Nations. It is located in the Palais des Nations building constructed for the League of Nations between 1929 and 1938 at Geneva in Switzerland, and expanded in the early 1950s and late 1960s.\",\"CurrencyType\":0,\"CityId\":10276,\"CityName\":\"Geneva\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/10276\\/sightseeing\\/United_Nations_Office_10276_1545025346.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20413,\"Title\":\"Bernese Oberland Mountains\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20414,\"Title\":\"Black Forest\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20418,\"Title\":\"Cuckoo Clock Factory.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20419,\"Title\":\"dark fir forests\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20412,\"Title\":\"Descend to Grindelwald.\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20415,\"Title\":\"Fairy tales wood\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20416,\"Title\":\"flowering meadows\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20806,\"Title\":\"La Gruyere Village & Castle\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14452,\"Title\":\"MT.Jungfraujoch\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;text-align: start color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px&quot;&gt;Join a memorable trip to Jungfraujoch and the Top of Europe! The World Heritage Site of the Swiss Alps is home to Europe&acirc;&euro;&trade;s highest train station.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/8778\\/sightseeing\\/4539_1581411238.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":14451,\"Title\":\"Orientation Tour of Lucerne\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null},{\"RefSSId\":20417,\"Title\":\"Rhine Falls\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":8778,\"CityName\":\"Engelberg\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4287,\"SupplierName\":\"European Voyages\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"204866\",\"Title\":\"India \\u00e2\\u20ac\\u201c Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrive Paris.<\\/p>\\r\\n\\r\\n<p>Illumination tour of Paris.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15631,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204867\",\"Title\":\"Paris.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Paris City Tour &amp; Eiffel Tower.<\\/p>\\r\\n\\r\\n<p>Overnight in Paris<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":15631,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3129,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204868\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"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\":\"204869\",\"Title\":\"Paris \\u00e2\\u20ac\\u201c Brussels.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Brussels City Tour.<\\/p>\\r\\n\\r\\n<p>Overnight in Brussels.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4304,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":7607,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4378,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4373,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4374,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14460,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14459,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204870\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":4304,\"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\":\"204871\",\"Title\":\"Brussels - Amsterdam\\u00c2\\u00a0\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Visit Madurodam.<\\/p>\\r\\n\\r\\n<p>Overnight in Amsterdam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":979,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"204872\",\"Title\":\"Amsterdam.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Amsterdam City Tour.<\\/p>\\r\\n\\r\\n<p>Canal Cruise.<\\/p>\\r\\n\\r\\n<p>Overnight in Amsterdam<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":979,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":4385,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4386,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20405,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4369,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7611,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8687,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20406,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7605,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15630,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7606,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204873\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":979,\"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\":\"204897\",\"Title\":\"Amsterdam \\u00e2\\u20ac\\u201c Cologne \\u00e2\\u20ac\\u201c Frankfurt.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Cologne Orientation tour.<\\/p>\\r\\n\\r\\n<p>Cruise from Boppard to St.Goar.<\\/p>\\r\\n\\r\\n<p>Overnight in Frankfurt<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9764,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20356,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204898\",\"Title\":\"Frankfurt \\u00e2\\u20ac\\u201c Baden Baden \\u00e2\\u20ac\\u201c Stuttguart.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Day trip to Baden Baden.<\\/p>\\r\\n\\r\\n<p>Overnight in Frankfurt<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9764,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20356,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204899\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9764,\"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\":\"204900\",\"Title\":\"Stuttgart.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Mercedes Museum.<\\/p>\\r\\n\\r\\n<p>Overnight in Stuttgart.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26286,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"204901\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":26286,\"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\":\"204902\",\"Title\":\"Stuttgart \\u00e2\\u20ac\\u201c Wattens \\u00e2\\u20ac\\u201c Innsbruck.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Swaroski Crystal Museum &amp; Showroom.<\\/p>\\r\\n\\r\\n<p>Overnight in Innsbruck.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7629,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14448,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20425,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204903\",\"Title\":\"Innsbruck \\u00e2\\u20ac\\u201c Salzburg \\u00e2\\u20ac\\u201c Innsbruck.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<p>Day trip to Salzburg (Guided Tour).<\\/p>\\r\\n\\r\\n<p>Overnight in Innsbruck.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7629,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14448,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14447,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20425,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204904\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":11,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12747,\"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\":\"204905\",\"Title\":\"Innsbruck \\u00e2\\u20ac\\u201c Venice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Venice Island Tour.<\\/p>\\r\\n\\r\\n<p>Overnight in Venice.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":8637,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3287,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15639,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15661,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3268,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3256,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6226,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3254,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15640,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204906\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":12,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"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\":\"204907\",\"Title\":\"Venice \\u00e2\\u20ac\\u201c Ancona.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":12,\"Program\":\"<p>Visit Modena to See Ferrari Museum.<\\/p>\\r\\n\\r\\n<p>Overnight in Ancona.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1014,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"204908\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":13,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":1014,\"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\":\"204909\",\"Title\":\"Ancona \\u00e2\\u20ac\\u201c Rome.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":13,\"Program\":\"<p>Colosseum.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"204910\",\"Title\":\"Rome.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":14,\"Program\":\"<p>Vatican&nbsp;City &amp; Vatican Museum.<\\/p>\\r\\n\\r\\n<p>Overnight in Rome<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":14425,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14433,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204911\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":15,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"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\":\"204912\",\"Title\":\"Rome \\u00e2\\u20ac\\u201c Florence \\u00e2\\u20ac\\u201c Pisa \\u00e2\\u20ac\\u201c Monticatini.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":15,\"Program\":\"<p>Guided Florence City tour.<\\/p>\\r\\n\\r\\n<p>Visit Leaning Tower Of Pisa.<\\/p>\\r\\n\\r\\n<p>Overnight in Montecatini.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18262,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"204913\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":16,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18262,\"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\":\"204914\",\"Title\":\"Florence \\u00e2\\u20ac\\u201c Nice.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":16,\"Program\":\"<p>Nice City Tour.<\\/p>\\r\\n\\r\\n<p>Overnight in Nice<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3190,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20435,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3216,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3196,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20437,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20436,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204915\",\"Title\":\"Nice \\u00e2\\u20ac\\u201c Monaco \\u00e2\\u20ac\\u201c Monte Carlo \\u00e2\\u20ac\\u201c Eze \\u00e2\\u20ac\\u201c Nice.\",\"MealPlanInclude\":\"\",\"Day\":17,\"Program\":\"<p>Visit Monaco. Monte Carlo Casino.<\\/p>\\r\\n\\r\\n<p>Visit Fragonard Perfume Factory in Eze.<\\/p>\\r\\n\\r\\n<p>Overnight in Nice.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20433,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3190,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20435,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3216,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3196,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20437,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20436,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204916\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":18,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"204920\",\"Title\":\"Nice \\u00e2\\u20ac\\u201c Chamonix.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":18,\"Program\":\"<p>Chamonix Orientation Tour.<\\/p>\\r\\n\\r\\n<p>Overnight in Chamonix.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"204921\",\"Title\":\"Chamonix \\u00e2\\u20ac\\u201c Annecy \\u00e2\\u20ac\\u201c Chamonix\",\"MealPlanInclude\":\"Breakfast\",\"Day\":19,\"Program\":\"<p><strong><span style=\\\"color:#4472c4\\\">.<\\/span><\\/strong>Full-Day tour to Annecy.<\\/p>\\r\\n\\r\\n<p>Overnight in Chamonix.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":\"204922\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":20,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":5735,\"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\":\"204923\",\"Title\":\"Chamonix \\u00e2\\u20ac\\u201c Geneva.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":20,\"Program\":\"<p>Orientation tour of Geneva.<\\/p>\\r\\n\\r\\n<p>Once the guest is dropped at their hotel in Geneva by Private Car, they will no more utilize the car in Switzerland.<\\/p>\\r\\n\\r\\n<p>Overnight in Geneva.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10276,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":7609,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7610,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7608,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204924\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":21,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":10276,\"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\":\"204925\",\"Title\":\"Geneva \\u00e2\\u20ac\\u201c Engelberg. (Swiss Pass)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":21,\"Program\":\"<p>Mount Titlis.<\\/p>\\r\\n\\r\\n<p>Overnight in Apartment in Grafenort.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20418,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20415,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20416,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20806,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14452,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14451,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20417,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204926\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Jungfraujoch \\u00e2\\u20ac\\u201c Interlaken \\u00e2\\u20ac\\u201c Engelberg. (Swiss Pass)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":22,\"Program\":\"<p>Mount Jungfraujoch.<\\/p>\\r\\n\\r\\n<p>Visit Interlaken.<\\/p>\\r\\n\\r\\n<p>Overnight in Apartment&nbsp;in Grafenort.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20418,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20415,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20416,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20806,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14452,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14451,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20417,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204927\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Rhine Falls \\u00e2\\u20ac\\u201c Zurich \\u00e2\\u20ac\\u201c Engelberg. (Swiss Pass)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":23,\"Program\":\"<p>Visit &nbsp;Rhine Falls.<\\/p>\\r\\n\\r\\n<p>Visit &nbsp;Zurich.<\\/p>\\r\\n\\r\\n<p>Overnight in Apartment&nbsp;in Grafenort.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"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\":20413,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20414,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20418,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20419,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20412,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20415,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20416,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20806,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14452,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14451,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":20417,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"204928\",\"Title\":\"Engelberg \\u00e2\\u20ac\\u201c Zurich \\u00e2\\u20ac\\u201c India.\",\"MealPlanInclude\":\"Breakfast\",\"Day\":24,\"Program\":\"<p>Depart to Zurich Airport to board your return flight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":8778,\"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\":\"28740\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"393113.62\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":455952,\"priceDoubleOcc\":\"393113.62\",\"priceSingleOcc\":985686.49,\"priceExtraBed\":\"533287.03\",\"priceWithoutBed\":\"405104.02\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"393113.62\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":478220,\"priceDoubleOcc\":\"426515.43\",\"priceSingleOcc\":1019088.3,\"priceExtraBed\":\"533287.03\",\"priceWithoutBed\":\"405104.02\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"426515.43\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":467054,\"priceDoubleOcc\":\"409766.95\",\"priceSingleOcc\":1002339.8200000001,\"priceExtraBed\":\"533287.03\",\"priceWithoutBed\":\"405104.02\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"409766.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":507213,\"priceDoubleOcc\":\"470004.40\",\"priceSingleOcc\":1062577.27,\"priceExtraBed\":\"533287.03\",\"priceWithoutBed\":\"405104.02\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"470004.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":588925,\"priceDoubleOcc\":\"592572.87\",\"priceSingleOcc\":1185145.74,\"priceExtraBed\":\"533287.03\",\"priceWithoutBed\":\"405104.02\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"592572.87\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":588925,\"priceDoubleOcc\":\"592572.87\",\"priceSingleOcc\":1185145.74,\"priceExtraBed\":\"533287.03\",\"priceWithoutBed\":\"405104.02\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"592572.87\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"28740\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"375244.82\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":435227,\"priceDoubleOcc\":\"375244.82\",\"priceSingleOcc\":940882.56,\"priceExtraBed\":\"509046.71\",\"priceWithoutBed\":\"386690.20\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"375244.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":456483,\"priceDoubleOcc\":\"407128.36\",\"priceSingleOcc\":972766.1,\"priceExtraBed\":\"509046.71\",\"priceWithoutBed\":\"386690.20\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"407128.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":445825,\"priceDoubleOcc\":\"391141.18\",\"priceSingleOcc\":956778.9199999999,\"priceExtraBed\":\"509046.71\",\"priceWithoutBed\":\"386690.20\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"391141.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":484158,\"priceDoubleOcc\":\"448640.57\",\"priceSingleOcc\":1014278.31,\"priceExtraBed\":\"509046.71\",\"priceWithoutBed\":\"386690.20\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"448640.57\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":562156,\"priceDoubleOcc\":\"565637.74\",\"priceSingleOcc\":1131275.48,\"priceExtraBed\":\"509046.71\",\"priceWithoutBed\":\"386690.20\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"565637.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-09-22\",\"To\":\"2022-12-15\",\"Currency\":1,\"priceTripleOcc\":562156,\"priceDoubleOcc\":\"565637.74\",\"priceSingleOcc\":1131275.48,\"priceExtraBed\":\"509046.71\",\"priceWithoutBed\":\"386690.20\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"565637.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;3 Euro tip per person per day.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of Basic Travel Quota (BTQ) equivalent to USD 10,000.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;No Porterage included.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any increase in the rate of exchange leading to an increase in surface transportation and land arrangements, which may come into effect prior to departure. The tour price is subject to increase without notice if this rate changes substantially prior to the departure of your tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Any expenses of personal nature such as laundry, wines, mineral water, food and drink not in the regular menu provided by us pay TV, mini-bar, telephone calls, etc.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All Meals.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cost of excursions, city sightseeing, entrance fees and local guides other than that mentioned in &amp;ldquo;Tour Cost Includes&amp;rdquo;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Airfare &amp;amp; airport tax.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visa Fees.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Travel insurance&lt;\\/strong&gt;&lt;strong&gt;.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;NOTE: &lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Passengers joining this tour must travel to\\/from the hub city at their own expense.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Due to major international events and trade fairs throughout Europe such as air-show, world athletic meet, ice skating championships, motor shows,&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Tour de France, etc. the hotels may be blocked out more than 2 years in advance. In view of this, you may have to stay in hotels further away from the cities\\/ different city and the itinerary may have to be altered \\/amended.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;We also reserve the right to substitute a hotel of a similar class if it is deemed advisable or necessary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;For the convenience of our passengers, we will sometimes amend\\/alter the itinerary.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;However, all the services will remain the same&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;GST if not mentioned in the rates.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare \\/ Visa if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;RT-PCR Test Charges (Covid-19 test)&amp;nbsp;if not mentioned in the&amp;nbsp;itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Anything not mentioned under Package Inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Entrance fees at all monuments and sightseeing spots unless mentioned under package inclusions.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;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.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;&amp;nbsp;23 nights accommodation in 3 hotels &amp;amp; Apartment with continental breakfast.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mini Van as per itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Swiss Rail Pass for 4 Days.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Illumination tour of Paris.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Paris Orientation City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Eiffel Tower.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Brussels Orientation City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Madurodam.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Amsterdam Canal Cruise.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Cologne Cathedral.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Cruise from Boppard to St.Goar.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Baden Baden.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mercedes Benz Museum in Stuttgart.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Swarovski Crystal Museum &amp;amp; Showroom.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Guided city tour of Salzburg.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Venice Island by boat.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Modena to See Ferrari Museum.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Colosseum in Rome.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Vatican City &amp;amp; Vatican Museum.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Florence Guided City Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Leaning Tower of Pisa.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Nice City Orientation tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Monaco. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Monte Carlo Casino. &lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Fragonard Perfume Factory in Eze.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Chamonix Orientation Tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Full-Day tour to Annecy.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Geneva Orientation tour.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mt.Titlis. (Swiss Pass)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Mt.Jungfraujoch. (Swiss Pass)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Interlaken. (Swiss Pass)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Rhine Falls. (Swiss Pass)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;Visit Zurich. (Swiss Pass)&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;strong&gt;All sightseeing as per Itinerary.&lt;\\/strong&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel Nights accommodation on a twin sharing basis as per itinerary.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis or private basis if mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"204866\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[204866],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204867\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[204867],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204868\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[204868],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204869\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[204869],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204870\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[204870],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204871\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[204871],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204872\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[204872],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204873\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[204873],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204897\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[204897],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204898\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[204898],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204899\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[204899],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204900\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[204900],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204901\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[204901],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204902\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[204902],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204903\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[204903],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204904\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[204904],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204905\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[204905],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204906\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[204906],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204907\":{\"12\":{\"Sequence\":[12],\"TPInvnSysId\":[204907],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204908\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[204908],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204909\":{\"13\":{\"Sequence\":[13],\"TPInvnSysId\":[204909],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204910\":{\"14\":{\"Sequence\":[14],\"TPInvnSysId\":[204910],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204911\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[204911],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204912\":{\"15\":{\"Sequence\":[15],\"TPInvnSysId\":[204912],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204913\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[204913],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204914\":{\"16\":{\"Sequence\":[16],\"TPInvnSysId\":[204914],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204915\":{\"17\":{\"Sequence\":[17],\"TPInvnSysId\":[204915],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204916\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[204916],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204920\":{\"18\":{\"Sequence\":[18],\"TPInvnSysId\":[204920],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204921\":{\"19\":{\"Sequence\":[19],\"TPInvnSysId\":[204921],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204922\":{\"20\":{\"Sequence\":[20],\"TPInvnSysId\":[204922],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204923\":{\"20\":{\"Sequence\":[20],\"TPInvnSysId\":[204923],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204924\":{\"21\":{\"Sequence\":[21],\"TPInvnSysId\":[204924],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204925\":{\"21\":{\"Sequence\":[21],\"TPInvnSysId\":[204925],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204926\":{\"22\":{\"Sequence\":[22],\"TPInvnSysId\":[204926],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204927\":{\"23\":{\"Sequence\":[23],\"TPInvnSysId\":[204927],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"204928\":{\"24\":{\"Sequence\":[24],\"TPInvnSysId\":[204928],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Innsbruck,Brussels,Paris,Nice,Chamonix,Frankfurt,Stuttgart,Venice,Ancona,Rome,Monticiano,Amsterdam,Geneva,Engelberg','Paris,Western Europe,France,Brussels,Belgium,Amsterdam,Netherlands,Frankfurt,Germany,Stuttgart,Innsbruck,Eastern Europe,Austria,Venice,Italy,Ancona,Rome,Monticiano,Nice,Chamonix,Geneva,Switzerland,Engelberg,Moncalieri',NULL,'12747,4304,20822,19391,5735,9764,26286,28574,1014,32754,18262,979,10276,8778',375245,592573,23,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',3,'Austria,Belgium,France,Germany,Italy,Netherlands,Switzerland','14,21,76,83,107,154,210','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'european-splendor–van-train:-23nights–24-days',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (9,25416,1,12211,1,0,0,'Honeymoon,Adventure,Family,Hill Station,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":25416,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/anmol_arunachal_1629726027.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"Anmol Arunachal \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4408\",\"SupplierName\":\"Assam Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Flight,Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":27116,\"Title\":\"Tezpur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467909,\"Name\":\"Hotel Royal Regency\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"A.H ROAD, NEAR BAN THEATER HALL, Tezpur, Assam\"},\"Images\":[],\"CityId\":27116,\"Brief\":\"&lt;p&gt;Hotel Royal Regency, situated at the heart of the eternal city of romance, &acirc;&euro;&oelig;Tezpur&acirc;&euro;\\u009d was established on the 27th day of May 2010. Since then it has been a pioneer to the hotel industry especially in Tezpur, providing the highest quality service. Our motto is &acirc;&euro;&oelig;where hospitality matters&acirc;&euro;\\u009d and we have left no stones unturned to make sure our guests enjoy their stay. Our service staff is very highly experienced and honest.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467909\\/4650_1ea79c767b369e2e7fa322a5857eec981582897389.jpg\",\"AccoAminitiesMask\":\"1100000000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Super Deluxe\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481375,\"Name\":\"Hotel KRC Palace\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.6264041\",\"Long\":\"92.7901164\",\"Address\":\"Suryarekha Complex, J.N. Road, Kacharigaon, Kamarchuburi, Tezpur, Assam 784001, India\"},\"Images\":[],\"CityId\":27116,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481376,\"Name\":\"The Greenwood Resort\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.1187046\",\"Long\":\"91.8319672\",\"Address\":\"GS Rd, Madhab Nagar, Khanapara, Guwahati, Assam 781022, India\"},\"Images\":[],\"CityId\":27116,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&Acirc;&deg;48&acirc;&euro;&sup2;36&acirc;&euro;&sup3;N 92&Acirc;&deg;26&acirc;&euro;&sup2;38&acirc;&euro;&sup3;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34462,\"Title\":\"Bhalukpong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467893,\"Name\":\"Prashanti Lodge\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Balipara Road, Cona, Bhalukpong, Assam\"},\"Images\":[],\"CityId\":34462,\"Brief\":\"&lt;p&gt;Prashaanti Cottage at Bhalukpong offers a spectacular view of the convergence of the foothills of the Eastern Himalayas with the plains of Assam.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Prashaanti Cottage is the gateway to Nameri National Park and Tawang, Arunachal Pradesh.&lt;br \\/&gt;\\r\\nThe river Kameng traverses down the mountains of Arunachal Pradesh, changes its name to Jia Bhoroli, flows along the property and through the Nameri National Park to the join mighty Brahmaputra.&lt;br \\/&gt;\\r\\nThe sunrise from the resort looking across the Kameng is mesmerising. Whether you decide to spend a night or two, Prashaanti Cottage will surely provide a relaxing time, away from the hustle bustle of city life.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467893\\/4650_c85e3c78d47f49aa1677dc7f0c10cb891582891868.jpg\",\"AccoAminitiesMask\":\"1100010000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&Acirc;&deg;48&acirc;&euro;&sup2;36&acirc;&euro;&sup3;N 92&Acirc;&deg;26&acirc;&euro;&sup2;38&acirc;&euro;&sup3;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34561,\"Title\":\"Bomdila\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467898,\"Name\":\"Hotel Dilliphu\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Hilltop, Main Market, Bomdila, Arunachal Pradesh\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"&lt;p&gt;Hotel Dilli-Phu is one of the comfort stay hotel in entire Bomdila. Featured with great ambience with best hospitality, restaurant with multi cuisine and challenges to make you feel relax and cozy.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467898\\/4650_992b11dd5620e9cd8f2df31fe82703091582893020.jpg\",\"AccoAminitiesMask\":\"1100010000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467897,\"Name\":\"Hotel Elysium Bomdila\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Hotel Elysium, Bomdila, Arunachal Pradesh\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"&lt;p&gt;Hotel Elysium is located centrally from all the tourist spots and away from the market which builds up a peaceful atmosphere in the hotel. The panoramic breathtaking view of Himalayan mountain from the hotel can not be forgotten. Hotel with its very highly efficient staffs provides the highest quality service during your stay. The wooden flooring of the rooms glitters the beauty and gives warmth.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467897\\/4650_4904f139ecda6f19636a4042b5bea0ee1582892625.jpg\",\"AccoAminitiesMask\":\"1100000000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Semi Deluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467896,\"Name\":\"Tsepal Yangjom\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Main Market, Bomdila, Arunachal Pradesh\"},\"Images\":[],\"CityId\":34561,\"Brief\":\"&lt;p&gt;otel Tsepal Yangjom is a top-of-the 3 star hotel in Bomdila,Arunachal Pradesh, India the headquarter of the west Kameng district of Arunachal Pradesh is the most happening place for business and tourism in the Northeast. The colourful land of Bomdila, which lies amidst the graceful Himalayan ranges at a height of 8500 feet above the sea level, is the headquarter of the west Kameng district of Arunachal Pradesh. This lofty paradise is snow clad for a major part of the year and makes a delightful destination to get away to in autumn and winter session. The Buddhist monastery of Bomdila is the repository of culture and is among primary attractions of the area.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467896\\/4650_b43cf5111c144a315cd72b5b5708297e1582892397.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&Acirc;&deg;48&acirc;&euro;&sup2;36&acirc;&euro;&sup3;N 92&Acirc;&deg;26&acirc;&euro;&sup2;38&acirc;&euro;&sup3;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":34557,\"Title\":\"Tawang\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467908,\"Name\":\"Gayki Khang Zhang\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Cona, Tawang, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817984,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_01617281997.jpg\"},{\"ImagId\":4817985,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_11617281997.jpg\"},{\"ImagId\":4817986,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_21617281997.jpg\"}]},\"CityId\":34557,\"Brief\":\"&lt;p&gt;&quot;A hotel in Tawang, Hotel Gakyi Khang Zhang is at 2 km from the Tawang Monastery Museum and 1 km from the Taxi Stand. It provides free Wi-Fi internet access. This hotel has 30 well-furnished rooms with heaters, 52-inch LCD TVs with cable network, temperature control systems and direct-dial telephones. The attached bathrooms have 24-hour hot and cold water supply.This Tawang hotel houses a multi-cuisine restaurant, lounge bar, fully-equipped conference hall, and gym on its premises. It offers currency exchange, babysitting, secretarial, laundry and 24-hour room service. The hotel has a safety deposit box and provides special facilities for its differently-abled guests. Hotel Gayki Khang Zhang provides front desk and travel desk facility to assist its guests. The Tezpur Railway Station (331 km) and the Tezpur Airport (321 km) are the nearest access points to the hotel. Guests can visit the Gyangong Ani Gompa (5 km), P.T.Tso Lake (14 km), and Tawang War Memorial (3 km).&quot;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467908\\/4650_0669745ddde696e0246398cf9f66dccc1582897202.jpg\",\"AccoAminitiesMask\":\"1100000000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":480361,\"Name\":\"Hotel Tawang Heights\",\"Star\":\"3.00\",\"Rating\":\"4.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"27.5960999\",\"Long\":\"91.8714241\",\"Address\":\"Old Circuit House Road, near BSNL Office, Cona County, Tawang, Arunachal Pradesh 790104\"},\"Images\":{\"Image\":[{\"ImagId\":4817987,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_01617282153.jpg\"},{\"ImagId\":4817988,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_11617282153.jpg\"},{\"ImagId\":4817989,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_21617282153.jpg\"},{\"ImagId\":4817990,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_31617282153.jpg\"}]},\"CityId\":34557,\"Brief\":\"&lt;p&gt;HOTEL Tawang Heights &acirc;&euro;\\u009d offers royal hospitality with paramount comforts, a heaven of affordable luxury. The Hotel is self-categorised under 3 stars and is in comfort with modern facilities at affordable price. Located at heart of Auranchal Pradesh Commercial Hub Tawang (50 meters from Old Market Opposite Taxi Stand The Hotel Have Total 44 Room inventory With Restaurant and Parking space.&lt;br \\/&gt;\\r\\n&Acirc;&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_480361\\/4650_614bb7df236ba3e80e5b063dd0a25d711617282153.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467906,\"Name\":\"YangZom hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"lama birth place, Urgelling Village, P.O. Tawang near 6th Dalia, Dist, Tawang, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817977,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_01617280822.jpg\"},{\"ImagId\":4817978,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_11617280822.jpg\"},{\"ImagId\":4817979,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_21617280822.jpg\"}]},\"CityId\":34557,\"Brief\":\"&lt;p&gt;&acirc;&euro;&oelig;Yangzom Hotel&acirc;&euro;\\u009d is located in the sylvan surroundings of Urgelling village, the birthplace of H.H. The Vi Dalai Lama. It is only 6-minute drive from Tawang town. The rooms are spacious, elegant and contemporary in design with spectacular views of tranquil nearby hamlets and far-off mountain ranges. All rooms are equipped with LED TV with satellite TV programmes, private bathrooms\\/showers with 24 hours hat and cold running water. The Guest House has a multi-purpose banquet-cum-conference hall and a large parking area.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467906\\/4650_e240a69b225daf80df0a8aa9e670d1d61582896862.jpg\",\"AccoAminitiesMask\":\"1100010000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&Acirc;&deg;48&acirc;&euro;&sup2;36&acirc;&euro;&sup3;N 92&Acirc;&deg;26&acirc;&euro;&sup2;38&acirc;&euro;&sup3;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":7934,\"Title\":\"Dirang\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":467905,\"Name\":\"Hotel Samdup Khang\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"National Highway 229, Dirang, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817991,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_01617282377.jpg\"},{\"ImagId\":4817992,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_11617282377.jpg\"},{\"ImagId\":4817993,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_21617282377.jpg\"},{\"ImagId\":4817994,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_31617282377.jpg\"}]},\"CityId\":7934,\"Brief\":\"&lt;p&gt;Hotel Samdup Khang is ranked #4 among the 14 hotels in Dirang Dzong with an average rating of 6.1 out of 7, it has a total of 1 photos, 9 text reviews and 1 video reviews. it is rated top for its Food &amp; Drink, Service and Destination.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The online booking price of the hotel ranges between Rs 3,200 to Rs 5,500 per night. to check availability or to avail complimentary breakfast, we recommend contacting the hotel to check if the final tariff includes it.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The ambience and the location of the hotel makes it a suitable option for variety of travellers. Group (25%) and Family (25%) are the most common type of travellers that like to stay here. 25% of guests enjoy the hotel&amp;#39;s connectivity, whereas 25% have rated the ambience as relaxed.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Although the hotel is a suitable stay option throughout the year for travellers, book your accommodation in the months of July, Aug and Sept for the best experience.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If you are in need for airport transfers or require a car for sightseeing around the city or you have to do an early check-in, then we recommend contacting the hotel directly and requesting for these additional services. All of the available amenities ensure your stay is enjoyable and free from any hassles&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467905\\/4650_f8778570d4500dee6ae9381be3140fed1582896638.jpg\",\"AccoAminitiesMask\":\"1100000000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467904,\"Name\":\"Hotel Pemaling\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Near Petrol pump, Dirang, West Kameng, Arunachal Pradesh\"},\"Images\":{\"Image\":[{\"ImagId\":4817995,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_01617282673.jpg\"},{\"ImagId\":4817996,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_11617282674.jpg\"},{\"ImagId\":4817997,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_21617282674.jpg\"},{\"ImagId\":4817998,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_31617282674.jpg\"}]},\"CityId\":7934,\"Brief\":\"&lt;p&gt;Pemaling Lords Inn, a beautiful hotel in Dirang located amidst the lush green mountains and overlooking the beautiful Dirang valley, offers 25 well designed rooms and suites with personalized services especially for your comfort and well-being. Enjoy the natural beauty of the place, delight yourself to the local cuisine and also learn the fascinating culture of the local tribal Monpas while on your stay with us.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467904\\/4650_93ad13f3321930fdfd30540250100d771582896423.jpg\",\"AccoAminitiesMask\":\"1100000000001000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Standard  Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":20,\"Title\":\"Agnigarh\",\"Description\":\"Agnigarh is a hillock located in Tezpur, Assam, India. In Hindu mythology, it is the site of the fortress which was built by Banasura to keep his daughter Usha in isolation. The name itself is derived from the words &amp;#039;Agni&amp;#039; and &amp;#039;garh&amp;#039; in Sanskrit.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.630743,\"Long\":92.8053731,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5443\\/thumb\\/Agnigarh_618.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":342,\"Title\":\"Chitralekha Udyan\",\"Description\":\"Cole Park, Tezpur is a very picturesque park near the centre of Tezpur. It has recently been renamed as Chitralekha Udyan. The name is after a famous character in Agnigarh Aniruddha-Usha love story It has had a long tradition of hosting painting\\/drawing competitions for the nearby schools due the various features it possesses. A replica of the famous Bhomoraguri inion which recorded the ancient plans to build a bridge across the Brahmaputra where the current Kolia Bhomora Setu exists has been created in this park for public viewing.The park has facilities for paddle boating on the pond.\",\"CurrencyType\":0,\"CityId\":27116,\"CityName\":\"Tezpur\",\"Lat\":26.618081,\"Long\":92.7938542,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6434\\/thumb\\/Chitralekha Udyan_113.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":63,\"Title\":\"Apple Nursery\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1294\\/thumb\\/Apple Nursery_517.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":899,\"Title\":\"Kiwi Farm\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1088\\/thumb\\/Kiwi Farm_312.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1528,\"Title\":\"Sangti Valley Tour\",\"Description\":\"Sangti Valley is a well-known tourist destination in Arunachal but not many tourists visit this place. Sangti Valley is rather populated with minimal tourist. This must visit place is a perfect destination for holidaying with your between half. This heavenly hill station is surrounded by beautiful mountainous ranges and it is always blessed with a pleasant weather with light showers of snow fall. Sangti Valley is a definite tourist spot if you love nature dotted with pristine forests and meandering fast hill rivers and home to a very interesting culture and tradition.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2008\\/thumb\\/Sangti Valley Tour_939.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14870,\"Title\":\"Tipi Orchid Research Centre\",\"Description\":\"Tipi Orchid Research Centre houses a large number of species of orchids, and thus is seen as an important tourist destination in the district. It expands over an area of 10 hectares of land comprising of, orchidarium, tissue culture lab, museum, herbarium, garden and office buildings. One of the main attractions of the center is its orchid glass house, which has a display gallery, a central pond with fountain and about 1000 species of orchids in pots and hanging baskets. About 10,000 orchid plants belonging to various genera and species are cultivated in four distinct species houses that also ensures ex-situ conservation.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7934\\/sightseeing\\/Tipi_Orchid_Research_Centre_7934_1582628105.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":438,\"Title\":\"Dirang Dzong (Fort)\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3584422,\"Long\":92.240888,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3973\\/thumb\\/Dirang Dzong (Fort)_871.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":683,\"Title\":\"Hot Water Spring\",\"Description\":\"Hot Water Springs is situated in Tawang District of Arunachal Pradesh. The warm sulfur rich water in this hot springs cures numerous skin sicknesses. It lies on the Tawang Jang street. Hot spring was washed away by a noteworthy surge in 2009. Despite the fact that repair works have been finished there has not been an official initiation. Introduction or not, guests to the hot spring have not been prevented. The Gasa hot spring was overflowed thrice, yet it was the 2009 surge that caused outrageous harm.\",\"CurrencyType\":0,\"CityId\":7934,\"CityName\":\"Dirang\",\"Lat\":27.3692822,\"Long\":92.240119,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1089\\/thumb\\/Hot Water Spring_825.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5475,\"Title\":\"Jaswant Garh , tawang\",\"Description\":\"This Garh is a home of a warrior, Jaswant Singh who sacrificed during the war that was fought against Chinese soldiers. He fought continuously for 72 hours, during the Indo-China war that occurred in 1962.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.632451,\"Long\":91.7538817,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Jaswant_Garh_,_tawang_34557_1527767174.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5479,\"Title\":\"Nuranang Water Fall\",\"Description\":\"There is a small hydel plant located near the base that generates electricity for local use. Nuranang Falls  is unknown to many travelers.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.589488,\"Long\":91.9833004,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Nuranang_Water_Fall_34557_1527767881.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5467,\"Title\":\"Sela Pass\",\"Description\":\"Sela Pass is one of the most visited places in entire Arunachal Pradesh. Sela Pass is considered to be heaven on earth, the Sela Mountain Pass in winter is entirely covered with snow.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5034753,\"Long\":92.1044397,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sela_Pass_34557_1527765934.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5469,\"Title\":\"Tawang Monastery\",\"Description\":\"Tawang Monastery, also known as the Golden Namgyal Lhatse.  This is the second oldest Monastery in the entire world after Lhasa and the largest monastery in Asia.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.5867261,\"Long\":91.8577194,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_Monastery_34557_1527766182.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5482,\"Title\":\"Gorsam Chorten\",\"Description\":\"Gorsam Chorten  is founded by a Monpa monk, Lama Pradhar. On the top of the Chorten is a semi-circular dome that rests up on a three-terraced plinth. In addition, on the lower most terrace of the plinth, there are four miniature stupas standing erect on the four corners.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.735334,\"Long\":91.746544,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Gorsam_Chorten_34557_1527768239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5470,\"Title\":\"Tawang War Memorial, arunachal pradesh\",\"Description\":\"Tawang War Memorial  has a structure constructed in stupa design. the memorial has names of 2,420 dead soldiers. The names of the soldiers are etched in gold on around 32 black granite plagues.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.586816,\"Long\":91.8768571,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Tawang_War_Memorial,_arunachal_34557_1527766481.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5473,\"Title\":\"Bumla Pass\",\"Description\":\"Bumla Pass is also known as &amp;quot;Off Beat Pass&amp;quot; of India. Bum la pass is at Indo China border. One needs special permit to visit the place  from the Indian Army.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":27.7579832,\"Long\":91.7817968,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Bumla_Pass_34557_1527766868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5477,\"Title\":\"Pangang Teng Tso Lake\",\"Description\":\"Lake Pangang Teng Tso or PT Tso is an high altitude lake.  One needs Inner line permit to reach here.  During winter the lake freezes completely, despite being saline water.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Pangang_Teng_Tso_Lake_34557_1527767593.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14871,\"Title\":\"Sungester Lake\",\"Description\":\"The Sangestar Tso Lake is also called as Madhuri Lake, which is located on the way from Tawang to Bum La Pass in Tawang district of Arunachal Pradesh, near Indo-China border above 15,200 ft above sea level.\",\"CurrencyType\":0,\"CityId\":34557,\"CityName\":\"Tawang\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34557\\/sightseeing\\/Sungester_Lake_34557_1582630326.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5424,\"Title\":\"Apple Orchards,Bomdila\",\"Description\":\"Apple Orchards Arunachal Pradesh. Apple Orchards is a famous tourist attraction located in Tipi, Bomdila and it is Asia&amp;#039;s large Orchidarium. If you want to plunge into a nice easeful weather amidst its restful environs then you can maze along the Bomdila&amp;#039;s Apple Orchards.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Apple_Orchards,Bomdila_34561_1527754558.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5426,\"Title\":\"Bomdila Monastery, Bomdila\",\"Description\":\"Bomdila Monastery, stable in state of Arunachal Pradesh, dates back to the year 1965. It owes its inception to the 12th personate of Tsona Gontse Rinpoche, who got this monastery built before his death in the year 1966. The monastery of Bomdila is an copy of the Tsona Gontse Monastery, located at Tsona in South Tibet. The main prayer hall of the monastery was added later on by the 13th embod of Tsona Gontse Rinpoche. This hall was later sanctified by His Holiness, the 14th Dalai Lama, in October 1997.Apart from the prayer hall, Bomdila Monastery also include of a temple of Lord Buddha and abode quarters for the monks. Also known as Gentse Gaden Rabgyel Ling Monastery, it is one of the most important centers of the Lamaistic faith of Mahayana Buddhism.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2705077,\"Long\":92.4185554,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/Bomdila_Monastery,_Bomdila_34561_1527757583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":5422,\"Title\":\"Bomdila View Point\",\"Description\":\"Nature lovers will love Bomdila View Point, as views from here are superb. The highest point here offers breathtaking views of the landscape around including Nechipu Pass. West Kameng Valley scopr out in front of your eyes when viewed from here.\",\"CurrencyType\":0,\"CityId\":34561,\"CityName\":\"Bomdila\",\"Lat\":27.2644943,\"Long\":92.4159308,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34561\\/sightseeing\\/_Bomdila_View_Point_34561_1527752218.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":11142,\"Title\":\"Kameng River\",\"Description\":\"The Kameng River in the eastern Himalayan mountains, originates in Tawang district from the glacial lake below snow-capped Gori Chen mountain 27&Acirc;&deg;48&acirc;&euro;&sup2;36&acirc;&euro;&sup3;N 92&Acirc;&deg;26&acirc;&euro;&sup2;38&acirc;&euro;&sup3;E, elevation 6,300 metres, on\",\"CurrencyType\":0,\"CityId\":35592,\"CityName\":\"Nameri\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35592\\/sightseeing\\/2645_1568287014.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1191,\"Title\":\"Nameri National Park\",\"Description\":\"The vegetation type of nameri is of semi-evergreen, moist deciduous forests with cane and bamboo brakes and narrow strips of open grassland along rivers. The forests are rich in epiphytes, lianas, and creepers and clump-forming bamboo. This forest has over 600 species.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.6528495,\"Long\":92.7925592,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5346\\/thumb\\/Nameri National Park_11.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"182091\",\"Title\":\"Guwahati\\u00e2\\u20ac\\u201c Tezpur (185 Km | 4 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway station. Transfer to Tezpur. Enroute we can do River Dolphin Tour on the mighty River Brahmaputra. Check in your hotel. Visit the ruins and remains of Agnigarh. Later visit Chitralekha Udyan (Cole Park) where you can enjoy boating. Visit any other places of interest as time permits. Overnight stay in Tezpur.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27116,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467909,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467909,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":481375,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":481376,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481376,\"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\":20,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":342,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182096\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27116,\"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}]}]},{\"ItineraryId\":\"182101\",\"Title\":\"Tezpur - Dirang (200 Km | 5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Start early in the morning for Dirang. On the way visit Orchid Research Centre Tipi, an orchidarium with about 10,000 orchid plants belonging to various genera and species. Arunachal has the largest range of orchids in the country. Continue your drive and do not forget to keep your cameras handy as you cross beautiful waterfalls and get some spectacular views. Enroute visit Nag Mandir. Arrive and check in to your hotel. After lunch visit the regional apple Nursery, kiwi farm, hot water spring, Sangti Valley and Dzong Fort. Overnight stay in Dirang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467905,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard  Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Suite Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467904,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Suite Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":63,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":899,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1528,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14870,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":438,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":683,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182106\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7934,\"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}]}]},{\"ItineraryId\":\"182111\",\"Title\":\"Dirang \\u00e2\\u20ac\\u201c Tawang (140 Km | 6 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast transfer to Tawang. Enroute visit war cemetery. Continue with the drive till you reach Sela Pass at an altitude of 4170 m \\/ 13700 ft. It is famous for high altitude lakes &amp; scenic beauty. Continue the drive to Jaswant Garh War Memorial a memorial of the brave Indian soldier Jaswant Singh Rawat. Visit Nuranang Falls (Jang Falls). Arrive and check in the hotel. Overnight stay in Tawang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Business Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480361,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5475,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5479,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5467,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182116\",\"Title\":\"Tawang Local Sightseeing\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast visit Tawang Monastery (Namgey Lhatse), Singsor Ani Gompa, and Tawang War Memorial. Evening return back to hotel. Overnight stay in Tawang.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Business Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480361,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5469,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5482,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5470,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182121\",\"Title\":\"Tawang \\u00e2\\u20ac\\u201c Bumla Pass (China Border) \\u00e2\\u20ac\\u201c Madhuri Lake _ Tawang\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast visit Bum La Pass (Indo-China Border) for which you will have to take permit from the DC office at Tawang on your own, Sangestar Lake (Madhuri Lake) and Pangateng Tso Lake (P.Tso Lake). Please Note you will also have to take a local taxi in Tawang on direct payment basis to cover these places as our vehicles are not allowed.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467908,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Business Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480361,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467906,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Super Deluxe\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5473,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5477,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14871,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182126\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34557,\"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}]}]},{\"ItineraryId\":\"182131\",\"Title\":\"Tawang\\u00e2\\u20ac\\u201c Bomdila (190 KM | 7-8 HRS) \",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After Breakfast transfer to Bomdila. Check in the hotel on arrival. Visit Bomdila Monastery, Bomdila View Point, Apple Orchards. Bomdila offers wonderful panoramic view of Himalayan landscapes and snow clad ranges. Evening you can visit the local market. Overnight stay in Bomdila.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467898,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Standard Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467897,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Semi Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Executive Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Suite Room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":5424,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5426,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":5422,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182136\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34561,\"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}]}]},{\"ItineraryId\":\"182141\",\"Title\":\"Bomdila\\u00e2\\u20ac\\u201c Bhalukpong or Nameri National Park (110 Km | 4 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>After Breakfast Transfer to Nameri National Park. This place is an elephant reserve. It is an ideal habitat for a host of other animals including the tiger, leopard, sambar, dhole (the Asiatic wild dog), pygmy hog, Indian wild bison, clouded leopard, leopard cat, muntjac, gaur, wild boar, sloth bear, Himalayan black bear, capped langur and Indian giant squirrel. Nameri National Park is a birdwatcher&#39;s paradise with over 300 species. The white winged wood duck, great pied hornbill, wreathed hornbill, rufous necked hornbill, black stork, ibisbill, blue-bearded bee-eaters, babblers, plovers and many other birds make Nameri National Park their home. Check in at your hotel. Natures walk to the Jia Bhoreli (Kameng River) and back. Evening you are free for leisure. Overnight stay at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34462,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Cottage\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Cottage\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467893,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Premium Cottage\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":11142,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1191,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"182146\",\"Title\":\"Bhalukpong or Nameri National Park - Guwahati (220 Km | 4.5 Hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>Morning we proceed for River Rafting on the Jia Bhoreli (Kameng River) (optional) and\\/or Jungle Trekking (optional). After Breakfast Proceed to Guwahati. Tour Ends<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34462,\"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\":11142,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"25416\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14520.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11349,\"priceDoubleOcc\":\"14520.50\",\"priceSingleOcc\":38250.5,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14520.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12223,\"priceDoubleOcc\":\"15831.30\",\"priceSingleOcc\":39561.3,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15831.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13021,\"priceDoubleOcc\":\"17029.10\",\"priceSingleOcc\":40759.1,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17029.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11356,\"priceDoubleOcc\":\"14530.67\",\"priceSingleOcc\":38260.67,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14530.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13459,\"priceDoubleOcc\":\"17685.63\",\"priceSingleOcc\":41415.630000000005,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17685.63\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17998,\"priceDoubleOcc\":\"24493.88\",\"priceSingleOcc\":48223.880000000005,\"priceExtraBed\":\"5005.90\",\"priceWithoutBed\":\"4045.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24493.88\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25417\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15317.15\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12031,\"priceDoubleOcc\":\"15317.15\",\"priceSingleOcc\":43002.15,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15317.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12880,\"priceDoubleOcc\":\"16591.79\",\"priceSingleOcc\":44276.79,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16591.79\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14205,\"priceDoubleOcc\":\"18578.33\",\"priceSingleOcc\":46263.33,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18578.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12031,\"priceDoubleOcc\":\"15317.15\",\"priceSingleOcc\":43002.15,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15317.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14133,\"priceDoubleOcc\":\"18470.98\",\"priceSingleOcc\":46155.979999999996,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18470.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20779,\"priceDoubleOcc\":\"28439.84\",\"priceSingleOcc\":56124.84,\"priceExtraBed\":\"5457.90\",\"priceWithoutBed\":\"4892.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28439.84\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25418\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17469.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13560,\"priceDoubleOcc\":\"17469.80\",\"priceSingleOcc\":44024.8,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17469.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14400,\"priceDoubleOcc\":\"18729.75\",\"priceSingleOcc\":45284.75,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18729.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15216,\"priceDoubleOcc\":\"19953.54\",\"priceSingleOcc\":46508.54,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19953.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13561,\"priceDoubleOcc\":\"17470.93\",\"priceSingleOcc\":44025.93,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17470.93\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15664,\"priceDoubleOcc\":\"20625.89\",\"priceSingleOcc\":47180.89,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20625.89\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20203,\"priceDoubleOcc\":\"27434.14\",\"priceSingleOcc\":53989.14,\"priceExtraBed\":\"5740.40\",\"priceWithoutBed\":\"4610.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27434.14\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25419\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20466.56\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16861,\"priceDoubleOcc\":\"20466.56\",\"priceSingleOcc\":49846.56,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20466.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17731,\"priceDoubleOcc\":\"21771.71\",\"priceSingleOcc\":51151.71,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21771.71\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18460,\"priceDoubleOcc\":\"22864.42\",\"priceSingleOcc\":52244.42,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22864.42\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16861,\"priceDoubleOcc\":\"20466.56\",\"priceSingleOcc\":49846.56,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20466.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19065,\"priceDoubleOcc\":\"23771.81\",\"priceSingleOcc\":53151.81,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23771.81\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23302,\"priceDoubleOcc\":\"30128.06\",\"priceSingleOcc\":59508.06,\"priceExtraBed\":\"9650.20\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30128.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"25420\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22524.29\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17231,\"priceDoubleOcc\":\"22524.29\",\"priceSingleOcc\":53599.29,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22524.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18155,\"priceDoubleOcc\":\"23909.67\",\"priceSingleOcc\":54984.67,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23909.67\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18844,\"priceDoubleOcc\":\"24943.62\",\"priceSingleOcc\":56018.619999999995,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24943.62\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17233,\"priceDoubleOcc\":\"22526.55\",\"priceSingleOcc\":53601.55,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22526.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19436,\"priceDoubleOcc\":\"25831.80\",\"priceSingleOcc\":56906.8,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25831.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23674,\"priceDoubleOcc\":\"32188.05\",\"priceSingleOcc\":63263.05,\"priceExtraBed\":\"6644.40\",\"priceWithoutBed\":\"5005.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32188.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"25416\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13621.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10646,\"priceDoubleOcc\":\"13621.00\",\"priceSingleOcc\":35881,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13621.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11466,\"priceDoubleOcc\":\"14850.60\",\"priceSingleOcc\":37110.6,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14850.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12215,\"priceDoubleOcc\":\"15974.20\",\"priceSingleOcc\":38234.2,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15974.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10652,\"priceDoubleOcc\":\"13630.54\",\"priceSingleOcc\":35890.54,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13630.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12625,\"priceDoubleOcc\":\"16590.06\",\"priceSingleOcc\":38850.06,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16590.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16883,\"priceDoubleOcc\":\"22976.56\",\"priceSingleOcc\":45236.56,\"priceExtraBed\":\"4695.80\",\"priceWithoutBed\":\"3794.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22976.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"25417\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14368.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11285,\"priceDoubleOcc\":\"14368.30\",\"priceSingleOcc\":40338.3,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14368.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12083,\"priceDoubleOcc\":\"15563.98\",\"priceSingleOcc\":41533.979999999996,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15563.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13325,\"priceDoubleOcc\":\"17427.46\",\"priceSingleOcc\":43397.46,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17427.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11285,\"priceDoubleOcc\":\"14368.30\",\"priceSingleOcc\":40338.3,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14368.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13258,\"priceDoubleOcc\":\"17326.76\",\"priceSingleOcc\":43296.759999999995,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17326.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19492,\"priceDoubleOcc\":\"26678.08\",\"priceSingleOcc\":52648.08,\"priceExtraBed\":\"5119.80\",\"priceWithoutBed\":\"4589.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26678.08\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"25418\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"16387.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12720,\"priceDoubleOcc\":\"16387.60\",\"priceSingleOcc\":41297.6,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16387.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13508,\"priceDoubleOcc\":\"17569.50\",\"priceSingleOcc\":42479.5,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17569.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14273,\"priceDoubleOcc\":\"18717.48\",\"priceSingleOcc\":43627.479999999996,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18717.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12721,\"priceDoubleOcc\":\"16388.66\",\"priceSingleOcc\":41298.66,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16388.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14694,\"priceDoubleOcc\":\"19348.18\",\"priceSingleOcc\":44258.18,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19348.18\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18951,\"priceDoubleOcc\":\"25734.68\",\"priceSingleOcc\":50644.68,\"priceExtraBed\":\"5384.80\",\"priceWithoutBed\":\"4324.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25734.68\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"25419\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19198.72\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15817,\"priceDoubleOcc\":\"19198.72\",\"priceSingleOcc\":46758.72,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19198.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16633,\"priceDoubleOcc\":\"20423.02\",\"priceSingleOcc\":47983.020000000004,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20423.02\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17316,\"priceDoubleOcc\":\"21448.04\",\"priceSingleOcc\":49008.04,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21448.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15817,\"priceDoubleOcc\":\"19198.72\",\"priceSingleOcc\":46758.72,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19198.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17884,\"priceDoubleOcc\":\"22299.22\",\"priceSingleOcc\":49859.22,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22299.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21859,\"priceDoubleOcc\":\"28261.72\",\"priceSingleOcc\":55821.72,\"priceExtraBed\":\"9052.40\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28261.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"25420\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21128.98\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16164,\"priceDoubleOcc\":\"21128.98\",\"priceSingleOcc\":50278.979999999996,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21128.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17030,\"priceDoubleOcc\":\"22428.54\",\"priceSingleOcc\":51578.54,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22428.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17677,\"priceDoubleOcc\":\"23398.44\",\"priceSingleOcc\":52548.44,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23398.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16165,\"priceDoubleOcc\":\"21131.10\",\"priceSingleOcc\":50281.1,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21131.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18232,\"priceDoubleOcc\":\"24231.60\",\"priceSingleOcc\":53381.6,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24231.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-08-23\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22207,\"priceDoubleOcc\":\"30194.10\",\"priceSingleOcc\":59344.1,\"priceExtraBed\":\"6232.80\",\"priceWithoutBed\":\"4695.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30194.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;Room Heater Charges. Personal Expenses such as Laundry, telephone, tips, gratuity, Mineral\\/soft\\/hard drinks. Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary. Camera fees, Guide \\/ tour escort charges &amp;amp; Entrance Fees. Any cost arising due to natural calamities like, landslides, road&amp;nbsp;blockage, political disturbances, etc (to be borne by the client, which is directly payable on the spot). Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure. GST.&amp;nbsp;Insurance. Anything which is not include in the inclusion.&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;Rooms on twin\\/triple sharing basis. Daily Breakfast. Exclusive a\\/c private vehicle at disposal for transfers &amp;amp; sightseeing as per itinerary. Service of an experienced driver for 12 Hours per day up to maximum 08:00 PM. Parking, Toll taxes, Drivers Allowance etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Kaziranga National Park -&amp;nbsp;01 Elephant safari (Subject to Availability) &amp;amp; 01 Jeep safari.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Arunachal Pradesh - Inner Line Permit.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:984806&quot;&gt;Value Added Services&lt;\\/span&gt;&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complimentary 500 ml of packaged drinking water per person per day.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complimentary finest Tea of Assam to take back home sweet memories of North East India (500 grams per family 250 grams per person)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Complimentary cup of refreshing Assam Tea (Chai or Saa as called in Assam) at Laheke Chai Cafe en route Kaziranga.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Prebooking of VIP Darshan at Kamakhya Temple (Subject to Minimum 48 Hrs prior information)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Prebooking of River Cruise at Guwahati (Subject to Minimum 48 Hrs prior information)&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Dedicated Tour Coordinator 24 x 7 throughout the Tour.&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"182091\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[182091],\"Remark\":[\"&lt;p&gt;Car on Disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182096\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[182096],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182101\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[182101],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182106\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[182106],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182111\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[182111],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182116\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[182116],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182121\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[182121],\"Remark\":[\"&lt;p&gt;Local Vehicle on direct payment basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182126\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[182126],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182131\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[182131],\"Remark\":[\"&lt;p&gt;Car on Disposal basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182136\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[182136],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182141\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[182141],\"Remark\":[\"&lt;p&gt;Car on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"182146\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[182146],\"Remark\":[\"&lt;p&gt;Car on Disposal basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Tezpur,Bhalukpong,Bomdila,Tawang,Dirang','Tezpur,Assam,Indian Subcontinent,Northeast India,India,Dirang,Arunachal Pradesh,Tawang,Bomdila,Bhalukpong,Guwahati,Nameri',NULL,'27116,34462,34561,34557,7934',13621,32188,7,NULL,NULL,NULL,1,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'anmol-arunachal',NULL,NULL,NULL,0),(10,24963,1,12211,1,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24963,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_04_Hills_and_River_of_North_East_92.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 04 Hills and River of North East\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4408\",\"SupplierName\":\"Assam Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.jpg\",\"AccoAminitiesMask\":\"1100000000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&Acirc;&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&acirc;&euro;&trade;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&acirc;&euro;&trade;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}},{\"CityId\":11240,\"Title\":\"Guwahati\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":92930,\"Name\":\"Rialto\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.18339\",\"Long\":\"91.74548425\",\"Address\":\"GNB Road, Panbazar, Near Panbazar Flyover \"},\"Images\":{\"Image\":[{\"ImagId\":2042855,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189685.jpg?s=312x\"},{\"ImagId\":2042856,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/aff.bstatic.com\\/images\\/hotel\\/max300\\/430\\/43086123.jpg\"},{\"ImagId\":2042857,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189671.jpg?s=312x\"},{\"ImagId\":2042858,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189673.jpg?s=312x\"},{\"ImagId\":2042859,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix2.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189674.jpg?s=312x\"}]},\"CityId\":11240,\"Brief\":\"Located in Fancy Bazaar, Hotel Rialto is a perfect starting point from which to explore Guwahati. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. Service-minded staff will welcome and guide you at the Hotel Rialto. Guestrooms are fitted with all the amenities you need for a good night&#039;s sleep. In some of the rooms, guests can find air conditioning, wake-up service, telephone, fan, television. The hotel offers various recreational opportunities. Friendly staff, great facilities and close proximity to all that Guwahati has to offer are three great reasons you should stay at Hotel Rialto.\",\"MainImg\":\"http:\\/\\/pix4.agoda.net\\/hotelimages\\/548\\/548689\\/548689_15060118250028189685.jpg?s=312x\",\"AccoAminitiesMask\":\"101000001000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467891,\"Name\":\"D Courtyard\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"RG Baruah Rd, Rajdhani Nursery, Opp, Ganeshguri, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817951,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_01617278795.jpg\"},{\"ImagId\":4817952,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_11617278795.jpg\"},{\"ImagId\":4817953,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_21617278795.jpg\"},{\"ImagId\":4817954,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_31617278795.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Hotel &amp;#39;D&amp;#39; Courtyard is reckoned among the luxury budget hotels in Guwahati. Most significantly the hotel aims to provide luxurious standard within budget without compromising with your comforts. We enrich the stay of our visitors with our holistic approach of delivering excellent services. Our personalized and customized services suit every guest unique needs. A part from the significant hotels in guwahati, we stand high considering the amenities and services we offer. Our professional and experienced staff aims to satisfy an individual&acirc;&euro;&trade;s specific needs with full efficiency. Quality, elegance and comfort are what make it one of the best luxury budget hotels in Guwahati, Assam. The hotel with its host of facilities and services is designed to meet every need of leisure \\/ travel \\/ banquet \\/ conferencing services with best hospitality industry standards.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The 34 well appointed guest keys and suites are elegantly designed and the delectable dinning option, technologically advanced conferencing features exquisite recreation facilities as well as warm and attentive services are just some of the things that make Hotel &amp;#39;D&amp;#39; Courtyard, Guwahati a preferred destination of pure bliss.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467891\\/4650_c68865f572bfcd7ac30b170f1de0f9281582891299.jpg\",\"AccoAminitiesMask\":\"1100010000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":414204,\"Name\":\"Mayflower Hotel\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"26.185057\",\"Long\":\"91.74441\",\"Address\":\"MLN Road, Panbazar, Panbazar, GUWAHATI, ASSAM, India, Pin-781001, 781001\"},\"Images\":[],\"CityId\":11240,\"Brief\":\"Hotel Mayflower is located 1 km from Guwahati Railway Station and 7 km from Guwahati Zoo. This property in Guwahati provides guests with free breakfast and internet access.  This accommodation has 21 well-maintained guestrooms equipped with amenities like television, mirror, wake-up calls and wardrobe. The rooms also have separate sitting area and attached bathroom. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maq\\/oyf\\/fbs\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Irish\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467889,\"Name\":\"Shoolin Grand\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"G.S. Road Opp Indian Oil Petrol Pump, Rukmini Gaon, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817961,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_01617279603.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;Located in Rukmini Gaon of Guwahati City, we are ideally located within the conveniences of city life yet distant enough from it&acirc;&euro;&trade;s over buzz. Something we all love from time to time. Hotel Shoolin Grand is equipped with premium infrastructure and services that guarantee a pleasurable stay. If you are looking for a uber luxurious experience, we have 45 premium category rooms, including three suites, and a multi-speciality spa with a unisex beauty salon. Food lovers can delight in the vast range of dishes in our multicuisine restaurant and experiment with tastes and flavors. While ensuring our guests the most comfortable stay, we also provide facilities of baby care room and kids play zone. We are also open for conferences and private events with our well set-up conference and banquet halls. So the next time you plan a visit to Guwahati or a carefree staycation, choose leisure, comfort, and impeccable facilities&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467889\\/4650_9c4b5dba1c71af56b3d93db827f671a41582890981.jpg\",\"AccoAminitiesMask\":\"1100010000001001101\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Excutive room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":467887,\"Name\":\"Kiranshree Grand\",\"Star\":\"5.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"New Airport Road Mirzapur, Guwahati, Assam\"},\"Images\":{\"Image\":[{\"ImagId\":4817962,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_01617279793.jpg\"},{\"ImagId\":4817963,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_11617279793.jpg\"},{\"ImagId\":4817964,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_21617279793.jpg\"},{\"ImagId\":4817965,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_31617279793.jpg\"}]},\"CityId\":11240,\"Brief\":\"&lt;p&gt;The historic city of Guwahati is the gateway to India&acirc;&euro;&trade;s Northeast and Kiranshree Grand stands with pride at the gateway of Guwahati city. Just a few steps away from the Lokapriya Gopinath Bordoloi International Airport, this Hotel cum Resort is also ideal for anyone making a stopover on a trip to any other part of the northeastern region. The location of the hotel helps you travel to any part of Assam or the rest of the Northeast without getting stuck in the city traffic.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The elegantly designed hotel cum resort boasts of 122 luxurious rooms and suites with state of the art facilities and 24x7 services and is spread over 6 acres of land. The moment you step inside the property, the wide pathway that leads to the main lobby of the hotel will awe you with its grandeur. On one side of the pathway is the high boundary wall covered in green vines while on the other side is the vast parking zone. As the pathway comes to an end you will see the beautiful palm court ahead and the main lobby on your right. The ardour to strike a fine balance between nature and modern lifestyle is visible all throughout the campus and the lobby is no different. While our reception desk carries out the formalities of check-in, maybe you can find some time to admire the architecture and decorations of the enormously spacious lobby that transcends space and dimension through the glass walls on three sides.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;You can choose from Club Rooms, Grand Suites and Presidential Suites to meet your accomodational requirements during business trips, holidays etc. Or confine yourself in any of the Honeymoon Suites, to enjoy some intimate, romantic moments with your special one. Every floor of the residential blocks has a spacious lounge to relax.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_467887\\/4650_b5720a0bf7d7ce57d46dbd074ff16f6e1582890297.jpg\",\"AccoAminitiesMask\":\"1100010000001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"Club room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19106,\"Title\":\"Umngot River, Dawki Bridge, Dawki, Meghalaya, India\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface. Dawki lies between India and Bangladesh and is the trade hub between the two countries. People come to this place to enjoy a boat ride in the Umngot river and view of the surrounding greenery. Charge for boat riding is Rs. 800\\/- per boat.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Umngot_River,_Dawki_Bridge,_Da_25073_1617342426.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":243,\"Title\":\"Brahmaputra\",\"Description\":\"Brahmaputra river adds to the beauty of the city as it flows down. It attracts many tourists and local public towards itself and offers the enchanting beauty of the nsture.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3748\\/thumb\\/Brahmaputra_301.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1660,\"Title\":\"Srimanta Sankardev Kalakshetra\",\"Description\":\"Srimanta Sankaradev Kalakshetra commonly Kalakshetra is a cultural institution.  It includes a cultural museum, library and various facilities for preserving, demonstrating and performing cultural items, besides a children&amp;#039;s park. In addition to being Northeast India&amp;#039;s largest cultural congregation, the Kalakshetra is also a major tourist spot in Guwahati.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1308178,\"Long\":91.8207123,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1221\\/thumb\\/Srimanta Sankaradeva Kalakshetra_433.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&acirc;&euro;&trade;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&acirc;&euro;&trade;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":81,\"Title\":\"Assam State Museum\",\"Description\":\"The exhibits of the Museum are displayed under different sections, viz., Epigraphy, Sculptures, Miscellaneous, Natural History, art andCrafts, Anthropology &amp;amp; Folk Art &amp;amp; Arms section. The sculptures from the Assam region fall into four principal categories - stone, wood, metal and terracotta. The collections which are on display here, are very rare.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1820281,\"Long\":91.7506874,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3750\\/thumb\\/Assam State Museum_736.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":82,\"Title\":\"Assam State Zoo Cum Botanical Garden\",\"Description\":\"The Assam State Zoo cum Botanical Garden is the largest of its kind in the North East region and it is spread across 432 acre. The zoo is located within the Hengrabari Reserved Forest at Guwahati, India.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1633829,\"Long\":91.7819476,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3751\\/thumb\\/Assam State Zoo Cum Botanical Garden_768.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14872,\"Title\":\"Dighalipukhuri\",\"Description\":\"Dighalipukhuri is a rectangular man-made pond in Guwahati, about half a mile long. Dighalipukhuri is occupied altogether area of garden and pond between 17-18 bigha lands.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/11240\\/sightseeing\\/Dighalipukhuri_11240_1582631320.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":821,\"Title\":\"Kamakhya Temple\",\"Description\":\"The Kamakhya Temple also Kamrup-Kamakhya. It is the main temple in a complex of individual temples dedicated to the ten Mahavidyas: Kali, Tara, Sodashi, Bhuvaneshwari, Bhairavi, Chhinnamasta, Dhumavati, Bagalamukhi, Matangi and Kamalatmika. The temple consists of four chambers: garbhagriha and three mandapas locally called calanta, pancharatna and natamandira aligned from east to west.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1094\\/thumb\\/Kamakhya Temple_324.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1217,\"Title\":\"Navagraha Temple\",\"Description\":\"The Navagraha Temple is found on the top of Chitrasal Hill .  Enshrined in this temple are nine Shivalingams, representing the nine Celestial bodies, each covered with a colored garment symbolic of each of the celestial bodies, with a Shivaligam in the centre symbolising the Sun.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1895625,\"Long\":91.7593253,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3749\\/thumb\\/Navagraha Temple_583.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1395,\"Title\":\"Purva Tirupati Sri Balaji Temple &amp; Cultural Complex\",\"Description\":\"An embodiment of divinity set in marble, it actually is very serene inside the temple. One can easy sit meditating or offer prayers at the temple without any fear of being pushed out quickly. It is actually the replica of the Tirupati Balaji Temple.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1149412,\"Long\":91.7252655,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6555\\/thumb\\/Purva Tirupati Sri Balaji Temple &amp; Cultural Complex_457.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1697,\"Title\":\"Sukreswar Temple\",\"Description\":\"The Sukreswar  Temple is an important Shiva temple in the state of Assam and was constructed in 1744.  Leading down from the temple compound is a long flight of steps to the river. Sitting on the steps of Sukreswar ghat one can enjoy the scenery of sun setting on the river, boats moving across the river, people performing puja in honour of their relatives who have left this world, children and older people bathing, far removed from the din and noise of the city\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.2006043,\"Long\":92.9375739,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3752\\/thumb\\/Sukreswar Temple_507.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1834,\"Title\":\"Umananda Temple\",\"Description\":\"Umananda Devaloi is a Shiva temple located at the Peacock Island in the middle of river Brahmaputra. It is known as smallest inhabited riverine island in the world.Siva is said to have resided here in the form of Bhayananda.  It is believed that, worship here on the Amavasya day when it falls on Monday brings the highest bliss.\",\"CurrencyType\":0,\"CityId\":11240,\"CityName\":\"Guwahati\",\"Lat\":26.1964922,\"Long\":91.7449079,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/6556\\/thumb\\/Umananda Temple_737.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178778\",\"Title\":\"Guwahati \\u00e2\\u20ac\\u201c Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178783\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178788\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness. &nbsp;It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Evening we will return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19106,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178793\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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}]}]},{\"ItineraryId\":\"178798\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati. Arrive and check in at hotel. Visit Srimanta Sankardev Kalakshetra a place where Assamese history and culture is presented, You may also visit the Assam Film Museum to know the History of Assamese Cinema. Visit GTAC Tea Lounge to enjoy a cup of finest Assam Tea and also carry some Tea back home. Here you will find the finest quality of Organic, CTC, Orthodox, Green Tea, White Tea, Purple Tea etc. Evening you may take a River Cruise (Direct Payment) on the mighty River Brahmaputra. You may also visit the local market. Assam is famous for Assam Silk particularly Golden Muga Silk, Assam Tea, Bamboo and Cane Products. Overnight stay in Guwahati.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":92930,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":467891,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414204,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Irish\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":467889,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Excutive room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":467887,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Club room\"}],\"Type\":\"Premium\",\"Id\":5}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":243,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1660,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178803\",\"Title\":\"Guwahati\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>After breakfast check out from hotel. As time permits we may take a tour of the Kamakhya Temple and other Temples in Guwahati namely Purva Tirupati Shri Balaji Temple, Sukreswar Temple, Navagraha Temple, Umananda Temple at the Peacock Island which is the smallest inhabited River Island in the World, Assam State Museum, Dighali Pukhuri (Lake), State Zoo cum Botanical Garden, Planetarium and the Assam State Emporiums. With everlasting memories transfer to Guwahati airport\\/railway station for onward journey.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11240,\"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\":81,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":82,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14872,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":821,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1217,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1395,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1697,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1834,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24963\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8373.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6724,\"priceDoubleOcc\":\"8373.30\",\"priceSingleOcc\":20238.3,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8373.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7194,\"priceDoubleOcc\":\"9079.55\",\"priceSingleOcc\":20944.55,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9079.55\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7465,\"priceDoubleOcc\":\"9485.22\",\"priceSingleOcc\":21350.22,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9485.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6724,\"priceDoubleOcc\":\"8373.30\",\"priceSingleOcc\":20238.3,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8373.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7901,\"priceDoubleOcc\":\"10139.49\",\"priceSingleOcc\":22004.489999999998,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10139.49\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9689,\"priceDoubleOcc\":\"12822.11\",\"priceSingleOcc\":24687.11,\"priceExtraBed\":\"3423.90\",\"priceWithoutBed\":\"2519.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12822.11\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24964\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8797.05\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6968,\"priceDoubleOcc\":\"8797.05\",\"priceSingleOcc\":21001.05,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8797.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7438,\"priceDoubleOcc\":\"9502.17\",\"priceSingleOcc\":21706.17,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9502.17\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8605,\"priceDoubleOcc\":\"11252.54\",\"priceSingleOcc\":23456.54,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11252.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6968,\"priceDoubleOcc\":\"8797.05\",\"priceSingleOcc\":21001.05,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8797.05\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8145,\"priceDoubleOcc\":\"10562.11\",\"priceSingleOcc\":22766.11,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10562.11\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9987,\"priceDoubleOcc\":\"13324.96\",\"priceSingleOcc\":25528.96,\"priceExtraBed\":\"3310.90\",\"priceWithoutBed\":\"2632.90\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13324.96\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24965\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11785.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8931,\"priceDoubleOcc\":\"11785.90\",\"priceSingleOcc\":27040.9,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11785.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9402,\"priceDoubleOcc\":\"12493.28\",\"priceSingleOcc\":27748.28,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12493.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9673,\"priceDoubleOcc\":\"12898.95\",\"priceSingleOcc\":28153.95,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12898.95\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8933,\"priceDoubleOcc\":\"11789.29\",\"priceSingleOcc\":27044.29,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11789.29\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10110,\"priceDoubleOcc\":\"13555.48\",\"priceSingleOcc\":28810.48,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13555.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11900,\"priceDoubleOcc\":\"16239.23\",\"priceSingleOcc\":31494.23,\"priceExtraBed\":\"3220.50\",\"priceWithoutBed\":\"565.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16239.23\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14284.33\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11443,\"priceDoubleOcc\":\"14284.33\",\"priceSingleOcc\":32025.33,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14284.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11939,\"priceDoubleOcc\":\"15027.87\",\"priceSingleOcc\":32768.87,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15027.87\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13283,\"priceDoubleOcc\":\"17043.79\",\"priceSingleOcc\":34784.79,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17043.79\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11443,\"priceDoubleOcc\":\"14284.33\",\"priceSingleOcc\":32025.33,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14284.33\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12683,\"priceDoubleOcc\":\"16144.31\",\"priceSingleOcc\":33885.31,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16144.31\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14284,\"priceDoubleOcc\":\"18545.56\",\"priceSingleOcc\":36286.56,\"priceExtraBed\":\"5760.74\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18545.56\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18707.15\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15055,\"priceDoubleOcc\":\"18707.15\",\"priceSingleOcc\":40742.15,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18707.15\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15550,\"priceDoubleOcc\":\"19448.43\",\"priceSingleOcc\":41483.43,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19448.43\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15765,\"priceDoubleOcc\":\"19771.61\",\"priceSingleOcc\":41806.61,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19771.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15052,\"priceDoubleOcc\":\"18702.63\",\"priceSingleOcc\":40737.630000000005,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18702.63\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16292,\"priceDoubleOcc\":\"20562.61\",\"priceSingleOcc\":42597.61,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20562.61\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17893,\"priceDoubleOcc\":\"22963.86\",\"priceSingleOcc\":44998.86,\"priceExtraBed\":\"7751.80\",\"priceWithoutBed\":\"1751.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22963.86\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24963\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7854.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6307,\"priceDoubleOcc\":\"7854.60\",\"priceSingleOcc\":18984.6,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7854.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6749,\"priceDoubleOcc\":\"8517.10\",\"priceSingleOcc\":19647.1,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8517.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7002,\"priceDoubleOcc\":\"8897.64\",\"priceSingleOcc\":20027.64,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8897.64\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6307,\"priceDoubleOcc\":\"7854.60\",\"priceSingleOcc\":18984.6,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7854.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7412,\"priceDoubleOcc\":\"9511.38\",\"priceSingleOcc\":20641.379999999997,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9511.38\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9089,\"priceDoubleOcc\":\"12027.82\",\"priceSingleOcc\":23157.82,\"priceExtraBed\":\"3211.80\",\"priceWithoutBed\":\"2363.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12027.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24964\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8252.10\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6537,\"priceDoubleOcc\":\"8252.10\",\"priceSingleOcc\":19700.1,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8252.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6978,\"priceDoubleOcc\":\"8913.54\",\"priceSingleOcc\":20361.54,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8913.54\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8072,\"priceDoubleOcc\":\"10555.48\",\"priceSingleOcc\":22003.48,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10555.48\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6537,\"priceDoubleOcc\":\"8252.10\",\"priceSingleOcc\":19700.1,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8252.10\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7640,\"priceDoubleOcc\":\"9907.82\",\"priceSingleOcc\":21355.82,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9907.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9368,\"priceDoubleOcc\":\"12499.52\",\"priceSingleOcc\":23947.52,\"priceExtraBed\":\"3105.80\",\"priceWithoutBed\":\"2469.80\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12499.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24965\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11055.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8378,\"priceDoubleOcc\":\"11055.80\",\"priceSingleOcc\":25365.8,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11055.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8820,\"priceDoubleOcc\":\"11719.36\",\"priceSingleOcc\":26029.36,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11719.36\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9074,\"priceDoubleOcc\":\"12099.90\",\"priceSingleOcc\":26409.9,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12099.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8380,\"priceDoubleOcc\":\"11058.98\",\"priceSingleOcc\":25368.98,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11058.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9484,\"priceDoubleOcc\":\"12715.76\",\"priceSingleOcc\":27025.760000000002,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12715.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11163,\"priceDoubleOcc\":\"15233.26\",\"priceSingleOcc\":29543.260000000002,\"priceExtraBed\":\"3021.00\",\"priceWithoutBed\":\"530.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15233.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24966\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13399.46\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10734,\"priceDoubleOcc\":\"13399.46\",\"priceSingleOcc\":30041.46,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13399.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11199,\"priceDoubleOcc\":\"14096.94\",\"priceSingleOcc\":30738.940000000002,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14096.94\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12460,\"priceDoubleOcc\":\"15987.98\",\"priceSingleOcc\":32629.98,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15987.98\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10734,\"priceDoubleOcc\":\"13399.46\",\"priceSingleOcc\":30041.46,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13399.46\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11897,\"priceDoubleOcc\":\"15144.22\",\"priceSingleOcc\":31786.22,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15144.22\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13399,\"priceDoubleOcc\":\"17396.72\",\"priceSingleOcc\":34038.72,\"priceExtraBed\":\"5403.88\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17396.72\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24967\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17548.30\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14123,\"priceDoubleOcc\":\"17548.30\",\"priceSingleOcc\":38218.3,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17548.30\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14586,\"priceDoubleOcc\":\"18243.66\",\"priceSingleOcc\":38913.66,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18243.66\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14788,\"priceDoubleOcc\":\"18546.82\",\"priceSingleOcc\":39216.82,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18546.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14120,\"priceDoubleOcc\":\"17544.06\",\"priceSingleOcc\":38214.06,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17544.06\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15283,\"priceDoubleOcc\":\"19288.82\",\"priceSingleOcc\":39958.82,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19288.82\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-27\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16785,\"priceDoubleOcc\":\"21541.32\",\"priceSingleOcc\":42211.32,\"priceExtraBed\":\"7271.60\",\"priceWithoutBed\":\"1643.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21541.32\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;Room Heater Charges. Personal Expenses such as Laundry, telephone, tips, gratuity, Mineral\\/soft\\/hard drinks. Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary. Camera fees, Guide \\/ tour escort charges &amp;amp; Entrance Fees. Any cost arising due to natural calamities like, landslides, road&amp;nbsp;blockage, political disturbances, etc (to be borne by the client, which is directly payable on the spot). Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure. GST.&amp;nbsp;Insurance. Anything which is not include in the inclusion.&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;Rooms on twin\\/triple sharing basis. Daily Breakfast. Exclusive a\\/c private vehicle at disposal for transfers &amp;amp; sightseeing as per itinerary. Service of an experienced driver for 12 Hours per day up to maximum 08:00 PM. Parking, Toll taxes, Drivers Allowance etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Kaziranga National Park -&amp;nbsp;01 Elephant safari (Subject to Availability) &amp;amp; 01 Jeep safari.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Arunachal Pradesh - Inner Line Permit.&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178778\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178778],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178783\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178783],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178788\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178788],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178793\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178793],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178798\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178798],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178803\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178803],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Shillong,Guwahati','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Guwahati,Assam,Cherrapunji,Dawki',NULL,'25073,11240',7855,22964,4,NULL,NULL,NULL,1,'',0,'2022-05-12 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'no-04-hills-and-river-of-north-east',NULL,NULL,NULL,0),(11,24950,1,12211,1,0,0,'Adventure,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":24950,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/No_03_Stunning_Shillong_30.jpg\",\"BookingValidUntill\":\"2022-06-30\",\"AdvBookingDays\":14,\"DETAILS\":\"\",\"AdvBookingPercent\":30,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":1,\"AgencyId\":4650,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":4650,\"DestinationPlaces\":\"Guwahati\",\"DestinationPlacesSysId\":11240,\"SourcePlaces\":\"Guwahati\",\"SourcePlaceSysId\":11240,\"AgencyName\":\"Assam Holidays\",\"Name\":\"No 03 Stunning Shillong\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"4408\",\"SupplierName\":\"Assam Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Sightseeing,Car On Disposal\",\"PackageType\":\"Adventure,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-06-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25073,\"Title\":\"Shillong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479599,\"Name\":\"Hotel Boulevard\",\"Star\":\"2.00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5775518\",\"Long\":\"91.8814496\",\"Address\":\"Thana Road, above Dominos Pizza, Police Bazar, Shillong, Meghalaya 793001, India\"},\"Images\":{\"Image\":[{\"ImagId\":4817966,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_01617280162.jpg\"},{\"ImagId\":4817967,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_11617280162.jpg\"},{\"ImagId\":4817968,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_21617280162.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Nestled at the foot hills of evergreen pine forests. The Boulevard Hotel is a budget property it offers facilities like front desk, parking, housekeeping, laundry, wi-fi, doctor on call service and many more. All rooms are well maintained and clean with in-room amenities like restful beds, television, tea\\/coffee maker, running hot and cold water, bathroom with essential toiletries and many more are been offered at this property. The multi cuisine restaurant provides mouth watering food. Nearest means of transportation from this property is Meghalaya Transport Corporation, Guwahati Railway Station and Osmani International Airport. Some of the famous tourist destination near the property are The Lady Hydari Park(1.6 m), Crinoline Swimming Pool(1.8 km), Police Bazar(1.1 km), Ward&amp;#39;s Lake(850 m), Don Bosco Centre for Indigenous Cultures(2.7 km) and many more. The Boulevard Hotel is an ideal pick for spending a peaceful vacation, away from the city din.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_479599\\/4650_d03cd53d1dd685722883aa8d548a130b1617280162.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469383,\"Name\":\"Orchid Annex\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":{\"Image\":[{\"ImagId\":4817969,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_01617280282.jpg\"},{\"ImagId\":4817970,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_11617280282.jpg\"},{\"ImagId\":4817971,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_21617280282.jpg\"},{\"ImagId\":4817972,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_31617280282.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;At Hotel Orchid Annex, every effort is made to make guests feel comfortable. To do so, the hotel provides the best in services and amenities. For the comfort and convenience of guests, the hotel offers free Wi-Fi in all rooms, 24-hour security, daily housekeeping, postal service, taxi service.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Hotel accommodations have been carefully appointed to the highest degree of comfort and convenience. In some of the rooms, guests can find television LCD\\/plasma screen, free welcome drink, mirror, sofa, towels. Besides, the hotel&amp;#39;s host of recreational offerings ensures you have plenty to do during your stay. With an ideal location and facilities to match, Hotel Orchid Annex hits the spot in many ways.&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469383\\/4650_f1207bc819b4b5f143bb24ca1543bdbc1584179276.jpg\",\"AccoAminitiesMask\":\"1100000000001000001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":469034,\"Name\":\"Heiga\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"Upper Lachumiere Dhankheti Shillong, Jowai Roads, NH6, Shillong, Meghalaya\"},\"Images\":{\"Image\":[{\"ImagId\":4817973,\"Type\":\"FullImage\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_01617280678.jpg\"},{\"ImagId\":4817974,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_11617280678.jpg\"},{\"ImagId\":4817975,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_21617280678.jpg\"},{\"ImagId\":4817976,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_31617280678.jpg\"}]},\"CityId\":25073,\"Brief\":\"&lt;p&gt;Hotel Heiga is a great choice for travellers looking for a 3 star hotel in Shillong. It is located in Lachumiere. This Hotel stands out as one of the highly recommended hotel in Shillong and is recommended by 95% of our guests. Hotel is rated 4.4 out of 5, which is considered as Very good. Some of the popular transit points from the hotel are Shillong Airport (17.8 kms) and Shillong Airport (17.8 kms). The Hotel is in proximity to some popular tourist attractions and other places of interest in Shillong. Some of the tourist attractions include and Jawaharlal Nehru Stadium (1.8 kms).&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;From all the 3 Star hotels in Shillong, Hotel Heiga is very much popular among the tourists. A smooth check-in\\/check-out process, flexible policies and friendly management garner great customer satisfaction for this property. The Hotel has standard Check-In time as 02:00 PM and Check-Out time as 12:00 PM&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_469034\\/4650_900f7739e5f7998ccda59e1140ff03661584178991.jpg\",\"AccoAminitiesMask\":\"1100000000001001001\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":18,\"Title\":\"Other\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"},{\"RefHotelId\":481250,\"Name\":\"The Heritage Club\",\"Star\":\"4.00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"25.5593559\",\"Long\":\"91.8919287\",\"Address\":\"Castle Road, Clive Colony, Malki, Shillong, Meghalaya 793001, India\"},\"Images\":[],\"CityId\":25073,\"Brief\":\"&lt;p&gt;The Heritage Club - Tripura Castle offers top of the class accommodations in Shillong. Located on a hilltop surrounded with pine forests, it boasts of the best view any hotel in the city can offer.&Acirc;&nbsp;&lt;\\/p&gt;\\r\\n\",\"MainImg\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/hotel\\/hoteId_481250\\/4650_a0450963aabe48a6e36352913919dedb1618216398.jpg\",\"AccoAminitiesMask\":\"1100000010001001000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":8,\"Title\":\"Bar\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":14471,\"Title\":\"Police Bazaar\",\"Description\":\"Police Bazar is the major market of Shillong, and a popular shopping haunt for locals and tourists alike. In addition to an array of restaurants, hotels and big brand stores, the Police Bazaar also has a flea market section which is pocket-friendly and draws the maximum number of tourists owing to its traditional handicrafts stores, exquisite Meghalaya merchandise, regional apparels, junk jewellery and the like. The colourful market is thronged by shopping enthusiasts as well as foodies.\\r\\n\\r\\nPolice Bazaar, also known as Khyndailad is the prime shopping hub in Shillong and the ideal place to book a hotel if you are travelling to Shillong. The bazaar is a blend of traditional as well as modern, the chic as well as classic. The extensive collection is why people choose it over Bara Bazaar. The markets are well laid out in the form a huge circle (chowk) right in the middle of the police bazaar with plants and trees, surrounded by 7 roads going away from the circle to the different points in the city. Many roads in Police Bazaar do not allow vehicles, which makes them an excellent stop for street shopping.\\r\\n\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/25073\\/sightseeing\\/15826_648495434Shillong_Police_Bazar_Main.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1835,\"Title\":\"Umiam Lake\",\"Description\":\"Umiam Lake is a reservoir.  It is a popular destination for water sports and adventure activities. Tourists visit this spot for kayaking, water cycling, scooting and boating.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":26.1445169,\"Long\":91.7362365,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3131\\/thumb\\/Umiam Lake_860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1583,\"Title\":\"Shillong Peak\",\"Description\":\"Shillong Peak is the highest point of Shillong and offers panoramic views of the city, the waterfalls, the Himalayas, the lush green surroundings as well as the Bangladesh plains. The peak has an impressive height of 1962 m, above the sea level.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5473771,\"Long\":91.8750558,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1226\\/thumb\\/Shillong Peak_894.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":8434,\"Title\":\"DAINTHLEN FALLS\",\"Description\":\"Just before reaching Sohra, a road to the right, leads one to the falls which is 5 kms away. Among the many falls that Cherrapunjee boasts of, Dain Thlen Falls is also one of the famous falls. Many tourists flock the falls especially as it has an interesting legend associated with it. \\r\\n \\r\\nThe waterfall derives its name from a Thlen (Khasi word for Python).  As \\r\\nper the legend, people decided to rid themselves of evil, captured the Thlen and killed it at the wide flat rock over-looking the waterfall. Adjacent to the very spot where the Thlen was slaughtered lies the Dain-thlen Waterfalls. Natural rock carvings of the episode draw visitors to see the image of the Thlen, the symbol of greed, corruption and evil.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/47_1550480095.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":19004,\"Title\":\"Mawsmai Cave\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;At a distance of 4 km from Cherrapunji Bus Stand, Mawsmai Cave is a beautiful limestone cave located at Cherrapunji in the North East Indian state of Meghalaya. It is one of the most popular historical Caves in Meghalaya and among the best places to experience Cherrapunji Tourism.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;Revered as one of the most popular and notable landmarks in Cherrapunji, the striking natural cave is flocked by visitors in great numbers. Mawsmai Caves are formed out of limestone and enjoy the distinction of being the only caves in Meghalaya that are lit enough so that the tourists can enjoy its natural formations. Though the caves are quite long, only a distance of 150 meters is open for tourists while the remaining section is closed. This magnificent natural wonder is the handiwork of years of natural erosion and underground water.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave has a spacious opening but it soon squeezed into a narrow path. The interior is spacious as far as the cave goes, and some of the halls inside look like an amphitheater. However, there are places in the cave where visitors need to bend and squeeze themselves out. While getting inside the cave, one can see constant dripping of water from the roof of the cave and the innumerable forms of stalactites and stalagmites. Further, visitor can also observe how the roof and the floor of the cave are joined together to form the iconic pillars.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The cave is home to various flora and fauna and makes a good home for bats and insects. It is one of the best places for history buffs and experience seekers but not recommended for old age people and kids.&lt;\\/span&gt;&lt;br style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0) font-family: roboto, sans-serif font-size: 13px background-color: rgb(249, 249, 249)&quot;&gt;The best time to visit the cave is post monsoons as it is filled with water during monsoon.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/4650_1617362504.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7073,\"Title\":\"Nohkalikai Waterfalls\",\"Description\":\"Nohkalikai Falls is the tallest plunge waterfall in India. Its height is 340 metres. The waterfall is located in the Indian state of Meghalaya, near Cherrapunji, one of the wettest places on Earth. Nohkalikai Falls are fed by the rainwater collected on the summit of a comparatively small plateau and decrease in power during the dry season, from December to February. Below the falls is a plunge pool with unusual green-colored water.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.2445707,\"Long\":91.7240877,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohkalikai_Waterfalls_34563_1617800980.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15495,\"Title\":\"Nohsngithiang Falls\",\"Description\":\"Nohsngithiang Falls (also known as the Seven Sisters Waterfalls or Mawsmai Falls) is a seven-segmented waterfall located 1 kilometre south of Mawsmai village in East Khasi Hills district in the Indian state of Meghalaya. The water falls from a height of 315 metres and has an average width of 70 metres. making it one of the tallest waterfalls in India.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Nohsngithiang_Falls_34563_1617802860.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9191,\"Title\":\"Seven Sisters Falls\",\"Description\":\"Seven Sisters Falls. The seven sisters fall is a kind of waterfall which symbolizes the seven states in northeast namely Assam, Arunachal Pradesh, Manipur, Nagaland, Tripura, Mizoram and Meghalaya. The fall is separated with seven parts over the cliff of the hills.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":91.7398263,\"Long\":25.2375093,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/48_1556094788.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14867,\"Title\":\"Thangkharang Park\",\"Description\":\"Natural area popular for its picturesque setting &amp;amp; views, with a fountain, greenhouse &amp;amp; garden.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/Thangkharang_Park_34563_1582625936.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":7076,\"Title\":\"The Eco Park\",\"Description\":\"The Shillong Agri-Hoticulture has given this park many beautiful orchids which are housed in the Eco park&amp;#039;s green house. The Eco park&amp;#039;s biggest USP is the view point from where one can enjoy views of the massive, plain yet exotic Sylhet Plains of Bangladesh.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":25.247566,\"Long\":91.7356387,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34563\\/sightseeing\\/The_Eco_Park__34563_1532431348.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1101,\"Title\":\"Mawlynnong\",\"Description\":\"Mawlynnong\\/Mawlynnong Village located in the East Khasi Hills of Meghalaya, also referred as &amp;lsquo;God&amp;rsquo;s own garden&amp;rsquo; has won the acclaim of being the cleanest village in Asia in 2003 as well as the Cleanest Village in India in 2005\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5834397,\"Long\":91.8996128,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/2017\\/thumb\\/Mawlynnong_887.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14754,\"Title\":\"Living-Root bridge\",\"Description\":\"A living root bridge is a type of simple suspension bridge formed of living plant roots by tree shaping.\",\"CurrencyType\":0,\"CityId\":34563,\"CityName\":\"Cherrapunji\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/34563\\/sightseeing\\/15826_220px-10_Shnongpdei_1.JPG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":15310,\"Title\":\"Umngot River\",\"Description\":\"The small border town Dawki of Meghalaya is popular for its famous Umngot river and a beautiful suspension bridge. It is a major tourist destination in Meghalaya. The water of Umngot river is so clear that the boats floating on it, look as if they are on a crystal glass surface.\",\"CurrencyType\":0,\"CityId\":36513,\"CityName\":\"Dawki\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36513\\/sightseeing\\/Umngot_River_36513_1584013197.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14868,\"Title\":\"Krang Suri Falls\",\"Description\":\"Krang Suri waterfall is known for being located within the mountains, which can also be seen from afar. To reach the waterfall the tourists must walk alongside the border of the mountains, which is a very narrow yet slippery path.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Krang_Suri_Falls_25073_1582626874.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9193,\"Title\":\"Laitlum Canyons\",\"Description\":\"Laitlum Canyons are perfectly perched in the Khasi Hills and is the most off-beat and explored places for a traveler looking for a unique experience. With a short hike to the edge of the hills, experience peace, adventure and beauty all at once. Visit the hilltop and admire the alluring views of the whole valley. Taking into account its surreal beauty and tranquillity, it is one of the must-visit places near Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094825.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":14869,\"Title\":\"Cathedral Catholic Church\",\"Description\":\"Cathedral Catholic Church, also known as the Cathedral of Mary Help of Christians, is a beautiful shrine located in the heart of Shillong. This cathedral falls under the Roman Catholic Archdiocese of Shillong, which administers similar shrines in Meghalaya&amp;#039;s Khasi and Jaintia hills. The construction of the present shrine was started after the first church built at this site got destroyed in a fire in 1936. In order to ensure that the cathedral is earthquake resistant, rock trenches were filled with sand and a strong foundation was laid. This cathedral was given the status of a shrine in 1980, on completion of the Catholic Church&amp;#039;s 100 years in North East India.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/Cathedral_Catholic_Church_25073_1582627639.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9180,\"Title\":\"Don Bosco Museum\",\"Description\":\"Don Bosco Centre for Indigenous Culture is an amazing initiative taken to conserve North East India&acirc;&euro;&trade;s native culture and heritage. The museum has a collection of interesting information about the entire seven sisters of North- East India along with the exhibits like exclusive art galleries, handicrafts, ornamentation, photographs, and weapons used by tribes of Northeast. Don Bosco Museum is located along the Sacred Heart Church and is one of the must-visit places in Shillong.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.882263,\"Long\":25.593246,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094262.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":9182,\"Title\":\"Lady Hydari Park\",\"Description\":\"Lady Hydari Park is the best place to start your morning in Shillong. It was dedicated to the first lady of the province, Lady Hydari. The park comprises of a sprawling and manicured garden including beautiful rose beds and children&acirc;&euro;&trade;s play area. There is a mini zoo inside the park housing more than 73 species of birds and 100 species of reptiles.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":91.8822712,\"Long\":25.565994,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25073\\/sightseeing\\/48_1556094300.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null},{\"RefSSId\":1902,\"Title\":\"Ward&#039;s Lake\",\"Description\":\"This beautiful lake is also known as &amp;quot;the Pollock&amp;rsquo;s Lake or Nan Polok.&amp;quot; Beautiful botanical gardens surround the lake and all around you will be able to view a wide spectrum of orchids in full bloom.\",\"CurrencyType\":0,\"CityId\":25073,\"CityName\":\"Shillong\",\"Lat\":25.5787726,\"Long\":91.8932535,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3943\\/thumb\\/Wards Lake_657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":4408,\"SupplierName\":\"Assam Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"178695\",\"Title\":\"Guwahati \\u00e2\\u20ac\\u201c Shillong (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Welcome to Awesome Assam. Meet and be assisted by our representative at the airport\\/Railway Station. Proceed to Shillong, also called &#39;Scotland of the East&quot;. Reach the majestic Umium Lake (Barapani). You may do the water sports here (Optional). On arrival at Shillong, check in at your hotel. Evening you can visit Police Bazaar which the biggest local market. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14471,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1835,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178700\",\"Title\":\"Shillong - Cherrapunji - Shillong (65 KM | 1.5 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>Get up early today to enjoy the mesmerizing mornings of Shillong. After early breakfast drive to Cherrapunji, this is the wettest place in the world. Visit &nbsp;Eco Park, Dainthlen Falls, Nohkalikai Falls, Nohsngithiang Falls (Seven Sisters Falls), Mawsmai Cave, Thangkharang Park. Evening return to Shillong. Visit Elephanta Falls and Shillong Peak for some breathtaking views. Overnight stay in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1583,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8434,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":19004,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7073,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15495,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14867,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":7076,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178705\",\"Title\":\"Shillong - Dawki - Mawlynnong Village - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>After breakfast visit Mawlynnong Village the cleanest village in India. This cute and colorful little village is known for its cleanliness. &nbsp;It is situated 90 kms. from Shillong and besides the picturesque village, offers many interesting sights such as the Living Root Bridge and another strange natural phenomenon of a boulder balancing on another rock. Visit Dawki, It is along the Indo-Bangladesh border. You can enjoy boating in the crystal clear waters of the Umgnot River. Evening we will return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":1101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":14754,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":15310,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178710\",\"Title\":\"Shillong - Laitlum Canyons -Krang Suri Falls - Shillong (90 KM | 2 Hrs Per Way)\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>After breakfast we proceed to Laitlum Canyons for some breathtaking views. We then visit Krang Suri Falls. It is one of the best waterfalls in Meghalaya. You can also swim in a naturally formed pool here. You can also go behind the waterfall and see the water falling in front of you. Evening return back to Shillong. Overnight in Shillong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":479599,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"STANDARD ROOM\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":469383,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":469034,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":481250,\"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\":14868,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9193,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"178715\",\"Title\":\"Shillong - Guwahati (100 KM | 3 Hrs)\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>After breakfast today visit Don Bosco Centre for Indigenous Cultures, Ward&#39;s Lake where you can enjoy boating, Cathedral Catholic Church and Lady Hydari Park. Proceed to Guwahati and with everlasting memories transfer to airport\\/railway station for onward journey.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25073,\"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\":14869,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9180,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":9182,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1902,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8885.19\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7288,\"priceDoubleOcc\":\"9637.77\",\"priceSingleOcc\":22632.77,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9637.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7570,\"priceDoubleOcc\":\"10061.52\",\"priceSingleOcc\":23056.52,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10061.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8042,\"priceDoubleOcc\":\"10768.90\",\"priceSingleOcc\":23763.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10768.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9925,\"priceDoubleOcc\":\"13593.90\",\"priceSingleOcc\":26588.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13593.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8885.19\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7288,\"priceDoubleOcc\":\"9637.77\",\"priceSingleOcc\":22632.77,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9637.77\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7570,\"priceDoubleOcc\":\"10061.52\",\"priceSingleOcc\":23056.52,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10061.52\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6786,\"priceDoubleOcc\":\"8885.19\",\"priceSingleOcc\":21880.190000000002,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8885.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8042,\"priceDoubleOcc\":\"10768.90\",\"priceSingleOcc\":23763.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10768.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9925,\"priceDoubleOcc\":\"13593.90\",\"priceSingleOcc\":26588.9,\"priceExtraBed\":\"2587.70\",\"priceWithoutBed\":\"2587.70\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13593.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24952\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"12226.60\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9074,\"priceDoubleOcc\":\"12226.60\",\"priceSingleOcc\":28046.6,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12226.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9574,\"priceDoubleOcc\":\"12976.92\",\"priceSingleOcc\":28796.92,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12976.92\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9857,\"priceDoubleOcc\":\"13401.80\",\"priceSingleOcc\":29221.8,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13401.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9075,\"priceDoubleOcc\":\"12227.73\",\"priceSingleOcc\":28047.73,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12227.73\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":10330,\"priceDoubleOcc\":\"14111.44\",\"priceSingleOcc\":29931.440000000002,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14111.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12214,\"priceDoubleOcc\":\"16936.44\",\"priceSingleOcc\":32756.44,\"priceExtraBed\":\"2768.50\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16936.44\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24953\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14633.50\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11903,\"priceDoubleOcc\":\"14633.50\",\"priceSingleOcc\":32713.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14633.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12430,\"priceDoubleOcc\":\"15424.50\",\"priceSingleOcc\":33504.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15424.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12656,\"priceDoubleOcc\":\"15763.50\",\"priceSingleOcc\":33843.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15763.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11903,\"priceDoubleOcc\":\"14633.50\",\"priceSingleOcc\":32713.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14633.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13221,\"priceDoubleOcc\":\"16611.00\",\"priceSingleOcc\":34691,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16611.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":14916,\"priceDoubleOcc\":\"19153.50\",\"priceSingleOcc\":37233.5,\"priceExtraBed\":\"6441.00\",\"priceWithoutBed\":\"2316.50\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19153.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24954\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20147.90\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16118,\"priceDoubleOcc\":\"20147.90\",\"priceSingleOcc\":43651.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20147.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16645,\"priceDoubleOcc\":\"20938.90\",\"priceSingleOcc\":44442.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20938.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16871,\"priceDoubleOcc\":\"21277.90\",\"priceSingleOcc\":44781.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21277.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16118,\"priceDoubleOcc\":\"20147.90\",\"priceSingleOcc\":43651.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20147.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17436,\"priceDoubleOcc\":\"22125.40\",\"priceSingleOcc\":45629.4,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22125.40\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":19131,\"priceDoubleOcc\":\"24667.90\",\"priceSingleOcc\":48171.9,\"priceExtraBed\":\"8056.90\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"13.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24667.90\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"24950\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8334.78\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6836,\"priceDoubleOcc\":\"9040.74\",\"priceSingleOcc\":21230.739999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9040.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7101,\"priceDoubleOcc\":\"9438.24\",\"priceSingleOcc\":21628.239999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9438.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7544,\"priceDoubleOcc\":\"10101.80\",\"priceSingleOcc\":22291.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10101.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9310,\"priceDoubleOcc\":\"12751.80\",\"priceSingleOcc\":24941.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12751.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"24951\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"8334.78\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6836,\"priceDoubleOcc\":\"9040.74\",\"priceSingleOcc\":21230.739999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9040.74\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7101,\"priceDoubleOcc\":\"9438.24\",\"priceSingleOcc\":21628.239999999998,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9438.24\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":6366,\"priceDoubleOcc\":\"8334.78\",\"priceSingleOcc\":20524.78,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8334.78\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":7544,\"priceDoubleOcc\":\"10101.80\",\"priceSingleOcc\":22291.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10101.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9310,\"priceDoubleOcc\":\"12751.80\",\"priceSingleOcc\":24941.8,\"priceExtraBed\":\"2427.40\",\"priceWithoutBed\":\"2427.40\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12751.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"24952\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11469.20\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8512,\"priceDoubleOcc\":\"11469.20\",\"priceSingleOcc\":26309.2,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11469.20\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8981,\"priceDoubleOcc\":\"12173.04\",\"priceSingleOcc\":27013.04,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12173.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9247,\"priceDoubleOcc\":\"12571.60\",\"priceSingleOcc\":27411.6,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12571.60\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":8513,\"priceDoubleOcc\":\"11470.26\",\"priceSingleOcc\":26310.260000000002,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11470.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":9691,\"priceDoubleOcc\":\"13237.28\",\"priceSingleOcc\":28077.28,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13237.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11457,\"priceDoubleOcc\":\"15887.28\",\"priceSingleOcc\":30727.28,\"priceExtraBed\":\"2597.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15887.28\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"24953\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13727.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11165,\"priceDoubleOcc\":\"13727.00\",\"priceSingleOcc\":30687,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11660,\"priceDoubleOcc\":\"14469.00\",\"priceSingleOcc\":31429,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14469.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11872,\"priceDoubleOcc\":\"14787.00\",\"priceSingleOcc\":31747,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14787.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":11165,\"priceDoubleOcc\":\"13727.00\",\"priceSingleOcc\":30687,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13727.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":12402,\"priceDoubleOcc\":\"15582.00\",\"priceSingleOcc\":32542,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15582.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":13992,\"priceDoubleOcc\":\"17967.00\",\"priceSingleOcc\":34927,\"priceExtraBed\":\"6042.00\",\"priceWithoutBed\":\"2173.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17967.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"24954\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18899.80\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15119,\"priceDoubleOcc\":\"18899.80\",\"priceSingleOcc\":40947.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15614,\"priceDoubleOcc\":\"19641.80\",\"priceSingleOcc\":41689.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19641.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15826,\"priceDoubleOcc\":\"19959.80\",\"priceSingleOcc\":42007.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19959.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":15119,\"priceDoubleOcc\":\"18899.80\",\"priceSingleOcc\":40947.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18899.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":16356,\"priceDoubleOcc\":\"20754.80\",\"priceSingleOcc\":42802.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20754.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2021-07-24\",\"To\":\"2022-06-30\",\"Currency\":1,\"priceTripleOcc\":17946,\"priceDoubleOcc\":\"23139.80\",\"priceSingleOcc\":45187.8,\"priceExtraBed\":\"7557.80\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"6.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23139.80\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;Room Heater Charges. Personal Expenses such as Laundry, telephone, tips, gratuity, Mineral\\/soft\\/hard drinks. Additional sightseeing or extra usage of vehicle, other than mentioned in the itinerary. Camera fees, Guide \\/ tour escort charges &amp;amp; Entrance Fees. Any cost arising due to natural calamities like, landslides, road&amp;nbsp;blockage, political disturbances, etc (to be borne by the client, which is directly payable on the spot). Any increase in taxes or fuel price, leading to increase in cost on surface transportation &amp;amp; land arrangements, which may come into effect prior to departure. GST.&amp;nbsp;Insurance. Anything which is not include in the inclusion.&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;Rooms on twin\\/triple sharing basis. Daily Breakfast. Exclusive a\\/c private vehicle at disposal for transfers &amp;amp; sightseeing as per itinerary. Service of an experienced driver for 12 Hours per day up to maximum 08:00 PM. Parking, Toll taxes, Drivers Allowance etc.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Kaziranga National Park -&amp;nbsp;01 Elephant safari (Subject to Availability) &amp;amp; 01 Jeep safari.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;If travelling to Arunachal Pradesh - Inner Line Permit.&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"178695\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[178695],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178700\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[178700],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178705\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[178705],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178710\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[178710],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"178715\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[178715],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":0,\"fixedInventory\":[]}}','Shillong','Shillong,Meghalaya,Indian Subcontinent,Northeast India,India,Guwahati,Cherrapunji,Dawki,Mawlynnong',NULL,'25073',8335,24668,4,NULL,NULL,NULL,1,'',0,'2022-05-12 00:00:00','2022-06-30 00:00:00','2022-06-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'no-03-stunning-shillong',NULL,NULL,NULL,0),(12,35357,1,12211,1,0,0,'Honeymoon,Family,Hill Station,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":35357,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/essence_of_kerala_1650711340.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Munnar literally means the land of 3 rivers, colloquially mun means three and aar means rivers. It is a small hilly town, with the 3 rivers converging. The town is famous for both flora and fauna and is town has shades of colonial influence. Thekkady is a semi-hill station with a salubrious climate and is the spice bowl of the region. Mararikulam is a quiet beach resort to be enjoyed, especially the sunset where the sun seems to meet the sea. Finally, after enjoying Munnar and Thekkady drive down to the plains and get to see the exotic backwaters of Alleppey \\/ Kumarakom.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Connect India\",\"Name\":\"Essence Of Kerala\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"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\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365611,\"Name\":\"Misty Mountain Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.078262\",\"Long\":\"77.062802\",\"Address\":\"Randam Mile\\/Second Mile Junction Pallivasal Munnar 685565  Randam Mile\\/Second Mile Junction\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"Property Location When you stay at Misty Mountain Resort in Munnar, you&#039;ll be in the mountains and convenient to Mount Carmel Church and Carmal Church.  This hotel is within close proximity of St. Thomas Marthoma and Rose Garden.Rooms Make yourself at home in one of the 48 guestrooms featuring minibars. Wireless Internet access (surcharge) keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs or showers feature slippers and hair dryers. Conveniences include phones, as well as complimentary newspapers and coffee\\/tea makers.Amenities Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. This hotel also features complimentary wireless Internet access, a television in a common area, and tour\\/ticket assistance.Dining Satisfy your appetite at the hotel&#039;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service.Business, Other Amenities Featured amenities include a business center, complimentary newspapers in the lobby, and multilingual staff. Event facilities at this hotel consist of a conference center and a meeting room. Free self parking is available onsite.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000000000110\",\"AccoAminities\":[{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365610,\"Name\":\"Deshadan Mountain Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"POTHAMEDU\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"The resort is located on a hilltop and is 6.5 kilometres from the town of Munnar. The nearest airport is Cochin Airport and it can be found 130 kilometres from the hotel. 120 kilometres from the establishment guests will find the Aluva railway station. The resort is comprised of several cottages, each housing two twin guestrooms. Each guestroom features a balcony from which visitors can admire the peaceful surroundings. Guests will not feel as secluded with their in-room direct dial STD and local telephones. Entertainment is provided through a TV with cable channels. All units are en-suite and have hot and cold running water.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/38\\/4e\\/384ea71bf5c229e038e946e69c985711fa8d6d49.jpg\",\"AccoAminitiesMask\":\"1110001000001100110\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"Delux Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365320,\"Name\":\"KTDC Tea County\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0865077452426\",\"Long\":\"77.0651546858444\",\"Address\":\"KTDC Hill Resort, Munnar, Kerala, Munnar, India, 685612\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"\",\"MainImg\":\"https:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=FbrGPTrju5eLyz2QskXxNF67nZTfvXcFz01QV9ib62xmULM8bI\\/0IG2F8ItlANAU1oS3KL3vqYg=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365620,\"Name\":\"Camelot Resort, Munnar\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.059525\",\"Long\":\"77.00758\",\"Address\":\"Letchmi Estate Munnar P.O. Idukki District Kerala State\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"Property Location When you stay at Camelot Resort in Munnar, you&#039;ll be in the mountains and within the vicinity of Attukad Waterfall and Tata Tea Museum.  This hotel is within the vicinity of Carmal Church and Mount Carmel Church.Rooms Make yourself at home in one of the 12 guestrooms. Digital television is provided for your entertainment. Conveniences include phones and desks.Amenities Take in the views from a garden and make use of amenities such as tour\\/ticket assistance.Dining Enjoy a satisfying meal at a restaurant serving guests of Camelot Resort.Business, Other Amenities Event facilities at this hotel consist of conference space and a meeting room. Free self parking is available onsite.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/85\\/75\\/8575c763e148206b47ecd9b9b35caf66cb033bc8.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":141531,\"Name\":\"Ambady Estate\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.041593\",\"Long\":\"77.039206\",\"Address\":\"3rd Mile, Pallivasal. P.O Chithirapuram\"},\"Images\":{\"Image\":[{\"ImagId\":3115421,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_1_t.jpg\"},{\"ImagId\":3115422,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_2_t.jpg\"},{\"ImagId\":3115423,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_3_t.jpg\"},{\"ImagId\":3115424,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_4_t.jpg\"},{\"ImagId\":3115425,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_5_t.jpg\"},{\"ImagId\":3115426,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_6_t.jpg\"},{\"ImagId\":3115427,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_7_t.jpg\"},{\"ImagId\":3115428,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_8_t.jpg\"},{\"ImagId\":3115429,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_10_t.jpg\"},{\"ImagId\":3115430,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/2fd949f3_t.jpg\"},{\"ImagId\":3115431,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/29cab570_t.jpg\"},{\"ImagId\":3115432,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/fa3e347c_t.jpg\"},{\"ImagId\":3115433,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/6ec8c29f_t.jpg\"},{\"ImagId\":3115434,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/07de67a7_t.jpg\"},{\"ImagId\":3115435,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_11_t.jpg\"},{\"ImagId\":3115436,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/01c028eb_t.jpg\"},{\"ImagId\":3115437,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/f66d0a3c_t.jpg\"},{\"ImagId\":3115438,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/a398f299_t.jpg\"},{\"ImagId\":3115439,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/bee6be1e_t.jpg\"},{\"ImagId\":3115440,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5403c43e_t.jpg\"},{\"ImagId\":3115441,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/e2234d14_t.jpg\"},{\"ImagId\":3115442,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/06585667_t.jpg\"},{\"ImagId\":3115443,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_13_t.jpg\"},{\"ImagId\":3115444,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/a7ab141b_t.jpg\"},{\"ImagId\":3115445,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_14_t.jpg\"},{\"ImagId\":3115446,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/65f53baa_t.jpg\"}]},\"CityId\":18697,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Munnar, Ambady Estate is in a rural location and close to Dreamland Children Park and Attukad Waterfall.  This hotel is within the vicinity of Carmal Church and Mount Carmel Church.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 8 guestrooms featuring refrigerators and minibars (stocked with some free items). Rooms have private patios. LED televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Bathrooms have shower\\/tub combinations and complimentary toiletries.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;You can experience a safari, and enjoy an outdoor tennis court. Additional features at this hotel include complimentary wireless Internet access, concierge services, and complimentary babysitting\\/childcare. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s room service (during limited hours).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and luggage storage. Guests may use a roundtrip airport shuttle for a surcharge, and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_1_t.jpg\",\"AccoAminitiesMask\":\"111001010000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":141560,\"Name\":\"Mountain Club - Munnar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"Chinnakanal \"},\"Images\":{\"Image\":[{\"ImagId\":3116025,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_32_t.jpg\"},{\"ImagId\":3116026,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_46_t.jpg\"},{\"ImagId\":3116027,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_49_t.jpg\"},{\"ImagId\":3116028,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_52_t.jpg\"},{\"ImagId\":3116029,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_47_t.jpg\"},{\"ImagId\":3116030,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_51_t.jpg\"},{\"ImagId\":3116031,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_45_t.jpg\"},{\"ImagId\":3116032,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_50_t.jpg\"},{\"ImagId\":3116033,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_44_t.jpg\"},{\"ImagId\":3116034,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_48_t.jpg\"},{\"ImagId\":3116035,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_53_t.jpg\"},{\"ImagId\":3116036,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_54_t.jpg\"},{\"ImagId\":3116037,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_58_t.jpg\"},{\"ImagId\":3116038,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_57_t.jpg\"},{\"ImagId\":3116039,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_56_t.jpg\"},{\"ImagId\":3116040,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_68_t.jpg\"},{\"ImagId\":3116041,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_60_t.jpg\"},{\"ImagId\":3116042,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_61_t.jpg\"},{\"ImagId\":3116043,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_63_t.jpg\"},{\"ImagId\":3116044,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_65_t.jpg\"},{\"ImagId\":3116045,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_66_t.jpg\"},{\"ImagId\":3116046,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_69_t.jpg\"}]},\"CityId\":18697,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Munnar, Mountain Club - Munnar is in the mountains, minutes from Mount Carmel Church, and close to Carmal Church.  This 4-star hotel is within close proximity of St. Thomas Marthoma and Rose Garden.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Treat yourself to a stay in one of the 47 individually furnished guestrooms, featuring fireplaces. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include phones, as well as desks and complimentary newspapers.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Pamper yourself with a visit to the spa, which offers massages and body treatments. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find a health club, an outdoor pool, and a sauna. Additional amenities at this Victorian hotel include complimentary wireless Internet access, concierge services, and an arcade\\/game room.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at the hotel&amp;apos;s restaurant, where you can take in a pool view. Snacks are also available at a coffee shop\\/caf&eacute;. Mingle with other guests at a complimentary reception, held daily. A complimentary buffet breakfast is served daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary high-speed (wired) Internet access, a business center, and express check-in. Planning an event in Munnar? This hotel has 3000 square feet (279 square meters) of space consisting of a conference center and meeting rooms. Free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/4000000\\/3740000\\/3737500\\/3737421\\/3737421_32_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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365323,\"Name\":\"Club Mahindra Mount Serene\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.039884\",\"Long\":\"77.16018\",\"Address\":\"Chinnakanal Village,Suryanelli(Via) Iddukki (District Munnar),Kerala,Kerala,India, 685618\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"Cloud View -Munnar is situated in Chinnakanal ( Munnar), a destination famous for its breathtaking natural beautiful rolling hills with carpeted in emerald-green tea plantations.Cloud View Munnar offer you best of nature and luxury,making it the best with best in class.  51 guest rooms having modern amenties and facilities for a comfortable visit.\",\"MainImg\":\"https:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICg7A8cpsaijimfNQMaEw56GeGxvIyJ2ivLkSZ46Cb0VhI6Vd+WQRPwSvrYou6Nx9VW8Xt5Arvjl5nANd2C0EkJDXKfLQRGIapU=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":13656,\"Title\":\"Kfdc Horticulture Garden\",\"Description\":\"Scenic botanical garden with greenhouses full of rare flowers, succulents &amp;amp; other specimens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kfdc_Horticulture_Garden__18697_1579525808.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1591,\"Title\":\"Shooting Point (Photo point)\",\"Description\":\"Also known as Photo point, Shooting Point is a ideal scenic beauty created by silver oak trees and green tea plantations, situated at a distance of 3 kms from Munnar on the way to Mattupetty. Photo point is an suitable spot for amateur as well as professional photographers. Surrounded by gardens, tea plantations and streams, Photo point is such a mesmerizing spot. Tea, coffee, spices, cardamom and pepper and homemade chocolates can buy near the Photo point.. The idea behind visiting  is specifically to indulge in typical tourist activity, but more to click and stock up all the photographs .\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Shooting_Point_(Photo_point)_18697_1521639368.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":8096,\"Title\":\"Kalaripayattu Show\",\"Description\":\"Kalaripayattu is the traditional martial art practiced in Kerala. Famed as the mother of all martial arts, this ancient art-form is believed to have been adapted into various martial art forms like karate, kung-fu and judo.\\r\\nThe one hour evening performance show of Kalaripayattu in Munnar, includes showcasing of body control, flexibility and various form of exercises. Performed by skilled and trained artists, this show showcases their fighting skills with bare hands andmetallic weapons like swords, spears, shield and others.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kalaripayattu_Show_18697_1547119452.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1378,\"Title\":\"Power House Waterfalls (Chinnakanal)\",\"Description\":\"Power House waterfall is also called as Chinnakanal waterfall, is surrounded by green mountain ranges, located 18 km away from Munnar on the way to Periyar Wildlife Sanctuary of Thekkady. The origin of this beautiful waterfall is from the River Devikulam. The unique green nature around the waterfall attracts tourist from all over the world. For a relaxing experience, tourist can also enjoy a swim at the base of these  breathtaking falls.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0353531,\"Long\":77.146008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Power_House_Waterfalls_(Chinna_18697_1521694162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1071,\"Title\":\"Marari Beach\",\"Description\":\"&amp;quot;Marari Beach is a perfect location to visit with family and friends. This is located in the Alappuzha District of Kerala. This beach in Kerala have a lot of coconut palm trees and golden sands. The beach is quite beautiful and The serenity and tranquility of this beach take beach lovers backwards in time. The slow pace of local life makes vacationing near the Marari beach a great experience.&amp;quot;\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.655838,\"Long\":76.375021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/Marari_Beach_670_1534850657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":16755,\"Title\":\"Mararikulam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":505102,\"Name\":\"Marari Green Villas\",\"Star\":\".00\",\"Rating\":\"4.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.5943223\",\"Long\":\"76.30563409999999\",\"Address\":\"Aanamukku Rd, Mararikulam, Kerala 688523, India\"},\"Images\":[],\"CityId\":16755,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":505103,\"Name\":\"Flamigo Boutique Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":16755,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":505104,\"Name\":\"Amritara A Beach Symphony\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.601443399999999\",\"Long\":\"76.2991828\",\"Address\":\"West of Mararikkulam Beach Junction, Mararikulam, Kerala 688549, India\"},\"Images\":[],\"CityId\":16755,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":130436,\"Name\":\"Marari Beach Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.5957661812277\",\"Long\":\"76.30145907473\",\"Address\":\"Mararikulam North Alleppey 688549\"},\"Images\":{\"Image\":[{\"ImagId\":2855193,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/c3569f2a_t.jpg\"},{\"ImagId\":2855194,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/d73508db_t.jpg\"},{\"ImagId\":2855195,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/d87494f2_t.jpg\"},{\"ImagId\":2855196,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/b8182b07_t.jpg\"},{\"ImagId\":2855197,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/d2e48df2_t.jpg\"},{\"ImagId\":2855198,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/44ee3ac6_t.jpg\"},{\"ImagId\":2855199,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/1710391d_t.jpg\"},{\"ImagId\":2855200,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/64f3f1de_t.jpg\"},{\"ImagId\":2855201,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/e6080aeb_t.jpg\"},{\"ImagId\":2855202,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/565103ac_t.jpg\"},{\"ImagId\":2855203,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/1fe9abe3_t.jpg\"},{\"ImagId\":2855204,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/fd0341ba_t.jpg\"},{\"ImagId\":2855205,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/8b03117e_t.jpg\"},{\"ImagId\":2855206,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/36f1f58a_t.jpg\"},{\"ImagId\":2855207,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/bacbe49f_t.jpg\"},{\"ImagId\":2855208,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4dda11a9_t.jpg\"},{\"ImagId\":2855209,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/c44d3ed4_t.jpg\"},{\"ImagId\":2855210,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/9144bc94_t.jpg\"},{\"ImagId\":2855211,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/e0b1c5f5_t.jpg\"},{\"ImagId\":2855212,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/35adb1d1_t.jpg\"},{\"ImagId\":2855213,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/99628515_t.jpg\"},{\"ImagId\":2855214,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/b474e18c_t.jpg\"},{\"ImagId\":2855215,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/fa2ec1f6_t.jpg\"},{\"ImagId\":2855216,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/53fe310d_t.jpg\"},{\"ImagId\":2855217,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/cea3a103_t.jpg\"},{\"ImagId\":2855218,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/40cac3fe_t.jpg\"},{\"ImagId\":2855219,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4395366_30_t.jpg\"},{\"ImagId\":2855220,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4395366_39_t.jpg\"},{\"ImagId\":2855221,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4395366_40_t.jpg\"},{\"ImagId\":2855222,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4395366_49_t.jpg\"},{\"ImagId\":2855223,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4395366_45_t.jpg\"},{\"ImagId\":2855224,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/249206a6_t.jpg\"},{\"ImagId\":2855225,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/692c8fa1_t.jpg\"},{\"ImagId\":2855226,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4395366_28_t.jpg\"},{\"ImagId\":2855227,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/4395366_8_t.jpg\"}]},\"CityId\":16755,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Mararikulam, Marari Beach is by the sea and within the region of Alappuzha Beach and Vembanad Lake.  This resort is within the region of Kumarakom Boat Jetty and Kumarakom Bird Sanctuary.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 62 air-conditioned rooms featuring refrigerators and minibars. Complimentary wireless Internet access is available to keep you connected. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages. You can soak up the sun at the private beach or enjoy other recreational amenities including an outdoor pool and an indoor tennis court. Additional amenities at this resort include complimentary wireless Internet access, concierge services, and a television in a common area.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a satisfying meal at a restaurant serving guests of Marari Beach. Relax with a refreshing drink from a poolside bar or one of the 2 bars\\/lounges.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and luggage storage. Free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4400000\\/4395400\\/4395366\\/c3569f2a_t.jpg\",\"AccoAminitiesMask\":\"111100000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":505106,\"Name\":\"Abad Turtle Beach\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.589524099999998\",\"Long\":\"76.3048493\",\"Address\":\"Varankavala, Pollathai Church Korthussery Rd, Mararikulam, Kerala 688567, India\"},\"Images\":[],\"CityId\":16755,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":13656,\"Title\":\"Kfdc Horticulture Garden\",\"Description\":\"Scenic botanical garden with greenhouses full of rare flowers, succulents &amp;amp; other specimens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kfdc_Horticulture_Garden__18697_1579525808.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1591,\"Title\":\"Shooting Point (Photo point)\",\"Description\":\"Also known as Photo point, Shooting Point is a ideal scenic beauty created by silver oak trees and green tea plantations, situated at a distance of 3 kms from Munnar on the way to Mattupetty. Photo point is an suitable spot for amateur as well as professional photographers. Surrounded by gardens, tea plantations and streams, Photo point is such a mesmerizing spot. Tea, coffee, spices, cardamom and pepper and homemade chocolates can buy near the Photo point.. The idea behind visiting  is specifically to indulge in typical tourist activity, but more to click and stock up all the photographs .\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Shooting_Point_(Photo_point)_18697_1521639368.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":8096,\"Title\":\"Kalaripayattu Show\",\"Description\":\"Kalaripayattu is the traditional martial art practiced in Kerala. Famed as the mother of all martial arts, this ancient art-form is believed to have been adapted into various martial art forms like karate, kung-fu and judo.\\r\\nThe one hour evening performance show of Kalaripayattu in Munnar, includes showcasing of body control, flexibility and various form of exercises. Performed by skilled and trained artists, this show showcases their fighting skills with bare hands andmetallic weapons like swords, spears, shield and others.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kalaripayattu_Show_18697_1547119452.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1378,\"Title\":\"Power House Waterfalls (Chinnakanal)\",\"Description\":\"Power House waterfall is also called as Chinnakanal waterfall, is surrounded by green mountain ranges, located 18 km away from Munnar on the way to Periyar Wildlife Sanctuary of Thekkady. The origin of this beautiful waterfall is from the River Devikulam. The unique green nature around the waterfall attracts tourist from all over the world. For a relaxing experience, tourist can also enjoy a swim at the base of these  breathtaking falls.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0353531,\"Long\":77.146008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Power_House_Waterfalls_(Chinna_18697_1521694162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1071,\"Title\":\"Marari Beach\",\"Description\":\"&amp;quot;Marari Beach is a perfect location to visit with family and friends. This is located in the Alappuzha District of Kerala. This beach in Kerala have a lot of coconut palm trees and golden sands. The beach is quite beautiful and The serenity and tranquility of this beach take beach lovers backwards in time. The slow pace of local life makes vacationing near the Marari beach a great experience.&amp;quot;\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.655838,\"Long\":76.375021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/Marari_Beach_670_1534850657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":505099,\"Name\":\"Aqua Houseboat Cruise\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.5099486\",\"Long\":\"76.3535208\",\"Address\":\"near Lake Garden Resorts, Punnamada, Avalookunnu P.O, Starting Point, Alappuzha, Kerala 688006, India\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":419472,\"Name\":\"Marvel Cruises\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.500334\",\"Long\":\"76.33935\",\"Address\":\"St Francis Xavier Church Rd, Kathrikadavu, Kaloor, Koch, Cochin, Finishing point, ALLEPPEY, KERALA, India, Pin-688013, 688013\"},\"Images\":[],\"CityId\":670,\"Brief\":\"Guests can sail through in some quiet corner of Alleppey with their stay at Marvel Cruises. Designed in wood, this beautiful houseboat in Alleppey provides wide range of comforts such as wireless connectivity, newspaper, luggage storage space and room service is offered but for limited hours only. Guests can enjoy sitting comfortably in the seating area along with scenic surroundings.null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/mau\\/pyf\\/dbq\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":13656,\"Title\":\"Kfdc Horticulture Garden\",\"Description\":\"Scenic botanical garden with greenhouses full of rare flowers, succulents &amp;amp; other specimens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kfdc_Horticulture_Garden__18697_1579525808.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1591,\"Title\":\"Shooting Point (Photo point)\",\"Description\":\"Also known as Photo point, Shooting Point is a ideal scenic beauty created by silver oak trees and green tea plantations, situated at a distance of 3 kms from Munnar on the way to Mattupetty. Photo point is an suitable spot for amateur as well as professional photographers. Surrounded by gardens, tea plantations and streams, Photo point is such a mesmerizing spot. Tea, coffee, spices, cardamom and pepper and homemade chocolates can buy near the Photo point.. The idea behind visiting  is specifically to indulge in typical tourist activity, but more to click and stock up all the photographs .\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Shooting_Point_(Photo_point)_18697_1521639368.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":8096,\"Title\":\"Kalaripayattu Show\",\"Description\":\"Kalaripayattu is the traditional martial art practiced in Kerala. Famed as the mother of all martial arts, this ancient art-form is believed to have been adapted into various martial art forms like karate, kung-fu and judo.\\r\\nThe one hour evening performance show of Kalaripayattu in Munnar, includes showcasing of body control, flexibility and various form of exercises. Performed by skilled and trained artists, this show showcases their fighting skills with bare hands andmetallic weapons like swords, spears, shield and others.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kalaripayattu_Show_18697_1547119452.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1378,\"Title\":\"Power House Waterfalls (Chinnakanal)\",\"Description\":\"Power House waterfall is also called as Chinnakanal waterfall, is surrounded by green mountain ranges, located 18 km away from Munnar on the way to Periyar Wildlife Sanctuary of Thekkady. The origin of this beautiful waterfall is from the River Devikulam. The unique green nature around the waterfall attracts tourist from all over the world. For a relaxing experience, tourist can also enjoy a swim at the base of these  breathtaking falls.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0353531,\"Long\":77.146008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Power_House_Waterfalls_(Chinna_18697_1521694162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1071,\"Title\":\"Marari Beach\",\"Description\":\"&amp;quot;Marari Beach is a perfect location to visit with family and friends. This is located in the Alappuzha District of Kerala. This beach in Kerala have a lot of coconut palm trees and golden sands. The beach is quite beautiful and The serenity and tranquility of this beach take beach lovers backwards in time. The slow pace of local life makes vacationing near the Marari beach a great experience.&amp;quot;\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.655838,\"Long\":76.375021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/Marari_Beach_670_1534850657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":504681,\"Name\":\"Wood N Spice\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504682,\"Name\":\"Carmelia Haven Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.733725699999999\",\"Long\":\"77.1491085\",\"Address\":\"Vandanmedu, Idukki, Periyar, Kerala 685551, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365627,\"Name\":\"Shalimar Spice Garden\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.6185214573282\",\"Long\":\"77.157325744629\",\"Address\":\"Murikkady Kumily 685 535 Dist. Idukki Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Property Location With a stay at Shalimar Spice Garden in Thekkady (Periyar Tiger Reserve), you&#039;ll be minutes from Periyar Boat Landing and close to Periyar Wildlife Sanctuary.  This hotel is within close proximity of Kadathanadan Kalari Centre and Mudra Cultural Centre.Rooms Make yourself at home in one of the 20 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as coffee\\/tea makers and complimentary bottled water.Amenities Enjoy recreation amenities such as an outdoor pool or take in the view from a garden. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can catch a ride to nearby destinations on the area shuttle (surcharge).Dining Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&#039;s room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.Business, Other Amenities Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and multilingual staff. For a surcharge, guests may use a roundtrip airport shuttle (available on request) and a train station pick-up service.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/e4\\/3b\\/e43b3029c4520afaea07da315b7ab2fdd7775eee.jpg\",\"AccoAminitiesMask\":\"1110001000001110100\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":16,\"Title\":\"Smoking\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":419351,\"Name\":\"Cardamom County\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.604211\",\"Long\":\"77.171184\",\"Address\":\"Thekkady, Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Cardamom County in Thekkady (Periyar National Park), you&#039;ll be minutes from Mudra Cultural Centre and Kadathanadan Kalari Centre.  This 4-star resort is within close proximity of Periyar Wildlife Sanctuary and Periyar Boat Landing.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 42 guestrooms featuring minibars. Rooms have private balconies. Cable television is provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Don&#039;t miss out on recreational opportunities including a health club and an outdoor pool. Additional amenities at this resort include complimentary wireless Internet access, complimentary babysitting\\/childcare, and an arcade\\/game room.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant or in a coffee shop\\/cafe. Or stay in and take advantage of the resort&#039;s 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include complimentary wired Internet access, a business center, and express check-in. Event facilities at this resort consist of a conference center and a meeting room. A shuttle from the airport to the hotel is provided for a surcharge (available 24 hours), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/07\\/8a\\/078a681aa6f0b222b4d5ea5ae17cc9c3a12a10d1.jpg\",\"AccoAminitiesMask\":\"1010000000001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365624,\"Name\":\"Green Woods Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.607782\",\"Long\":\"77.166126\",\"Address\":\"Khajuraho-Bamhita Road Kumily Thekkady  Khajuraho-Bamhita Road\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Property Location With a stay at Greenwoods Resort in Thekkady (Periyar Tiger Reserve), you&#039;ll be minutes from Mudra Cultural Centre and Kadathanadan Kalari Centre.  This hotel is within close proximity of Periyar Wildlife Sanctuary and Periyar Boat Landing.Rooms Make yourself at home in one of the 36 guestrooms featuring minibars. Conveniences include desks and separate sitting areas, and housekeeping is provided daily.Amenities Be sure to enjoy recreational amenities including an outdoor pool and a fitness center. Additional features include complimentary wireless Internet access, gift shops\\/newsstands, and tour\\/ticket assistance.Dining Satisfy your appetite at the hotel&#039;s restaurant, where you can take in a garden view and dine alfresco (weather permitting). Snacks are also available at a coffee shop\\/caf&Atilde;&copy;.Business, Other Amenities Featured amenities include a business center, complimentary newspapers in the lobby, and laundry facilities. Free valet parking is available onsite.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/3c\\/78\\/3c7843f83f7667ac4fe49df79562054c563a56fa.jpg\",\"AccoAminitiesMask\":\"1010000100001101010\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504684,\"Name\":\"Abad Green Forest\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.6059793\",\"Long\":\"77.16861109999999\",\"Address\":\"Thekkady Jn, opposite RC Church, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365628,\"Name\":\"Spice Village\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.604017\",\"Long\":\"77.170242\",\"Address\":\"Kumily Thekkady\\/Periyar\\/Kumily Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Property Location With a stay at Spice Village in Thekkady (Periyar Tiger Reserve), you&#039;ll be minutes from Mudra Cultural Centre and Kadathanadan Kalari Centre.  This hotel is within close proximity of Periyar Wildlife Sanctuary and Periyar Boat Landing.Rooms Make yourself at home in one of the 52 guestrooms featuring minibars. Complimentary wired and wireless Internet access is available. Conveniences include safes and separate sitting areas, and you can also request cribs\\/infant beds (complimentary).Amenities Take time to pamper yourself with a visit to the full-service spa. You&#039;re sure to appreciate the recreational amenities, including an outdoor pool, a spa tub, and an indoor tennis court. Additional features include complimentary wireless Internet access, concierge services, and supervised childcare\\/activities.Dining Satisfy your appetite at the hotel&#039;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.Business, Other Amenities Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby. Free valet parking is available onsite.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/1b\\/55\\/1b55a12eee0faee48e3c79d4177eb4697a1bc114.jpg\",\"AccoAminitiesMask\":\"1010101000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504685,\"Name\":\"TUSKER TRAIL THEKKADY\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.617809399999999\",\"Long\":\"77.15842479999999\",\"Address\":\"Munnar Road, Chelimada, Amaravathi, Kumily, Tamil Nadu 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504687,\"Name\":\"The Elephant Court\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.603478100000002\",\"Long\":\"77.171933\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":13656,\"Title\":\"Kfdc Horticulture Garden\",\"Description\":\"Scenic botanical garden with greenhouses full of rare flowers, succulents &amp;amp; other specimens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kfdc_Horticulture_Garden__18697_1579525808.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1591,\"Title\":\"Shooting Point (Photo point)\",\"Description\":\"Also known as Photo point, Shooting Point is a ideal scenic beauty created by silver oak trees and green tea plantations, situated at a distance of 3 kms from Munnar on the way to Mattupetty. Photo point is an suitable spot for amateur as well as professional photographers. Surrounded by gardens, tea plantations and streams, Photo point is such a mesmerizing spot. Tea, coffee, spices, cardamom and pepper and homemade chocolates can buy near the Photo point.. The idea behind visiting  is specifically to indulge in typical tourist activity, but more to click and stock up all the photographs .\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0889333,\"Long\":77.0595248,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Shooting_Point_(Photo_point)_18697_1521639368.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":8096,\"Title\":\"Kalaripayattu Show\",\"Description\":\"Kalaripayattu is the traditional martial art practiced in Kerala. Famed as the mother of all martial arts, this ancient art-form is believed to have been adapted into various martial art forms like karate, kung-fu and judo.\\r\\nThe one hour evening performance show of Kalaripayattu in Munnar, includes showcasing of body control, flexibility and various form of exercises. Performed by skilled and trained artists, this show showcases their fighting skills with bare hands andmetallic weapons like swords, spears, shield and others.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kalaripayattu_Show_18697_1547119452.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1378,\"Title\":\"Power House Waterfalls (Chinnakanal)\",\"Description\":\"Power House waterfall is also called as Chinnakanal waterfall, is surrounded by green mountain ranges, located 18 km away from Munnar on the way to Periyar Wildlife Sanctuary of Thekkady. The origin of this beautiful waterfall is from the River Devikulam. The unique green nature around the waterfall attracts tourist from all over the world. For a relaxing experience, tourist can also enjoy a swim at the base of these  breathtaking falls.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0353531,\"Long\":77.146008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Power_House_Waterfalls_(Chinna_18697_1521694162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1071,\"Title\":\"Marari Beach\",\"Description\":\"&amp;quot;Marari Beach is a perfect location to visit with family and friends. This is located in the Alappuzha District of Kerala. This beach in Kerala have a lot of coconut palm trees and golden sands. The beach is quite beautiful and The serenity and tranquility of this beach take beach lovers backwards in time. The slow pace of local life makes vacationing near the Marari beach a great experience.&amp;quot;\",\"CurrencyType\":0,\"CityId\":670,\"CityName\":\"Alleppey\",\"Lat\":9.655838,\"Long\":76.375021,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/670\\/sightseeing\\/Marari_Beach_670_1534850657.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"253568\",\"Title\":\"COCHIN\\/MUNNAR (140 Kms\\/ 5 HRS)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Pick up from Cochin Airport\\/ Ernakulum Railway Station and drive to Munnar - is a quaint hill station perched on the slopes of Western Ghats . It is both charming and old fashioned, with colonial style buildings existing with modern structures. Stop at Cheeyapara water falls&nbsp; en-route.&nbsp; Munnar&nbsp; is indeed a photographers delight. Overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":365610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365320,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365620,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":141531,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":141560,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365323,\"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\":318,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"253571\",\"Title\":\"MUNNAR LOCAL SIGHT SEEING\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, proceed on a full day tour of Munnar attractions. The Horticultural Garden, Photo point, Mattupetty Dam and Kundala Dam are all located on the route to Top Station. Kundala Dam is known for the Arch type architecture. Echo point on the lower slopes of the region is a picturesque spot where you would find your voice echoing and thus derives the name Echo Point. All the above places are well worth a visit. With tourist having a flair for culture - they can spend their time in the evening at the Punarjani, Traditional village (Optional activity), where they get to see a piece of Kerala culture in the form of Kathakali Dance and Kalari pattu - a form of ancient martial arts, a visual treat to the eyes. Overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"},{\"IsIncluded\":false,\"Id\":365610,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Delux Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":365320,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365620,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":141531,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":141560,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365323,\"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\":13656,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1591,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2803,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":8096,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"253574\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"253577\",\"Title\":\"MUNNAR\\/THEKKADY\\/(90 Kms\\/3 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Morning breakfast, check out and drive to Thekkady - The very sound of the word Thekkady conjures up images of elephants, unending chains of hills and spice scented plantations. En-route to Thekkady visit to Powerhouse Waterfalls-cascades down a steep rock 200m above sea level. On arrival check into the resort\\/hotel. Lunch and relax. Later on visit to The Periyar Wildlife Sanctuary - situated on the banks of the Periyar Lake - an artificial lake, at Thekkady. Return to resort\\/hotel, dinner and overnight<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":504681,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504682,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419351,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365624,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504684,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":365628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504685,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504687,\"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\":1378,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1352,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1351,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"253580\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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\":\"253583\",\"Title\":\"THEKKADY \\/ ALLEPPY\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, from the mountains to the plains drive down the country side and get a glimpse of the picturesque country side. Set out on an enchanting backwater cruise in traditional Kerala houseboat. While cruising in the house boat enjoy the scenes of the country side - skim past bowed down paddy fields, duck farms and indigenous dykes to see paddy cultivation in fields, situated below the sea level ! And tree lined and coconut palms swaying majestically on the banks are a real treat to the eyes. Overnight stay at houseboat with all meals<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":505099,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419472,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":419472,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"253586\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":\"253589\",\"Title\":\"ALLEPPY \\/ MARARIKULAM(40 kms\\/1 hr)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, day free to relax in&nbsp; Mararikulam &nbsp;beach. The sea is generally calm and one can spend time simply by gazing the sea and observe the traditional fisherman in their traditional boats, going to sea or an occasional ship passing by. Overnight stay at hotel<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16755,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":505102,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":505103,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":505104,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":130436,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":505106,\"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\":1071,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"253592\",\"Title\":\"MARARIKULAM \\/ COCHIN : (60 kms\\/ 1 hr)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>After breakfast, check out from the hotel and return to Cochin. Places prior to reaching the airport \\/ train station will include visit to Fort Kochi and Mattancheryy to taste apiece of ancient civilization the 15 and 16th century. Thereafter, get dropped to board a train \\/ flight for onward destination, feeling contended of a holiday you enjoyed in Kerala with lasting impression of life time. The tour ends here.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16755,\"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\":2535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2803,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"35357\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"20000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16667,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":58000,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17333,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":59000,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17333,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":59000,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":17333,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":59000,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19333,\"priceDoubleOcc\":\"24000.00\",\"priceSingleOcc\":62000,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22667,\"priceDoubleOcc\":\"29000.00\",\"priceSingleOcc\":67000,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"35358\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23000,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":74000,\"priceExtraBed\":\"15000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23667,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":75000,\"priceExtraBed\":\"15000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23667,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":75000,\"priceExtraBed\":\"15000.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-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23667,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":75000,\"priceExtraBed\":\"15000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25667,\"priceDoubleOcc\":\"31000.00\",\"priceSingleOcc\":78000,\"priceExtraBed\":\"15000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":29000,\"priceDoubleOcc\":\"36000.00\",\"priceSingleOcc\":83000,\"priceExtraBed\":\"15000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"35359\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"32000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28000,\"priceDoubleOcc\":\"32000.00\",\"priceSingleOcc\":84000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28667,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":85000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28667,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":85000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":28667,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":85000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":30667,\"priceDoubleOcc\":\"36000.00\",\"priceSingleOcc\":88000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-23\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":33333,\"priceDoubleOcc\":\"40000.00\",\"priceSingleOcc\":92000,\"priceExtraBed\":\"20000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"253568\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[253568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253571\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[253571],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253574\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[253574],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253577\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[253577],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253580\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[253580],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253583\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[253583],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253586\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[253586],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253589\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[253589],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"253592\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[253592],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Munnar,Mararikulam,Alleppey,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Mararikulam,Cochin',NULL,'18697,16755,670,27156',20000,40000,5,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-05-12 16:47:18','2022-05-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'essence-of-kerala',NULL,NULL,NULL,0),(13,35233,1,12211,1,0,0,'Honeymoon,Adventure,Family,Hill Station,Weekend',NULL,1,1,0,'{\"package\":{\"TPId\":35233,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/spice_country_panorama_1650533309.jpg\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Munnar literally means the land of 3 rivers, colloquially mun means three and aar means rivers. It is a small hilly town , with the 3 rivers converging. The town is famous for both flora and fauna and is town has shades of colonial influence. After enjoying Munnar drive down to the plains and get to see Thekkay and exotic backwaters of Alleppey.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Cochin\",\"DestinationPlacesSysId\":6561,\"SourcePlaces\":\"Cochin\",\"SourcePlaceSysId\":6561,\"AgencyName\":\"Connect India\",\"Name\":\"Spice Country Panorama\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"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\",\"PackageType\":\"Honeymoon,Adventure,Family,Hill Station,Weekend\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":18697,\"Title\":\"Munnar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":365612,\"Name\":\"Abad Copper Castle\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.084856\",\"Long\":\"77.059456\",\"Address\":\"Kannan Devan Hills Munnar Kerala  Kannan Devan Hills\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&quot;The resort is situated atop the Kannan Devan Hills, in Munnar at 1,600 m above sea level. It is on Pothumedu Road, just 2.5 kms from the main town- Munnar, 115 kms from Cochin International Airport and 125 kms from the Aluva railway station. This is the ideal destination for the guest&#039;s relaxing undisturbed holiday.The resort provides comfort and privacy along with nonintrusive service and guests are assured tranquility without any distractions so that they can talk and think in peace. This stunning holiday resort offers convenient and cosy guest rooms. All the rooms are equipped with modern amenities to provide comfort stay for the guests. For those looking for entertainment the hotel offers a games room. There is a multi-cuisine restaurant at the resort serving various kinds of tasty dishes.&quot;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/f8\\/db\\/f8dba49948fbbaf1205640ad237c76199a819974.jpg\",\"AccoAminitiesMask\":\"1110001000001110110\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365611,\"Name\":\"Misty Mountain Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.078262\",\"Long\":\"77.062802\",\"Address\":\"Randam Mile\\/Second Mile Junction Pallivasal Munnar 685565  Randam Mile\\/Second Mile Junction\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"Property Location When you stay at Misty Mountain Resort in Munnar, you&#039;ll be in the mountains and convenient to Mount Carmel Church and Carmal Church.  This hotel is within close proximity of St. Thomas Marthoma and Rose Garden.Rooms Make yourself at home in one of the 48 guestrooms featuring minibars. Wireless Internet access (surcharge) keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs or showers feature slippers and hair dryers. Conveniences include phones, as well as complimentary newspapers and coffee\\/tea makers.Amenities Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. This hotel also features complimentary wireless Internet access, a television in a common area, and tour\\/ticket assistance.Dining Satisfy your appetite at the hotel&#039;s restaurant, which serves breakfast, lunch, and dinner, or stay in and take advantage of 24-hour room service.Business, Other Amenities Featured amenities include a business center, complimentary newspapers in the lobby, and multilingual staff. Event facilities at this hotel consist of a conference center and a meeting room. Free self parking is available onsite.\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"1000000000000000110\",\"AccoAminities\":[{\"AminityId\":16,\"Title\":\"Smoking\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":419260,\"Name\":\"The Munnar Queen\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.0615\",\"Long\":\"77.0629\",\"Address\":\"Near CSI Church, Chithirapuram South, Munnar 685565, Idukki, Kerala\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at The Munnar Queen in Chithirapuram, you&#039;ll be close to Dreamland Children Park and Attukad Waterfall.  This hotel is within the vicinity of Mount Carmel Church and Carmal Church.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;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.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;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).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Grab a bite at one of the hotel&#039;s 2 restaurants, or stay in and take advantage of room service (during limited hours).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;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.&lt;\\/p&gt;\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":141596,\"Name\":\"Tea County, KTDC Hill Resort\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.083678\",\"Long\":\"77.061543\",\"Address\":\"Munnar 685612 Kerala\"},\"Images\":{\"Image\":[{\"ImagId\":3116717,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_6_t.jpg\"},{\"ImagId\":3116718,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_7_t.jpg\"},{\"ImagId\":3116719,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_8_t.jpg\"},{\"ImagId\":3116720,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_9_t.jpg\"},{\"ImagId\":3116721,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_10_t.jpg\"},{\"ImagId\":3116722,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_11_t.jpg\"},{\"ImagId\":3116723,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_12_t.jpg\"},{\"ImagId\":3116724,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_13_t.jpg\"},{\"ImagId\":3116725,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_14_t.jpg\"},{\"ImagId\":3116726,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_15_t.jpg\"},{\"ImagId\":3116727,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_16_t.jpg\"},{\"ImagId\":3116728,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_17_t.jpg\"},{\"ImagId\":3116729,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_20_t.jpg\"},{\"ImagId\":3116730,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_21_t.jpg\"},{\"ImagId\":3116731,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_22_t.jpg\"},{\"ImagId\":3116732,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_24_t.jpg\"},{\"ImagId\":3116733,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_26_t.jpg\"},{\"ImagId\":3116734,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_27_t.jpg\"},{\"ImagId\":3116735,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_23_t.jpg\"},{\"ImagId\":3116736,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_25_t.jpg\"},{\"ImagId\":3116737,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_19_t.jpg\"},{\"ImagId\":3116738,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/24ab1d5e_t.jpg\"},{\"ImagId\":3116739,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/18cdb642_t.jpg\"},{\"ImagId\":3116740,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/e1288c7e_t.jpg\"}]},\"CityId\":18697,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at KTDC Tea County Munnar in Munnar, you&amp;apos;ll be minutes from Mount Carmel Church and Carmal Church.  This 4-star hotel is within close proximity of St. Thomas Marthoma and Tata Tea Museum.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 67 guestrooms featuring minibars. Conveniences include phones and coffee\\/tea makers, and you can also request rollaway\\/extra beds.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Pamper yourself with onsite massages or enjoy recreation amenities such as a health club. Additional features at this hotel include complimentary wireless Internet access, an arcade\\/game room, and tour\\/ticket assistance.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a satisfying meal at a restaurant serving guests of KTDC Tea County Munnar. Quench your thirst with your favorite drink at a bar\\/lounge.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;A roundtrip airport shuttle is provided for a surcharge (available on request), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/5000000\\/4710000\\/4703300\\/4703205\\/4703205_6_t.jpg\",\"AccoAminitiesMask\":\"111010000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365620,\"Name\":\"Camelot Resort, Munnar\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.059525\",\"Long\":\"77.00758\",\"Address\":\"Letchmi Estate Munnar P.O. Idukki District Kerala State\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"Property Location When you stay at Camelot Resort in Munnar, you&#039;ll be in the mountains and within the vicinity of Attukad Waterfall and Tata Tea Museum.  This hotel is within the vicinity of Carmal Church and Mount Carmel Church.Rooms Make yourself at home in one of the 12 guestrooms. Digital television is provided for your entertainment. Conveniences include phones and desks.Amenities Take in the views from a garden and make use of amenities such as tour\\/ticket assistance.Dining Enjoy a satisfying meal at a restaurant serving guests of Camelot Resort.Business, Other Amenities Event facilities at this hotel consist of conference space and a meeting room. Free self parking is available onsite.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/85\\/75\\/8575c763e148206b47ecd9b9b35caf66cb033bc8.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":141531,\"Name\":\"Ambady Estate\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.041593\",\"Long\":\"77.039206\",\"Address\":\"3rd Mile, Pallivasal. P.O Chithirapuram\"},\"Images\":{\"Image\":[{\"ImagId\":3115421,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_1_t.jpg\"},{\"ImagId\":3115422,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_2_t.jpg\"},{\"ImagId\":3115423,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_3_t.jpg\"},{\"ImagId\":3115424,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_4_t.jpg\"},{\"ImagId\":3115425,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_5_t.jpg\"},{\"ImagId\":3115426,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_6_t.jpg\"},{\"ImagId\":3115427,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_7_t.jpg\"},{\"ImagId\":3115428,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_8_t.jpg\"},{\"ImagId\":3115429,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_10_t.jpg\"},{\"ImagId\":3115430,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/2fd949f3_t.jpg\"},{\"ImagId\":3115431,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/29cab570_t.jpg\"},{\"ImagId\":3115432,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/fa3e347c_t.jpg\"},{\"ImagId\":3115433,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/6ec8c29f_t.jpg\"},{\"ImagId\":3115434,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/07de67a7_t.jpg\"},{\"ImagId\":3115435,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_11_t.jpg\"},{\"ImagId\":3115436,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/01c028eb_t.jpg\"},{\"ImagId\":3115437,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/f66d0a3c_t.jpg\"},{\"ImagId\":3115438,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/a398f299_t.jpg\"},{\"ImagId\":3115439,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/bee6be1e_t.jpg\"},{\"ImagId\":3115440,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5403c43e_t.jpg\"},{\"ImagId\":3115441,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/e2234d14_t.jpg\"},{\"ImagId\":3115442,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/06585667_t.jpg\"},{\"ImagId\":3115443,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_13_t.jpg\"},{\"ImagId\":3115444,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/a7ab141b_t.jpg\"},{\"ImagId\":3115445,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_14_t.jpg\"},{\"ImagId\":3115446,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/65f53baa_t.jpg\"}]},\"CityId\":18697,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Munnar, Ambady Estate is in a rural location and close to Dreamland Children Park and Attukad Waterfall.  This hotel is within the vicinity of Carmal Church and Mount Carmel Church.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 8 guestrooms featuring refrigerators and minibars (stocked with some free items). Rooms have private patios. LED televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Bathrooms have shower\\/tub combinations and complimentary toiletries.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;You can experience a safari, and enjoy an outdoor tennis court. Additional features at this hotel include complimentary wireless Internet access, concierge services, and complimentary babysitting\\/childcare. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s room service (during limited hours).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, dry cleaning\\/laundry services, and luggage storage. Guests may use a roundtrip airport shuttle for a surcharge, and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/6000000\\/5240000\\/5239500\\/5239432\\/5239432_1_t.jpg\",\"AccoAminitiesMask\":\"111001010000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":5,\"Title\":\"Kids Friendly\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":419268,\"Name\":\"Mountain Club Resort\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"10.045144\",\"Long\":\"77.179197\",\"Address\":\"Chinnakanal Suryanelli Road, Chinnakanal, Munnar 685618, Kerala\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;Located in Munnar, Mountain Club - Munnar is in the mountains, minutes from Mount Carmel Church, and close to Carmal Church.  This 4-star hotel is within close proximity of Kundala Dam Lake and St. Thomas Marthoma.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Treat yourself to a stay in one of the 47 individually furnished guestrooms, featuring fireplaces. Rooms have private balconies. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include phones, as well as desks and complimentary newspapers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Pamper yourself with onsite massages and body treatments. If you&#039;re looking for recreational opportunities, you&#039;ll find a health club, an outdoor pool, and a sauna. Additional amenities at this Victorian 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).&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Satisfy your appetite at the hotel&#039;s restaurant, where you can take in a pool view. Snacks are also available at a coffee shop\\/cafe. Mingle with other guests at a complimentary reception, held daily. A complimentary buffet breakfast is served daily from 7:30 AM to 10 AM.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include a business center, express check-in, and express check-out. Planning an event in Munnar? This hotel has 3000 square feet (279 square meters) of space consisting of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/09\\/6c\\/096c43ef711ad0c34ca4c28e206da14ca622ea90.jpg\",\"AccoAminitiesMask\":\"1010000100001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365323,\"Name\":\"Club Mahindra Mount Serene\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"10.039884\",\"Long\":\"77.16018\",\"Address\":\"Chinnakanal Village,Suryanelli(Via) Iddukki (District Munnar),Kerala,Kerala,India, 685618\"},\"Images\":[],\"CityId\":18697,\"Brief\":\"Cloud View -Munnar is situated in Chinnakanal ( Munnar), a destination famous for its breathtaking natural beautiful rolling hills with carpeted in emerald-green tea plantations.Cloud View Munnar offer you best of nature and luxury,making it the best with best in class.  51 guest rooms having modern amenties and facilities for a comfortable visit.\",\"MainImg\":\"https:\\/\\/images.cdnpath.com\\/imageresource.aspx?img=9eMP+0FIICg7A8cpsaijimfNQMaEw56GeGxvIyJ2ivLkSZ46Cb0VhI6Vd+WQRPwSvrYou6Nx9VW8Xt5Arvjl5nANd2C0EkJDXKfLQRGIapU=\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":8096,\"Title\":\"Kalaripayattu Show\",\"Description\":\"Kalaripayattu is the traditional martial art practiced in Kerala. Famed as the mother of all martial arts, this ancient art-form is believed to have been adapted into various martial art forms like karate, kung-fu and judo.\\r\\nThe one hour evening performance show of Kalaripayattu in Munnar, includes showcasing of body control, flexibility and various form of exercises. Performed by skilled and trained artists, this show showcases their fighting skills with bare hands andmetallic weapons like swords, spears, shield and others.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kalaripayattu_Show_18697_1547119452.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":13656,\"Title\":\"Kfdc Horticulture Garden\",\"Description\":\"Scenic botanical garden with greenhouses full of rare flowers, succulents &amp;amp; other specimens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kfdc_Horticulture_Garden__18697_1579525808.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1378,\"Title\":\"Power House Waterfalls (Chinnakanal)\",\"Description\":\"Power House waterfall is also called as Chinnakanal waterfall, is surrounded by green mountain ranges, located 18 km away from Munnar on the way to Periyar Wildlife Sanctuary of Thekkady. The origin of this beautiful waterfall is from the River Devikulam. The unique green nature around the waterfall attracts tourist from all over the world. For a relaxing experience, tourist can also enjoy a swim at the base of these  breathtaking falls.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0353531,\"Long\":77.146008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Power_House_Waterfalls_(Chinna_18697_1521694162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":670,\"Title\":\"Alleppey\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":504688,\"Name\":\"Aqua Holidays\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":670,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":419472,\"Name\":\"Marvel Cruises\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.500334\",\"Long\":\"76.33935\",\"Address\":\"St Francis Xavier Church Rd, Kathrikadavu, Kaloor, Koch, Cochin, Finishing point, ALLEPPEY, KERALA, India, Pin-688013, 688013\"},\"Images\":[],\"CityId\":670,\"Brief\":\"Guests can sail through in some quiet corner of Alleppey with their stay at Marvel Cruises. Designed in wood, this beautiful houseboat in Alleppey provides wide range of comforts such as wireless connectivity, newspaper, luggage storage space and room service is offered but for limited hours only. Guests can enjoy sitting comfortably in the seating area along with scenic surroundings.null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/3\\/nxd\\/mau\\/pyf\\/dbq\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":8096,\"Title\":\"Kalaripayattu Show\",\"Description\":\"Kalaripayattu is the traditional martial art practiced in Kerala. Famed as the mother of all martial arts, this ancient art-form is believed to have been adapted into various martial art forms like karate, kung-fu and judo.\\r\\nThe one hour evening performance show of Kalaripayattu in Munnar, includes showcasing of body control, flexibility and various form of exercises. Performed by skilled and trained artists, this show showcases their fighting skills with bare hands andmetallic weapons like swords, spears, shield and others.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kalaripayattu_Show_18697_1547119452.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":13656,\"Title\":\"Kfdc Horticulture Garden\",\"Description\":\"Scenic botanical garden with greenhouses full of rare flowers, succulents &amp;amp; other specimens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kfdc_Horticulture_Garden__18697_1579525808.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1378,\"Title\":\"Power House Waterfalls (Chinnakanal)\",\"Description\":\"Power House waterfall is also called as Chinnakanal waterfall, is surrounded by green mountain ranges, located 18 km away from Munnar on the way to Periyar Wildlife Sanctuary of Thekkady. The origin of this beautiful waterfall is from the River Devikulam. The unique green nature around the waterfall attracts tourist from all over the world. For a relaxing experience, tourist can also enjoy a swim at the base of these  breathtaking falls.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0353531,\"Long\":77.146008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Power_House_Waterfalls_(Chinna_18697_1521694162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}},{\"CityId\":27156,\"Title\":\"Thekkady\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":504681,\"Name\":\"Wood N Spice\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504682,\"Name\":\"Carmelia Haven Resort\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.733725699999999\",\"Long\":\"77.1491085\",\"Address\":\"Vandanmedu, Idukki, Periyar, Kerala 685551, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365627,\"Name\":\"Shalimar Spice Garden\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.6185214573282\",\"Long\":\"77.157325744629\",\"Address\":\"Murikkady Kumily 685 535 Dist. Idukki Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Property Location With a stay at Shalimar Spice Garden in Thekkady (Periyar Tiger Reserve), you&#039;ll be minutes from Periyar Boat Landing and close to Periyar Wildlife Sanctuary.  This hotel is within close proximity of Kadathanadan Kalari Centre and Mudra Cultural Centre.Rooms Make yourself at home in one of the 20 guestrooms. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as coffee\\/tea makers and complimentary bottled water.Amenities Enjoy recreation amenities such as an outdoor pool or take in the view from a garden. This hotel also features complimentary wireless Internet access, concierge services, and babysitting\\/childcare (surcharge). Guests can catch a ride to nearby destinations on the area shuttle (surcharge).Dining Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&#039;s room service (during limited hours). Quench your thirst with your favorite drink at a bar\\/lounge.Business, Other Amenities Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and multilingual staff. For a surcharge, guests may use a roundtrip airport shuttle (available on request) and a train station pick-up service.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/e4\\/3b\\/e43b3029c4520afaea07da315b7ab2fdd7775eee.jpg\",\"AccoAminitiesMask\":\"1110001000001110100\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":14,\"Title\":\"Transfers\"},{\"AminityId\":16,\"Title\":\"Smoking\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504683,\"Name\":\"Cardamom County Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.603653399999999\",\"Long\":\"77.168634\",\"Address\":\"Kumily Thekkady Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":419351,\"Name\":\"Cardamom County\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.604211\",\"Long\":\"77.171184\",\"Address\":\"Thekkady, Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"&lt;p&gt;&lt;b&gt;Property Location&lt;\\/b&gt; &lt;br \\/&gt;With a stay at Cardamom County in Thekkady (Periyar National Park), you&#039;ll be minutes from Mudra Cultural Centre and Kadathanadan Kalari Centre.  This 4-star resort is within close proximity of Periyar Wildlife Sanctuary and Periyar Boat Landing.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;\\/b&gt; &lt;br \\/&gt;Make yourself at home in one of the 42 guestrooms featuring minibars. Rooms have private balconies. Cable television is provided for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;\\/b&gt; &lt;br \\/&gt;Don&#039;t miss out on recreational opportunities including a health club and an outdoor pool. Additional amenities at this resort include complimentary wireless Internet access, complimentary babysitting\\/childcare, and an arcade\\/game room.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;\\/b&gt; &lt;br \\/&gt;Enjoy a meal at a restaurant or in a coffee shop\\/cafe. Or stay in and take advantage of the resort&#039;s 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge.&lt;\\/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;\\/b&gt; &lt;br \\/&gt;Featured amenities include complimentary wired Internet access, a business center, and express check-in. Event facilities at this resort consist of a conference center and a meeting room. A shuttle from the airport to the hotel is provided for a surcharge (available 24 hours), and free valet parking is available onsite.&lt;\\/p&gt;\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/07\\/8a\\/078a681aa6f0b222b4d5ea5ae17cc9c3a12a10d1.jpg\",\"AccoAminitiesMask\":\"1010000000001101000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365624,\"Name\":\"Green Woods Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.607782\",\"Long\":\"77.166126\",\"Address\":\"Khajuraho-Bamhita Road Kumily Thekkady  Khajuraho-Bamhita Road\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Property Location With a stay at Greenwoods Resort in Thekkady (Periyar Tiger Reserve), you&#039;ll be minutes from Mudra Cultural Centre and Kadathanadan Kalari Centre.  This hotel is within close proximity of Periyar Wildlife Sanctuary and Periyar Boat Landing.Rooms Make yourself at home in one of the 36 guestrooms featuring minibars. Conveniences include desks and separate sitting areas, and housekeeping is provided daily.Amenities Be sure to enjoy recreational amenities including an outdoor pool and a fitness center. Additional features include complimentary wireless Internet access, gift shops\\/newsstands, and tour\\/ticket assistance.Dining Satisfy your appetite at the hotel&#039;s restaurant, where you can take in a garden view and dine alfresco (weather permitting). Snacks are also available at a coffee shop\\/caf&Atilde;&copy;.Business, Other Amenities Featured amenities include a business center, complimentary newspapers in the lobby, and laundry facilities. Free valet parking is available onsite.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/3c\\/78\\/3c7843f83f7667ac4fe49df79562054c563a56fa.jpg\",\"AccoAminitiesMask\":\"1010000100001101010\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"},{\"AminityId\":15,\"Title\":\"Business Friendly\"},{\"AminityId\":17,\"Title\":\"Disabled Friendly\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504684,\"Name\":\"Abad Green Forest\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.6059793\",\"Long\":\"77.16861109999999\",\"Address\":\"Thekkady Jn, opposite RC Church, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":365628,\"Name\":\"Spice Village\",\"Star\":\"3.50\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"9.604017\",\"Long\":\"77.170242\",\"Address\":\"Kumily Thekkady\\/Periyar\\/Kumily Kerala\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"Property Location With a stay at Spice Village in Thekkady (Periyar Tiger Reserve), you&#039;ll be minutes from Mudra Cultural Centre and Kadathanadan Kalari Centre.  This hotel is within close proximity of Periyar Wildlife Sanctuary and Periyar Boat Landing.Rooms Make yourself at home in one of the 52 guestrooms featuring minibars. Complimentary wired and wireless Internet access is available. Conveniences include safes and separate sitting areas, and you can also request cribs\\/infant beds (complimentary).Amenities Take time to pamper yourself with a visit to the full-service spa. You&#039;re sure to appreciate the recreational amenities, including an outdoor pool, a spa tub, and an indoor tennis court. Additional features include complimentary wireless Internet access, concierge services, and supervised childcare\\/activities.Dining Satisfy your appetite at the hotel&#039;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.Business, Other Amenities Featured amenities include express check-in, express check-out, and complimentary newspapers in the lobby. Free valet parking is available onsite.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/1b\\/55\\/1b55a12eee0faee48e3c79d4177eb4697a1bc114.jpg\",\"AccoAminitiesMask\":\"1010101000001100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":12,\"Title\":\"Room Service\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504685,\"Name\":\"TUSKER TRAIL THEKKADY\",\"Star\":\".00\",\"Rating\":\"3.60\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.617809399999999\",\"Long\":\"77.15842479999999\",\"Address\":\"Munnar Road, Chelimada, Amaravathi, Kumily, Tamil Nadu 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":504687,\"Name\":\"The Elephant Court\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"9.603478100000002\",\"Long\":\"77.171933\",\"Address\":\"Thamarakandam Rd, Thekkady, Kumily, Kerala 685509, India\"},\"Images\":[],\"CityId\":27156,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":318,\"Title\":\"Cheeyapara&Acirc;&nbsp;Waterfalls\",\"Description\":\"Cheeyappara waterfalls is a fascinating tourist destination, located on the Kochi&amp;not; Madurai highway between Neriamangalam and Adimali in Idukki district and around 40 km away from Munnar. The water here cascades down in seven steps, which is a delightful sight. This place is also famous for trekking. The waterfall is situated approximately 1000 feets above the sea level. It is very easy to reach this picturesque spot as it is very well connected to the nearby cities.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0837092,\"Long\":77.0615374,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/130_1516802316.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":8096,\"Title\":\"Kalaripayattu Show\",\"Description\":\"Kalaripayattu is the traditional martial art practiced in Kerala. Famed as the mother of all martial arts, this ancient art-form is believed to have been adapted into various martial art forms like karate, kung-fu and judo.\\r\\nThe one hour evening performance show of Kalaripayattu in Munnar, includes showcasing of body control, flexibility and various form of exercises. Performed by skilled and trained artists, this show showcases their fighting skills with bare hands andmetallic weapons like swords, spears, shield and others.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kalaripayattu_Show_18697_1547119452.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":13656,\"Title\":\"Kfdc Horticulture Garden\",\"Description\":\"Scenic botanical garden with greenhouses full of rare flowers, succulents &amp;amp; other specimens.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Kfdc_Horticulture_Garden__18697_1579525808.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"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 &amp;#039;Kundala Dam,&amp;#039; which is another famous attraction of this region. It was constructed for Pallivasal Hydro Electric Project in 1946 and is considered to be Asia&amp;#039;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\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"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\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1352,\"Title\":\"Periyar National Park And Wildlife Sanctuary\",\"Description\":\"The most sought after destination in Munnar is the Eravikulam National Park, the first of its kind in Kerala, where the endangered Nilgiri Thar is protected. Spread over 97 sq. km., this park holds the largest viable population of Tahr, several other species of rare animals, birds and butterflies.\\r\\nThe park offers a magnificent view of the tea plantations and also of the rolling hills caressed by blankets of mist. The park becomes a hot destination when the hill slopes get covered in a carpet of blue, resulting from the flowering of Neelakurinji.\\r\\nIt is a plant endemic to this part of the Western Ghats which blooms once in twelve years.\\r\\nHere you will be able to see a large variety of wildlife, which include elephants, monkeys, deer, Wild boars. \\r\\nEravikulam National Park is a UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":27156,\"CityName\":\"Thekkady\",\"Lat\":9.6031088,\"Long\":77.161458,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/27156\\/sightseeing\\/130_1516802250.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":1378,\"Title\":\"Power House Waterfalls (Chinnakanal)\",\"Description\":\"Power House waterfall is also called as Chinnakanal waterfall, is surrounded by green mountain ranges, located 18 km away from Munnar on the way to Periyar Wildlife Sanctuary of Thekkady. The origin of this beautiful waterfall is from the River Devikulam. The unique green nature around the waterfall attracts tourist from all over the world. For a relaxing experience, tourist can also enjoy a swim at the base of these  breathtaking falls.\",\"CurrencyType\":0,\"CityId\":18697,\"CityName\":\"Munnar\",\"Lat\":10.0353531,\"Long\":77.146008,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18697\\/sightseeing\\/Power_House_Waterfalls_(Chinna_18697_1521694162.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2535,\"Title\":\"Fort Kochi, Kochi, Kerala, India\",\"Description\":\"Kochi has managed to attract many travelers and traders for centuries. So enticed were everyone who landed on its ports- be it the British, the Dutch, or the French- that they never wanted to go back.\\r\\n\\r\\nFort Kochi is the heart of Kochi, which falls under the district of Ernakulam. But don&amp;rsquo;t go by its name. Fort Kochi is neither a walled city nor does it have a fort of its own. The moment you enter Kochi, you will be greeted with an alluding chilled-out vibe. You will be forced to follow it to the source. This is when you would discover the laid back region of Fort Kochi.\\r\\n\\r\\nThis allure is what resulted into the unbelievable blend of the village with a Portuguese, Dutch, and French feel to it and the Malabar coast added the required spice to the mixture. Combine all this with uber-cool cafes and you have the perfect city to backpack to!\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Fort_Kochi,_Kochi,_Kerala,_Ind_6561_1540981227.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null},{\"RefSSId\":2803,\"Title\":\"Mattenchary Palace\",\"Description\":\"The Mattancherry Palace is a Portuguese palace popularly known as the Dutch Palace, in Mattancherry, Kochi, in the Indian state of Kerala which features Kerala murals depicting portraits and exhibits of the Rajas of Kochi. The palace was included in the &amp;quot;tentative list&amp;quot; of UNESCO World Heritage Site.\",\"CurrencyType\":0,\"CityId\":6561,\"CityName\":\"Cochin\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/6561\\/sightseeing\\/Mattenchary_Palace_6561_1547193187.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":6699,\"SupplierName\":\"Skyway International Travels\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"252719\",\"Title\":\"COCHIN\\/MUNNAR (140 Kms\\/ 5 HRS)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Pick up from Cochin Airport\\/ Ernakulum Railway Station and drive to Munnar - which is a quaint hill station perched on the slopes of Western Ghats. It is both charming and old-fashioned, with colonial-style buildings existing with modern structures. Stop at Cheeyapara waterfalls en route.&nbsp; Munnar is indeed a photographer&#39;s delight. Overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":141596,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365620,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":141531,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":419268,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365323,\"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\":318,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252722\",\"Title\":\"MUNNAR LOCAL SIGHT SEEING\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After breakfast, proceed on a full-day tour of Munnar attractions. The Horticultural Garden, Photo point, Mattupetty Dam and Kundala Dam are all located on the route to Top Station. Kundala Dam is known for the Arch type of architecture. Echo point on the lower slopes of the region is a picturesque spot where you would find your voice echoing and thus derives the name Echo Point. All the above places are well worth a visit. With tourists having a flair for culture - they can spend their time in the evening at the Punarjani, a Traditional village (Optional activity), where they get to see a piece of Kerala culture in the form of Kathakali Dance and Kalari pattu - a form of ancient martial arts, a visual treat to the eyes. Overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":365612,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365611,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":419260,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":141596,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365620,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":141531,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":419268,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365323,\"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\":8096,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":13656,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":925,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1097,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252725\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18697,\"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\":\"252728\",\"Title\":\"MUNNAR\\/THEKKADY\\/(90 Kms\\/3 Hrs)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Morning breakfast, check out and drive to Thekkady - The very sound of the word Thekkady conjures up images of elephants, unending chains of hills, and spice-scented plantations. En route to Thekkady visit Powerhouse Waterfalls-cascades down a steep rock 200m above sea level. On arrival check into the resort\\/hotel. Lunch and relax. Later on visit to The Periyar Wildlife Sanctuary - situated on the banks of the Periyar Lake - an artificial lake, at Thekkady. Return to resort\\/hotel, dinner, and overnight<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":504681,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504682,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365627,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":504683,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":419351,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":365624,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504684,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":365628,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504685,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":504687,\"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\":1351,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1352,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1378,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252731\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":27156,\"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\":\"252734\",\"Title\":\"THEKKADY \\/ ALLEPPY\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, from the mountains to the plains drive down the countryside and get a glimpse of the picturesque countryside. Set out on an enchanting backwater cruise in a traditional Kerala houseboat. While cruising in the houseboat enjoy the scenes of the countryside - skim past bowed down paddy fields, duck farms, and indigenous dykes to see paddy cultivation in fields, situated below the sea level! And tree-lined and coconut palms swaying majestically on the banks are a real treat to the eyes. Overnight stay at houseboat with all meals<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":504688,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":419472,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":419472,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252737\",\"Title\":\"ALLEPPY \\/ COCHIN: (70 kms\\/ 2 hrs)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast, check out from the houseboat and return to Cochin. Places prior to reaching the airport\\/train station will include a visit to Fort Kochi and Mattancheryy to taste a piece of the ancient civilization of the 15 and 16th centuries. Thereafter, get dropped to board a train\\/flight for onward destination, feeling contended of a holiday you enjoyed in Kerala with a lasting impression of a lifetime. The tour ends here.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":670,\"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\":2535,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2803,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]}]},\"TourTypes\":{\"MarketType\":[{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"35233\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"17000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"17000.00\",\"priceSingleOcc\":48000,\"priceExtraBed\":\"8000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14333,\"priceDoubleOcc\":\"17500.00\",\"priceSingleOcc\":48500,\"priceExtraBed\":\"8000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14333,\"priceDoubleOcc\":\"17500.00\",\"priceSingleOcc\":48500,\"priceExtraBed\":\"8000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14333,\"priceDoubleOcc\":\"17500.00\",\"priceSingleOcc\":48500,\"priceExtraBed\":\"8000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16000,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":51000,\"priceExtraBed\":\"8000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18667,\"priceDoubleOcc\":\"24000.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"8000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"35234\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18667,\"priceDoubleOcc\":\"22000.00\",\"priceSingleOcc\":61000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19333,\"priceDoubleOcc\":\"23000.00\",\"priceSingleOcc\":62000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19333,\"priceDoubleOcc\":\"23000.00\",\"priceSingleOcc\":62000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19333,\"priceDoubleOcc\":\"23000.00\",\"priceSingleOcc\":62000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"25000.00\",\"priceSingleOcc\":64000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":24000,\"priceDoubleOcc\":\"30000.00\",\"priceSingleOcc\":69000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"35235\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"26000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22667,\"priceDoubleOcc\":\"26000.00\",\"priceSingleOcc\":69000,\"priceExtraBed\":\"16000.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-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23333,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":70000,\"priceExtraBed\":\"16000.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-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23333,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":70000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":23333,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":70000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":25333,\"priceDoubleOcc\":\"30000.00\",\"priceSingleOcc\":73000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-21\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":27333,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":76000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\".00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;1. GST&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;2. Lunch\\/Dinner wherever not specified.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;3. Expenses personal in nature like tips, laundry, telephones etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;4. Flight\\/Train and Bus Tickets (Unless specified in the quote)&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;5. Entrance to all attractions, activities, boating, camera charges etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;6. Any expenses arising out of any force majeure circumstances like political situations etc.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;span style=&quot;color:black&quot;&gt;7. Any service not specified in the inclusions.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Inclusion\":\"&lt;p&gt;1. Nights stay in the Hotel \\/Resort (as per category chosen), with breakfast Taxes or as per the meal plan mentioned.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;2. All accommodation in base category rooms, unless specified otherwise.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;3. Transportation by A\\/C Car \\/ Coach, driver allowance, fuel, parking charges as per the itinerary&amp;nbsp; only.&amp;nbsp; A\\/C will not be operational in Hill station.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;4. Drivers allowance, parking, toll charges and inter- state permit and all applicable Taxes.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"252719\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[252719],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252722\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[252722],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252725\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[252725],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252728\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[252728],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252731\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[252731],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252734\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[252734],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252737\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[252737],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Munnar,Alleppey,Thekkady','Munnar,Kerala,Indian Subcontinent,South India,India,Thekkady,Alleppey,Cochin',NULL,'18697,670,27156',17000,33000,4,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-05-12 16:48:27','2022-05-12 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'spice-country-panorama',NULL,NULL,NULL,0),(14,33917,1,12211,0,0,0,'Honeymoon,Adventure,Family,Heritage,Culture,By Cab',NULL,1,1,0,'{\"package\":{\"TPId\":33917,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Rajasthan is the jewel in India&amp;#39;s crown. Take yourself and your loved ones to experience the best of this Imperial state as you drive through a varied countryside adorned with palaces, lakes and vast stretches of the Great Indian Desert. Taste the essence of rich heritage and culture on this tour to the Pink City of Jaipur and the City of Lakes - Udaipur.&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;With a vibrant amalgamation of old and new, Jaipur retains its old-world charm with the heritage pockets all over the city like the Hawa Mahal, Albert Hall Museum, City Palace, and the rustic Amer fort that safely guards the city line. As you move towards Udaipur witness a brilliant kaleidoscope of narrow lanes flanked by bright stalls, gardens, lakes, palaces, and temples. Sit leisurely by the rippling lakes and splendid palaces of Udaipur with mesmerizing views of Aravali in the backdrop.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Udaipur\",\"DestinationPlacesSysId\":28058,\"SourcePlaces\":\"Jaipur\",\"SourcePlaceSysId\":12995,\"AgencyName\":\"Connect India\",\"Name\":\"Jaipur with Udaipur Tour \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":1,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"8141\",\"SupplierName\":\"K K Holidays N Vaccations\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Train Station Transfers,Intercity Transfers\",\"PackageType\":\"Honeymoon,Adventure,Family,Heritage,Culture,By Cab\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]},{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":[]}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"243098\",\"Title\":\"Arrive Jaipur \",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Today Arrive Jaipur . On arrival check in at hotel . Evening visit Albert Hall &amp; Birla Temple .<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"243099\",\"Title\":\"Jaipur sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>After breakfast in the morning you will be taken for Amber Fort, the majestic fort located at the top of Aravali Hills. Take a short ride on elephant&rsquo;s back to reach at the fort, an overwhelming experience.<\\/p>\\r\\n\\r\\n<p>Come back to the city &amp; visit the City Palace, a perfection of Rajput &amp; Mughal architecture, Palace of Winds popular as Hawa Mahal, a five storied building built in 1799 to enable the royal ladies to view the outside life &amp; world.<\\/p>\\r\\n\\r\\n<p>Later opt for Jantar Mantar, an astronomical observatory. Return to the hotel and stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"243100\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":\"243105\",\"Title\":\"Jaipur to Udaipur via Chittorgarh \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Today drive to Udaipur via Chittorgarh . On arrival check in at hotel .&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double 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\":\"243106\",\"Title\":\"Udaipur sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today visit City Palace , saheliyo ki bari , Jagdish temple , Bhartiya lok kala mandal , lake pichola , fatehsagar&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double 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\":\"243107\",\"Title\":\"Udaipur departure \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Today ontime transfer to Udaipur airport for onward journey .<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"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\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33917\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11200,\"priceDoubleOcc\":\"13650.00\",\"priceSingleOcc\":31500,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11900,\"priceDoubleOcc\":\"14700.00\",\"priceSingleOcc\":32550,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12600,\"priceDoubleOcc\":\"15750.00\",\"priceSingleOcc\":33600,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13300,\"priceDoubleOcc\":\"16800.00\",\"priceSingleOcc\":34650,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"17850.00\",\"priceSingleOcc\":35700,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14700,\"priceDoubleOcc\":\"18900.00\",\"priceSingleOcc\":36750,\"priceExtraBed\":\"6300.00\",\"priceWithoutBed\":\"4725.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":11733,\"priceDoubleOcc\":\"14300.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12467,\"priceDoubleOcc\":\"15400.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13200,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":35200,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"17600.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14667,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15400,\"priceDoubleOcc\":\"19800.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33917\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11733,\"priceDoubleOcc\":\"14300.00\",\"priceSingleOcc\":33000,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12467,\"priceDoubleOcc\":\"15400.00\",\"priceSingleOcc\":34100,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13200,\"priceDoubleOcc\":\"16500.00\",\"priceSingleOcc\":35200,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13933,\"priceDoubleOcc\":\"17600.00\",\"priceSingleOcc\":36300,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14667,\"priceDoubleOcc\":\"18700.00\",\"priceSingleOcc\":37400,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15400,\"priceDoubleOcc\":\"19800.00\",\"priceSingleOcc\":38500,\"priceExtraBed\":\"6600.00\",\"priceWithoutBed\":\"4950.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":12267,\"priceDoubleOcc\":\"14950.00\",\"priceSingleOcc\":34500,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13033,\"priceDoubleOcc\":\"16100.00\",\"priceSingleOcc\":35650,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":13800,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":36800,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":14567,\"priceDoubleOcc\":\"18400.00\",\"priceSingleOcc\":37950,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":15333,\"priceDoubleOcc\":\"19550.00\",\"priceSingleOcc\":39100,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":16100,\"priceDoubleOcc\":\"20700.00\",\"priceSingleOcc\":40250,\"priceExtraBed\":\"6900.00\",\"priceWithoutBed\":\"5175.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"243098\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[243098],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"243099\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[243099],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"243100\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[243100],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"243105\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[243105],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"243106\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[243106],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"243107\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[243107],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"fixedInventory\":[]}}','Jaipur,Udaipur','Jaipur,Rajasthan,Indian Subcontinent,North India,India,Udaipur',NULL,'12995,28058',13650,20700,4,NULL,NULL,NULL,1,'',0,'2022-05-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'jaipur-with-udaipur-tour',NULL,NULL,NULL,0),(15,33880,1,12211,0,0,0,'Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Heritage,Culture,Weekend,Leisure,By Cab',NULL,1,1,0,'{\"package\":{\"TPId\":33880,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-03-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;This tour features the tales of courage, pride, and romance that the bards of Rajasthan have been singing for centuries. Starting from the city of Lakes and Palaces, Udaipur to exploring the largest fort in Rajasthan, Chittorgarh that has evidence of being built during the era of Mahabharata, this tour will truly satisfy the history buff in you.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Udaipur\",\"DestinationPlacesSysId\":28058,\"SourcePlaces\":\"Udaipur\",\"SourcePlaceSysId\":28058,\"AgencyName\":\"Connect India\",\"Name\":\"Magnificient Udaipur and Kumbhalgarh tour \",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"8141\",\"SupplierName\":\"K K Holidays N Vaccations\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Welcome Drink,Inner Line Permit,Cab,Airport Transfers,Train Station Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Wildlife,Family,Religious,Hill Station,Heritage,Culture,Weekend,Leisure,By Cab\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2023-03-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28058,\"Title\":\"Udaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28058,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":76,\"Title\":\"Art Museum\",\"Description\":\"This museum keeps the hold of the late rajputana heritage and paintings and adds to the rich culture of Udaipur city.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5986\\/thumb\\/Art Museum_488.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":107,\"Title\":\"Bagore Ki Haveli\",\"Description\":\"The glass and mirror in the interiors are Haveli work. It also preserves an example of Mewar painting on the walls of the Queen&amp;#039;s Chamber. The two peacocks made from small pieces of colored glasses are examples of glasswork.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/42\\/thumb\\/Bagore Ki Haveli_945.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":145,\"Title\":\"Bansi Ghat\",\"Description\":\"It is a flat surfaced area made up of marble so as to provide the visitors to take a look and enjoy the beauty of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3842\\/thumb\\/Bansi Ghat_325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":193,\"Title\":\"Bharatiya Lok Kala&nbsp;Mandal\",\"Description\":\"Bharatiya Lok Kala Mandal is a cultural institution based in Udaipur in Rajasthan engaged in studying folk art, culture, songs and festivals of Rajasthan, Gujarat and Madhya Pradesh and to popularise and propagate folk arts, folk dances and folk literature.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5909881,\"Long\":73.6903305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/308\\/thumb\\/Bhartiya Lok Kala Mandir_115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":359,\"Title\":\"City Palace\",\"Description\":\"This magnificent palace was built by Maharana Udai Singh, the beauty of which can&amp;rsquo;t be described in words. An accumulation of several buildings with balconies, towers, and dome built all over, the City Palace also have a crystal gallery, which showcases royal artifacts and the world&amp;rsquo;s largest private collection of crystals. It is one of Rajasthan&amp;rsquo;s royal palaces which offer splendid views of Lake Pichola. Mewar Sound and Light Show is the must watch show which gives you a great experience.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/City_Palace_28058_1529406605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":387,\"Title\":\"Crystal Gallery\",\"Description\":\"Crystal Gallery is the largest private collection of crystal in the world. It has the most exclusive and attractive collections of crystals.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3739\\/thumb\\/Crystal Gallery_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":551,\"Title\":\"Garden Of The Maidens\",\"Description\":\"Saheliyon ki Bari is one of the significant traveler destinations in Udaipur, Rajasthan. Actually meaning the &amp;#039;greenery enclosure of ladies&amp;#039;, this greenhouse was worked for the gathering of 48 orderlies that a princess carried alongside her. Situated beneath the bank of the Fateh Sagar Lake, the patio has numerous pools, wellsprings, and water channels that upgrade the atmosphere of the spot. As per legend the greenery enclosure was built to help the Queen&amp;#039;s ladies have a fabulous time and peace far from the political ruses of the primary royal residence. The Queen and her friends used to appreciate unlimited hours of unwinding and fun and that clarifies the name of this nature-favored patio nursery.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Garden_Of_The_Maidens_28058_1529405797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":609,\"Title\":\"Gulab Bagh&nbsp;(Sajjan Niwas Garden)\",\"Description\":\"Gulab Bagh Garden is the largest garden of Rajasthan, sprawled over 100 acres of land. During 1850&amp;rsquo;s, MaharanaSajjan Singh took the initiative to built this beautiful garden in Udaipur. Gulab Bagh(SajjanNiwas Garden) is celebrated for its numerous varieties of roses. Due to abundance of rose flowers, this garden is also known as Gulab Bagh or Rose Garden. Sajjan Niwas Garden popularly known as Gulab Bagh, sprawl over 100 acres of land on the banks of Pichola lake at lake palace road is considered as the largest rose garden in the city.Built by Maharana Sajjan Singh during the 18th century, Sajjan Niwas Garden can be virtually considered as a forest of flowers. Beautifully ornamented with an array of exotic varieties of rose flowers, Sajjan Niwas garden offers a spectacular atmosphere to relax and enjoy the natural beauty. An annual flower show is held at Sajjan Niwas Garden during the month of Shravan (July or August). This Garden is the home to variety of fruit trees, orchids and attractive looking plants and also comprise a library, zoo and a park specially designed for children. Built by Maharaja Fateh Singh, the Saraswati Bhawan Library located within Gulab Bagh garden contains varied books of topics including history, archeology and indology and has a good collection of old manus dated back to early medieval period. The small zoo at this Garden houses wild animals like the chinkara, leopards, tigers and a number of birds. The toy train strolls with in the zoo attracts the visitors especially the children.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5767853,\"Long\":73.6959091,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Gulab_Bagh&Acirc;&nbsp;(Sajjan_Niwas_Gard_28058_1529405650.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":714,\"Title\":\"Jag Mandir\",\"Description\":\"Jag Mandir Palace is a delightful royal residence situated on the southern island of Lake Pichola. The three-storied Palace is a palatial structure made in yellow sandstone and marble. Worked in early years of seventeenth century, Jag Mandir Palace was raised by Maharana Karan Singh to serve as a concealing spot for Prince Khurram (famously known as Shah Jahan). Between the years of 1620-28, Maharana Karan Singh ruled the locale and amid this period Prince Khurram rebelled against his dad. Maharana Karan Singh helped Prince Khurram as he was destined to a Rajput mother. Khurram, joined by his better half and two children left the kingdom. At that point, Maharana Karan gave them a place of refuge in the City Palace of Udaipur. The blue-bloods were unsuccessful in holding fast to the Rajput traditions; accordingly Karan Singh moved them to the Jag Mandir Palace. Around then, Jag Mandir Palace was under development. It is awesome to realize that Mughal Emperor Shah Jahan (Prince Khurram) soaked up a few thoughts, particularly of pieta dura work, for the widely acclaimed Taj Mahal from Jag Mandir Palace, amid his stay in 1623-24. The Palace was finished by Maharana Jagat Singh amid his rule (1628-1652) after the demise of Karan Singh. The present type of the Palace is the aftereffect of further augmentations that were made to it by Maharana Jagat Singh. Discussing the authentic realities, Maharana Swaroop Singh protected various European families in this Palace, amid the rebellion of 1857. \\r\\n\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5683573,\"Long\":73.6997892,\"Image\":\"Jag_Mandir_28058_1500877498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":720,\"Title\":\"Jagdish Temple\",\"Description\":\"Jagdish Temple is a large Hindu temple in the middle of Udaipur in Rajasthan. A big tourist attraction, the temple was originally called the temple of Jagannath Rai but is now called Jagdish-ji. It is a major monument in Udaipur. The Jagdish Temple is raised on a tall terrace and was completed in 1651. It attaches a double-storey Mandapa (hall) to a double-storey saandhara (with a covered ambulatory) sanctum. The mandapa has another storey tucked within its pyramidal samavarna (bellroof) while the hollow clustered spire over the sanctum contains two more, nonfunctional stories.Lanes taking off from many of the sheharpanah (city wall) converge on the Jagdish Temple. It was built by Maharana Jagat Singh in 1651. It is an example of M&Auml;\\u0081ru-Gurjara Architecture.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5796607,\"Long\":73.6839754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Jagdish_Temple_28058_1550649832.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":6008,\"Title\":\"Kumbhalgarh Fort\",\"Description\":\"Kumbhalgarh Fort is one of the five hill forts of Rajasthan that were declared the UNESCO world heritage site in 2013.  It is the second largest and the most important Mewar fort of Rajasthan after Chittorgarh palace.\",\"CurrencyType\":0,\"CityId\":14582,\"CityName\":\"Kumbhalgarh\",\"Lat\":25.1528239,\"Long\":73.5869983,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14582\\/sightseeing\\/Kumbhalgarh_Fort_14582_1529315253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null}]}},{\"CityId\":14582,\"Title\":\"Kumbhalgarh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":14582,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":76,\"Title\":\"Art Museum\",\"Description\":\"This museum keeps the hold of the late rajputana heritage and paintings and adds to the rich culture of Udaipur city.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/5986\\/thumb\\/Art Museum_488.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":107,\"Title\":\"Bagore Ki Haveli\",\"Description\":\"The glass and mirror in the interiors are Haveli work. It also preserves an example of Mewar painting on the walls of the Queen&amp;#039;s Chamber. The two peacocks made from small pieces of colored glasses are examples of glasswork.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/42\\/thumb\\/Bagore Ki Haveli_945.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":145,\"Title\":\"Bansi Ghat\",\"Description\":\"It is a flat surfaced area made up of marble so as to provide the visitors to take a look and enjoy the beauty of the lake.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3842\\/thumb\\/Bansi Ghat_325.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":193,\"Title\":\"Bharatiya Lok Kala&nbsp;Mandal\",\"Description\":\"Bharatiya Lok Kala Mandal is a cultural institution based in Udaipur in Rajasthan engaged in studying folk art, culture, songs and festivals of Rajasthan, Gujarat and Madhya Pradesh and to popularise and propagate folk arts, folk dances and folk literature.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5909881,\"Long\":73.6903305,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/308\\/thumb\\/Bhartiya Lok Kala Mandir_115.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":359,\"Title\":\"City Palace\",\"Description\":\"This magnificent palace was built by Maharana Udai Singh, the beauty of which can&amp;rsquo;t be described in words. An accumulation of several buildings with balconies, towers, and dome built all over, the City Palace also have a crystal gallery, which showcases royal artifacts and the world&amp;rsquo;s largest private collection of crystals. It is one of Rajasthan&amp;rsquo;s royal palaces which offer splendid views of Lake Pichola. Mewar Sound and Light Show is the must watch show which gives you a great experience.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/City_Palace_28058_1529406605.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":387,\"Title\":\"Crystal Gallery\",\"Description\":\"Crystal Gallery is the largest private collection of crystal in the world. It has the most exclusive and attractive collections of crystals.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":27.0238036,\"Long\":74.2179326,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/3739\\/thumb\\/Crystal Gallery_660.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":498,\"Title\":\"Fateh Sagar Lake\",\"Description\":\"The blue waters of the lake and the backdrop of the green mountains has given the soubriquet of &amp;lsquo;the second Kashmir&amp;rsquo; to Udaipur .\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.6013999,\"Long\":73.6742232,\"Image\":\"https:\\/\\/img.g07.in\\/public\\/upload\\/destinations\\/1305\\/thumb\\/ Fateh Sagar Lake_206.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":551,\"Title\":\"Garden Of The Maidens\",\"Description\":\"Saheliyon ki Bari is one of the significant traveler destinations in Udaipur, Rajasthan. Actually meaning the &amp;#039;greenery enclosure of ladies&amp;#039;, this greenhouse was worked for the gathering of 48 orderlies that a princess carried alongside her. Situated beneath the bank of the Fateh Sagar Lake, the patio has numerous pools, wellsprings, and water channels that upgrade the atmosphere of the spot. As per legend the greenery enclosure was built to help the Queen&amp;#039;s ladies have a fabulous time and peace far from the political ruses of the primary royal residence. The Queen and her friends used to appreciate unlimited hours of unwinding and fun and that clarifies the name of this nature-favored patio nursery.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.58,\"Long\":73.68,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Garden_Of_The_Maidens_28058_1529405797.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":609,\"Title\":\"Gulab Bagh&nbsp;(Sajjan Niwas Garden)\",\"Description\":\"Gulab Bagh Garden is the largest garden of Rajasthan, sprawled over 100 acres of land. During 1850&amp;rsquo;s, MaharanaSajjan Singh took the initiative to built this beautiful garden in Udaipur. Gulab Bagh(SajjanNiwas Garden) is celebrated for its numerous varieties of roses. Due to abundance of rose flowers, this garden is also known as Gulab Bagh or Rose Garden. Sajjan Niwas Garden popularly known as Gulab Bagh, sprawl over 100 acres of land on the banks of Pichola lake at lake palace road is considered as the largest rose garden in the city.Built by Maharana Sajjan Singh during the 18th century, Sajjan Niwas Garden can be virtually considered as a forest of flowers. Beautifully ornamented with an array of exotic varieties of rose flowers, Sajjan Niwas garden offers a spectacular atmosphere to relax and enjoy the natural beauty. An annual flower show is held at Sajjan Niwas Garden during the month of Shravan (July or August). This Garden is the home to variety of fruit trees, orchids and attractive looking plants and also comprise a library, zoo and a park specially designed for children. Built by Maharaja Fateh Singh, the Saraswati Bhawan Library located within Gulab Bagh garden contains varied books of topics including history, archeology and indology and has a good collection of old manus dated back to early medieval period. The small zoo at this Garden houses wild animals like the chinkara, leopards, tigers and a number of birds. The toy train strolls with in the zoo attracts the visitors especially the children.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5767853,\"Long\":73.6959091,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Gulab_Bagh&Acirc;&nbsp;(Sajjan_Niwas_Gard_28058_1529405650.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":714,\"Title\":\"Jag Mandir\",\"Description\":\"Jag Mandir Palace is a delightful royal residence situated on the southern island of Lake Pichola. The three-storied Palace is a palatial structure made in yellow sandstone and marble. Worked in early years of seventeenth century, Jag Mandir Palace was raised by Maharana Karan Singh to serve as a concealing spot for Prince Khurram (famously known as Shah Jahan). Between the years of 1620-28, Maharana Karan Singh ruled the locale and amid this period Prince Khurram rebelled against his dad. Maharana Karan Singh helped Prince Khurram as he was destined to a Rajput mother. Khurram, joined by his better half and two children left the kingdom. At that point, Maharana Karan gave them a place of refuge in the City Palace of Udaipur. The blue-bloods were unsuccessful in holding fast to the Rajput traditions; accordingly Karan Singh moved them to the Jag Mandir Palace. Around then, Jag Mandir Palace was under development. It is awesome to realize that Mughal Emperor Shah Jahan (Prince Khurram) soaked up a few thoughts, particularly of pieta dura work, for the widely acclaimed Taj Mahal from Jag Mandir Palace, amid his stay in 1623-24. The Palace was finished by Maharana Jagat Singh amid his rule (1628-1652) after the demise of Karan Singh. The present type of the Palace is the aftereffect of further augmentations that were made to it by Maharana Jagat Singh. Discussing the authentic realities, Maharana Swaroop Singh protected various European families in this Palace, amid the rebellion of 1857. \\r\\n\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5683573,\"Long\":73.6997892,\"Image\":\"Jag_Mandir_28058_1500877498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":720,\"Title\":\"Jagdish Temple\",\"Description\":\"Jagdish Temple is a large Hindu temple in the middle of Udaipur in Rajasthan. A big tourist attraction, the temple was originally called the temple of Jagannath Rai but is now called Jagdish-ji. It is a major monument in Udaipur. The Jagdish Temple is raised on a tall terrace and was completed in 1651. It attaches a double-storey Mandapa (hall) to a double-storey saandhara (with a covered ambulatory) sanctum. The mandapa has another storey tucked within its pyramidal samavarna (bellroof) while the hollow clustered spire over the sanctum contains two more, nonfunctional stories.Lanes taking off from many of the sheharpanah (city wall) converge on the Jagdish Temple. It was built by Maharana Jagat Singh in 1651. It is an example of M&Auml;\\u0081ru-Gurjara Architecture.\",\"CurrencyType\":0,\"CityId\":28058,\"CityName\":\"Udaipur\",\"Lat\":24.5796607,\"Long\":73.6839754,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28058\\/sightseeing\\/Jagdish_Temple_28058_1550649832.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":6008,\"Title\":\"Kumbhalgarh Fort\",\"Description\":\"Kumbhalgarh Fort is one of the five hill forts of Rajasthan that were declared the UNESCO world heritage site in 2013.  It is the second largest and the most important Mewar fort of Rajasthan after Chittorgarh palace.\",\"CurrencyType\":0,\"CityId\":14582,\"CityName\":\"Kumbhalgarh\",\"Lat\":25.1528239,\"Long\":73.5869983,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/14582\\/sightseeing\\/Kumbhalgarh_Fort_14582_1529315253.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"242790\",\"Title\":\"Arrive Udaipur \",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>Arrive at Udaipur airport\\/Rly station and check into your hotel. Spend the day at leisure and enjoy the in-house amenities. Stay overnight at the hotel Overnight stay in hotel.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double 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\":\"242791\",\"Title\":\"Udaipur sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Today have the sightseeing of City palace , saheliyo ki bari , Jagdish temple &amp; Bhartiya Lok kala mandal . Evening enjoy the visit to Lake Pichola &amp; fatehsagar .<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":76,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":107,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":145,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":193,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":359,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":387,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":498,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":551,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":609,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":714,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":720,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"242792\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28058,\"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\":\"242793\",\"Title\":\"Udaipur to Kumbhalgarh \",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>After breakfast, Check out and proceed to Kumbalgarh. Arrive by afternoon and visit Kumbhalgarh fort .&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14582,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":6008,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"242794\",\"Title\":\"Kumbhalgarh to Udaipur drop \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today ontime transfer to Udaipur airport for onward journey .<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":14582,\"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\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33880\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7350.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":6475,\"priceDoubleOcc\":\"7350.00\",\"priceSingleOcc\":18900,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7175,\"priceDoubleOcc\":\"8400.00\",\"priceSingleOcc\":19950,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7805,\"priceDoubleOcc\":\"9345.00\",\"priceSingleOcc\":20895,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9345.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7875,\"priceDoubleOcc\":\"9450.00\",\"priceSingleOcc\":21000,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8575,\"priceDoubleOcc\":\"10500.00\",\"priceSingleOcc\":22050,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":9975,\"priceDoubleOcc\":\"12600.00\",\"priceSingleOcc\":24150,\"priceExtraBed\":\"4725.00\",\"priceWithoutBed\":\"3150.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":6783,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":19800,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7517,\"priceDoubleOcc\":\"8800.00\",\"priceSingleOcc\":20900,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8177,\"priceDoubleOcc\":\"9790.00\",\"priceSingleOcc\":21890,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8250,\"priceDoubleOcc\":\"9900.00\",\"priceSingleOcc\":22000,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8983,\"priceDoubleOcc\":\"11000.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10450,\"priceDoubleOcc\":\"13200.00\",\"priceSingleOcc\":25300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33880\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"7700.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":6783,\"priceDoubleOcc\":\"7700.00\",\"priceSingleOcc\":19800,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"7700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":7517,\"priceDoubleOcc\":\"8800.00\",\"priceSingleOcc\":20900,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8177,\"priceDoubleOcc\":\"9790.00\",\"priceSingleOcc\":21890,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8250,\"priceDoubleOcc\":\"9900.00\",\"priceSingleOcc\":22000,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":8983,\"priceDoubleOcc\":\"11000.00\",\"priceSingleOcc\":23100,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-22\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10450,\"priceDoubleOcc\":\"13200.00\",\"priceSingleOcc\":25300,\"priceExtraBed\":\"4950.00\",\"priceWithoutBed\":\"3300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7092,\"priceDoubleOcc\":\"8050.00\",\"priceSingleOcc\":20700,\"priceExtraBed\":\"5175.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"8050.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":7858,\"priceDoubleOcc\":\"9200.00\",\"priceSingleOcc\":21850,\"priceExtraBed\":\"5175.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"9200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8548,\"priceDoubleOcc\":\"10235.00\",\"priceSingleOcc\":22885,\"priceExtraBed\":\"5175.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10235.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":8625,\"priceDoubleOcc\":\"10350.00\",\"priceSingleOcc\":23000,\"priceExtraBed\":\"5175.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"10350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":9392,\"priceDoubleOcc\":\"11500.00\",\"priceSingleOcc\":24150,\"priceExtraBed\":\"5175.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":10925,\"priceDoubleOcc\":\"13800.00\",\"priceSingleOcc\":26450,\"priceExtraBed\":\"5175.00\",\"priceWithoutBed\":\"3450.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"Exclusions\",\"Inclusion\":\"Inclusions\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"242790\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[242790],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"242791\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[242791],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"242792\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[242792],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"242793\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[242793],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"242794\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[242794],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Udaipur,Kumbhalgarh','Udaipur,Rajasthan,Indian Subcontinent,North India,India,Kumbhalgarh',NULL,'28058,14582',7350,13800,3,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2023-03-31 00:00:00','2023-03-31 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'magnificient-udaipur-and-kumbhalgarh-tour',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (16,32717,1,12211,0,0,0,'Adventure,Culture,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":32717,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/tribal__culture_of_gujarat_1645699017.jpg\",\"BookingValidUntill\":\"2022-08-26\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;&lt;strong&gt;Jambughoda&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The name of the tribe has been derived from the &amp;ldquo;Rathbistar&amp;rdquo; which means the forest and hilly areas. Thus the people who are the inhabitants of the rathbistar are called Rathwas. They are also known as Rathawa Their communal belief is that they came to the Gujarat area in the Middle Ages from what is now known as Madhya Pradesh.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Statue Of Unity&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Statue of Unity is a colossal statue of Indian statesman and independence activist Sardar Vallabhbhai Patel, who was the first Deputy Prime Minister and Home Minister of independent India and the chief adherent of Mahatma Gandhi during the non-violent Indian Independence movement.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Little Rann Of Kutch&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Little Rann of Kutch is the habitat of the Indian Wild Ass, a Speciality of Gujarat. The Handsome mammal is chestnut and white in colour with a dark blackish brown mane, standing over 110 cm at the shoulder. The unique geography of the Little Rann of Kutch also makes it a good place to watch birds typical of the desert.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Bhuj&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;This is a beautiful little town in Kutch district, Gujarat. It was founded by Rao Hamir in 1510 and was made the capital was formally laid on Vikram Samvat 1604 Maagha 5th. The palace assumed the role of the parts of the old Bhuj were ruined during the course of the time. The town actually had a rich and vibrant history. Bhuj has over a period of time witnessed so many events and calamities that have left a huge impact on Indian Civilization.&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;&lt;strong&gt;Poshina&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The northernmost part of Sabarkantha is home to his town, famous tribal shrines, Jain Temples and an old Shiva Temple. Originally a part of the Darbargarh Poshina Royal Estate, Poshina retains the charm and simplicity of traditional village life.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Ahmedabad\",\"DestinationPlacesSysId\":296,\"SourcePlaces\":\"Ahmedabad\",\"SourcePlaceSysId\":296,\"AgencyName\":\"Connect India\",\"Name\":\"Tribal & Culture of Gujarat\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"8133\",\"SupplierName\":\"Pinks Travels  \"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Sightseeing,Car On Disposal\",\"PackageType\":\"Adventure,Culture,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-08-26\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":34479,\"Title\":\"Champaner\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":496244,\"Name\":\"Champaner Heritage Resort\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.4056613\",\"Long\":\"73.5523911\",\"Address\":\"Village Bhamaria Off Champaner - Jambughoda Road, Champaner, Gujarat 389360, India\"},\"Images\":[],\"CityId\":34479,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":34479,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24191,\"Title\":\"Champaner-Pavagadh Archaeological Park\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;A UNESCO Heritage site, Champaner and Pavagadh are often clubbed together as one of the most engaging historical attractions of Gujarat. Pavagadh stands on top of the hill that looks over the sprawl of monuments at the base in Champaner. The duo makes a rich heritage site dotted with forts, mosques, monuments, tombs, arches, temples, step-wells and fortresses from 8th to 14th century. Today, throngs of pilgrims ascend Pavagadh to worship at the important Kalikamata Temple, dedicated to the goddess Kali, who sits atop the summit. Champaner is the only unchanged Islamic-Mughal city over the centuries, offering an authentic flavour of architecture of the era. Juxtaposed to this is the Kalika Mata Temple on the Pavagadh Hill, where thousands congregate during Navratris.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;At the heart of Champaner, is the Citadel, whose most impressive features are its 16th-century monumental mosques (no longer used for worship), with their beautiful blending of Islamic and Hindu architecture. The huge Jami Masjid, just outside the Citadel&rsquo;s east gate, boasts of a wonderful carved entrance porch that leads into a lovely courtyard surrounded by a pillared corridor. The prayer hall has two tall central minarets, further superb stone carving, multiple domes, finely latticed windows and seven&nbsp;&lt;span style=&quot;margin: 0px padding: 0px border: 0px outline: 0px vertical-align: baseline background: transparent&quot;&gt;mihrabs&lt;\\/span&gt;&nbsp;(prayer niches) along the back wall.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Other beautiful mosques include the Saher ki Masjid, behind the ticket office inside the Citadel, which was probably the private royal mosque, and the Kevda Masjid, 300m north of the Citadel and about 600m west of the Jami Masjid. Here you can climb narrow stairs to the roof, and higher up the minarets, to spot other mosques even further out into the countryside &ndash; Nagina Masjid, 500m north, with no minarets but exquisite geometric carving, particularly on the tomb next to it, and Lila Gumbaj ki Masjid, 800m east, on a high platform and with a fluted central dome. The twin minarets resembling factory chimneys, about 1 km west, adorn the Brick Minar ki Masjid, a rare brick tomb.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34479,\"CityName\":\"Champaner\",\"Lat\":22.4846248,\"Long\":73.5324097,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34479\\/sightseeing\\/6135_1645698034.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24190,\"Title\":\"Bhasha Tribal Academy\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;Tejgadh&nbsp;is a village\\r\\nin the &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;Vadodara&lt;\\/span&gt;&nbsp;district of Gujarat, India. It is most noted for its&nbsp;Bhasa\\r\\nResearch Centre&nbsp;(BRC) of which &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;GN Devy&lt;\\/span&gt;&nbsp;is a founder member. The BRC\\r\\nruns the&nbsp;Bhasha Tribal Academy, which is a social service organization\\r\\naiming for the development of local tribals. It also operates a museum\\r\\nshowcasing tribal crafts and library.&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin: 6pt 0cm background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial text-align: start&quot;&gt;&lt;span style=&quot;font-size:10.5ptfont-family:&quot; arial&quot;,sans-serif=&quot;&quot; mso-bidi-font-weight:boldmso-bidi-font-style:italic&quot;=&quot;&quot;&gt;It is the home of the\\r\\nRathwa clan of Adivasis, or Indian tribal people.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28303,\"CityName\":\"Vadodara\",\"Lat\":22.3579913,\"Long\":73.9137535,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28303\\/sightseeing\\/6135_1645697853.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":10009,\"Title\":\"Statue of Unity\",\"Description\":\"The Statue of Unity is a colossal statue of Indian politician and independence activist Sardar Vallabhbhai Patel, who was the first Deputy Prime Minister and Home minister of independent India and the chief adherent of Mahatma Gandhi during the non-violent Indian Independence movement.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/296\\/sightseeing\\/15714_statue_of_unity_sardar_patel-U205730969126CB--621x414@LiveMint.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23886,\"Title\":\"Sardar Sarovar Dam Narmada View\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;p class=&quot;mbr-text&quot; style=&quot;margin: 0cm 0cm 0.0001pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif letter-spacing: 0.4pt&quot;&gt;The Sardar Sarovar Dam is the world&rsquo;s second-largest\\r\\nconcrete gravity dam, located on the mighty Narmada river near the Statue of\\r\\nUnity.&lt;br style=&quot;outline: none&quot;&gt;Taking 56 years to complete, the Sardar Sarovar Dam provides electricity,\\r\\ndrinking, and irrigation water to four states in India including Gujarat,\\r\\nMadhya Pradesh, Maharashtra, and Rajasthan.&lt;br style=&quot;outline: none&quot;&gt;Access to Sardar Sarovar Dam Viewpoints is included in all Statue of Unity\\r\\ntickets. A must-visit place for nature lovers, visit the Sardar Sarovar Dam\\r\\nviewpoints to be surrounded by a vast expanse of mountains and forests alongside\\r\\ncalm Narmada river waters.&lt;br style=&quot;outline: none&quot;&gt;With a few tea and snack shops in the vicinity that accept only cash, the\\r\\nSardar Sarovar Dam viewpoints offer a great location for a sun-set picnic,\\r\\nbefore heading back to the Statue of Unity for the laser show at 7 pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8321802,\"Long\":73.7469882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644928868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23849,\"Title\":\"Valley of Flowers\",\"Description\":\"&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family:&quot;Arial&quot;,sans-serifmso-ascii-theme-font:minor-bidi\\r\\nmso-hansi-theme-font:minor-bidimso-bidi-theme-font:minor-bidi&quot;&gt;The Valley of\\r\\nFlowers (also known as Bharat Van), is spread across 24 acres of land and is a\\r\\nhaven for colourful flowering plants along the bank of river Narmada. The\\r\\nValley of Flower began with&nbsp;48,000&nbsp;plants in 2016 and has now reached\\r\\nup to&nbsp;22,00,000&nbsp;plants. Besides the parks, several photo booths and\\r\\nselfie points have been developed to take back fond memories of the visit. The\\r\\nspot resembles a rainbow of flowers setup on earth.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif&quot;&gt;More\\r\\nthan 300 types of flowers are grown in this garden. A right blend of ornamental\\r\\nflowers, trees, shrubs, herbs, climbers and creepers are planted along with\\r\\nvarious shades of foliage, which forms the green cover in this area. The\\r\\namalgamation of these species makes this small area enchanting, flamboyant and\\r\\nintriguing. The picturesque site and an enthralling view of the Statue of Unity\\r\\ncertainly captivate the visitors always. This vibrant landscape is also a site\\r\\nfor a charismatic flower show every winters.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8333579,\"Long\":73.7338621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644908103.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24192,\"Title\":\"Poshina\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;&lt;span lang=&quot;EN-US&quot;&gt;Poshina&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;(Ratanpur) is a town in Poshina Taluka in &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Sabarkantha District&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Gujarat&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;state, India. It is located in the\\r\\nnorthernmost side of Sabarkantha district, 70&nbsp;km from &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Idar.&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;The town is a famous for its tribal\\r\\nshrines, Jain temples and an old &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Shiva&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;temple.&lt;\\/span&gt;&nbsp;There are white\\r\\nsandstone Jain temples of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Parshwanath&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Neminath&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, measuring 150 feet long by 140 broad and 26 high.&nbsp;A\\r\\nfew weeks after Holi&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;festival, there are arranged the&nbsp;&lt;\\/span&gt;Chitra\\r\\nVichitra Fair&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;at nearby place namely Gunbhakari.&lt;\\/span&gt; There\\r\\nare lives many tribal community such as &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Rabaris&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Bhils&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Garasias&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;. The Garasia are known for their colorful attire,\\r\\nthe Rabaris for their silver ornaments and the Bhils are for arrow making.&lt;\\/span&gt;&lt;\\/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt&quot;&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21939,\"CityName\":\"Poshina\",\"Lat\":24.3675742,\"Long\":73.0316727,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21939\\/sightseeing\\/6135_1645697417.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24102,\"Title\":\"Little Rann Of Kutch-Wild Ass Sanctuary\",\"Description\":\"&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The Wild Ass Sanctuary at Little Rann of Kutch (LRK) is located in Western India in the State of Gujarat. The prime attraction of India&#039;s fourth largest sanctuary is the Wild Ass, that gallops across the flat terrain of Little Rann of Kutch (LRK).India&#039;s fourth largest protected area, the Wild Ass Sanctuary has been carved out to protect the unique flora, fauna and ecosystem of the LRK.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;a species which has several characteristics similar to that of horses and donkeys.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;However, this area is like a treasure trove of nature which has been safekeeping a range of nature&#039;s bounties for all the visitors and tourists.The Sanctuary includes the LRK and its fringe areas. It is the only home to the last of the Indian Wild Ass, which has population of around 6,082The joy of being a part of the nature teeming with life is immense. The Sanctuary spread over 4,953 sq km in the salty and barren landscape of Little Rann of Kutch, is a tribute to the nature and environment in which we are an integral part&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Very unique to this Rann, are the shrubs and wetlands, as well as the colonies of flamingos, which make it one of the rarest sites on earth. Established in 1973, under the Wildlife Protection Act, the WildAss Sanctuary protects the endangered ( Schedule - I) and endemic Indian Wild Ass ( Equus Hemionus Khur ) popularly known as Ghudkhur.Interestingly, this animal has its only gene pool in the LRK. This biogeographical region is a part of Desert, but is unlike the neighbouring sandy desert in Rajasathan or elsewhere in the world.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The star attraction of the nature&#039;s gala show which is going on in this quiet corner since ages, is the swift and exotic spicies, Wild Ass. This animal, known for its gait, gallop and ability to withstand the extremities of nature and has been attracting thousands of tourists from the world.This sanctuary is home to nearly 6,082 Indian Wild Asses which resemble a horse and a donkey both! No wonder that the animal shares some of the traits of both these animals, which gives it a unique significance.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;LRK has a variety of avifauna ! Some of the most important bird species includes Lesser and Greater Flamingoes, White Pelican, Common Crane, Falcons, Harriers and Houbara Bustard. Also, there are numerous species of mammals found in LRK. Indian Wildass, Bluebull, Indian Wolf, Indian Fox, Desert Fox, Jackal, Striped Hyena, Wild boar, Jungle Cat as well as Chinkara and Blackbuck.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.1443682,\"Long\":71.210117,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645515959.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24069,\"Title\":\"Modhera Sun Temple\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Modhera is an ideal destination for being away from the hustle-bustle of city life for a day. The unruffled peaceful landscape and the majestically welcoming temple complex will ensure to take you away from the mundane routines of daily life to the glorious times back in the Golden Age.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;As you enter the historical complex, you first come across the magnificent kund known as the Ramakund, built in rectangular shape containing 108 shrines to various gods and demi-gods. Check out the three main shrines positioned on the three sides of the kund, dedicated to Ganesh and Vishnu and an image of Lord Shiva dancing the &lsquo;tandav&rsquo; facing the temple of the sun which covers the fourth side. Various shrines showcasing different mudras are arrayed along the staggered configuration of steps leading down to the base of the &lsquo;Kund&rsquo;. Try following the rhythmic ups and downs of the steps&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Walk up the steps to the &lsquo;Sabha Mandap&rsquo; or the assembly and convene with sculpted renderings of twelve &lsquo;Adityas&rsquo; (another name for the sun god). The twelve representations carved on the pillars represent the sun according to the twelve months. It is believed that these &lsquo;Adityas&rsquo; are the base myth to the temple of sun, the legend imparts Aditya&rsquo;s to be sons of &lsquo;Aditi&rsquo;, the goddess of Infinity and the constant within the inter-connectedness of the universe.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;If you love listening to stories, make sure you find the purohit or priest who has been taking care of the temple, and stays close to the vicinity. Request him to narrate or explain the tales and sequences from epics and legends which are carved on the 52 pillars adding grace and poise to the temple section. Even if you do not find him around, do go through the carved murals which serve as a virtual encyclopedia of history of communities, lessons in mortality, deions of fairs and festivals and rituals of the golden era. If time permits may be you can examine each panel in turn and witness the intricate details encompassing the panels speaking and sharing about their costumes, jewelry, performing arts, erotica and the intensely enigmatic art of making love, medicinal plants, and the pharmacopoeia etched in stone.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;After witnessing and traveling across time with the raconteur figurines, a visit to the Garbhagruha&nbsp;will definitely feel as a spiritual experience. The statue of the sun god no longer exists and the Suryavanshi Solanki&rsquo;s have been scattered into the dust of history since a thousand years but still on the day of the Equinox, one can almost hear the chanting of the prayers, the aroma of incense, the tinkling of bells as the sharp, linear rays of the sun illuminate the inner core of life and light.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36592,\"CityName\":\"Mehsana\",\"Lat\":23.5834946,\"Long\":72.1329669,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36592\\/sightseeing\\/6135_1645441761.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24070,\"Title\":\"Rani Ki Vav\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The only real sign of Patan&rsquo;s former glory is this astoundingly beautiful step-well. Located on the banks of the Saraswati River, this is one of the oldest and finest stepwells in Gujarat and is remarkably preserved. Steps lead down through multiple levels with lines of carved pillars and more than 800 sculptures, mostly on Vishnu-avatar themes, as well as striking geometric patterns. The stepwell is made in the form of an inverted temple. It showcases superior craftsmanship of the era, and the unique Maru-Gurjara architectural style and houses sculptures similar to the Vimalavasahi temple in Mount Abu and Sun temple at Modhera.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The stepwell was built in 1063 by Rani Udayamati of the Chaulukya Dynasty to commemorate her husband, Bhimdev I. A 1304 composition of Jain monk, Merutunga, mentions that Udayamati, the daughter of Naravaraha Khangara, built this stepwell at Patan. The same composition also mentions that the stepwell was commissioned in 1063 and was completed after 20 years. Archeologists Henry Cousens and James Burgess visited it in 1890s when it was completely buried under silt and only the shaft and few pillars were visible. The stepwell was rediscovered in 1940s, and the Archeological Survey of India restored it in 1980s. The stepwell has been listed as one of UNESCO&#039;s World Heritage Sites since 2014.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34510,\"CityName\":\"Patan\",\"Lat\":23.858924,\"Long\":72.101933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34510\\/sightseeing\\/6135_1645442400.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24203,\"Title\":\"Jeep Safari\",\"Description\":\"&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;The Wild Ass Sanctuary, home to the last of the Indian\\r\\nwild ass, is the largest wildlife sanctuary in India. It&#039;s spread over almost\\r\\n5,000 square kilometers. The unusual, vast terrain is a salt marsh that\\r\\nfeatures barren mudflats dotted with small islands (locally known as&nbsp;&lt;em&gt;bets).&lt;\\/em&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;A jeep safari is the best way to explore the Little\\r\\nRann and Sanctuary, with early mornings being optimal for wildlife. Afternoon\\r\\nsafaris are conducted too.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin: 1rem letter-spacing: 0.007rem counter-reset: section 0&quot; id=&quot;mntl-sc-block_1-0-27&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;Permits are required for the Rann, although it&#039;s\\r\\npossible to go in and out from the many unofficial entry and exit points.\\r\\nYou&#039;ll be fined heavily (20,000 rupees) if caught without a permit though!\\r\\nPatrol cars do drive around and check vehicles. The permits can be obtained\\r\\nfrom the forest department at Dhrangadhra and Bajana. Most accommodations\\r\\nprovide jeep safaris and will take care of the permit arrangements.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.3263713,\"Long\":71.827114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698513.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24201,\"Title\":\"Little Rann Of Kutch\",\"Description\":\"&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The Little\\r\\nRann is one of its own kind of landscapes in the entire world with an area of\\r\\nover 5000 sq. km. It is a vast unbroken bare flat land, encrusted with salts\\r\\nwhich transforms into a spectacular coastal wetland after the monsoon. This\\r\\nregion is hence very famous for its unique salt-pans where salt is harvested by\\r\\nlocal tribes known as &ldquo;Agariyas&rdquo;.&rdquo;Agar&rdquo; in local language means salt.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The little\\r\\nrann of kutch is home to world&rsquo;s only remaining population of Khur &ndash; Asiatic\\r\\nWild Ass. Apart from the UNESCO Heritage Site&nbsp;and\\r\\nworld&rsquo;s only Wild Ass Sanctuary, the little rann is also a natural breeding\\r\\nplace for Indian Flamingos and many other local, Asiatic and migratory species.\\r\\nHere the sea water (tidal water) from the Gulf of Kutch mixes with the\\r\\nfreshwater discharged from streams and rivers during monsoon, making it an\\r\\nimportant spawning ground for prawns.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;Kutch has\\r\\nsurvived all kinds of disasters, such that the world has never seen. Whether it\\r\\nwas the mighty earthquake, or the mud merging with the Sea. It has survived it\\r\\nall. Historically, scientists believe that all research points to the fact that\\r\\nthe Mud Desert was once a part of the Arabian Sea a few centuries ago. Even\\r\\ntoday, you can see destroyed ports, parts of a light hours, docking ship points\\r\\nand more in villages like Jinjhwada, Khod and Tikar.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.7337326,\"Long\":69.8597406,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698284.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24204,\"Title\":\"Banni\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Banni is a larger area of Khavda tehasil (block) of Kutch district of Gujarat state in India. There are 40 villages situated in the Banni area. Dhordo village has been situated as a last village in the area. There are such villages as they have only 15 houses at all. Such fifteen-odd houses having livestock of approximately 600 to 800 in are considered small villages. And now as for the village Dhordo, it has had 70 houses, having 450 odd population of communities of Mutva (90), Sheikh (8), and Harijan (2) involved in doing the jobs of various handicrafts popularly well know as &lsquo;Banni Handicrafts&rsquo; which have become famous world across. Here the minutes of minute and expensive embroideries and mud work are done. Their craftsmanship and artistic works are so much excellent that craftsmen\\/artists have been honoured by national awards. These people subsist and depend mainly on doing mud works, godadi works (very small quilts), patch &ndash; works, hand made embroideries as craftsmen and others on livestock as pastoralists (Maldharis). Inspite of being a last remote village in the Banni area, Dhordo has assumed the status of a high &ndash; tech village, having the facilities of ATM being run on the solar system, a higher secondary school with latest computers. Thus Dhordo stands out as a model village in Kutch, attracting the industry like Bromine industry and tourism. A solar plant covering the whole village for adequate power &ndash; supply for it has been installed. Not only this but as for the water &ndash; supply particularly the drinking water, it has been managed by the filtration of the collected water of the pond, which is maintained and becomes useful in the critical situation of shortage of water in summer.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699324.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24101,\"Title\":\"Dhordo Village\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Dhordo Village is set on the edge of Indo - Pak border, north of Bhuj and is renowned for its White desert, bird watching and craft villages. Kutch Ranotsav (Dec - Jan) has made Dhordo a renowned destination. Dhordo also provides excellent opportunity for guests for bird watching around the area in winter (Oct - March) when a lot of Migratory birds arrive for nesting villages around here is where experiential travellers arrive for visiting craft villages.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645445481.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24216,\"Title\":\"Ludiya Village\",\"Description\":\"&lt;div class=&quot;comment more&quot; id=&quot;s_short_desc61&quot; style=&quot;font-size: 16px&quot;&gt;Ludiya Village, with population of 2009 is Bhuj sub district&#039;s the 40th most populous village, located in Bhuj sub district of Kachchh district in the state Gujarat in India. Total geographical area of Ludiya village is 37 km2 and it is the 11th biggest village by area in the sub district. Population density of the village is 54 persons per km2.&lt;\\/div&gt;&lt;div&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.8292673,\"Long\":69.7361393,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699533.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null}]}},{\"CityId\":296,\"Title\":\"Ahmedabad\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":495684,\"Name\":\"Central Inn\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.0679127\",\"Long\":\"72.58100759999999\",\"Address\":\"132ft Ring Road, RTO Cir, Sastri Nagar, Hridaya Kunj, Old Wadaj, Ahmedabad, Gujarat 380027, India\"},\"Images\":[],\"CityId\":296,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":296,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24191,\"Title\":\"Champaner-Pavagadh Archaeological Park\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;A UNESCO Heritage site, Champaner and Pavagadh are often clubbed together as one of the most engaging historical attractions of Gujarat. Pavagadh stands on top of the hill that looks over the sprawl of monuments at the base in Champaner. The duo makes a rich heritage site dotted with forts, mosques, monuments, tombs, arches, temples, step-wells and fortresses from 8th to 14th century. Today, throngs of pilgrims ascend Pavagadh to worship at the important Kalikamata Temple, dedicated to the goddess Kali, who sits atop the summit. Champaner is the only unchanged Islamic-Mughal city over the centuries, offering an authentic flavour of architecture of the era. Juxtaposed to this is the Kalika Mata Temple on the Pavagadh Hill, where thousands congregate during Navratris.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;At the heart of Champaner, is the Citadel, whose most impressive features are its 16th-century monumental mosques (no longer used for worship), with their beautiful blending of Islamic and Hindu architecture. The huge Jami Masjid, just outside the Citadel&rsquo;s east gate, boasts of a wonderful carved entrance porch that leads into a lovely courtyard surrounded by a pillared corridor. The prayer hall has two tall central minarets, further superb stone carving, multiple domes, finely latticed windows and seven&nbsp;&lt;span style=&quot;margin: 0px padding: 0px border: 0px outline: 0px vertical-align: baseline background: transparent&quot;&gt;mihrabs&lt;\\/span&gt;&nbsp;(prayer niches) along the back wall.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Other beautiful mosques include the Saher ki Masjid, behind the ticket office inside the Citadel, which was probably the private royal mosque, and the Kevda Masjid, 300m north of the Citadel and about 600m west of the Jami Masjid. Here you can climb narrow stairs to the roof, and higher up the minarets, to spot other mosques even further out into the countryside &ndash; Nagina Masjid, 500m north, with no minarets but exquisite geometric carving, particularly on the tomb next to it, and Lila Gumbaj ki Masjid, 800m east, on a high platform and with a fluted central dome. The twin minarets resembling factory chimneys, about 1 km west, adorn the Brick Minar ki Masjid, a rare brick tomb.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34479,\"CityName\":\"Champaner\",\"Lat\":22.4846248,\"Long\":73.5324097,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34479\\/sightseeing\\/6135_1645698034.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24190,\"Title\":\"Bhasha Tribal Academy\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;Tejgadh&nbsp;is a village\\r\\nin the &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;Vadodara&lt;\\/span&gt;&nbsp;district of Gujarat, India. It is most noted for its&nbsp;Bhasa\\r\\nResearch Centre&nbsp;(BRC) of which &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;GN Devy&lt;\\/span&gt;&nbsp;is a founder member. The BRC\\r\\nruns the&nbsp;Bhasha Tribal Academy, which is a social service organization\\r\\naiming for the development of local tribals. It also operates a museum\\r\\nshowcasing tribal crafts and library.&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin: 6pt 0cm background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial text-align: start&quot;&gt;&lt;span style=&quot;font-size:10.5ptfont-family:&quot; arial&quot;,sans-serif=&quot;&quot; mso-bidi-font-weight:boldmso-bidi-font-style:italic&quot;=&quot;&quot;&gt;It is the home of the\\r\\nRathwa clan of Adivasis, or Indian tribal people.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28303,\"CityName\":\"Vadodara\",\"Lat\":22.3579913,\"Long\":73.9137535,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28303\\/sightseeing\\/6135_1645697853.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":10009,\"Title\":\"Statue of Unity\",\"Description\":\"The Statue of Unity is a colossal statue of Indian politician and independence activist Sardar Vallabhbhai Patel, who was the first Deputy Prime Minister and Home minister of independent India and the chief adherent of Mahatma Gandhi during the non-violent Indian Independence movement.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/296\\/sightseeing\\/15714_statue_of_unity_sardar_patel-U205730969126CB--621x414@LiveMint.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23886,\"Title\":\"Sardar Sarovar Dam Narmada View\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;p class=&quot;mbr-text&quot; style=&quot;margin: 0cm 0cm 0.0001pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif letter-spacing: 0.4pt&quot;&gt;The Sardar Sarovar Dam is the world&rsquo;s second-largest\\r\\nconcrete gravity dam, located on the mighty Narmada river near the Statue of\\r\\nUnity.&lt;br style=&quot;outline: none&quot;&gt;Taking 56 years to complete, the Sardar Sarovar Dam provides electricity,\\r\\ndrinking, and irrigation water to four states in India including Gujarat,\\r\\nMadhya Pradesh, Maharashtra, and Rajasthan.&lt;br style=&quot;outline: none&quot;&gt;Access to Sardar Sarovar Dam Viewpoints is included in all Statue of Unity\\r\\ntickets. A must-visit place for nature lovers, visit the Sardar Sarovar Dam\\r\\nviewpoints to be surrounded by a vast expanse of mountains and forests alongside\\r\\ncalm Narmada river waters.&lt;br style=&quot;outline: none&quot;&gt;With a few tea and snack shops in the vicinity that accept only cash, the\\r\\nSardar Sarovar Dam viewpoints offer a great location for a sun-set picnic,\\r\\nbefore heading back to the Statue of Unity for the laser show at 7 pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8321802,\"Long\":73.7469882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644928868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23849,\"Title\":\"Valley of Flowers\",\"Description\":\"&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family:&quot;Arial&quot;,sans-serifmso-ascii-theme-font:minor-bidi\\r\\nmso-hansi-theme-font:minor-bidimso-bidi-theme-font:minor-bidi&quot;&gt;The Valley of\\r\\nFlowers (also known as Bharat Van), is spread across 24 acres of land and is a\\r\\nhaven for colourful flowering plants along the bank of river Narmada. The\\r\\nValley of Flower began with&nbsp;48,000&nbsp;plants in 2016 and has now reached\\r\\nup to&nbsp;22,00,000&nbsp;plants. Besides the parks, several photo booths and\\r\\nselfie points have been developed to take back fond memories of the visit. The\\r\\nspot resembles a rainbow of flowers setup on earth.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif&quot;&gt;More\\r\\nthan 300 types of flowers are grown in this garden. A right blend of ornamental\\r\\nflowers, trees, shrubs, herbs, climbers and creepers are planted along with\\r\\nvarious shades of foliage, which forms the green cover in this area. The\\r\\namalgamation of these species makes this small area enchanting, flamboyant and\\r\\nintriguing. The picturesque site and an enthralling view of the Statue of Unity\\r\\ncertainly captivate the visitors always. This vibrant landscape is also a site\\r\\nfor a charismatic flower show every winters.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8333579,\"Long\":73.7338621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644908103.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24192,\"Title\":\"Poshina\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;&lt;span lang=&quot;EN-US&quot;&gt;Poshina&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;(Ratanpur) is a town in Poshina Taluka in &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Sabarkantha District&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Gujarat&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;state, India. It is located in the\\r\\nnorthernmost side of Sabarkantha district, 70&nbsp;km from &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Idar.&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;The town is a famous for its tribal\\r\\nshrines, Jain temples and an old &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Shiva&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;temple.&lt;\\/span&gt;&nbsp;There are white\\r\\nsandstone Jain temples of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Parshwanath&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Neminath&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, measuring 150 feet long by 140 broad and 26 high.&nbsp;A\\r\\nfew weeks after Holi&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;festival, there are arranged the&nbsp;&lt;\\/span&gt;Chitra\\r\\nVichitra Fair&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;at nearby place namely Gunbhakari.&lt;\\/span&gt; There\\r\\nare lives many tribal community such as &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Rabaris&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Bhils&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Garasias&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;. The Garasia are known for their colorful attire,\\r\\nthe Rabaris for their silver ornaments and the Bhils are for arrow making.&lt;\\/span&gt;&lt;\\/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt&quot;&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21939,\"CityName\":\"Poshina\",\"Lat\":24.3675742,\"Long\":73.0316727,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21939\\/sightseeing\\/6135_1645697417.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24102,\"Title\":\"Little Rann Of Kutch-Wild Ass Sanctuary\",\"Description\":\"&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The Wild Ass Sanctuary at Little Rann of Kutch (LRK) is located in Western India in the State of Gujarat. The prime attraction of India&#039;s fourth largest sanctuary is the Wild Ass, that gallops across the flat terrain of Little Rann of Kutch (LRK).India&#039;s fourth largest protected area, the Wild Ass Sanctuary has been carved out to protect the unique flora, fauna and ecosystem of the LRK.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;a species which has several characteristics similar to that of horses and donkeys.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;However, this area is like a treasure trove of nature which has been safekeeping a range of nature&#039;s bounties for all the visitors and tourists.The Sanctuary includes the LRK and its fringe areas. It is the only home to the last of the Indian Wild Ass, which has population of around 6,082The joy of being a part of the nature teeming with life is immense. The Sanctuary spread over 4,953 sq km in the salty and barren landscape of Little Rann of Kutch, is a tribute to the nature and environment in which we are an integral part&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Very unique to this Rann, are the shrubs and wetlands, as well as the colonies of flamingos, which make it one of the rarest sites on earth. Established in 1973, under the Wildlife Protection Act, the WildAss Sanctuary protects the endangered ( Schedule - I) and endemic Indian Wild Ass ( Equus Hemionus Khur ) popularly known as Ghudkhur.Interestingly, this animal has its only gene pool in the LRK. This biogeographical region is a part of Desert, but is unlike the neighbouring sandy desert in Rajasathan or elsewhere in the world.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The star attraction of the nature&#039;s gala show which is going on in this quiet corner since ages, is the swift and exotic spicies, Wild Ass. This animal, known for its gait, gallop and ability to withstand the extremities of nature and has been attracting thousands of tourists from the world.This sanctuary is home to nearly 6,082 Indian Wild Asses which resemble a horse and a donkey both! No wonder that the animal shares some of the traits of both these animals, which gives it a unique significance.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;LRK has a variety of avifauna ! Some of the most important bird species includes Lesser and Greater Flamingoes, White Pelican, Common Crane, Falcons, Harriers and Houbara Bustard. Also, there are numerous species of mammals found in LRK. Indian Wildass, Bluebull, Indian Wolf, Indian Fox, Desert Fox, Jackal, Striped Hyena, Wild boar, Jungle Cat as well as Chinkara and Blackbuck.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.1443682,\"Long\":71.210117,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645515959.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24069,\"Title\":\"Modhera Sun Temple\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Modhera is an ideal destination for being away from the hustle-bustle of city life for a day. The unruffled peaceful landscape and the majestically welcoming temple complex will ensure to take you away from the mundane routines of daily life to the glorious times back in the Golden Age.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;As you enter the historical complex, you first come across the magnificent kund known as the Ramakund, built in rectangular shape containing 108 shrines to various gods and demi-gods. Check out the three main shrines positioned on the three sides of the kund, dedicated to Ganesh and Vishnu and an image of Lord Shiva dancing the &lsquo;tandav&rsquo; facing the temple of the sun which covers the fourth side. Various shrines showcasing different mudras are arrayed along the staggered configuration of steps leading down to the base of the &lsquo;Kund&rsquo;. Try following the rhythmic ups and downs of the steps&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Walk up the steps to the &lsquo;Sabha Mandap&rsquo; or the assembly and convene with sculpted renderings of twelve &lsquo;Adityas&rsquo; (another name for the sun god). The twelve representations carved on the pillars represent the sun according to the twelve months. It is believed that these &lsquo;Adityas&rsquo; are the base myth to the temple of sun, the legend imparts Aditya&rsquo;s to be sons of &lsquo;Aditi&rsquo;, the goddess of Infinity and the constant within the inter-connectedness of the universe.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;If you love listening to stories, make sure you find the purohit or priest who has been taking care of the temple, and stays close to the vicinity. Request him to narrate or explain the tales and sequences from epics and legends which are carved on the 52 pillars adding grace and poise to the temple section. Even if you do not find him around, do go through the carved murals which serve as a virtual encyclopedia of history of communities, lessons in mortality, deions of fairs and festivals and rituals of the golden era. If time permits may be you can examine each panel in turn and witness the intricate details encompassing the panels speaking and sharing about their costumes, jewelry, performing arts, erotica and the intensely enigmatic art of making love, medicinal plants, and the pharmacopoeia etched in stone.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;After witnessing and traveling across time with the raconteur figurines, a visit to the Garbhagruha&nbsp;will definitely feel as a spiritual experience. The statue of the sun god no longer exists and the Suryavanshi Solanki&rsquo;s have been scattered into the dust of history since a thousand years but still on the day of the Equinox, one can almost hear the chanting of the prayers, the aroma of incense, the tinkling of bells as the sharp, linear rays of the sun illuminate the inner core of life and light.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36592,\"CityName\":\"Mehsana\",\"Lat\":23.5834946,\"Long\":72.1329669,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36592\\/sightseeing\\/6135_1645441761.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24070,\"Title\":\"Rani Ki Vav\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The only real sign of Patan&rsquo;s former glory is this astoundingly beautiful step-well. Located on the banks of the Saraswati River, this is one of the oldest and finest stepwells in Gujarat and is remarkably preserved. Steps lead down through multiple levels with lines of carved pillars and more than 800 sculptures, mostly on Vishnu-avatar themes, as well as striking geometric patterns. The stepwell is made in the form of an inverted temple. It showcases superior craftsmanship of the era, and the unique Maru-Gurjara architectural style and houses sculptures similar to the Vimalavasahi temple in Mount Abu and Sun temple at Modhera.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The stepwell was built in 1063 by Rani Udayamati of the Chaulukya Dynasty to commemorate her husband, Bhimdev I. A 1304 composition of Jain monk, Merutunga, mentions that Udayamati, the daughter of Naravaraha Khangara, built this stepwell at Patan. The same composition also mentions that the stepwell was commissioned in 1063 and was completed after 20 years. Archeologists Henry Cousens and James Burgess visited it in 1890s when it was completely buried under silt and only the shaft and few pillars were visible. The stepwell was rediscovered in 1940s, and the Archeological Survey of India restored it in 1980s. The stepwell has been listed as one of UNESCO&#039;s World Heritage Sites since 2014.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34510,\"CityName\":\"Patan\",\"Lat\":23.858924,\"Long\":72.101933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34510\\/sightseeing\\/6135_1645442400.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24203,\"Title\":\"Jeep Safari\",\"Description\":\"&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;The Wild Ass Sanctuary, home to the last of the Indian\\r\\nwild ass, is the largest wildlife sanctuary in India. It&#039;s spread over almost\\r\\n5,000 square kilometers. The unusual, vast terrain is a salt marsh that\\r\\nfeatures barren mudflats dotted with small islands (locally known as&nbsp;&lt;em&gt;bets).&lt;\\/em&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;A jeep safari is the best way to explore the Little\\r\\nRann and Sanctuary, with early mornings being optimal for wildlife. Afternoon\\r\\nsafaris are conducted too.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin: 1rem letter-spacing: 0.007rem counter-reset: section 0&quot; id=&quot;mntl-sc-block_1-0-27&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;Permits are required for the Rann, although it&#039;s\\r\\npossible to go in and out from the many unofficial entry and exit points.\\r\\nYou&#039;ll be fined heavily (20,000 rupees) if caught without a permit though!\\r\\nPatrol cars do drive around and check vehicles. The permits can be obtained\\r\\nfrom the forest department at Dhrangadhra and Bajana. Most accommodations\\r\\nprovide jeep safaris and will take care of the permit arrangements.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.3263713,\"Long\":71.827114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698513.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24201,\"Title\":\"Little Rann Of Kutch\",\"Description\":\"&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The Little\\r\\nRann is one of its own kind of landscapes in the entire world with an area of\\r\\nover 5000 sq. km. It is a vast unbroken bare flat land, encrusted with salts\\r\\nwhich transforms into a spectacular coastal wetland after the monsoon. This\\r\\nregion is hence very famous for its unique salt-pans where salt is harvested by\\r\\nlocal tribes known as &ldquo;Agariyas&rdquo;.&rdquo;Agar&rdquo; in local language means salt.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The little\\r\\nrann of kutch is home to world&rsquo;s only remaining population of Khur &ndash; Asiatic\\r\\nWild Ass. Apart from the UNESCO Heritage Site&nbsp;and\\r\\nworld&rsquo;s only Wild Ass Sanctuary, the little rann is also a natural breeding\\r\\nplace for Indian Flamingos and many other local, Asiatic and migratory species.\\r\\nHere the sea water (tidal water) from the Gulf of Kutch mixes with the\\r\\nfreshwater discharged from streams and rivers during monsoon, making it an\\r\\nimportant spawning ground for prawns.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;Kutch has\\r\\nsurvived all kinds of disasters, such that the world has never seen. Whether it\\r\\nwas the mighty earthquake, or the mud merging with the Sea. It has survived it\\r\\nall. Historically, scientists believe that all research points to the fact that\\r\\nthe Mud Desert was once a part of the Arabian Sea a few centuries ago. Even\\r\\ntoday, you can see destroyed ports, parts of a light hours, docking ship points\\r\\nand more in villages like Jinjhwada, Khod and Tikar.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.7337326,\"Long\":69.8597406,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698284.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24204,\"Title\":\"Banni\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Banni is a larger area of Khavda tehasil (block) of Kutch district of Gujarat state in India. There are 40 villages situated in the Banni area. Dhordo village has been situated as a last village in the area. There are such villages as they have only 15 houses at all. Such fifteen-odd houses having livestock of approximately 600 to 800 in are considered small villages. And now as for the village Dhordo, it has had 70 houses, having 450 odd population of communities of Mutva (90), Sheikh (8), and Harijan (2) involved in doing the jobs of various handicrafts popularly well know as &lsquo;Banni Handicrafts&rsquo; which have become famous world across. Here the minutes of minute and expensive embroideries and mud work are done. Their craftsmanship and artistic works are so much excellent that craftsmen\\/artists have been honoured by national awards. These people subsist and depend mainly on doing mud works, godadi works (very small quilts), patch &ndash; works, hand made embroideries as craftsmen and others on livestock as pastoralists (Maldharis). Inspite of being a last remote village in the Banni area, Dhordo has assumed the status of a high &ndash; tech village, having the facilities of ATM being run on the solar system, a higher secondary school with latest computers. Thus Dhordo stands out as a model village in Kutch, attracting the industry like Bromine industry and tourism. A solar plant covering the whole village for adequate power &ndash; supply for it has been installed. Not only this but as for the water &ndash; supply particularly the drinking water, it has been managed by the filtration of the collected water of the pond, which is maintained and becomes useful in the critical situation of shortage of water in summer.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699324.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24101,\"Title\":\"Dhordo Village\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Dhordo Village is set on the edge of Indo - Pak border, north of Bhuj and is renowned for its White desert, bird watching and craft villages. Kutch Ranotsav (Dec - Jan) has made Dhordo a renowned destination. Dhordo also provides excellent opportunity for guests for bird watching around the area in winter (Oct - March) when a lot of Migratory birds arrive for nesting villages around here is where experiential travellers arrive for visiting craft villages.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645445481.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24216,\"Title\":\"Ludiya Village\",\"Description\":\"&lt;div class=&quot;comment more&quot; id=&quot;s_short_desc61&quot; style=&quot;font-size: 16px&quot;&gt;Ludiya Village, with population of 2009 is Bhuj sub district&#039;s the 40th most populous village, located in Bhuj sub district of Kachchh district in the state Gujarat in India. Total geographical area of Ludiya village is 37 km2 and it is the 11th biggest village by area in the sub district. Population density of the village is 54 persons per km2.&lt;\\/div&gt;&lt;div&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.8292673,\"Long\":69.7361393,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699533.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null}]}},{\"CityId\":36792,\"Title\":\"Vadnagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":496329,\"Name\":\"Hotel Toran\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.7919877\",\"Long\":\"72.62745269999999\",\"Address\":\"QJRG+QXW, Government Colony, Vadnagar, Gujarat 384355, India\"},\"Images\":[],\"CityId\":36792,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":36792,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24191,\"Title\":\"Champaner-Pavagadh Archaeological Park\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;A UNESCO Heritage site, Champaner and Pavagadh are often clubbed together as one of the most engaging historical attractions of Gujarat. Pavagadh stands on top of the hill that looks over the sprawl of monuments at the base in Champaner. The duo makes a rich heritage site dotted with forts, mosques, monuments, tombs, arches, temples, step-wells and fortresses from 8th to 14th century. Today, throngs of pilgrims ascend Pavagadh to worship at the important Kalikamata Temple, dedicated to the goddess Kali, who sits atop the summit. Champaner is the only unchanged Islamic-Mughal city over the centuries, offering an authentic flavour of architecture of the era. Juxtaposed to this is the Kalika Mata Temple on the Pavagadh Hill, where thousands congregate during Navratris.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;At the heart of Champaner, is the Citadel, whose most impressive features are its 16th-century monumental mosques (no longer used for worship), with their beautiful blending of Islamic and Hindu architecture. The huge Jami Masjid, just outside the Citadel&rsquo;s east gate, boasts of a wonderful carved entrance porch that leads into a lovely courtyard surrounded by a pillared corridor. The prayer hall has two tall central minarets, further superb stone carving, multiple domes, finely latticed windows and seven&nbsp;&lt;span style=&quot;margin: 0px padding: 0px border: 0px outline: 0px vertical-align: baseline background: transparent&quot;&gt;mihrabs&lt;\\/span&gt;&nbsp;(prayer niches) along the back wall.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Other beautiful mosques include the Saher ki Masjid, behind the ticket office inside the Citadel, which was probably the private royal mosque, and the Kevda Masjid, 300m north of the Citadel and about 600m west of the Jami Masjid. Here you can climb narrow stairs to the roof, and higher up the minarets, to spot other mosques even further out into the countryside &ndash; Nagina Masjid, 500m north, with no minarets but exquisite geometric carving, particularly on the tomb next to it, and Lila Gumbaj ki Masjid, 800m east, on a high platform and with a fluted central dome. The twin minarets resembling factory chimneys, about 1 km west, adorn the Brick Minar ki Masjid, a rare brick tomb.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34479,\"CityName\":\"Champaner\",\"Lat\":22.4846248,\"Long\":73.5324097,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34479\\/sightseeing\\/6135_1645698034.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24190,\"Title\":\"Bhasha Tribal Academy\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;Tejgadh&nbsp;is a village\\r\\nin the &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;Vadodara&lt;\\/span&gt;&nbsp;district of Gujarat, India. It is most noted for its&nbsp;Bhasa\\r\\nResearch Centre&nbsp;(BRC) of which &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;GN Devy&lt;\\/span&gt;&nbsp;is a founder member. The BRC\\r\\nruns the&nbsp;Bhasha Tribal Academy, which is a social service organization\\r\\naiming for the development of local tribals. It also operates a museum\\r\\nshowcasing tribal crafts and library.&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin: 6pt 0cm background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial text-align: start&quot;&gt;&lt;span style=&quot;font-size:10.5ptfont-family:&quot; arial&quot;,sans-serif=&quot;&quot; mso-bidi-font-weight:boldmso-bidi-font-style:italic&quot;=&quot;&quot;&gt;It is the home of the\\r\\nRathwa clan of Adivasis, or Indian tribal people.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28303,\"CityName\":\"Vadodara\",\"Lat\":22.3579913,\"Long\":73.9137535,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28303\\/sightseeing\\/6135_1645697853.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":10009,\"Title\":\"Statue of Unity\",\"Description\":\"The Statue of Unity is a colossal statue of Indian politician and independence activist Sardar Vallabhbhai Patel, who was the first Deputy Prime Minister and Home minister of independent India and the chief adherent of Mahatma Gandhi during the non-violent Indian Independence movement.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/296\\/sightseeing\\/15714_statue_of_unity_sardar_patel-U205730969126CB--621x414@LiveMint.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23886,\"Title\":\"Sardar Sarovar Dam Narmada View\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;p class=&quot;mbr-text&quot; style=&quot;margin: 0cm 0cm 0.0001pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif letter-spacing: 0.4pt&quot;&gt;The Sardar Sarovar Dam is the world&rsquo;s second-largest\\r\\nconcrete gravity dam, located on the mighty Narmada river near the Statue of\\r\\nUnity.&lt;br style=&quot;outline: none&quot;&gt;Taking 56 years to complete, the Sardar Sarovar Dam provides electricity,\\r\\ndrinking, and irrigation water to four states in India including Gujarat,\\r\\nMadhya Pradesh, Maharashtra, and Rajasthan.&lt;br style=&quot;outline: none&quot;&gt;Access to Sardar Sarovar Dam Viewpoints is included in all Statue of Unity\\r\\ntickets. A must-visit place for nature lovers, visit the Sardar Sarovar Dam\\r\\nviewpoints to be surrounded by a vast expanse of mountains and forests alongside\\r\\ncalm Narmada river waters.&lt;br style=&quot;outline: none&quot;&gt;With a few tea and snack shops in the vicinity that accept only cash, the\\r\\nSardar Sarovar Dam viewpoints offer a great location for a sun-set picnic,\\r\\nbefore heading back to the Statue of Unity for the laser show at 7 pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8321802,\"Long\":73.7469882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644928868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23849,\"Title\":\"Valley of Flowers\",\"Description\":\"&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family:&quot;Arial&quot;,sans-serifmso-ascii-theme-font:minor-bidi\\r\\nmso-hansi-theme-font:minor-bidimso-bidi-theme-font:minor-bidi&quot;&gt;The Valley of\\r\\nFlowers (also known as Bharat Van), is spread across 24 acres of land and is a\\r\\nhaven for colourful flowering plants along the bank of river Narmada. The\\r\\nValley of Flower began with&nbsp;48,000&nbsp;plants in 2016 and has now reached\\r\\nup to&nbsp;22,00,000&nbsp;plants. Besides the parks, several photo booths and\\r\\nselfie points have been developed to take back fond memories of the visit. The\\r\\nspot resembles a rainbow of flowers setup on earth.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif&quot;&gt;More\\r\\nthan 300 types of flowers are grown in this garden. A right blend of ornamental\\r\\nflowers, trees, shrubs, herbs, climbers and creepers are planted along with\\r\\nvarious shades of foliage, which forms the green cover in this area. The\\r\\namalgamation of these species makes this small area enchanting, flamboyant and\\r\\nintriguing. The picturesque site and an enthralling view of the Statue of Unity\\r\\ncertainly captivate the visitors always. This vibrant landscape is also a site\\r\\nfor a charismatic flower show every winters.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8333579,\"Long\":73.7338621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644908103.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24192,\"Title\":\"Poshina\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;&lt;span lang=&quot;EN-US&quot;&gt;Poshina&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;(Ratanpur) is a town in Poshina Taluka in &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Sabarkantha District&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Gujarat&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;state, India. It is located in the\\r\\nnorthernmost side of Sabarkantha district, 70&nbsp;km from &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Idar.&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;The town is a famous for its tribal\\r\\nshrines, Jain temples and an old &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Shiva&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;temple.&lt;\\/span&gt;&nbsp;There are white\\r\\nsandstone Jain temples of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Parshwanath&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Neminath&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, measuring 150 feet long by 140 broad and 26 high.&nbsp;A\\r\\nfew weeks after Holi&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;festival, there are arranged the&nbsp;&lt;\\/span&gt;Chitra\\r\\nVichitra Fair&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;at nearby place namely Gunbhakari.&lt;\\/span&gt; There\\r\\nare lives many tribal community such as &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Rabaris&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Bhils&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Garasias&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;. The Garasia are known for their colorful attire,\\r\\nthe Rabaris for their silver ornaments and the Bhils are for arrow making.&lt;\\/span&gt;&lt;\\/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt&quot;&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21939,\"CityName\":\"Poshina\",\"Lat\":24.3675742,\"Long\":73.0316727,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21939\\/sightseeing\\/6135_1645697417.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24102,\"Title\":\"Little Rann Of Kutch-Wild Ass Sanctuary\",\"Description\":\"&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The Wild Ass Sanctuary at Little Rann of Kutch (LRK) is located in Western India in the State of Gujarat. The prime attraction of India&#039;s fourth largest sanctuary is the Wild Ass, that gallops across the flat terrain of Little Rann of Kutch (LRK).India&#039;s fourth largest protected area, the Wild Ass Sanctuary has been carved out to protect the unique flora, fauna and ecosystem of the LRK.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;a species which has several characteristics similar to that of horses and donkeys.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;However, this area is like a treasure trove of nature which has been safekeeping a range of nature&#039;s bounties for all the visitors and tourists.The Sanctuary includes the LRK and its fringe areas. It is the only home to the last of the Indian Wild Ass, which has population of around 6,082The joy of being a part of the nature teeming with life is immense. The Sanctuary spread over 4,953 sq km in the salty and barren landscape of Little Rann of Kutch, is a tribute to the nature and environment in which we are an integral part&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Very unique to this Rann, are the shrubs and wetlands, as well as the colonies of flamingos, which make it one of the rarest sites on earth. Established in 1973, under the Wildlife Protection Act, the WildAss Sanctuary protects the endangered ( Schedule - I) and endemic Indian Wild Ass ( Equus Hemionus Khur ) popularly known as Ghudkhur.Interestingly, this animal has its only gene pool in the LRK. This biogeographical region is a part of Desert, but is unlike the neighbouring sandy desert in Rajasathan or elsewhere in the world.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The star attraction of the nature&#039;s gala show which is going on in this quiet corner since ages, is the swift and exotic spicies, Wild Ass. This animal, known for its gait, gallop and ability to withstand the extremities of nature and has been attracting thousands of tourists from the world.This sanctuary is home to nearly 6,082 Indian Wild Asses which resemble a horse and a donkey both! No wonder that the animal shares some of the traits of both these animals, which gives it a unique significance.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;LRK has a variety of avifauna ! Some of the most important bird species includes Lesser and Greater Flamingoes, White Pelican, Common Crane, Falcons, Harriers and Houbara Bustard. Also, there are numerous species of mammals found in LRK. Indian Wildass, Bluebull, Indian Wolf, Indian Fox, Desert Fox, Jackal, Striped Hyena, Wild boar, Jungle Cat as well as Chinkara and Blackbuck.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.1443682,\"Long\":71.210117,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645515959.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24069,\"Title\":\"Modhera Sun Temple\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Modhera is an ideal destination for being away from the hustle-bustle of city life for a day. The unruffled peaceful landscape and the majestically welcoming temple complex will ensure to take you away from the mundane routines of daily life to the glorious times back in the Golden Age.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;As you enter the historical complex, you first come across the magnificent kund known as the Ramakund, built in rectangular shape containing 108 shrines to various gods and demi-gods. Check out the three main shrines positioned on the three sides of the kund, dedicated to Ganesh and Vishnu and an image of Lord Shiva dancing the &lsquo;tandav&rsquo; facing the temple of the sun which covers the fourth side. Various shrines showcasing different mudras are arrayed along the staggered configuration of steps leading down to the base of the &lsquo;Kund&rsquo;. Try following the rhythmic ups and downs of the steps&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Walk up the steps to the &lsquo;Sabha Mandap&rsquo; or the assembly and convene with sculpted renderings of twelve &lsquo;Adityas&rsquo; (another name for the sun god). The twelve representations carved on the pillars represent the sun according to the twelve months. It is believed that these &lsquo;Adityas&rsquo; are the base myth to the temple of sun, the legend imparts Aditya&rsquo;s to be sons of &lsquo;Aditi&rsquo;, the goddess of Infinity and the constant within the inter-connectedness of the universe.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;If you love listening to stories, make sure you find the purohit or priest who has been taking care of the temple, and stays close to the vicinity. Request him to narrate or explain the tales and sequences from epics and legends which are carved on the 52 pillars adding grace and poise to the temple section. Even if you do not find him around, do go through the carved murals which serve as a virtual encyclopedia of history of communities, lessons in mortality, deions of fairs and festivals and rituals of the golden era. If time permits may be you can examine each panel in turn and witness the intricate details encompassing the panels speaking and sharing about their costumes, jewelry, performing arts, erotica and the intensely enigmatic art of making love, medicinal plants, and the pharmacopoeia etched in stone.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;After witnessing and traveling across time with the raconteur figurines, a visit to the Garbhagruha&nbsp;will definitely feel as a spiritual experience. The statue of the sun god no longer exists and the Suryavanshi Solanki&rsquo;s have been scattered into the dust of history since a thousand years but still on the day of the Equinox, one can almost hear the chanting of the prayers, the aroma of incense, the tinkling of bells as the sharp, linear rays of the sun illuminate the inner core of life and light.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36592,\"CityName\":\"Mehsana\",\"Lat\":23.5834946,\"Long\":72.1329669,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36592\\/sightseeing\\/6135_1645441761.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24070,\"Title\":\"Rani Ki Vav\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The only real sign of Patan&rsquo;s former glory is this astoundingly beautiful step-well. Located on the banks of the Saraswati River, this is one of the oldest and finest stepwells in Gujarat and is remarkably preserved. Steps lead down through multiple levels with lines of carved pillars and more than 800 sculptures, mostly on Vishnu-avatar themes, as well as striking geometric patterns. The stepwell is made in the form of an inverted temple. It showcases superior craftsmanship of the era, and the unique Maru-Gurjara architectural style and houses sculptures similar to the Vimalavasahi temple in Mount Abu and Sun temple at Modhera.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The stepwell was built in 1063 by Rani Udayamati of the Chaulukya Dynasty to commemorate her husband, Bhimdev I. A 1304 composition of Jain monk, Merutunga, mentions that Udayamati, the daughter of Naravaraha Khangara, built this stepwell at Patan. The same composition also mentions that the stepwell was commissioned in 1063 and was completed after 20 years. Archeologists Henry Cousens and James Burgess visited it in 1890s when it was completely buried under silt and only the shaft and few pillars were visible. The stepwell was rediscovered in 1940s, and the Archeological Survey of India restored it in 1980s. The stepwell has been listed as one of UNESCO&#039;s World Heritage Sites since 2014.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34510,\"CityName\":\"Patan\",\"Lat\":23.858924,\"Long\":72.101933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34510\\/sightseeing\\/6135_1645442400.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24203,\"Title\":\"Jeep Safari\",\"Description\":\"&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;The Wild Ass Sanctuary, home to the last of the Indian\\r\\nwild ass, is the largest wildlife sanctuary in India. It&#039;s spread over almost\\r\\n5,000 square kilometers. The unusual, vast terrain is a salt marsh that\\r\\nfeatures barren mudflats dotted with small islands (locally known as&nbsp;&lt;em&gt;bets).&lt;\\/em&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;A jeep safari is the best way to explore the Little\\r\\nRann and Sanctuary, with early mornings being optimal for wildlife. Afternoon\\r\\nsafaris are conducted too.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin: 1rem letter-spacing: 0.007rem counter-reset: section 0&quot; id=&quot;mntl-sc-block_1-0-27&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;Permits are required for the Rann, although it&#039;s\\r\\npossible to go in and out from the many unofficial entry and exit points.\\r\\nYou&#039;ll be fined heavily (20,000 rupees) if caught without a permit though!\\r\\nPatrol cars do drive around and check vehicles. The permits can be obtained\\r\\nfrom the forest department at Dhrangadhra and Bajana. Most accommodations\\r\\nprovide jeep safaris and will take care of the permit arrangements.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.3263713,\"Long\":71.827114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698513.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24201,\"Title\":\"Little Rann Of Kutch\",\"Description\":\"&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The Little\\r\\nRann is one of its own kind of landscapes in the entire world with an area of\\r\\nover 5000 sq. km. It is a vast unbroken bare flat land, encrusted with salts\\r\\nwhich transforms into a spectacular coastal wetland after the monsoon. This\\r\\nregion is hence very famous for its unique salt-pans where salt is harvested by\\r\\nlocal tribes known as &ldquo;Agariyas&rdquo;.&rdquo;Agar&rdquo; in local language means salt.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The little\\r\\nrann of kutch is home to world&rsquo;s only remaining population of Khur &ndash; Asiatic\\r\\nWild Ass. Apart from the UNESCO Heritage Site&nbsp;and\\r\\nworld&rsquo;s only Wild Ass Sanctuary, the little rann is also a natural breeding\\r\\nplace for Indian Flamingos and many other local, Asiatic and migratory species.\\r\\nHere the sea water (tidal water) from the Gulf of Kutch mixes with the\\r\\nfreshwater discharged from streams and rivers during monsoon, making it an\\r\\nimportant spawning ground for prawns.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;Kutch has\\r\\nsurvived all kinds of disasters, such that the world has never seen. Whether it\\r\\nwas the mighty earthquake, or the mud merging with the Sea. It has survived it\\r\\nall. Historically, scientists believe that all research points to the fact that\\r\\nthe Mud Desert was once a part of the Arabian Sea a few centuries ago. Even\\r\\ntoday, you can see destroyed ports, parts of a light hours, docking ship points\\r\\nand more in villages like Jinjhwada, Khod and Tikar.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.7337326,\"Long\":69.8597406,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698284.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24204,\"Title\":\"Banni\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Banni is a larger area of Khavda tehasil (block) of Kutch district of Gujarat state in India. There are 40 villages situated in the Banni area. Dhordo village has been situated as a last village in the area. There are such villages as they have only 15 houses at all. Such fifteen-odd houses having livestock of approximately 600 to 800 in are considered small villages. And now as for the village Dhordo, it has had 70 houses, having 450 odd population of communities of Mutva (90), Sheikh (8), and Harijan (2) involved in doing the jobs of various handicrafts popularly well know as &lsquo;Banni Handicrafts&rsquo; which have become famous world across. Here the minutes of minute and expensive embroideries and mud work are done. Their craftsmanship and artistic works are so much excellent that craftsmen\\/artists have been honoured by national awards. These people subsist and depend mainly on doing mud works, godadi works (very small quilts), patch &ndash; works, hand made embroideries as craftsmen and others on livestock as pastoralists (Maldharis). Inspite of being a last remote village in the Banni area, Dhordo has assumed the status of a high &ndash; tech village, having the facilities of ATM being run on the solar system, a higher secondary school with latest computers. Thus Dhordo stands out as a model village in Kutch, attracting the industry like Bromine industry and tourism. A solar plant covering the whole village for adequate power &ndash; supply for it has been installed. Not only this but as for the water &ndash; supply particularly the drinking water, it has been managed by the filtration of the collected water of the pond, which is maintained and becomes useful in the critical situation of shortage of water in summer.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699324.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24101,\"Title\":\"Dhordo Village\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Dhordo Village is set on the edge of Indo - Pak border, north of Bhuj and is renowned for its White desert, bird watching and craft villages. Kutch Ranotsav (Dec - Jan) has made Dhordo a renowned destination. Dhordo also provides excellent opportunity for guests for bird watching around the area in winter (Oct - March) when a lot of Migratory birds arrive for nesting villages around here is where experiential travellers arrive for visiting craft villages.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645445481.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24216,\"Title\":\"Ludiya Village\",\"Description\":\"&lt;div class=&quot;comment more&quot; id=&quot;s_short_desc61&quot; style=&quot;font-size: 16px&quot;&gt;Ludiya Village, with population of 2009 is Bhuj sub district&#039;s the 40th most populous village, located in Bhuj sub district of Kachchh district in the state Gujarat in India. Total geographical area of Ludiya village is 37 km2 and it is the 11th biggest village by area in the sub district. Population density of the village is 54 persons per km2.&lt;\\/div&gt;&lt;div&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.8292673,\"Long\":69.7361393,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699533.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null}]}},{\"CityId\":38093,\"Title\":\"Bajana\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":496276,\"Name\":\"Royal Safari Camp\",\"Star\":\".00\",\"Rating\":\"4.30\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.0881593\",\"Long\":\"71.7670672\",\"Address\":\"Near Wildass Sanctuary, Bajana, Gujarat 382745, India\"},\"Images\":[],\"CityId\":38093,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":38093,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24191,\"Title\":\"Champaner-Pavagadh Archaeological Park\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;A UNESCO Heritage site, Champaner and Pavagadh are often clubbed together as one of the most engaging historical attractions of Gujarat. Pavagadh stands on top of the hill that looks over the sprawl of monuments at the base in Champaner. The duo makes a rich heritage site dotted with forts, mosques, monuments, tombs, arches, temples, step-wells and fortresses from 8th to 14th century. Today, throngs of pilgrims ascend Pavagadh to worship at the important Kalikamata Temple, dedicated to the goddess Kali, who sits atop the summit. Champaner is the only unchanged Islamic-Mughal city over the centuries, offering an authentic flavour of architecture of the era. Juxtaposed to this is the Kalika Mata Temple on the Pavagadh Hill, where thousands congregate during Navratris.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;At the heart of Champaner, is the Citadel, whose most impressive features are its 16th-century monumental mosques (no longer used for worship), with their beautiful blending of Islamic and Hindu architecture. The huge Jami Masjid, just outside the Citadel&rsquo;s east gate, boasts of a wonderful carved entrance porch that leads into a lovely courtyard surrounded by a pillared corridor. The prayer hall has two tall central minarets, further superb stone carving, multiple domes, finely latticed windows and seven&nbsp;&lt;span style=&quot;margin: 0px padding: 0px border: 0px outline: 0px vertical-align: baseline background: transparent&quot;&gt;mihrabs&lt;\\/span&gt;&nbsp;(prayer niches) along the back wall.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Other beautiful mosques include the Saher ki Masjid, behind the ticket office inside the Citadel, which was probably the private royal mosque, and the Kevda Masjid, 300m north of the Citadel and about 600m west of the Jami Masjid. Here you can climb narrow stairs to the roof, and higher up the minarets, to spot other mosques even further out into the countryside &ndash; Nagina Masjid, 500m north, with no minarets but exquisite geometric carving, particularly on the tomb next to it, and Lila Gumbaj ki Masjid, 800m east, on a high platform and with a fluted central dome. The twin minarets resembling factory chimneys, about 1 km west, adorn the Brick Minar ki Masjid, a rare brick tomb.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34479,\"CityName\":\"Champaner\",\"Lat\":22.4846248,\"Long\":73.5324097,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34479\\/sightseeing\\/6135_1645698034.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24190,\"Title\":\"Bhasha Tribal Academy\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;Tejgadh&nbsp;is a village\\r\\nin the &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;Vadodara&lt;\\/span&gt;&nbsp;district of Gujarat, India. It is most noted for its&nbsp;Bhasa\\r\\nResearch Centre&nbsp;(BRC) of which &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;GN Devy&lt;\\/span&gt;&nbsp;is a founder member. The BRC\\r\\nruns the&nbsp;Bhasha Tribal Academy, which is a social service organization\\r\\naiming for the development of local tribals. It also operates a museum\\r\\nshowcasing tribal crafts and library.&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin: 6pt 0cm background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial text-align: start&quot;&gt;&lt;span style=&quot;font-size:10.5ptfont-family:&quot; arial&quot;,sans-serif=&quot;&quot; mso-bidi-font-weight:boldmso-bidi-font-style:italic&quot;=&quot;&quot;&gt;It is the home of the\\r\\nRathwa clan of Adivasis, or Indian tribal people.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28303,\"CityName\":\"Vadodara\",\"Lat\":22.3579913,\"Long\":73.9137535,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28303\\/sightseeing\\/6135_1645697853.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":10009,\"Title\":\"Statue of Unity\",\"Description\":\"The Statue of Unity is a colossal statue of Indian politician and independence activist Sardar Vallabhbhai Patel, who was the first Deputy Prime Minister and Home minister of independent India and the chief adherent of Mahatma Gandhi during the non-violent Indian Independence movement.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/296\\/sightseeing\\/15714_statue_of_unity_sardar_patel-U205730969126CB--621x414@LiveMint.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23886,\"Title\":\"Sardar Sarovar Dam Narmada View\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;p class=&quot;mbr-text&quot; style=&quot;margin: 0cm 0cm 0.0001pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif letter-spacing: 0.4pt&quot;&gt;The Sardar Sarovar Dam is the world&rsquo;s second-largest\\r\\nconcrete gravity dam, located on the mighty Narmada river near the Statue of\\r\\nUnity.&lt;br style=&quot;outline: none&quot;&gt;Taking 56 years to complete, the Sardar Sarovar Dam provides electricity,\\r\\ndrinking, and irrigation water to four states in India including Gujarat,\\r\\nMadhya Pradesh, Maharashtra, and Rajasthan.&lt;br style=&quot;outline: none&quot;&gt;Access to Sardar Sarovar Dam Viewpoints is included in all Statue of Unity\\r\\ntickets. A must-visit place for nature lovers, visit the Sardar Sarovar Dam\\r\\nviewpoints to be surrounded by a vast expanse of mountains and forests alongside\\r\\ncalm Narmada river waters.&lt;br style=&quot;outline: none&quot;&gt;With a few tea and snack shops in the vicinity that accept only cash, the\\r\\nSardar Sarovar Dam viewpoints offer a great location for a sun-set picnic,\\r\\nbefore heading back to the Statue of Unity for the laser show at 7 pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8321802,\"Long\":73.7469882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644928868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23849,\"Title\":\"Valley of Flowers\",\"Description\":\"&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family:&quot;Arial&quot;,sans-serifmso-ascii-theme-font:minor-bidi\\r\\nmso-hansi-theme-font:minor-bidimso-bidi-theme-font:minor-bidi&quot;&gt;The Valley of\\r\\nFlowers (also known as Bharat Van), is spread across 24 acres of land and is a\\r\\nhaven for colourful flowering plants along the bank of river Narmada. The\\r\\nValley of Flower began with&nbsp;48,000&nbsp;plants in 2016 and has now reached\\r\\nup to&nbsp;22,00,000&nbsp;plants. Besides the parks, several photo booths and\\r\\nselfie points have been developed to take back fond memories of the visit. The\\r\\nspot resembles a rainbow of flowers setup on earth.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif&quot;&gt;More\\r\\nthan 300 types of flowers are grown in this garden. A right blend of ornamental\\r\\nflowers, trees, shrubs, herbs, climbers and creepers are planted along with\\r\\nvarious shades of foliage, which forms the green cover in this area. The\\r\\namalgamation of these species makes this small area enchanting, flamboyant and\\r\\nintriguing. The picturesque site and an enthralling view of the Statue of Unity\\r\\ncertainly captivate the visitors always. This vibrant landscape is also a site\\r\\nfor a charismatic flower show every winters.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8333579,\"Long\":73.7338621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644908103.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24192,\"Title\":\"Poshina\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;&lt;span lang=&quot;EN-US&quot;&gt;Poshina&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;(Ratanpur) is a town in Poshina Taluka in &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Sabarkantha District&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Gujarat&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;state, India. It is located in the\\r\\nnorthernmost side of Sabarkantha district, 70&nbsp;km from &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Idar.&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;The town is a famous for its tribal\\r\\nshrines, Jain temples and an old &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Shiva&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;temple.&lt;\\/span&gt;&nbsp;There are white\\r\\nsandstone Jain temples of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Parshwanath&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Neminath&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, measuring 150 feet long by 140 broad and 26 high.&nbsp;A\\r\\nfew weeks after Holi&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;festival, there are arranged the&nbsp;&lt;\\/span&gt;Chitra\\r\\nVichitra Fair&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;at nearby place namely Gunbhakari.&lt;\\/span&gt; There\\r\\nare lives many tribal community such as &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Rabaris&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Bhils&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Garasias&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;. The Garasia are known for their colorful attire,\\r\\nthe Rabaris for their silver ornaments and the Bhils are for arrow making.&lt;\\/span&gt;&lt;\\/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt&quot;&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21939,\"CityName\":\"Poshina\",\"Lat\":24.3675742,\"Long\":73.0316727,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21939\\/sightseeing\\/6135_1645697417.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24102,\"Title\":\"Little Rann Of Kutch-Wild Ass Sanctuary\",\"Description\":\"&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The Wild Ass Sanctuary at Little Rann of Kutch (LRK) is located in Western India in the State of Gujarat. The prime attraction of India&#039;s fourth largest sanctuary is the Wild Ass, that gallops across the flat terrain of Little Rann of Kutch (LRK).India&#039;s fourth largest protected area, the Wild Ass Sanctuary has been carved out to protect the unique flora, fauna and ecosystem of the LRK.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;a species which has several characteristics similar to that of horses and donkeys.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;However, this area is like a treasure trove of nature which has been safekeeping a range of nature&#039;s bounties for all the visitors and tourists.The Sanctuary includes the LRK and its fringe areas. It is the only home to the last of the Indian Wild Ass, which has population of around 6,082The joy of being a part of the nature teeming with life is immense. The Sanctuary spread over 4,953 sq km in the salty and barren landscape of Little Rann of Kutch, is a tribute to the nature and environment in which we are an integral part&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Very unique to this Rann, are the shrubs and wetlands, as well as the colonies of flamingos, which make it one of the rarest sites on earth. Established in 1973, under the Wildlife Protection Act, the WildAss Sanctuary protects the endangered ( Schedule - I) and endemic Indian Wild Ass ( Equus Hemionus Khur ) popularly known as Ghudkhur.Interestingly, this animal has its only gene pool in the LRK. This biogeographical region is a part of Desert, but is unlike the neighbouring sandy desert in Rajasathan or elsewhere in the world.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The star attraction of the nature&#039;s gala show which is going on in this quiet corner since ages, is the swift and exotic spicies, Wild Ass. This animal, known for its gait, gallop and ability to withstand the extremities of nature and has been attracting thousands of tourists from the world.This sanctuary is home to nearly 6,082 Indian Wild Asses which resemble a horse and a donkey both! No wonder that the animal shares some of the traits of both these animals, which gives it a unique significance.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;LRK has a variety of avifauna ! Some of the most important bird species includes Lesser and Greater Flamingoes, White Pelican, Common Crane, Falcons, Harriers and Houbara Bustard. Also, there are numerous species of mammals found in LRK. Indian Wildass, Bluebull, Indian Wolf, Indian Fox, Desert Fox, Jackal, Striped Hyena, Wild boar, Jungle Cat as well as Chinkara and Blackbuck.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.1443682,\"Long\":71.210117,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645515959.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24069,\"Title\":\"Modhera Sun Temple\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Modhera is an ideal destination for being away from the hustle-bustle of city life for a day. The unruffled peaceful landscape and the majestically welcoming temple complex will ensure to take you away from the mundane routines of daily life to the glorious times back in the Golden Age.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;As you enter the historical complex, you first come across the magnificent kund known as the Ramakund, built in rectangular shape containing 108 shrines to various gods and demi-gods. Check out the three main shrines positioned on the three sides of the kund, dedicated to Ganesh and Vishnu and an image of Lord Shiva dancing the &lsquo;tandav&rsquo; facing the temple of the sun which covers the fourth side. Various shrines showcasing different mudras are arrayed along the staggered configuration of steps leading down to the base of the &lsquo;Kund&rsquo;. Try following the rhythmic ups and downs of the steps&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Walk up the steps to the &lsquo;Sabha Mandap&rsquo; or the assembly and convene with sculpted renderings of twelve &lsquo;Adityas&rsquo; (another name for the sun god). The twelve representations carved on the pillars represent the sun according to the twelve months. It is believed that these &lsquo;Adityas&rsquo; are the base myth to the temple of sun, the legend imparts Aditya&rsquo;s to be sons of &lsquo;Aditi&rsquo;, the goddess of Infinity and the constant within the inter-connectedness of the universe.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;If you love listening to stories, make sure you find the purohit or priest who has been taking care of the temple, and stays close to the vicinity. Request him to narrate or explain the tales and sequences from epics and legends which are carved on the 52 pillars adding grace and poise to the temple section. Even if you do not find him around, do go through the carved murals which serve as a virtual encyclopedia of history of communities, lessons in mortality, deions of fairs and festivals and rituals of the golden era. If time permits may be you can examine each panel in turn and witness the intricate details encompassing the panels speaking and sharing about their costumes, jewelry, performing arts, erotica and the intensely enigmatic art of making love, medicinal plants, and the pharmacopoeia etched in stone.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;After witnessing and traveling across time with the raconteur figurines, a visit to the Garbhagruha&nbsp;will definitely feel as a spiritual experience. The statue of the sun god no longer exists and the Suryavanshi Solanki&rsquo;s have been scattered into the dust of history since a thousand years but still on the day of the Equinox, one can almost hear the chanting of the prayers, the aroma of incense, the tinkling of bells as the sharp, linear rays of the sun illuminate the inner core of life and light.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36592,\"CityName\":\"Mehsana\",\"Lat\":23.5834946,\"Long\":72.1329669,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36592\\/sightseeing\\/6135_1645441761.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24070,\"Title\":\"Rani Ki Vav\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The only real sign of Patan&rsquo;s former glory is this astoundingly beautiful step-well. Located on the banks of the Saraswati River, this is one of the oldest and finest stepwells in Gujarat and is remarkably preserved. Steps lead down through multiple levels with lines of carved pillars and more than 800 sculptures, mostly on Vishnu-avatar themes, as well as striking geometric patterns. The stepwell is made in the form of an inverted temple. It showcases superior craftsmanship of the era, and the unique Maru-Gurjara architectural style and houses sculptures similar to the Vimalavasahi temple in Mount Abu and Sun temple at Modhera.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The stepwell was built in 1063 by Rani Udayamati of the Chaulukya Dynasty to commemorate her husband, Bhimdev I. A 1304 composition of Jain monk, Merutunga, mentions that Udayamati, the daughter of Naravaraha Khangara, built this stepwell at Patan. The same composition also mentions that the stepwell was commissioned in 1063 and was completed after 20 years. Archeologists Henry Cousens and James Burgess visited it in 1890s when it was completely buried under silt and only the shaft and few pillars were visible. The stepwell was rediscovered in 1940s, and the Archeological Survey of India restored it in 1980s. The stepwell has been listed as one of UNESCO&#039;s World Heritage Sites since 2014.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34510,\"CityName\":\"Patan\",\"Lat\":23.858924,\"Long\":72.101933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34510\\/sightseeing\\/6135_1645442400.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24203,\"Title\":\"Jeep Safari\",\"Description\":\"&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;The Wild Ass Sanctuary, home to the last of the Indian\\r\\nwild ass, is the largest wildlife sanctuary in India. It&#039;s spread over almost\\r\\n5,000 square kilometers. The unusual, vast terrain is a salt marsh that\\r\\nfeatures barren mudflats dotted with small islands (locally known as&nbsp;&lt;em&gt;bets).&lt;\\/em&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;A jeep safari is the best way to explore the Little\\r\\nRann and Sanctuary, with early mornings being optimal for wildlife. Afternoon\\r\\nsafaris are conducted too.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin: 1rem letter-spacing: 0.007rem counter-reset: section 0&quot; id=&quot;mntl-sc-block_1-0-27&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;Permits are required for the Rann, although it&#039;s\\r\\npossible to go in and out from the many unofficial entry and exit points.\\r\\nYou&#039;ll be fined heavily (20,000 rupees) if caught without a permit though!\\r\\nPatrol cars do drive around and check vehicles. The permits can be obtained\\r\\nfrom the forest department at Dhrangadhra and Bajana. Most accommodations\\r\\nprovide jeep safaris and will take care of the permit arrangements.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.3263713,\"Long\":71.827114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698513.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24201,\"Title\":\"Little Rann Of Kutch\",\"Description\":\"&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The Little\\r\\nRann is one of its own kind of landscapes in the entire world with an area of\\r\\nover 5000 sq. km. It is a vast unbroken bare flat land, encrusted with salts\\r\\nwhich transforms into a spectacular coastal wetland after the monsoon. This\\r\\nregion is hence very famous for its unique salt-pans where salt is harvested by\\r\\nlocal tribes known as &ldquo;Agariyas&rdquo;.&rdquo;Agar&rdquo; in local language means salt.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The little\\r\\nrann of kutch is home to world&rsquo;s only remaining population of Khur &ndash; Asiatic\\r\\nWild Ass. Apart from the UNESCO Heritage Site&nbsp;and\\r\\nworld&rsquo;s only Wild Ass Sanctuary, the little rann is also a natural breeding\\r\\nplace for Indian Flamingos and many other local, Asiatic and migratory species.\\r\\nHere the sea water (tidal water) from the Gulf of Kutch mixes with the\\r\\nfreshwater discharged from streams and rivers during monsoon, making it an\\r\\nimportant spawning ground for prawns.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;Kutch has\\r\\nsurvived all kinds of disasters, such that the world has never seen. Whether it\\r\\nwas the mighty earthquake, or the mud merging with the Sea. It has survived it\\r\\nall. Historically, scientists believe that all research points to the fact that\\r\\nthe Mud Desert was once a part of the Arabian Sea a few centuries ago. Even\\r\\ntoday, you can see destroyed ports, parts of a light hours, docking ship points\\r\\nand more in villages like Jinjhwada, Khod and Tikar.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.7337326,\"Long\":69.8597406,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698284.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24204,\"Title\":\"Banni\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Banni is a larger area of Khavda tehasil (block) of Kutch district of Gujarat state in India. There are 40 villages situated in the Banni area. Dhordo village has been situated as a last village in the area. There are such villages as they have only 15 houses at all. Such fifteen-odd houses having livestock of approximately 600 to 800 in are considered small villages. And now as for the village Dhordo, it has had 70 houses, having 450 odd population of communities of Mutva (90), Sheikh (8), and Harijan (2) involved in doing the jobs of various handicrafts popularly well know as &lsquo;Banni Handicrafts&rsquo; which have become famous world across. Here the minutes of minute and expensive embroideries and mud work are done. Their craftsmanship and artistic works are so much excellent that craftsmen\\/artists have been honoured by national awards. These people subsist and depend mainly on doing mud works, godadi works (very small quilts), patch &ndash; works, hand made embroideries as craftsmen and others on livestock as pastoralists (Maldharis). Inspite of being a last remote village in the Banni area, Dhordo has assumed the status of a high &ndash; tech village, having the facilities of ATM being run on the solar system, a higher secondary school with latest computers. Thus Dhordo stands out as a model village in Kutch, attracting the industry like Bromine industry and tourism. A solar plant covering the whole village for adequate power &ndash; supply for it has been installed. Not only this but as for the water &ndash; supply particularly the drinking water, it has been managed by the filtration of the collected water of the pond, which is maintained and becomes useful in the critical situation of shortage of water in summer.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699324.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24101,\"Title\":\"Dhordo Village\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Dhordo Village is set on the edge of Indo - Pak border, north of Bhuj and is renowned for its White desert, bird watching and craft villages. Kutch Ranotsav (Dec - Jan) has made Dhordo a renowned destination. Dhordo also provides excellent opportunity for guests for bird watching around the area in winter (Oct - March) when a lot of Migratory birds arrive for nesting villages around here is where experiential travellers arrive for visiting craft villages.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645445481.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24216,\"Title\":\"Ludiya Village\",\"Description\":\"&lt;div class=&quot;comment more&quot; id=&quot;s_short_desc61&quot; style=&quot;font-size: 16px&quot;&gt;Ludiya Village, with population of 2009 is Bhuj sub district&#039;s the 40th most populous village, located in Bhuj sub district of Kachchh district in the state Gujarat in India. Total geographical area of Ludiya village is 37 km2 and it is the 11th biggest village by area in the sub district. Population density of the village is 54 persons per km2.&lt;\\/div&gt;&lt;div&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.8292673,\"Long\":69.7361393,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699533.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null}]}},{\"CityId\":3142,\"Title\":\"Bhuj\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":495787,\"Name\":\"Seven sky Clarks Exotica\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.2556021\",\"Long\":\"69.6398652\",\"Address\":\"Yogeswar Nagar, Bhuj, Gujarat 370001, India\"},\"Images\":[],\"CityId\":3142,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":3142,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":24191,\"Title\":\"Champaner-Pavagadh Archaeological Park\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;A UNESCO Heritage site, Champaner and Pavagadh are often clubbed together as one of the most engaging historical attractions of Gujarat. Pavagadh stands on top of the hill that looks over the sprawl of monuments at the base in Champaner. The duo makes a rich heritage site dotted with forts, mosques, monuments, tombs, arches, temples, step-wells and fortresses from 8th to 14th century. Today, throngs of pilgrims ascend Pavagadh to worship at the important Kalikamata Temple, dedicated to the goddess Kali, who sits atop the summit. Champaner is the only unchanged Islamic-Mughal city over the centuries, offering an authentic flavour of architecture of the era. Juxtaposed to this is the Kalika Mata Temple on the Pavagadh Hill, where thousands congregate during Navratris.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;At the heart of Champaner, is the Citadel, whose most impressive features are its 16th-century monumental mosques (no longer used for worship), with their beautiful blending of Islamic and Hindu architecture. The huge Jami Masjid, just outside the Citadel&rsquo;s east gate, boasts of a wonderful carved entrance porch that leads into a lovely courtyard surrounded by a pillared corridor. The prayer hall has two tall central minarets, further superb stone carving, multiple domes, finely latticed windows and seven&nbsp;&lt;span style=&quot;margin: 0px padding: 0px border: 0px outline: 0px vertical-align: baseline background: transparent&quot;&gt;mihrabs&lt;\\/span&gt;&nbsp;(prayer niches) along the back wall.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Other beautiful mosques include the Saher ki Masjid, behind the ticket office inside the Citadel, which was probably the private royal mosque, and the Kevda Masjid, 300m north of the Citadel and about 600m west of the Jami Masjid. Here you can climb narrow stairs to the roof, and higher up the minarets, to spot other mosques even further out into the countryside &ndash; Nagina Masjid, 500m north, with no minarets but exquisite geometric carving, particularly on the tomb next to it, and Lila Gumbaj ki Masjid, 800m east, on a high platform and with a fluted central dome. The twin minarets resembling factory chimneys, about 1 km west, adorn the Brick Minar ki Masjid, a rare brick tomb.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34479,\"CityName\":\"Champaner\",\"Lat\":22.4846248,\"Long\":73.5324097,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34479\\/sightseeing\\/6135_1645698034.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24190,\"Title\":\"Bhasha Tribal Academy\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;Tejgadh&nbsp;is a village\\r\\nin the &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;Vadodara&lt;\\/span&gt;&nbsp;district of Gujarat, India. It is most noted for its&nbsp;Bhasa\\r\\nResearch Centre&nbsp;(BRC) of which &lt;span style=&quot;color: rgb(0, 0, 0)&quot;&gt;GN Devy&lt;\\/span&gt;&nbsp;is a founder member. The BRC\\r\\nruns the&nbsp;Bhasha Tribal Academy, which is a social service organization\\r\\naiming for the development of local tribals. It also operates a museum\\r\\nshowcasing tribal crafts and library.&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin: 6pt 0cm background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial text-align: start&quot;&gt;&lt;span style=&quot;font-size:10.5ptfont-family:&quot; arial&quot;,sans-serif=&quot;&quot; mso-bidi-font-weight:boldmso-bidi-font-style:italic&quot;=&quot;&quot;&gt;It is the home of the\\r\\nRathwa clan of Adivasis, or Indian tribal people.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28303,\"CityName\":\"Vadodara\",\"Lat\":22.3579913,\"Long\":73.9137535,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28303\\/sightseeing\\/6135_1645697853.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":10009,\"Title\":\"Statue of Unity\",\"Description\":\"The Statue of Unity is a colossal statue of Indian politician and independence activist Sardar Vallabhbhai Patel, who was the first Deputy Prime Minister and Home minister of independent India and the chief adherent of Mahatma Gandhi during the non-violent Indian Independence movement.\",\"CurrencyType\":0,\"CityId\":296,\"CityName\":\"Ahmedabad\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/\\/public\\/upload\\/city\\/296\\/sightseeing\\/15714_statue_of_unity_sardar_patel-U205730969126CB--621x414@LiveMint.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23886,\"Title\":\"Sardar Sarovar Dam Narmada View\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;div class=&quot;image-wrap mbr-col-md-12 mbr-col-sm-12 mbr-col-lg-6 mbr-flex&quot; style=&quot;box-sizing: border-box outline: none font-style: normal font-variant-ligatures: normal font-variant-caps: normal font-variant-numeric: inherit font-variant-east-asian: inherit font-weight: 400 font-stretch: inherit font-size: medium line-height: inherit font-family: &quot;Didact Gothic&quot; display: flex -webkit-box-flex: 0 flex: 0 0 50% max-width: 50% padding-right: 1rem padding-left: 1rem color: rgb(0, 0, 0) letter-spacing: normal orphans: 2 text-align: start text-indent: 0px text-transform: none white-space: normal widows: 2 word-spacing: 0px -webkit-text-stroke-width: 0px background-color: rgb(255, 255, 255) text-decoration-thickness: initial text-decoration-style: initial text-decoration-color: initial&quot;&gt;&lt;div class=&quot;image-block mbr-mr-auto&quot; style=&quot;box-sizing: border-box outline: none font: inherit margin-right: auto width: 538px&quot;&gt;&lt;amp-img src=&quot;assets\\/images\\/sardar-sarovar-damn-viewpoint-near-statue-of-unity.webp&quot; layout=&quot;responsive&quot; width=&quot;289&quot; height=&quot;216.75&quot; alt=&quot;Image of the Sardar Sarovar Damn Viewpoint near Statue of Unity&quot; class=&quot;mobirise-loader i-amphtml-element i-amphtml-layout-responsive i-amphtml-layout-size-defined i-amphtml-built i-amphtml-layout&quot; i-amphtml-layout=&quot;responsive&quot; style=&quot;box-sizing: border-box outline: none width: 538px height: 517.953px display: block position: relative overflow: hidden !important&quot;&gt;&lt;p class=&quot;mbr-text&quot; style=&quot;margin: 0cm 0cm 0.0001pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family: Calibri, sans-serif letter-spacing: 0.4pt&quot;&gt;The Sardar Sarovar Dam is the world&rsquo;s second-largest\\r\\nconcrete gravity dam, located on the mighty Narmada river near the Statue of\\r\\nUnity.&lt;br style=&quot;outline: none&quot;&gt;Taking 56 years to complete, the Sardar Sarovar Dam provides electricity,\\r\\ndrinking, and irrigation water to four states in India including Gujarat,\\r\\nMadhya Pradesh, Maharashtra, and Rajasthan.&lt;br style=&quot;outline: none&quot;&gt;Access to Sardar Sarovar Dam Viewpoints is included in all Statue of Unity\\r\\ntickets. A must-visit place for nature lovers, visit the Sardar Sarovar Dam\\r\\nviewpoints to be surrounded by a vast expanse of mountains and forests alongside\\r\\ncalm Narmada river waters.&lt;br style=&quot;outline: none&quot;&gt;With a few tea and snack shops in the vicinity that accept only cash, the\\r\\nSardar Sarovar Dam viewpoints offer a great location for a sun-set picnic,\\r\\nbefore heading back to the Statue of Unity for the laser show at 7 pm.&lt;\\/span&gt;&lt;\\/p&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/amp-img&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8321802,\"Long\":73.7469882,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644928868.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":23849,\"Title\":\"Valley of Flowers\",\"Description\":\"&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family:&quot;Arial&quot;,sans-serifmso-ascii-theme-font:minor-bidi\\r\\nmso-hansi-theme-font:minor-bidimso-bidi-theme-font:minor-bidi&quot;&gt;The Valley of\\r\\nFlowers (also known as Bharat Van), is spread across 24 acres of land and is a\\r\\nhaven for colourful flowering plants along the bank of river Narmada. The\\r\\nValley of Flower began with&nbsp;48,000&nbsp;plants in 2016 and has now reached\\r\\nup to&nbsp;22,00,000&nbsp;plants. Besides the parks, several photo booths and\\r\\nselfie points have been developed to take back fond memories of the visit. The\\r\\nspot resembles a rainbow of flowers setup on earth.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin: 0cm 0cm 15pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif&quot;&gt;More\\r\\nthan 300 types of flowers are grown in this garden. A right blend of ornamental\\r\\nflowers, trees, shrubs, herbs, climbers and creepers are planted along with\\r\\nvarious shades of foliage, which forms the green cover in this area. The\\r\\namalgamation of these species makes this small area enchanting, flamboyant and\\r\\nintriguing. The picturesque site and an enthralling view of the Statue of Unity\\r\\ncertainly captivate the visitors always. This vibrant landscape is also a site\\r\\nfor a charismatic flower show every winters.&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36773,\"CityName\":\"Kevadia\",\"Lat\":21.8333579,\"Long\":73.7338621,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36773\\/sightseeing\\/6135_1644908103.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24192,\"Title\":\"Poshina\",\"Description\":\"&lt;p class=&quot;MsoBodyText&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;&lt;span lang=&quot;EN-US&quot;&gt;Poshina&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;(Ratanpur) is a town in Poshina Taluka in &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Sabarkantha District&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Gujarat&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;state, India. It is located in the\\r\\nnorthernmost side of Sabarkantha district, 70&nbsp;km from &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Idar.&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&nbsp;The town is a famous for its tribal\\r\\nshrines, Jain temples and an old &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Shiva&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;temple.&lt;\\/span&gt;&nbsp;There are white\\r\\nsandstone Jain temples of &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Parshwanath&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Neminath&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, measuring 150 feet long by 140 broad and 26 high.&nbsp;A\\r\\nfew weeks after Holi&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;festival, there are arranged the&nbsp;&lt;\\/span&gt;Chitra\\r\\nVichitra Fair&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;at nearby place namely Gunbhakari.&lt;\\/span&gt; There\\r\\nare lives many tribal community such as &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Rabaris&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;, &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Bhils&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;&nbsp;and &lt;span style=&quot;font-size: 14.6667px&quot;&gt;Garasias&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 11pt font-family: Arial, sans-serif background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;text-align: start&quot;&gt;. The Garasia are known for their colorful attire,\\r\\nthe Rabaris for their silver ornaments and the Bhils are for arrow making.&lt;\\/span&gt;&lt;\\/span&gt;&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:11.0pt&quot;&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/b&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":21939,\"CityName\":\"Poshina\",\"Lat\":24.3675742,\"Long\":73.0316727,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/21939\\/sightseeing\\/6135_1645697417.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24102,\"Title\":\"Little Rann Of Kutch-Wild Ass Sanctuary\",\"Description\":\"&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The Wild Ass Sanctuary at Little Rann of Kutch (LRK) is located in Western India in the State of Gujarat. The prime attraction of India&#039;s fourth largest sanctuary is the Wild Ass, that gallops across the flat terrain of Little Rann of Kutch (LRK).India&#039;s fourth largest protected area, the Wild Ass Sanctuary has been carved out to protect the unique flora, fauna and ecosystem of the LRK.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;a species which has several characteristics similar to that of horses and donkeys.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;However, this area is like a treasure trove of nature which has been safekeeping a range of nature&#039;s bounties for all the visitors and tourists.The Sanctuary includes the LRK and its fringe areas. It is the only home to the last of the Indian Wild Ass, which has population of around 6,082The joy of being a part of the nature teeming with life is immense. The Sanctuary spread over 4,953 sq km in the salty and barren landscape of Little Rann of Kutch, is a tribute to the nature and environment in which we are an integral part&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;Very unique to this Rann, are the shrubs and wetlands, as well as the colonies of flamingos, which make it one of the rarest sites on earth. Established in 1973, under the Wildlife Protection Act, the WildAss Sanctuary protects the endangered ( Schedule - I) and endemic Indian Wild Ass ( Equus Hemionus Khur ) popularly known as Ghudkhur.Interestingly, this animal has its only gene pool in the LRK. This biogeographical region is a part of Desert, but is unlike the neighbouring sandy desert in Rajasathan or elsewhere in the world.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;The star attraction of the nature&#039;s gala show which is going on in this quiet corner since ages, is the swift and exotic spicies, Wild Ass. This animal, known for its gait, gallop and ability to withstand the extremities of nature and has been attracting thousands of tourists from the world.This sanctuary is home to nearly 6,082 Indian Wild Asses which resemble a horse and a donkey both! No wonder that the animal shares some of the traits of both these animals, which gives it a unique significance.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 1rem color: rgb(77, 70, 67) font-family: &quot; open=&quot;&quot; sans&quot;,=&quot;&quot; sans-serif=&quot;&quot; font-size:=&quot;&quot; 16px=&quot;&quot; text-align:=&quot;&quot; start&quot;=&quot;&quot;&gt;LRK has a variety of avifauna ! Some of the most important bird species includes Lesser and Greater Flamingoes, White Pelican, Common Crane, Falcons, Harriers and Houbara Bustard. Also, there are numerous species of mammals found in LRK. Indian Wildass, Bluebull, Indian Wolf, Indian Fox, Desert Fox, Jackal, Striped Hyena, Wild boar, Jungle Cat as well as Chinkara and Blackbuck.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.1443682,\"Long\":71.210117,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645515959.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24069,\"Title\":\"Modhera Sun Temple\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Modhera is an ideal destination for being away from the hustle-bustle of city life for a day. The unruffled peaceful landscape and the majestically welcoming temple complex will ensure to take you away from the mundane routines of daily life to the glorious times back in the Golden Age.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;As you enter the historical complex, you first come across the magnificent kund known as the Ramakund, built in rectangular shape containing 108 shrines to various gods and demi-gods. Check out the three main shrines positioned on the three sides of the kund, dedicated to Ganesh and Vishnu and an image of Lord Shiva dancing the &lsquo;tandav&rsquo; facing the temple of the sun which covers the fourth side. Various shrines showcasing different mudras are arrayed along the staggered configuration of steps leading down to the base of the &lsquo;Kund&rsquo;. Try following the rhythmic ups and downs of the steps&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;Walk up the steps to the &lsquo;Sabha Mandap&rsquo; or the assembly and convene with sculpted renderings of twelve &lsquo;Adityas&rsquo; (another name for the sun god). The twelve representations carved on the pillars represent the sun according to the twelve months. It is believed that these &lsquo;Adityas&rsquo; are the base myth to the temple of sun, the legend imparts Aditya&rsquo;s to be sons of &lsquo;Aditi&rsquo;, the goddess of Infinity and the constant within the inter-connectedness of the universe.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;If you love listening to stories, make sure you find the purohit or priest who has been taking care of the temple, and stays close to the vicinity. Request him to narrate or explain the tales and sequences from epics and legends which are carved on the 52 pillars adding grace and poise to the temple section. Even if you do not find him around, do go through the carved murals which serve as a virtual encyclopedia of history of communities, lessons in mortality, deions of fairs and festivals and rituals of the golden era. If time permits may be you can examine each panel in turn and witness the intricate details encompassing the panels speaking and sharing about their costumes, jewelry, performing arts, erotica and the intensely enigmatic art of making love, medicinal plants, and the pharmacopoeia etched in stone.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;After witnessing and traveling across time with the raconteur figurines, a visit to the Garbhagruha&nbsp;will definitely feel as a spiritual experience. The statue of the sun god no longer exists and the Suryavanshi Solanki&rsquo;s have been scattered into the dust of history since a thousand years but still on the day of the Equinox, one can almost hear the chanting of the prayers, the aroma of incense, the tinkling of bells as the sharp, linear rays of the sun illuminate the inner core of life and light.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":36592,\"CityName\":\"Mehsana\",\"Lat\":23.5834946,\"Long\":72.1329669,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/36592\\/sightseeing\\/6135_1645441761.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24070,\"Title\":\"Rani Ki Vav\",\"Description\":\"&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The only real sign of Patan&rsquo;s former glory is this astoundingly beautiful step-well. Located on the banks of the Saraswati River, this is one of the oldest and finest stepwells in Gujarat and is remarkably preserved. Steps lead down through multiple levels with lines of carved pillars and more than 800 sculptures, mostly on Vishnu-avatar themes, as well as striking geometric patterns. The stepwell is made in the form of an inverted temple. It showcases superior craftsmanship of the era, and the unique Maru-Gurjara architectural style and houses sculptures similar to the Vimalavasahi temple in Mount Abu and Sun temple at Modhera.&lt;\\/p&gt;&lt;p style=&quot;margin-bottom: 0px padding: 0px 0px 20px border: 0px outline: 0px font-size: 15px vertical-align: baseline background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial line-height: 22px color: rgb(17, 17, 17) font-family: sf_pro_textregular, Arial, Helvetica, sans-serif&quot;&gt;The stepwell was built in 1063 by Rani Udayamati of the Chaulukya Dynasty to commemorate her husband, Bhimdev I. A 1304 composition of Jain monk, Merutunga, mentions that Udayamati, the daughter of Naravaraha Khangara, built this stepwell at Patan. The same composition also mentions that the stepwell was commissioned in 1063 and was completed after 20 years. Archeologists Henry Cousens and James Burgess visited it in 1890s when it was completely buried under silt and only the shaft and few pillars were visible. The stepwell was rediscovered in 1940s, and the Archeological Survey of India restored it in 1980s. The stepwell has been listed as one of UNESCO&#039;s World Heritage Sites since 2014.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":34510,\"CityName\":\"Patan\",\"Lat\":23.858924,\"Long\":72.101933,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/34510\\/sightseeing\\/6135_1645442400.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24203,\"Title\":\"Jeep Safari\",\"Description\":\"&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;The Wild Ass Sanctuary, home to the last of the Indian\\r\\nwild ass, is the largest wildlife sanctuary in India. It&#039;s spread over almost\\r\\n5,000 square kilometers. The unusual, vast terrain is a salt marsh that\\r\\nfeatures barren mudflats dotted with small islands (locally known as&nbsp;&lt;em&gt;bets).&lt;\\/em&gt;&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;A jeep safari is the best way to explore the Little\\r\\nRann and Sanctuary, with early mornings being optimal for wildlife. Afternoon\\r\\nsafaris are conducted too.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p class=&quot;comp&quot; style=&quot;background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin: 1rem letter-spacing: 0.007rem counter-reset: section 0&quot; id=&quot;mntl-sc-block_1-0-27&quot;&gt;&lt;span style=&quot;font-family:&quot;Calibri&quot;,sans-serif\\r\\nmso-ascii-theme-font:minor-latinmso-hansi-theme-font:minor-latinmso-bidi-theme-font:\\r\\nminor-latincolor:black&quot;&gt;Permits are required for the Rann, although it&#039;s\\r\\npossible to go in and out from the many unofficial entry and exit points.\\r\\nYou&#039;ll be fined heavily (20,000 rupees) if caught without a permit though!\\r\\nPatrol cars do drive around and check vehicles. The permits can be obtained\\r\\nfrom the forest department at Dhrangadhra and Bajana. Most accommodations\\r\\nprovide jeep safaris and will take care of the permit arrangements.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.3263713,\"Long\":71.827114,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698513.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24201,\"Title\":\"Little Rann Of Kutch\",\"Description\":\"&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The Little\\r\\nRann is one of its own kind of landscapes in the entire world with an area of\\r\\nover 5000 sq. km. It is a vast unbroken bare flat land, encrusted with salts\\r\\nwhich transforms into a spectacular coastal wetland after the monsoon. This\\r\\nregion is hence very famous for its unique salt-pans where salt is harvested by\\r\\nlocal tribes known as &ldquo;Agariyas&rdquo;.&rdquo;Agar&rdquo; in local language means salt.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;The little\\r\\nrann of kutch is home to world&rsquo;s only remaining population of Khur &ndash; Asiatic\\r\\nWild Ass. Apart from the UNESCO Heritage Site&nbsp;and\\r\\nworld&rsquo;s only Wild Ass Sanctuary, the little rann is also a natural breeding\\r\\nplace for Indian Flamingos and many other local, Asiatic and migratory species.\\r\\nHere the sea water (tidal water) from the Gulf of Kutch mixes with the\\r\\nfreshwater discharged from streams and rivers during monsoon, making it an\\r\\nimportant spawning ground for prawns.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n\\r\\n\\r\\n\\r\\n&lt;\\/p&gt;&lt;p style=&quot;margin-top: 0cm line-height: 24pt background-image: initial background-position: initial background-size: initial background-repeat: initial background-attachment: initial background-origin: initial background-clip: initial margin-bottom: 1rem&quot;&gt;&lt;span style=&quot;font-family:&quot; calibri&quot;,sans-serifmso-ascii-theme-font:minor-latin=&quot;&quot; mso-hansi-theme-font:minor-latinmso-bidi-theme-font:minor-latin&quot;=&quot;&quot;&gt;Kutch has\\r\\nsurvived all kinds of disasters, such that the world has never seen. Whether it\\r\\nwas the mighty earthquake, or the mud merging with the Sea. It has survived it\\r\\nall. Historically, scientists believe that all research points to the fact that\\r\\nthe Mud Desert was once a part of the Arabian Sea a few centuries ago. Even\\r\\ntoday, you can see destroyed ports, parts of a light hours, docking ship points\\r\\nand more in villages like Jinjhwada, Khod and Tikar.&lt;o:p&gt;&lt;\\/o:p&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":7576,\"CityName\":\"Dasada\",\"Lat\":23.7337326,\"Long\":69.8597406,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7576\\/sightseeing\\/6135_1645698284.png\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24204,\"Title\":\"Banni\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Banni is a larger area of Khavda tehasil (block) of Kutch district of Gujarat state in India. There are 40 villages situated in the Banni area. Dhordo village has been situated as a last village in the area. There are such villages as they have only 15 houses at all. Such fifteen-odd houses having livestock of approximately 600 to 800 in are considered small villages. And now as for the village Dhordo, it has had 70 houses, having 450 odd population of communities of Mutva (90), Sheikh (8), and Harijan (2) involved in doing the jobs of various handicrafts popularly well know as &lsquo;Banni Handicrafts&rsquo; which have become famous world across. Here the minutes of minute and expensive embroideries and mud work are done. Their craftsmanship and artistic works are so much excellent that craftsmen\\/artists have been honoured by national awards. These people subsist and depend mainly on doing mud works, godadi works (very small quilts), patch &ndash; works, hand made embroideries as craftsmen and others on livestock as pastoralists (Maldharis). Inspite of being a last remote village in the Banni area, Dhordo has assumed the status of a high &ndash; tech village, having the facilities of ATM being run on the solar system, a higher secondary school with latest computers. Thus Dhordo stands out as a model village in Kutch, attracting the industry like Bromine industry and tourism. A solar plant covering the whole village for adequate power &ndash; supply for it has been installed. Not only this but as for the water &ndash; supply particularly the drinking water, it has been managed by the filtration of the collected water of the pond, which is maintained and becomes useful in the critical situation of shortage of water in summer.&nbsp;&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699324.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24101,\"Title\":\"Dhordo Village\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-size: 16px text-align: start&quot;&gt;Dhordo Village is set on the edge of Indo - Pak border, north of Bhuj and is renowned for its White desert, bird watching and craft villages. Kutch Ranotsav (Dec - Jan) has made Dhordo a renowned destination. Dhordo also provides excellent opportunity for guests for bird watching around the area in winter (Oct - March) when a lot of Migratory birds arrive for nesting villages around here is where experiential travellers arrive for visiting craft villages.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.2659531,\"Long\":69.6784273,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645445481.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null},{\"RefSSId\":24216,\"Title\":\"Ludiya Village\",\"Description\":\"&lt;div class=&quot;comment more&quot; id=&quot;s_short_desc61&quot; style=&quot;font-size: 16px&quot;&gt;Ludiya Village, with population of 2009 is Bhuj sub district&#039;s the 40th most populous village, located in Bhuj sub district of Kachchh district in the state Gujarat in India. Total geographical area of Ludiya village is 37 km2 and it is the 11th biggest village by area in the sub district. Population density of the village is 54 persons per km2.&lt;\\/div&gt;&lt;div&gt;&lt;br&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":3142,\"CityName\":\"Bhuj\",\"Lat\":23.8292673,\"Long\":69.7361393,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/3142\\/sightseeing\\/6135_1645699533.jpg\",\"SupplierSysId\":8133,\"SupplierName\":\"Pinks Travels  \",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"233273\",\"Title\":\"Ahmedabad \\u2013 Jambughoda - Champaner\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Welcome to Garvi Gujarat, Arrival at Ahmedabad, Meet and Greet representative and depart for Jambughoda. En-route visit &nbsp;Jambughoda &amp; meet Rathwa Community and have a look of Pithora Wall painting. (Photos of Painting). After that visit Bhasha Tribe University at Tejgadh (Chota Udepur).<\\/p>\\r\\n\\r\\n<p>Further Move towards Chamaper Heritage Complex &ndash; It is believed to have been founded in the 8th c. by Vanaraj Chavda.<\\/p>\\r\\n\\r\\n<p>Overnight Stay At Champaner.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34479,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":496244,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24191,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24190,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"233274\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":34479,\"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\":\"233275\",\"Title\":\"Champaner - SOU - Ahmedabad\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>Early Morning after breakfast depart for Statue Of Unity - It is the World&rsquo;s Tallest Statue with a height of 182 metres. It is located on a river facing the Sardar Sarovar Dam on river Narmada in Kevadia Colony. And visit Sardar Sarovar Dam and Valley of flowers. After that move towards Ahmedabad.<\\/p>\\r\\n\\r\\n<p>Overnight stay at Ahmedabad.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":296,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":495684,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":10009,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23886,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23849,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"233276\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":296,\"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\":\"233277\",\"Title\":\"Ahmedabad - Poshina \\u2013 Vadnagar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Early Morning after breakfast check out from hotel and depart for Poshina &ndash; A Heritage Home. The rules of Poshina were descendants of the Chalukyas, who ruled much of Gujarat and Central India in the 12th Century. On reaching Check in to hotel and after freshen up visit Poshina Market. After that visit Vadnagar which is the village of Prime Minister Narendra Modi &amp; on reaching Vadnagar visit Kirti Toran, Hatkeshwar Temple.<\\/p>\\r\\n\\r\\n<p>Overnight stay at Vadnagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36792,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":496329,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24192,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"233278\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":36792,\"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\":\"233279\",\"Title\":\"Vadnagar \\u2013 Modhera \\u2013 Patan \\u2013 LRK\",\"MealPlanInclude\":\"Breakfast,Lunch,Dinner\",\"Day\":4,\"Program\":\"<p>Early Morning after breakfast depart for Little Rann of Kutch. En-route we will visit <strong>Modhera - Sun Temple<\\/strong> &ndash; is a Hindu Temple dedicated to the solar deity Surya located at Modhera village of Mehsana district, Gujarat. It is situated on the bank of the river Pushpavti. It was built after 1026-27 CE during the reign of Bhima I of the Chaulukya dynasty. <strong>Patan &ndash; Rani Ki Vav<\\/strong> &ndash; This stepwell is the oldest and the deepest among the 120 other stepwell in Gujarat. The sculpture of Rani Ki Vav depicting Lord Vishnu&rsquo;s avatars, Hindu Goddesses, Jain idols and their ancestors. Most of the sculpture in devotion to Vishnu, in the forms of his avatars (Krishna, Rama and others) representing their return the world.<\\/p>\\r\\n\\r\\n<p>After sightseeing depart for <strong>Little Rann Of Kutch<\\/strong> - It is famous as the world&rsquo;s last refuge of the Indian wild Ass for the conservation of which it has been declared as the Indian Wild Ass sanctuary. Also it&rsquo;s famous for salt production. On reaching check in to hotel.<\\/p>\\r\\n\\r\\n<p>Overnight stay at Little Rann Of Kutch.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":38093,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":496276,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24102,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24069,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24070,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"233280\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":38093,\"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\":\"233281\",\"Title\":\"Little Rann Of Kutch \\u2013 Bhuj\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>Early Morning visit Rann (Desert) safari &amp; visit the place where salt is produced &amp; meet Mir Community at Little Rann Of Kutch. After breakfast check out from hotel and depart for Bhuj.<\\/p>\\r\\n\\r\\n<p>Overnight stay at Bhuj.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3142,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":495787,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24203,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24201,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"233282\",\"Title\":\"Bhuj Sightseeing \\u2013 White Desert - Bhuj\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Early morning after breakfast proceed towards Banni Village. Nirona village is popular for Rogan Art &amp; Laqaer Work of Bhachaya Community &ndash; Rogan is the of painting fabrics with dyes using a castor oil base. The process begins with boiling the castor oil till it thickens.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Sumrasar Village<\\/strong> &ndash; Kutch Kalaraksha that is NGO working with kutchies women and different embroidery.<\\/li>\\r\\n\\t<li><strong>Ludiya Village (Gandhi Nu Gam)<\\/strong> &ndash; Meghwal Marwada Community&rsquo;s village is famous for it&rsquo;s unique painted housing style different type of embroidery and Wooden carving work.<\\/li>\\r\\n\\t<li><strong>Hodko Village<\\/strong> &ndash; is is quite famous for its art and craft work. And also most popular for the leather work. Visit White Desert and proceed towards Khavda for the Pottery work &amp; craft which is tradition of Gujarat.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Overnight stay at Bhuj.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3142,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":495787,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":24204,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24101,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":24216,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"233283\",\"Title\":\"Bhuj\\u2013 Wadhwan - Ahmedabad\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Early Morning after breakfast check out from hotel and depart for Ahmedabad. En-route visit Wadhwan which is famous for Bandhani Saree Printing. Later drop at Ahmedabad Railway Station \\/ Ahmedabad Airport.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":3142,\"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\":\"32717\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24840.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":21600,\"priceDoubleOcc\":\"24840.00\",\"priceSingleOcc\":71520,\"priceExtraBed\":\"13920.00\",\"priceWithoutBed\":\"10320.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":22560,\"priceDoubleOcc\":\"26280.00\",\"priceSingleOcc\":72960,\"priceExtraBed\":\"13920.00\",\"priceWithoutBed\":\"10320.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26280.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":24080,\"priceDoubleOcc\":\"28560.00\",\"priceSingleOcc\":75240,\"priceExtraBed\":\"13920.00\",\"priceWithoutBed\":\"10320.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28560.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":23840,\"priceDoubleOcc\":\"28200.00\",\"priceSingleOcc\":74880,\"priceExtraBed\":\"13920.00\",\"priceWithoutBed\":\"10320.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":27600,\"priceDoubleOcc\":\"33840.00\",\"priceSingleOcc\":80520,\"priceExtraBed\":\"13920.00\",\"priceWithoutBed\":\"10320.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33840.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":36160,\"priceDoubleOcc\":\"46680.00\",\"priceSingleOcc\":93360,\"priceExtraBed\":\"13920.00\",\"priceWithoutBed\":\"10320.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"20.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"46680.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32717\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22770.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":19800,\"priceDoubleOcc\":\"22770.00\",\"priceSingleOcc\":65560,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22770.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":20680,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":66880,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":22073,\"priceDoubleOcc\":\"26180.00\",\"priceSingleOcc\":68970,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26180.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":21853,\"priceDoubleOcc\":\"25850.00\",\"priceSingleOcc\":68640,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":25300,\"priceDoubleOcc\":\"31020.00\",\"priceSingleOcc\":73810,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-26\",\"To\":\"2022-08-26\",\"Currency\":1,\"priceTripleOcc\":33147,\"priceDoubleOcc\":\"42790.00\",\"priceSingleOcc\":85580,\"priceExtraBed\":\"12760.00\",\"priceWithoutBed\":\"9460.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Airfare and Train Tickets&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Lunch and Dinners or Any special Meals unless mentioned otherwise&amp;nbsp;&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Expense of personal nature such as tips, laundry, telephones, beverages etc., &lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Dharshan Tickets &amp;amp; entry fee for all monuments and boating fees &amp;amp; Guide Charges.&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on Pvt basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"233273\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[233273],\"Remark\":[\"&lt;p&gt;All sightseeing on Pvt basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233274\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[233274],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233275\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[233275],\"Remark\":[\"&lt;p&gt;All sightseeing on Pvt basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233276\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[233276],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233277\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[233277],\"Remark\":[\"&lt;p&gt;All sightseeing on Pvt basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233278\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[233278],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233279\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[233279],\"Remark\":[\"&lt;p&gt;All sightseeing on Pvt basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233280\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[233280],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233281\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[233281],\"Remark\":[\"&lt;p&gt;All sightseeing on Pvt basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233282\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[233282],\"Remark\":[\"&lt;p&gt;All sightseeing on Pvt basis.&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"233283\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[233283],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":2,\"fixedInventory\":[]}}','Champaner,Ahmedabad,Vadnagar,Bajana,Bhuj','Champaner,Gujarat,Indian Subcontinent,West India,India,Ahmedabad,Vadnagar,Bajana,Bhuj,Dasada,Poshina,Vadodara,Patan,Mehsana,Kevadia,Jambughoda',NULL,'34479,296,36792,38093,3142',22770,46680,6,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-08-26 00:00:00','2022-08-26 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'tribal-culture-of-gujarat',NULL,NULL,NULL,0),(17,32515,1,12211,0,0,0,'Honeymoon,Adventure,Family,Religious,Heritage,Culture',NULL,1,1,0,'{\"package\":{\"TPId\":32515,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2023-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Choose our&amp;nbsp;Golden triangle tour packages, which take you to the tour of core India, which once used to be the land of Mughals and Rajputs. India has a great history and rich culture and traditions. UNESCO has recognized Indian culture and tradition as the oldest in the entire world. The land of North-East India is known as sacrificed, wars, and brave rulers. The golden triangle trip takes three destinations:&amp;nbsp;Delhi,&amp;nbsp;Agra&amp;nbsp;and&amp;nbsp;Jaipur, which are decorated with forts and monuments and gives a good knowledge for travelers to explore ancient India.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Jaipur\",\"DestinationPlacesSysId\":12995,\"SourcePlaces\":\"Delhi\",\"SourcePlaceSysId\":7701,\"AgencyName\":\"Connect India\",\"Name\":\"Golden Triangle of India\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"8141\",\"SupplierName\":\"K K Holidays N Vaccations\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Welcome Drink,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours\",\"PackageType\":\"Honeymoon,Adventure,Family,Religious,Heritage,Culture\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2023-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":7701,\"Title\":\"Delhi\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":7701,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":2933,\"Title\":\"Humayun&#039;s Tomb\",\"Description\":\"Humayun&amp;#039;s tomb is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&amp;#039;s first wife and chief consort, Empress Bega Begum, in 1569-70, and designed by Mirak Mirza Ghiyas and his son, Sayyid Muhammad, Persian architects chosen by her.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5934534,\"Long\":77.250798,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Humayun&#039;s_Tomb_7701_1550663572.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null}]}},{\"CityId\":266,\"Title\":\"Agra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":266,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":2933,\"Title\":\"Humayun&#039;s Tomb\",\"Description\":\"Humayun&amp;#039;s tomb is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&amp;#039;s first wife and chief consort, Empress Bega Begum, in 1569-70, and designed by Mirak Mirza Ghiyas and his son, Sayyid Muhammad, Persian architects chosen by her.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5934534,\"Long\":77.250798,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Humayun&#039;s_Tomb_7701_1550663572.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null}]}},{\"CityId\":12995,\"Title\":\"Jaipur\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12995,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null,\"RoomTypeName\":\" Deluxe double Room \",\"MealTypeName\":\"CP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":300,\"Title\":\"Chandni Chowk\",\"Description\":\"Chandni Chowk is the perfect place to shop in. This densely populated market has been around for more than three centuries and was once visited by merchants from Turkey, China and even Holland. You may buy curios and souvenirs from here. Dariba Kalan is known for its pearl, gold and silver jewellery and attar (natural perfumes). Gulab Singh Johri Mal, established in 1819, are well-known manufacturers and exporters of attar. A visit to Khari Baoli is a must for the spice-lover &acirc;&euro;&rdquo; don&#039;t forget spices are what connected India to the West. Kinari Bazaar is the best place to look for zari and zardozi trimmings and tinsel. The cloth bazaar of Katra Neel offers all kinds of fabrics such as silks, satin, crepe, cotton and muslin. Bhagirath Palace is Asia&#039;s largest market for electrical goods and also offers medical equipment and allopathic medicines. \",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.6505942,\"Long\":77.2303284,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998469.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":2933,\"Title\":\"Humayun&#039;s Tomb\",\"Description\":\"Humayun&amp;#039;s tomb is the tomb of the Mughal Emperor Humayun in Delhi, India. The tomb was commissioned by Humayun&amp;#039;s first wife and chief consort, Empress Bega Begum, in 1569-70, and designed by Mirak Mirza Ghiyas and his son, Sayyid Muhammad, Persian architects chosen by her.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5934534,\"Long\":77.250798,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/Humayun&#039;s_Tomb_7701_1550663572.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":1405,\"Title\":\"Qutub Minar\",\"Description\":\"Qutub Minar is a minaret that forms part of the Qutb complex, a UNESCO World Heritage Site in the Mehrauli area of Delhi, India. Made of red sandstone and marble, Qutub Minar is a 73-metre (240 feet) tall tapering tower of five storeys, with a 14.3 metre (47 feet) base diameter, reducing to 2.7 metres (9 feet) at the peak.It contains a spiral staircase of 379 steps. Its design is thought to have been based on the Minaret of Jam, in western Afghanistan.\\r\\nQutb al-Din Aiak, founder of the Delhi Sultanate, started construction of the Qutub Minar&#039;s first storey around 1192. In 1220, Aibak&#039;s successor and son-in-law Iltutmish completed a further three storeys. In 1369, a lightning strike destroyed the top storey. Firoz Shah Tughlaq replaced the damaged storey, and added one more.\\r\\nThe Minar is surrounded by several historically significant monuments of the Qutb complex, including Quwwat-ul-Islam Mosque, which was built at the same time as the Minar, and the much older Iron Pillar of Delhi.The nearby pillared Cupola known as &quot;Smith&#039;s Folly&quot; is a remnant of the tower&#039;s 19th century restoration, which included an ill-advised attempt to add a sixth storey.\",\"CurrencyType\":0,\"CityId\":7701,\"CityName\":\"Delhi\",\"Lat\":28.5212083,\"Long\":77.1789831,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/7701\\/sightseeing\\/21_1517998350.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":22,\"Title\":\"Agra Fort\",\"Description\":\"Agra Fort is a historical fort in the city of Agra in India, is a UNESCO World Heritage site. It was the main residence of the emperors of the Mughal Dynasty till 1638, when the capital was shifted from Agra to Delhi. The fort is also known as Lal Qila, Fort Rouge and Red Fort of Agra, can be more accurately described as a walled palatial city. It is about 2.5 km northwest of its much more famous sister monument, the Taj Mahal. Agra Fort was built in 1573 by Akbar in Red Sandstone. Some 1,444,000 builders worked on it for eight years. Some of the exquisite structures that deserve a mention are: Sheesh Mahal, Deewan-e-Khaas, Deewan-e-Aam,etc.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Agra_Fort_266_1518515684.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":1716,\"Title\":\"Taj Mahal\",\"Description\":\"The Taj Mahal, meaning &amp;ldquo;Crown of the Palace&amp;rdquo; is one of the marvels of architecture, Seven Wonders of the World and recognized as UNESCO world Heritage site. It is an ivory-white marble mausoleum on the south bank of the Yamuna river in Agra, was commissioned in 1632 by the Mughal emperor Shah Jahan for his beloved wife Mumtaz Mahal. It took 22 years to complete and by more than 20000 workers. The main mausoleum has two buildings constructed with red sandstone, where one is a guesthouse and other is a mosque. There are 4 pillars of white marble to protect the main mausoleum. It has Persian and Mughal style of architecture. It has three entrances, East, West and South gates. It is the most visited tourist attraction of India.\",\"CurrencyType\":0,\"CityId\":266,\"CityName\":\"Agra\",\"Lat\":27.1584223,\"Long\":78.0196499,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/266\\/sightseeing\\/Taj_Mahal_266_1518500964.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":47,\"Title\":\"Amber Fort\",\"Description\":\"Amber Fort is also known as Amber fort. Amer Fort is one of the tourist attractions of Rajasthan as well as one of the famous Historical Place of India. Today in this article i will tell you a brief history of Amer Fort , what to see in Amer fort and places to see around Amer Fort. Amer Fort Is located in small town Amer of Rajasthan which is just 11kilometers away from Jaipur.Every year Too many tourists came in Amer fort to see  awesome architecture of Amer fort and beauty of Jaipur. Amer Fort is Built in 16th century by Raja Man singh. Actually before 16th century Amer was known as Dhundar and ruled by Kachhwahas. Before 16th century Amer was the capital of Rajasthan. In 16th century capital of Rajasthan is moved from Amer to Jaipur and Raja Man singh has built a fort which became famous as Amer Fort. Later on Raja Jai Singh has renovated this Amer Fort.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Amber_Fort_12995_1519624207.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":658,\"Title\":\"Hawa Mahal\",\"Description\":\"The Hawa Mahal Jaipur is the beautiful many windowed extension of the City Palace that is said to resemble the honeycomb structure of a bee&amp;rsquo;s nest. Since the construction of the Hawa Mahal Jaipur in 1799 the building has become the iconic structure of the city and the pink sandstone palace is considered as the finest example of Rajput architecture.The Hawa Mahal Jaipur translated into English means the Palace of the Winds and this name is in reference to the clever cooling system which propagates a gentle breezes through the inner rooms even during the intense Rajasthan summers. This ingenious design has been completely lost after a recent renovation in which windows were installed behind each of the lattice openings, so today the palace of winds has no wind.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9239363,\"Long\":75.8267438,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Hawa_Mahal_12995_1519730800.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":358,\"Title\":\"City Palace\",\"Description\":\"City Palace Located in the heart of the Pink City Jaipur, the City Palace was where the Maharaja reigned from. This palace also includes the famous &amp;#039;Chandra Mahal&amp;#039; and &amp;#039;Mubarak Mahal&amp;#039;, and other buildings which form a part of the palace complex. The palace is located towards the northeast side of central Jaipur and has many courtyards and buildings. The palace was built between 1729 and 1732 AD by Sawai Jai Singh II. He ruled in Amer and planned and built the outer walls of the palace and later rulers added to the architecture of this palace. These additions have been known to take place right up to the 20th century. The urban layout of the city of Jaipur was commissioned to Vidyadhar Bhattacharya and Sir Samuel Swinton Jacob. The architectural styles are largely based on a fusion of Rajput, Mughal and European styles. Today, the &amp;#039;Chandra Mahal&amp;#039; has been turned into a museum which is home to unique handcrafted products, various uniforms of the rulers and many more things pertaining to the royal heritage of the City Palace.\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9260296,\"Long\":75.8238895,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/34_1513173523.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null},{\"RefSSId\":750,\"Title\":\"Jantar Mantar\",\"Description\":\"Jantar Mantar is the largest of the five observatories built by Sawai Raja Jai Singh. Located in the city of Jaipur, Jantar Mantar draws its name from Sanskrit terms &amp;#039;yantra&amp;#039; and &amp;#039;mantra&amp;#039;. The former term means instrument while the latter means formulae. Built between the period of 1728-34, the Jantar Mantar is based on the astronomical studies conducted by Sawai Jai Singh and his men around the world. One of his men brought a manual which was a copy of La Hire&amp;#039;s &amp;quot;Tables&amp;quot;. Accordingly, Jai Singh ordered the construction of the observatories based on the information provided in this manual. Jai Singh had to make choice regarding the material used for the construction of the observatory. He had the option of using either metal or masonry instruments and he preferred the latter to the former. Infact, he himself designed the stone and masonry instruments of the observatory. \\r\\nRs. 40 per person for Indians\\r\\nRs. 15 per person for students\\r\\nRs. 200 per person for foreign tourists\",\"CurrencyType\":0,\"CityId\":12995,\"CityName\":\"Jaipur\",\"Lat\":26.9124336,\"Long\":75.7872709,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12995\\/sightseeing\\/Jantar_Mantar_12995_1519713338.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \",\"SupplierSysId\":8141,\"SupplierName\":\"K K Holidays N Vaccations\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"231568\",\"Title\":\"Day 01 : Delhi Arrival \",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>On arrival at Delhi International Airport you will be greeted by our representative &amp; transferred to your pre &ndash; booked hotel. Relax &amp; rejuvenate yourself at hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double 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\":\"231569\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":7701,\"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\":\"231570\",\"Title\":\"Day 02 : Delhi to Agra \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>Establish your morning with a guided tour of Old Delhi. Starting with Raj Ghat, where India&rsquo;s son Mahatma Gandhi cremated. Visit the largest mosque in India known as Jama Masjid.<\\/p>\\r\\n\\r\\n<p>Take a rickshaw ride in narrow lanes of Chandni Chowk, old bazaar of Delhi. From here we ahead to drive by Red Fort, built by emperor Shah Jahan in 17th&nbsp;century &amp; labeled by UNESCO as world heritage site.<\\/p>\\r\\n\\r\\n<p>Later you will be taken for a tour to New Delhi planned by Sir Edwin Lutyens. Visit the Humayun&rsquo;s Tomb, memorial of Mughal Emperor Humayun, built in 16th&nbsp;century &amp; renowned as World Heritage Site.&nbsp; Our next attraction will be Qutub Minar, the tallest minaret of world &amp; a perfect example of Indo-Islamic architecture &amp; listed in UNESCO&rsquo;s world heritage site.<\\/p>\\r\\n\\r\\n<p>Also visit the India Gate &amp; President House, the official residence of President of India.<\\/p>\\r\\n\\r\\n<p>Further in time drive to Agra, the home of Taj. Upon arrival check in at hotel &amp; stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":300,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2933,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1405,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"231571\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":266,\"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\":\"231572\",\"Title\":\"Day 03 : Agra to Jaipur via abhaneri\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>At sunrise visit the Taj Mahal (Closed on Friday) one of the seven wonders of the world. Built by Mughal Emperor Shah Jahan is a perfect example of most extravagant love.<\\/p>\\r\\n\\r\\n<p>After breakfast check out from hotel &amp; opt for sightseeing of Agra Fort, the majestic fort of red sandstone stands on the banks of river Yamuna.&nbsp;By the time drive to Jaipur stopping at Abhaneri step well.&nbsp;Later drive straight to Jaipur. Upon arrival check in at hotel and stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":22,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1716,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"231573\",\"Title\":\"Day 04 : Jaipur sightseeing \",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>After breakfast in the morning you will be taken for Amber Fort, the majestic fort located at the top of Aravali Hills. Take a short ride on elephant&rsquo;s back to reach at the fort, an overwhelming experience.<\\/p>\\r\\n\\r\\n<p>Come back to the city &amp; visit the City Palace, a perfection of Rajput &amp; Mughal architecture, Palace of Winds popular as Hawa Mahal, a five storied building built in 1799 to enable the royal ladies to view the outside life &amp; world.<\\/p>\\r\\n\\r\\n<p>Later opt for Jantar Mantar, an astronomical observatory. Return to the hotel and stay overnight.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"CP\",\"ROOMTYPENAME\":\"Deluxe double Room\"}],\"Type\":\"Deluxe\",\"Id\":3}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":47,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":658,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":358,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":750,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"231574\",\"Title\":\"Day 05 : Departure from Jaipur airport \\/ Delhi airport \",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Today morning after leisurely breakfast check out from hotel &amp; drive to Jaipur airport \\/ Delhi International Airport to board flight for onward journey.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12995,\"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\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32515\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"21890.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18260,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18260,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":18993,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":43780,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19727,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20460,\"priceDoubleOcc\":\"25190.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25190.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21193,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":47080,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16793,\"priceDoubleOcc\":\"19690.00\",\"priceSingleOcc\":39380,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17527,\"priceDoubleOcc\":\"20790.00\",\"priceSingleOcc\":40480,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18260,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":41580,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18993,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19727,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":43780,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20460,\"priceDoubleOcc\":\"25190.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25190.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18260,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":43780,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":18993,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19727,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":45980,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20460,\"priceDoubleOcc\":\"25190.00\",\"priceSingleOcc\":47080,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25190.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21193,\"priceDoubleOcc\":\"26290.00\",\"priceSingleOcc\":48180,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26290.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21927,\"priceDoubleOcc\":\"27390.00\",\"priceSingleOcc\":49280,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27390.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":16793,\"priceDoubleOcc\":\"19690.00\",\"priceSingleOcc\":39380,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19690.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17527,\"priceDoubleOcc\":\"20790.00\",\"priceSingleOcc\":40480,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20790.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18260,\"priceDoubleOcc\":\"21890.00\",\"priceSingleOcc\":41580,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21890.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18993,\"priceDoubleOcc\":\"22990.00\",\"priceSingleOcc\":42680,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22990.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":19727,\"priceDoubleOcc\":\"24090.00\",\"priceSingleOcc\":43780,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24090.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20460,\"priceDoubleOcc\":\"25190.00\",\"priceSingleOcc\":44880,\"priceExtraBed\":\"9900.00\",\"priceWithoutBed\":\"8800.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25190.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":1,\"MarketTypeTitle\":\"B2C\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"32515\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22885.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19090,\"priceDoubleOcc\":\"22885.00\",\"priceSingleOcc\":44620,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"9200.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19090,\"priceDoubleOcc\":\"22885.00\",\"priceSingleOcc\":44620,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"9200.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"24035.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"9200.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":20623,\"priceDoubleOcc\":\"25185.00\",\"priceSingleOcc\":46920,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"9200.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":21390,\"priceDoubleOcc\":\"26335.00\",\"priceSingleOcc\":48070,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"9200.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-18\",\"To\":\"2022-03-31\",\"Currency\":1,\"priceTripleOcc\":22157,\"priceDoubleOcc\":\"27485.00\",\"priceSingleOcc\":49220,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"9200.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27485.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17557,\"priceDoubleOcc\":\"20585.00\",\"priceSingleOcc\":41170,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20585.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18323,\"priceDoubleOcc\":\"21735.00\",\"priceSingleOcc\":42320,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21735.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19090,\"priceDoubleOcc\":\"22885.00\",\"priceSingleOcc\":43470,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"24035.00\",\"priceSingleOcc\":44620,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20623,\"priceDoubleOcc\":\"25185.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-01\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21390,\"priceDoubleOcc\":\"26335.00\",\"priceSingleOcc\":46920,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19090,\"priceDoubleOcc\":\"22885.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"22885.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"24035.00\",\"priceSingleOcc\":46920,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"22885.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":20623,\"priceDoubleOcc\":\"25185.00\",\"priceSingleOcc\":48070,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"22885.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":21390,\"priceDoubleOcc\":\"26335.00\",\"priceSingleOcc\":49220,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"22885.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22157,\"priceDoubleOcc\":\"27485.00\",\"priceSingleOcc\":50370,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"22885.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27485.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-10-01\",\"To\":\"2023-03-31\",\"Currency\":1,\"priceTripleOcc\":22923,\"priceDoubleOcc\":\"28635.00\",\"priceSingleOcc\":51520,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"22885.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28635.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":17557,\"priceDoubleOcc\":\"20585.00\",\"priceSingleOcc\":41170,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20585.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":18323,\"priceDoubleOcc\":\"21735.00\",\"priceSingleOcc\":42320,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21735.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":19090,\"priceDoubleOcc\":\"22885.00\",\"priceSingleOcc\":43470,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22885.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":19857,\"priceDoubleOcc\":\"24035.00\",\"priceSingleOcc\":44620,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24035.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":20623,\"priceDoubleOcc\":\"25185.00\",\"priceSingleOcc\":45770,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25185.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2023-04-01\",\"To\":\"2023-09-30\",\"Currency\":1,\"priceTripleOcc\":21390,\"priceDoubleOcc\":\"26335.00\",\"priceSingleOcc\":46920,\"priceExtraBed\":\"10350.00\",\"priceWithoutBed\":\"20585.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"15.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26335.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Airfare and Train Tickets&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Lunch and Dinners or Any special Meals unless mentioned otherwise&amp;nbsp;&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Expense of personal nature such as tips, laundry, telephones, beverages etc., &lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Dharshan Tickets &amp;amp; entry fee for all monuments and boating fees &amp;amp; Guide Charges.&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":90,\"ExtraValue\":\"0\",\"IsPercentage\":false,\"Title\":\"Before 90 Days\",\"TPRulesSysId\":\"9556\",\"Value\":\"0\"},{\"DaysBefore\":60,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"9557\",\"Value\":\"20\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"9558\",\"Value\":\"40\"},{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"9559\",\"Value\":\"75\"},{\"DaysBefore\":7,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 7 Days\",\"TPRulesSysId\":\"9560\",\"Value\":\"90\"},{\"DaysBefore\":3,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 3 Days\",\"TPRulesSysId\":\"9561\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"231568\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[231568],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"231569\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[231569],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"231570\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[231570],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"231571\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[231571],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"231572\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[231572],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"231573\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[231573],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"231574\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[231574],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Delhi,Agra,Jaipur','Delhi,Indian Subcontinent,North India,India,Agra,Uttar Pradesh,Jaipur,Rajasthan',NULL,'7701,266,12995',19690,28635,4,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2023-09-30 00:00:00','2023-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'golden-triangle-of-india',NULL,NULL,NULL,0),(18,31995,1,12211,0,0,0,'',NULL,1,1,0,'{\"package\":{\"TPId\":31995,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/devine_madhya_pradesh_1643730831.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;This tour is for those who have less time with then, but want to explore the most of Malwa tourist hotspot.&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":5,\"AgencyId\":6135,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":6135,\"DestinationPlaces\":\"Indore\",\"DestinationPlacesSysId\":12706,\"SourcePlaces\":\"Ujjain\",\"SourcePlaceSysId\":28083,\"AgencyName\":\"Connect India\",\"Name\":\"Devine Madhya Pradesh\",\"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\":\"\",\"PackageType\":\"\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28083,\"Title\":\"Ujjain\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":493896,\"Name\":\"MPT Shipra Residency\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.177811\",\"Long\":\"75.786434\",\"Address\":\"Dewas Road, Near, Madhav Club Rd, Freeganj, Sindhi Colony, Ujjain, Madhya Pradesh 456001, India\"},\"Images\":[],\"CityId\":28083,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28083,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493857,\"Name\":\"Hotel Anjushree\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"23.139815\",\"Long\":\"75.7907645\",\"Address\":\"72, Indore Rd, Goyala Khurd, Pawapuri Colony, Ujjain, Madhya Pradesh 456010, India\"},\"Images\":[],\"CityId\":28083,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":28083,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23215,\"Title\":\"Mahakaleshwar Jyotirlinga\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mahakaleshwar Temple&lt;\\/span&gt;, located in the ancient city of Ujjain in the state of Madhya Pradesh, is one of the 12 Jyotirlingas in India. Dedicated to Lord Shiva, the Mahakal lingam at this temple is believed to be Swayambhu (self-manifested), obtaining currents of Shakti (power) from within itself. Mahakaleshwar is also one of the 18 Maha Shakti Peethas in India.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Another factor that makes Mahakaleshwar one of the most revered Jyotirlingas in India is the fact that the Mahakaleshwar idol is Dakshina Mukhi, facing south, unlike all the other Jyotirlingas. Considered no less than a Hindu pilgrimage, the Bhasma-Aarti of Mahakaleshwar Temple is hugely popular amongst the devotees. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The Mahakaleshwar Temple complex is a spacious courtyard with sculptural finery and sophistication that is influenced by Maratha, Bhumija and Chalukya styles of structural design and is complete with impressive lingam sculptures of Mahakaleshwar. It also has the inions of Omkaresvara and Nagachandresvara and images of Ganesha, Kartikeya and Parvati. The temple, which is spread over five levels, sees a huge throng of devotees during the Maha Shivaratri festival.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Timings : From the month Chaitra to Ashwin:&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Morning Pooja: 7:00 AM - 7:30 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Mid-day Pooja: 10:00 AM - 10:30 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Evening Pooja: 5:00 PM - 5:30 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Aarti Shri Mahakal: 7:00 PM - 7:30 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Closing time: 11:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;From the month Kartik to Falgun:\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Morning Pooja: 7:30 AM - 8:00 AM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Mid-day Pooja: 10:30 AM - 11:00 AM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Evening Pooja: 5:30 PM - 6:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Aarti Shri Mahakal: 7:30 PM - 8:00 PM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Closing time: 11:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Bhasma Aarti: 4:00 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Time Required : 4-5 hours\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Entry Fee : No entry fee&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28083,\"CityName\":\"Ujjain\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28083\\/sightseeing\\/6135_1643009079.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23239,\"Title\":\"Ram Ghat, Harsiddhi Temple, Gopal Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ram Ghat:&lt;\\/span&gt;&Acirc;&nbsp;This is among the most popular places to visit in Ujjain, as this is where the very famous Kumbh Mela is held every 12 years. The Kumbh Mela holds a great prominence among the followers of Hinduism, which is evident from the fact that almost 2 crore people attend the mela. \\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;Flanking the eastern bank of the Shipra, Ram Ghat stretches for almost a kilometre from Pashupati Temple in the south to the road bridge across the river in the north. The wide promenade is dotted with temples, old and new and the air is full of the sound of temple bells and incantations. The best time to explore the ghat is early morning and late evening.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5:30 AM to 12 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Harsiddhi Temple : &lt;\\/span&gt;One of the most revered temples of India, Harsiddhi Temple is located in Ujjain just a mere 350 m away from the temple of Mahakaleshwar Jyotirlinga. The temple is just across the Rudra Sagar Lake and is one of the major Shaktipeeths of India out of the existing 51 of them and it is one the top 13 Shaktipeeths shrine among the 51 Shaktipeeths of Mata Sati. Harsiddhi Temple a major seat of the Shakti sect occupies a special place in the galaxy of temples in Ujjain. Seated between the idols of Mahalaxmi and Mahasarawati, Goddess Annapurna, the main deity worshipped in the temple, is painted a brilliant vermillion.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Harsiddhi Mata Temple open at 05:00 AM To 07:00 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Aarti Timings\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Morning Aarti at 07:00 AM to 08:00 AM and Evening Aarti at 06:00 PM to 07:00 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Gopal Mandir : &lt;\\/span&gt;Gopal Temple, one of the largest temples in Ujjain is located at the heart of the town&#039;s main market, constructed in the mid-19 century by Bayajbai Scindia, wife of King Daulat Rao Scindia it is a striking example of Maratha temple architecture. As in the Maratha tradition, the temple is enclosed by a high wall, pierced by an ornate gateway with the distinctive bangaldar roof. The deepstambh, the other hallmark of this style of architecture, is, however, absent.&lt;span style=&quot;font-weight: bold&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5:00 A.M. to 7:00 P.M.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28083,\"CityName\":\"Ujjain\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28083\\/sightseeing\\/6135_1643021239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23098,\"Title\":\"24 Avatars, Satmatrika Temples\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;24 Avatars :&lt;\\/span&gt; A cluster of Hindu and Jain temples, remarkable for their skillful use of varied architectural modes.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Satmatrika Temples :&lt;\\/span&gt; 6 km. from Omkareshwar, a group of 10th century temples.&lt;\\/p&gt;&lt;p&gt;The star of all tourist attractions within the town is undoubtedly the Satmatrika Temple or Omkareshwar Temple. It is considered to be one among the holiest shrines in India and one among the revered 12 Jyotirlingas within the country. This beautiful structure stands atop an island called Mandhata in Madhya Pradesh. Surrounding it is the confluence of the mighty Kaveri and Narmada rivers. Further adding to the mystique of the world is that the island&#039;s shape, which resembles the sacred Hindu symbol of &#039;Om&#039;.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pilgrims in inconceivable numbers visit the shrine annually to hunt the blessings of Lord Shiva. It is a shrine not just for the faithful except for history and archaeology buffs also. Scattered around the vicinity are 20 shrines dedicated to deities like Ganesh, Narmada, Shani, and Krishna. Therefore you will be pleased to visit the Satmatrika Temples, Omkareshwar and experience holiness and beauty of the place.\\r\\n&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt; \\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20109,\"CityName\":\"Omkareshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20109\\/sightseeing\\/6135_1642758967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23093,\"Title\":\"Baz Bahadur&#039;s Palace\",\"Description\":\"&lt;p&gt;Khilji Sultan Nasir-ud-Din constructed the palace between the year 1508-1509, for the last ruler of Mandu- King Baz Bahadur. The mix styled architecture that includes a glimpse of Mughal and Rajasthani aesthetics is a marvelous piece of art. \\r\\n&lt;\\/p&gt;&lt;p&gt;The King became fond of this palace because of his eternal romance with the accomplished singer Roopmati who used to visit the nearby Rewa Kund. There are about 40 broad steps to reach the entrance of the Palace and this hilltop monument offers scenic views of the surrounding region.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Location&lt;\\/span&gt;: Mandav, Madhya Pradesh 454010&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;Sunrise to sunset.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;7 AM to 7 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Less than an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642755842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23083,\"Title\":\"Hindola Mahal\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hindola Mahal &lt;\\/span&gt;: An audience hall also belonging to Ghiyas-ud-din&#039;s reign, it derives the name of &#039;Swinging Palace&#039; from its sloping sidewalls. Superb and innovative techniques are also evident in its ornamental facade, delicate trellis work in sandstone and beautifully moulded columns.To the west of Hindola Mahal there are several unidentified buildings which still bear traces of their past grandeur. Amidst these is an elaborately constructed well called Champa Baoli which is connected with underground vaulted rooms where arrangements for cold and hot water were made.Other places of interest in this enclave are Dilawar Khan&#039;s Mosque, the Nahar Jharokha (tiger balcony), Taveli Mahal, the two large wells called the Ujali (bright) and Andheri (dark) Baolis and Gada Shah&#039;s Shop and House,all worth a visit.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt;6 AM to 7 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian adult.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Around an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642751157.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23081,\"Title\":\"Hoshang Shah&rsquo;s Tomb\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hoshang Shah&#039;s Tomb :&lt;\\/span&gt; India&#039;s first marble edifice is one of the most refined examples of Afghan architecture. Its unique features are the magnificently proportioned dome, marble lattice work of remarkable delicacy and porticoed courts and towers to mark the four corners of the rectangle. Shah Jehan sent four of his great architects to study the design &amp;\\r\\n&lt;\\/p&gt;&lt;p&gt;draw inspiration from the tomb. Among them was Ustad Hamid who was also associated with the construction of the Taj Mahal.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;8 AM to 5:30 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;INR 5 per Indian and SAARC countries adults.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; 1 hour to one and a half hours.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642750477.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23074,\"Title\":\"Jahaz Mahal\",\"Description\":\"&lt;p&gt;Built under the reign of Mandu Sultan Ghiyas-ud-din Khilji who had a vast harem of about 15000 women. In order to accommodate the ladies in a proper building, this monumental palace was constructed. Jahaz Mahal is located in the Mandu Fort near Munj Talab along Gada Shah Mahal and Hindola Mahal.\\r\\n&lt;\\/p&gt;&lt;p&gt;This double-storeyed palace is encircled by twin ponds that give an impression to the spectators that it is a floating structure. If you are visiting Mandu fort, this can be one of the places to visit in Madhya Pradesh that will intrigue you with its phenomenal architecture.\\r\\n&lt;\\/p&gt;&lt;p&gt;Location: Jahaz Mahal Internal Rd, Sulibardi, Madhya Pradesh 454010\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; 6 AM to 6 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian adult.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; 1 to 2 hours.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642679561.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23094,\"Title\":\"Jami Masjid\",\"Description\":\"&lt;p&gt;Inspired by the great mosque of Damascus, the Jami Masjid, was conceived on a grand scale, with a high plinth and a huge domed porch projecting in the centre, the background dominated by similar imposing domes with the intervening space filled up by innumerable domes. One is struck by the hugeness of the building&#039;s proportions and the mosque is enclosed on all sides by huge colonnades with a rich and pleasing variety in the arrangement of arches, pillars, number of bays, and in the rows of domes above.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt;7 AM to 7 PM on all days of the week.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; An hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642756248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23076,\"Title\":\"Nilkanth Mahadev Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;This sacred Shiva shrine is sited in a magnificent setting, at the very edge of a steep gorge. In its tree-shaded courtyard, a sacred pond is fed by a stream, and pilgrims still gather to worship here.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;water channel in the shape of seashell with interwoven spiral, in the nilkanth mahadev temple. this seashell is symbolic for mahadev (god shiva). as shiv-lingum is bathed with water, it flows through this spiral and vanish down the mountain slopes. devotees think their wish will be fulfilled, if keeping a small flower at the beginning (upper end) flows tracing spiral, down the underground (bottom end) channel. more pause in the flow, more difficulties in fulfilling wish!&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;Anytime during the day.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required: &lt;\\/span&gt;Less than an hour.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642748856.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23079,\"Title\":\"Nilkanth Mahal\",\"Description\":\"&lt;p&gt;Belonging to the Mughal era and close to the Nilkanth shrine, this palace was constructed by the Mughal governor, Shah Badgah Khan, for Emperor Akbar&#039;s Hindu wife. On the walls here are some inions of the time of Akbar, referring to the futility of earthly pomp and glory.&lt;\\/p&gt;&lt;p&gt;Hathi Mahal, Darya Khan&#039;s Tomb, Dai ka Mahal, Dai ki Chhoti Behan ka Mahal, Malik Mughith&#039;s Mosque and Jal Mahal are some of Mandu&#039;s other fascinating monuments. There is also the Echo Point, the &#039;Delphic Oracle&#039; of Mandu. A shout from here reverberates far below and is heard clearly back.&lt;\\/p&gt;&lt;p&gt;The Lohani Caves and Temple ruins, not far from the royal enclave area,also merit a visit due to their association with Mandu&#039;s history and monuments. Sunset Point, in front of the caves, affords a panoramic view of the surrounding countryside.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; Anytime during the day.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Less than an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642749772.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23090,\"Title\":\"Rewa Kund\",\"Description\":\"&lt;p&gt;Another witness of the legendary love story of Roopmati and Baz Bahadur which is located near Jami Masjid. This artificial lake was constructed to ensure the regular water supply to Roopmati Pavilion.  \\r\\n&lt;\\/p&gt;&lt;p&gt;It is also said that Roopmati, who was a renowned classical singer, often came to worship at this Kund. It is fringed with Pillars and arches of beautiful design and style under the shadow of which tourists and pilgrims can rest and enjoy the timeless beauty of this reservoir.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; Best to go between sunrise to sunset hours.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; An hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642755123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23088,\"Title\":\"Roopmati&#039;s Pavilion\",\"Description\":\"&lt;p&gt;This vintage place bestows you with an unparalleled view of the river Narmada. The Pavilion has a backstory of a medieval romance that started between King Baz Bahadur and Rani Roopmati. Earlier this hilltop structure was used as an army ground to keep a watch around and guard the kingdom. \\r\\n&lt;\\/p&gt;&lt;p&gt;The pavilion has two watchtowers and beautiful courtyards as well, making it one of Mandu tourist places which are mandatory parts of every itinerary. It is said that Rani Roopmati was an accomplished classical singer and the pavilion was made acoustically so it served her better. It is one of the most exceptional places you should visit in Madhya Pradesh.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; 8 AM to 6 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian and SAARC countries adults.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required: &lt;\\/span&gt;Over 2 hours.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642754610.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23104,\"Title\":\"Devi Ahilya Archaeological Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Devi Ahilya Archaeological Museum&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Named after the prudent queen of Holkar dynasty, together with antique armaments, this grand and novel museum conserves some rare manus as well as photographs of freedom struggle. The double-storey museum is demarcated into different galleries based upon the idols of various deities displayed in.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Maheshwari Sarees &lt;\\/span&gt;: Introduced into Maheshwar 250 years ago by Rani Ahilyabai, the sarees are renowned throughout India for their unique weave. Woven mostly in cotton, the typical Maheshwari saree has a plain body and sometimes stripes or checks in several variations. The mat border designs have a wide range in leaf and floral patterns. The pallu is particularly distinctive with five stripes, three coloured and two white alternating, running along its width. Maheshwari has a reversible border, known as bugdi.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ahilya Fort Timing: &lt;\\/span&gt;24-hrs\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Best time to visit Ahilya Fort (preferred time)&lt;\\/span&gt; : 07:00 am - 05:00 pm\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Time required to visit Ahilya Fort&lt;\\/span&gt;: 01:00 Hrs&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/6135_1642761925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23102,\"Title\":\"MAHESHWAR\",\"Description\":\"&lt;p&gt;Maheshwar was a glorious city at the dawn of Indian civilization when it was Mahishmati, capital of King Kartivarjun. This temple town on the banks of the river Narmada finds mention in the epics of Ramayana and Mahabharata. Revived to its ancient position of importance by the Holkar queen Rani Ahilyabai of Indore, Maheshwar&#039;s temples and mighty fort complex stand in quiet beauty, mirrored in the river.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold background-color: yellow&quot;&gt;What to See&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Rajgaddi and Rajwada :&lt;\\/span&gt; A life-size&Acirc;&nbsp;&lt;\\/span&gt;statue of Rani Ahilyabai sits on athrone in the Rajgaddi within the Fort complex. This is the right place to begin a tour of Maheshwar, for this pious and wise queen was the architect of its revived importance. Other fascinating relics and heirlooms of the Holkar dynasty can be seen in other rooms which are open to the public. Within the complex is an exquisite, small shrine which is the starting point of the ancient Dussehra ceremony which is carried out even today. The image on this day is installed reverently in a splendid palanquin and carried down the steep Fort road to the town below to receive the yearly homage of the people of Maheshwar.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ghats :&lt;\\/span&gt; Peshwar Ghat, Fanase Ghat and Ahilya Ghat line the river&Acirc;&nbsp;&lt;\\/span&gt;Narmada, flights of steps lead down from the sandy banks to the river, and through the day a kaleidoscope of rural India can be seen here, in the pilgrims and holy men who sit here in silent meditation, in the rows of graceful women who carry gleaming brass pots down to the holy, lifegiving river, in the ferry loads of villagers who cross and recross these surging waters. Lining the banks, too, are poignant memorials in stone to the &#039;Satis&#039; of Maheshwar, who perished on the funeral pyres of their husbands.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Temples: &lt;\\/span&gt;With their soaring spires, the many- tiered temples of&Acirc;&nbsp;&lt;\\/span&gt;Maheshwar are distinguished by their carved overhanging balconies and their intricately worked doorways. Temples to see are : Kaleshwar, Rajarajeshwara, Vithaleshwara and Ahileshwar.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Maheshwar Fort : &lt;\\/span&gt;The massive Maheshwar Fort stands on a hill overlooking the Narmada on the South and the modern town of Maheshwar to its North.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/6135_1642761315.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16743,\"Title\":\"uma maheshwara temple\",\"Description\":\"According to Indian mythology, when Parvati (also known as Uma) learnt about the significance of Gokarna, she persuaded Shiva to accompany her to this town. When they, along with a few other companions, reached Gokarna, Uma was joyed with the beauty of the region. Uma and Lord Shiva, also known as Maheshwara, went to the top of the Shatashrunga Mountain, away from the town. This secluded spot is a revered place of worship. One half of the Shiva lingam installed inside denotes Mahesh while the other half, Uma. On the side of lingam, a statue of mythological bull called Nandi is depicted in a seated position, who serves as Shiva&amp;#039;s mount as well as Uma Maheshwara&amp;#039;s gatekeeper.\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/uma_maheshwara_temple_16388_1592579879.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23071,\"Title\":\"Kanch Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;You might have visited several temples which have got the fame for their detailed architecture but the city of Indore has a temple which stands apart with its unique glass and mirror work. Built in the 20th century by Hukumchand Seth, this temple is a sacred destination for the Jain community. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The temple comprises a Lord Mahavira idol which was made from the black onyx. With the intricate mirror work on the walls, floor, ceiling, and pillars, the temple also holds a lot of aesthetic appeals. The glass chandeliers &amp; Chinese style lanterns enhance its beauty by manifolds. Kanch Mandir is situated in close proximity to the Rajwada area which is one of the most famous places in Indore.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Famous For:&lt;\\/span&gt; The mirror and glass work of the temple is what makes it popular among the tourists. Kanch Mandir is a religious spot for the Jain community.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;The mandir remains open for the visitors on all the days of the week between 05:00 AM to 12:00 PM &amp; 4:00 PM to 8:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; The entry remains free for the visitors.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642678317.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23068,\"Title\":\"Sarafa Bazar\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;A visit to Indore is incomplete without serving your taste buds with the food delights of the popular Sarafa Bazaar. The market saw its origin some hundred years ago when the shop owners encouraged night bustle &amp; offered the area around their shops to the local food vendors. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;The market turns into a vibrant street during the night. The night market attracts a large number of natives as well as tourists who love to explore the local taste of the city. The neon sign boards, lip-smacking food stalls &amp; an enthusiastic crowd define the usual scenario of the Sarafa market. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;Bhutta Kees served with coriander Chutney &amp; lemon juice forms the special dish of the market. You can also relish the taste of crispy garadu, khopra patties, egg benjo, jalebi, and ratalu.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Famous For:&lt;\\/span&gt; The popular Sarafa Market has gained attention for its delicious local dishes &amp; street food.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-family: &quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(59, 59, 59)&quot;&gt;The shops remain open for the visitors on all the days of the week between 06:00 AM to 10:00 PM.&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;One can enter the market without paying any fee.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642677727.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23062,\"Title\":\"Rajwada\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Rajwada is a historical palace in the city of Indore, Madhya Pradesh. It was built by the Holkars of the Maratha Empire about two centuries ago. This seven storied structure is located near the Chhatris and serves today as a fine example of royal grandeur and architectural skills.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Rajwada is subdivided into two major parts. One part of it is a temple and another part is a grand palace. Built by the Holkars of Maratha Dynasty, the Rajwada palace is a 7-storied structure situated in proximity to the Chhatris. The palace remains crowded by locals &amp; outsiders throughout the year.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;The lush green garden at its entrance leaves the visitors mesmerized by its splendor. Cradled between the vibrant streets of Khajuri market, it faces an enticing garden which flaunts the statue of Ahilya Bai &amp; numerous beautiful fountains. Because of its beauty and history, visiting Rajwada makes it to the list of things you should definitely do in Indore.  Due to its historical importance and picturesque offerings, it is a prominent name among all the Indore tourist places.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;Famous For: It has gained utmost popularity with its unique architecture &amp; royal grandeur.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Timings: The palace remains open for the visitors on all the days of the week between 10:00 AM to 05:00 PM except on  Monday.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Entry Fee: The visitors need to pay the nominal fee of  INR 10 to spend some peaceful time here.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642673927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23065,\"Title\":\"Khajrana Ganesh Temple, Indore\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;One of the most sought-after places to visit in Indore, Khajrana Ganesh temple was built by the Ahilyabai Holkar to safeguard the Lord Ganesh idol from Aurangzeb. The temple comprises a Ganesha statue &amp; several smaller temples which are dedicated to the other deities.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The idol is composed of bricks, jaggery, limestone, mud, soil, and water. The intricate paintings inscribed on the upper sections of the Garbhagriha give a glimpse of different festivals that are celebrated in India.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The nearby dargah of Nahar Sayed further adds to the religious aura of this tourist destination. The serene atmosphere of the temple takes you a step closer to the world of spirituality. If you wish to steal some peaceful moments, this temple might do the trick.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Famous For: Khajrana Ganesh Temple is a religious spot which is a popular name among devotees who believe that whoever comes to this temple with a wish never goes back disappointed.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; The temple remains open for the visitors on all the days of the week between 05:00 AM to 12:00 PM and 04:00 PM to 08:00 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;There is no entry fee to visit the temple.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642676169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":12706,\"Title\":\"Indore\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":103029,\"Name\":\"Effotel Hotel Indore\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.750887\",\"Long\":\"75.903218\",\"Address\":\"Plot No. 10-C\\/ C.A. Scheme 94\"},\"Images\":{\"Image\":[{\"ImagId\":2245196,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_31_t.jpg\"},{\"ImagId\":2245197,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_30_t.jpg\"},{\"ImagId\":2245198,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_29_t.jpg\"},{\"ImagId\":2245199,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/32fb674c_t.jpg\"},{\"ImagId\":2245200,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/c24c10d2_t.jpg\"},{\"ImagId\":2245201,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_4_t.jpg\"},{\"ImagId\":2245202,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_1_t.jpg\"},{\"ImagId\":2245203,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_2_t.jpg\"},{\"ImagId\":2245204,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_7_t.jpg\"},{\"ImagId\":2245205,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_11_t.jpg\"},{\"ImagId\":2245206,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_13_t.jpg\"},{\"ImagId\":2245207,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_12_t.jpg\"},{\"ImagId\":2245208,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_18_t.jpg\"},{\"ImagId\":2245209,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_16_t.jpg\"},{\"ImagId\":2245210,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_17_t.jpg\"},{\"ImagId\":2245211,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_21_t.jpg\"}]},\"CityId\":12706,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Effotel Hotel Indore in Indore, you&amp;apos;ll be close to Khajrana Ganesh Temple and Holkar Stadium.  This hotel is within the vicinity of Nehru Stadium and Central Museum Indore.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 181 guestrooms featuring minibars. Complimentary wireless Internet access is available to keep you connected. Conveniences include coffee\\/tea makers and complimentary bottled water.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take advantage of recreation opportunities such as a health club, or other amenities including complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;You can enjoy a meal at a restaurant serving the guests of Effotel Hotel Indore, or find a snack in a coffee shop\\/caf&eacute;. Quench your thirst with your favorite drink at a bar\\/lounge.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary high-speed (wired) Internet access, a business center, and complimentary newspapers in the lobby. 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 24 hours), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/10000000\\/9090000\\/9080300\\/9080282\\/9080282_31_t.jpg\",\"AccoAminitiesMask\":\"111010000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12706,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":103080,\"Name\":\"Sayaji Hotel\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.751341\",\"Long\":\"75.889276\",\"Address\":\"H\\/1 Scheme 54 Vijay Nagar\"},\"Images\":{\"Image\":[{\"ImagId\":2245838,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.iceportal.com\\/brochures\\/Media\\/Show\\/photoThumb.aspx?did=8760&brochureid=ICE61369&mtype=26096&publicid=6861452&instanceid=3&resizing=default\"},{\"ImagId\":2245839,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.iceportal.com\\/brochures\\/Media\\/Show\\/photoThumb.aspx?did=8760&brochureid=ICE61369&mtype=26096&publicid=10706963&instanceid=3&resizing=default\"},{\"ImagId\":2245840,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.iceportal.com\\/brochures\\/Media\\/Show\\/photoThumb.aspx?did=8760&brochureid=ICE61369&mtype=26096&publicid=21137514&instanceid=3&resizing=default\"}]},\"CityId\":12706,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Indore, Sayaji Hotel is close to Khajrana Ganesh Temple and Holkar Stadium.  This 4.5-star hotel is within the vicinity of Nehru Stadium and Central Museum Indore.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 214 air-conditioned rooms featuring minibars. Complimentary wireless Internet access is available to keep you connected. Bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. If you&amp;apos;re looking for recreational opportunities, you&amp;apos;ll find a nightclub, a health club, and an outdoor pool. Additional amenities at this hotel include complimentary wireless Internet access, concierge services, and an arcade\\/game room.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Grab a bite to eat at one of the hotel&amp;apos;s dining establishments, which include 7 restaurants and a coffee shop\\/caf&eacute;. Quench your thirst with your favorite drink at a bar\\/lounge.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a business center, express check-in, and express check-out. Event facilities at this hotel consist of conference space and meeting rooms. A shuttle from the airport to the hotel is provided for a surcharge (available 24 hours), and free self parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.iceportal.com\\/brochures\\/Media\\/Show\\/photoThumb.aspx?did=8760&brochureid=ICE61369&mtype=26096&publicid=6861452&instanceid=3&resizing=default\",\"AccoAminitiesMask\":\"110110000001010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":11,\"Title\":\"Nightclub\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"GRAND ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12706,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"GRAND ROOM\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":103020,\"Name\":\"Radisson Blu Indore\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.750284\",\"Long\":\"75.903175\",\"Address\":\"12 Scheme No 94C Ring Road\"},\"Images\":{\"Image\":[{\"ImagId\":2245130,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/66\\/580\\/60\\/room625_EX-362-cl_A.jpg\"},{\"ImagId\":2245131,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/66\\/580\\/68\\/social-353-cl_A.jpg\"},{\"ImagId\":2245132,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/66\\/36\\/235\\/Class_Room_setup-042-cl_A.jpg\"},{\"ImagId\":2245133,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/66\\/580\\/44\\/mood_shot-471-cl_A.jpg\"}]},\"CityId\":12706,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Centrally located in Indore, Radisson Blu Hotel Indore is convenient to Khajrana Ganesh Temple and Holkar Stadium.  This 4.5-star hotel is within the vicinity of Nehru Stadium and Central Museum Indore.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 200 guestrooms featuring minibars and LCD televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include phones, as well as safes and desks.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Don&amp;apos;t miss out on the many recreational opportunities, 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).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at one of the hotel&amp;apos;s dining establishments, which include 3 restaurants and a coffee shop\\/caf&eacute;. From your room, you can also access 24-hour room service. Quench your thirst with your favorite drink at a bar\\/lounge. Buffet breakfasts are available daily for a fee.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a business center, express check-in, and express check-out. Event facilities at this hotel consist of conference space and meeting rooms. Guests may use a roundtrip airport shuttle for a surcharge, and free valet parking is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/66\\/580\\/60\\/room625_EX-362-cl_A.jpg\",\"AccoAminitiesMask\":\"111110100000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":3,\"Title\":\"Swimming Pool\"},{\"AminityId\":4,\"Title\":\"Gym\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456342,\"Name\":\"Any 5 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":12706,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"Superior Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23215,\"Title\":\"Mahakaleshwar Jyotirlinga\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mahakaleshwar Temple&lt;\\/span&gt;, located in the ancient city of Ujjain in the state of Madhya Pradesh, is one of the 12 Jyotirlingas in India. Dedicated to Lord Shiva, the Mahakal lingam at this temple is believed to be Swayambhu (self-manifested), obtaining currents of Shakti (power) from within itself. Mahakaleshwar is also one of the 18 Maha Shakti Peethas in India.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Another factor that makes Mahakaleshwar one of the most revered Jyotirlingas in India is the fact that the Mahakaleshwar idol is Dakshina Mukhi, facing south, unlike all the other Jyotirlingas. Considered no less than a Hindu pilgrimage, the Bhasma-Aarti of Mahakaleshwar Temple is hugely popular amongst the devotees. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The Mahakaleshwar Temple complex is a spacious courtyard with sculptural finery and sophistication that is influenced by Maratha, Bhumija and Chalukya styles of structural design and is complete with impressive lingam sculptures of Mahakaleshwar. It also has the inions of Omkaresvara and Nagachandresvara and images of Ganesha, Kartikeya and Parvati. The temple, which is spread over five levels, sees a huge throng of devotees during the Maha Shivaratri festival.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Timings : From the month Chaitra to Ashwin:&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Morning Pooja: 7:00 AM - 7:30 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Mid-day Pooja: 10:00 AM - 10:30 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Evening Pooja: 5:00 PM - 5:30 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Aarti Shri Mahakal: 7:00 PM - 7:30 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Closing time: 11:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;From the month Kartik to Falgun:\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Morning Pooja: 7:30 AM - 8:00 AM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Mid-day Pooja: 10:30 AM - 11:00 AM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Evening Pooja: 5:30 PM - 6:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Aarti Shri Mahakal: 7:30 PM - 8:00 PM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Closing time: 11:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Bhasma Aarti: 4:00 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Time Required : 4-5 hours\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Entry Fee : No entry fee&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28083,\"CityName\":\"Ujjain\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28083\\/sightseeing\\/6135_1643009079.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23239,\"Title\":\"Ram Ghat, Harsiddhi Temple, Gopal Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ram Ghat:&lt;\\/span&gt;&Acirc;&nbsp;This is among the most popular places to visit in Ujjain, as this is where the very famous Kumbh Mela is held every 12 years. The Kumbh Mela holds a great prominence among the followers of Hinduism, which is evident from the fact that almost 2 crore people attend the mela. \\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;Flanking the eastern bank of the Shipra, Ram Ghat stretches for almost a kilometre from Pashupati Temple in the south to the road bridge across the river in the north. The wide promenade is dotted with temples, old and new and the air is full of the sound of temple bells and incantations. The best time to explore the ghat is early morning and late evening.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5:30 AM to 12 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Harsiddhi Temple : &lt;\\/span&gt;One of the most revered temples of India, Harsiddhi Temple is located in Ujjain just a mere 350 m away from the temple of Mahakaleshwar Jyotirlinga. The temple is just across the Rudra Sagar Lake and is one of the major Shaktipeeths of India out of the existing 51 of them and it is one the top 13 Shaktipeeths shrine among the 51 Shaktipeeths of Mata Sati. Harsiddhi Temple a major seat of the Shakti sect occupies a special place in the galaxy of temples in Ujjain. Seated between the idols of Mahalaxmi and Mahasarawati, Goddess Annapurna, the main deity worshipped in the temple, is painted a brilliant vermillion.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Harsiddhi Mata Temple open at 05:00 AM To 07:00 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Aarti Timings\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Morning Aarti at 07:00 AM to 08:00 AM and Evening Aarti at 06:00 PM to 07:00 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Gopal Mandir : &lt;\\/span&gt;Gopal Temple, one of the largest temples in Ujjain is located at the heart of the town&#039;s main market, constructed in the mid-19 century by Bayajbai Scindia, wife of King Daulat Rao Scindia it is a striking example of Maratha temple architecture. As in the Maratha tradition, the temple is enclosed by a high wall, pierced by an ornate gateway with the distinctive bangaldar roof. The deepstambh, the other hallmark of this style of architecture, is, however, absent.&lt;span style=&quot;font-weight: bold&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5:00 A.M. to 7:00 P.M.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28083,\"CityName\":\"Ujjain\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28083\\/sightseeing\\/6135_1643021239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23098,\"Title\":\"24 Avatars, Satmatrika Temples\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;24 Avatars :&lt;\\/span&gt; A cluster of Hindu and Jain temples, remarkable for their skillful use of varied architectural modes.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Satmatrika Temples :&lt;\\/span&gt; 6 km. from Omkareshwar, a group of 10th century temples.&lt;\\/p&gt;&lt;p&gt;The star of all tourist attractions within the town is undoubtedly the Satmatrika Temple or Omkareshwar Temple. It is considered to be one among the holiest shrines in India and one among the revered 12 Jyotirlingas within the country. This beautiful structure stands atop an island called Mandhata in Madhya Pradesh. Surrounding it is the confluence of the mighty Kaveri and Narmada rivers. Further adding to the mystique of the world is that the island&#039;s shape, which resembles the sacred Hindu symbol of &#039;Om&#039;.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pilgrims in inconceivable numbers visit the shrine annually to hunt the blessings of Lord Shiva. It is a shrine not just for the faithful except for history and archaeology buffs also. Scattered around the vicinity are 20 shrines dedicated to deities like Ganesh, Narmada, Shani, and Krishna. Therefore you will be pleased to visit the Satmatrika Temples, Omkareshwar and experience holiness and beauty of the place.\\r\\n&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt; \\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20109,\"CityName\":\"Omkareshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20109\\/sightseeing\\/6135_1642758967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23093,\"Title\":\"Baz Bahadur&#039;s Palace\",\"Description\":\"&lt;p&gt;Khilji Sultan Nasir-ud-Din constructed the palace between the year 1508-1509, for the last ruler of Mandu- King Baz Bahadur. The mix styled architecture that includes a glimpse of Mughal and Rajasthani aesthetics is a marvelous piece of art. \\r\\n&lt;\\/p&gt;&lt;p&gt;The King became fond of this palace because of his eternal romance with the accomplished singer Roopmati who used to visit the nearby Rewa Kund. There are about 40 broad steps to reach the entrance of the Palace and this hilltop monument offers scenic views of the surrounding region.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Location&lt;\\/span&gt;: Mandav, Madhya Pradesh 454010&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;Sunrise to sunset.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;7 AM to 7 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Less than an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642755842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23083,\"Title\":\"Hindola Mahal\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hindola Mahal &lt;\\/span&gt;: An audience hall also belonging to Ghiyas-ud-din&#039;s reign, it derives the name of &#039;Swinging Palace&#039; from its sloping sidewalls. Superb and innovative techniques are also evident in its ornamental facade, delicate trellis work in sandstone and beautifully moulded columns.To the west of Hindola Mahal there are several unidentified buildings which still bear traces of their past grandeur. Amidst these is an elaborately constructed well called Champa Baoli which is connected with underground vaulted rooms where arrangements for cold and hot water were made.Other places of interest in this enclave are Dilawar Khan&#039;s Mosque, the Nahar Jharokha (tiger balcony), Taveli Mahal, the two large wells called the Ujali (bright) and Andheri (dark) Baolis and Gada Shah&#039;s Shop and House,all worth a visit.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt;6 AM to 7 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian adult.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Around an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642751157.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23081,\"Title\":\"Hoshang Shah&rsquo;s Tomb\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hoshang Shah&#039;s Tomb :&lt;\\/span&gt; India&#039;s first marble edifice is one of the most refined examples of Afghan architecture. Its unique features are the magnificently proportioned dome, marble lattice work of remarkable delicacy and porticoed courts and towers to mark the four corners of the rectangle. Shah Jehan sent four of his great architects to study the design &amp;\\r\\n&lt;\\/p&gt;&lt;p&gt;draw inspiration from the tomb. Among them was Ustad Hamid who was also associated with the construction of the Taj Mahal.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;8 AM to 5:30 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;INR 5 per Indian and SAARC countries adults.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; 1 hour to one and a half hours.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642750477.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23074,\"Title\":\"Jahaz Mahal\",\"Description\":\"&lt;p&gt;Built under the reign of Mandu Sultan Ghiyas-ud-din Khilji who had a vast harem of about 15000 women. In order to accommodate the ladies in a proper building, this monumental palace was constructed. Jahaz Mahal is located in the Mandu Fort near Munj Talab along Gada Shah Mahal and Hindola Mahal.\\r\\n&lt;\\/p&gt;&lt;p&gt;This double-storeyed palace is encircled by twin ponds that give an impression to the spectators that it is a floating structure. If you are visiting Mandu fort, this can be one of the places to visit in Madhya Pradesh that will intrigue you with its phenomenal architecture.\\r\\n&lt;\\/p&gt;&lt;p&gt;Location: Jahaz Mahal Internal Rd, Sulibardi, Madhya Pradesh 454010\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; 6 AM to 6 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian adult.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; 1 to 2 hours.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642679561.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23094,\"Title\":\"Jami Masjid\",\"Description\":\"&lt;p&gt;Inspired by the great mosque of Damascus, the Jami Masjid, was conceived on a grand scale, with a high plinth and a huge domed porch projecting in the centre, the background dominated by similar imposing domes with the intervening space filled up by innumerable domes. One is struck by the hugeness of the building&#039;s proportions and the mosque is enclosed on all sides by huge colonnades with a rich and pleasing variety in the arrangement of arches, pillars, number of bays, and in the rows of domes above.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt;7 AM to 7 PM on all days of the week.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; An hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642756248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23076,\"Title\":\"Nilkanth Mahadev Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;This sacred Shiva shrine is sited in a magnificent setting, at the very edge of a steep gorge. In its tree-shaded courtyard, a sacred pond is fed by a stream, and pilgrims still gather to worship here.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;water channel in the shape of seashell with interwoven spiral, in the nilkanth mahadev temple. this seashell is symbolic for mahadev (god shiva). as shiv-lingum is bathed with water, it flows through this spiral and vanish down the mountain slopes. devotees think their wish will be fulfilled, if keeping a small flower at the beginning (upper end) flows tracing spiral, down the underground (bottom end) channel. more pause in the flow, more difficulties in fulfilling wish!&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;Anytime during the day.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required: &lt;\\/span&gt;Less than an hour.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642748856.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23079,\"Title\":\"Nilkanth Mahal\",\"Description\":\"&lt;p&gt;Belonging to the Mughal era and close to the Nilkanth shrine, this palace was constructed by the Mughal governor, Shah Badgah Khan, for Emperor Akbar&#039;s Hindu wife. On the walls here are some inions of the time of Akbar, referring to the futility of earthly pomp and glory.&lt;\\/p&gt;&lt;p&gt;Hathi Mahal, Darya Khan&#039;s Tomb, Dai ka Mahal, Dai ki Chhoti Behan ka Mahal, Malik Mughith&#039;s Mosque and Jal Mahal are some of Mandu&#039;s other fascinating monuments. There is also the Echo Point, the &#039;Delphic Oracle&#039; of Mandu. A shout from here reverberates far below and is heard clearly back.&lt;\\/p&gt;&lt;p&gt;The Lohani Caves and Temple ruins, not far from the royal enclave area,also merit a visit due to their association with Mandu&#039;s history and monuments. Sunset Point, in front of the caves, affords a panoramic view of the surrounding countryside.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; Anytime during the day.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Less than an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642749772.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23090,\"Title\":\"Rewa Kund\",\"Description\":\"&lt;p&gt;Another witness of the legendary love story of Roopmati and Baz Bahadur which is located near Jami Masjid. This artificial lake was constructed to ensure the regular water supply to Roopmati Pavilion.  \\r\\n&lt;\\/p&gt;&lt;p&gt;It is also said that Roopmati, who was a renowned classical singer, often came to worship at this Kund. It is fringed with Pillars and arches of beautiful design and style under the shadow of which tourists and pilgrims can rest and enjoy the timeless beauty of this reservoir.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; Best to go between sunrise to sunset hours.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; An hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642755123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23088,\"Title\":\"Roopmati&#039;s Pavilion\",\"Description\":\"&lt;p&gt;This vintage place bestows you with an unparalleled view of the river Narmada. The Pavilion has a backstory of a medieval romance that started between King Baz Bahadur and Rani Roopmati. Earlier this hilltop structure was used as an army ground to keep a watch around and guard the kingdom. \\r\\n&lt;\\/p&gt;&lt;p&gt;The pavilion has two watchtowers and beautiful courtyards as well, making it one of Mandu tourist places which are mandatory parts of every itinerary. It is said that Rani Roopmati was an accomplished classical singer and the pavilion was made acoustically so it served her better. It is one of the most exceptional places you should visit in Madhya Pradesh.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; 8 AM to 6 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian and SAARC countries adults.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required: &lt;\\/span&gt;Over 2 hours.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642754610.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23104,\"Title\":\"Devi Ahilya Archaeological Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Devi Ahilya Archaeological Museum&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Named after the prudent queen of Holkar dynasty, together with antique armaments, this grand and novel museum conserves some rare manus as well as photographs of freedom struggle. The double-storey museum is demarcated into different galleries based upon the idols of various deities displayed in.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Maheshwari Sarees &lt;\\/span&gt;: Introduced into Maheshwar 250 years ago by Rani Ahilyabai, the sarees are renowned throughout India for their unique weave. Woven mostly in cotton, the typical Maheshwari saree has a plain body and sometimes stripes or checks in several variations. The mat border designs have a wide range in leaf and floral patterns. The pallu is particularly distinctive with five stripes, three coloured and two white alternating, running along its width. Maheshwari has a reversible border, known as bugdi.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ahilya Fort Timing: &lt;\\/span&gt;24-hrs\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Best time to visit Ahilya Fort (preferred time)&lt;\\/span&gt; : 07:00 am - 05:00 pm\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Time required to visit Ahilya Fort&lt;\\/span&gt;: 01:00 Hrs&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/6135_1642761925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23102,\"Title\":\"MAHESHWAR\",\"Description\":\"&lt;p&gt;Maheshwar was a glorious city at the dawn of Indian civilization when it was Mahishmati, capital of King Kartivarjun. This temple town on the banks of the river Narmada finds mention in the epics of Ramayana and Mahabharata. Revived to its ancient position of importance by the Holkar queen Rani Ahilyabai of Indore, Maheshwar&#039;s temples and mighty fort complex stand in quiet beauty, mirrored in the river.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold background-color: yellow&quot;&gt;What to See&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Rajgaddi and Rajwada :&lt;\\/span&gt; A life-size&Acirc;&nbsp;&lt;\\/span&gt;statue of Rani Ahilyabai sits on athrone in the Rajgaddi within the Fort complex. This is the right place to begin a tour of Maheshwar, for this pious and wise queen was the architect of its revived importance. Other fascinating relics and heirlooms of the Holkar dynasty can be seen in other rooms which are open to the public. Within the complex is an exquisite, small shrine which is the starting point of the ancient Dussehra ceremony which is carried out even today. The image on this day is installed reverently in a splendid palanquin and carried down the steep Fort road to the town below to receive the yearly homage of the people of Maheshwar.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ghats :&lt;\\/span&gt; Peshwar Ghat, Fanase Ghat and Ahilya Ghat line the river&Acirc;&nbsp;&lt;\\/span&gt;Narmada, flights of steps lead down from the sandy banks to the river, and through the day a kaleidoscope of rural India can be seen here, in the pilgrims and holy men who sit here in silent meditation, in the rows of graceful women who carry gleaming brass pots down to the holy, lifegiving river, in the ferry loads of villagers who cross and recross these surging waters. Lining the banks, too, are poignant memorials in stone to the &#039;Satis&#039; of Maheshwar, who perished on the funeral pyres of their husbands.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Temples: &lt;\\/span&gt;With their soaring spires, the many- tiered temples of&Acirc;&nbsp;&lt;\\/span&gt;Maheshwar are distinguished by their carved overhanging balconies and their intricately worked doorways. Temples to see are : Kaleshwar, Rajarajeshwara, Vithaleshwara and Ahileshwar.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Maheshwar Fort : &lt;\\/span&gt;The massive Maheshwar Fort stands on a hill overlooking the Narmada on the South and the modern town of Maheshwar to its North.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/6135_1642761315.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16743,\"Title\":\"uma maheshwara temple\",\"Description\":\"According to Indian mythology, when Parvati (also known as Uma) learnt about the significance of Gokarna, she persuaded Shiva to accompany her to this town. When they, along with a few other companions, reached Gokarna, Uma was joyed with the beauty of the region. Uma and Lord Shiva, also known as Maheshwara, went to the top of the Shatashrunga Mountain, away from the town. This secluded spot is a revered place of worship. One half of the Shiva lingam installed inside denotes Mahesh while the other half, Uma. On the side of lingam, a statue of mythological bull called Nandi is depicted in a seated position, who serves as Shiva&amp;#039;s mount as well as Uma Maheshwara&amp;#039;s gatekeeper.\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/uma_maheshwara_temple_16388_1592579879.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23071,\"Title\":\"Kanch Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;You might have visited several temples which have got the fame for their detailed architecture but the city of Indore has a temple which stands apart with its unique glass and mirror work. Built in the 20th century by Hukumchand Seth, this temple is a sacred destination for the Jain community. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The temple comprises a Lord Mahavira idol which was made from the black onyx. With the intricate mirror work on the walls, floor, ceiling, and pillars, the temple also holds a lot of aesthetic appeals. The glass chandeliers &amp; Chinese style lanterns enhance its beauty by manifolds. Kanch Mandir is situated in close proximity to the Rajwada area which is one of the most famous places in Indore.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Famous For:&lt;\\/span&gt; The mirror and glass work of the temple is what makes it popular among the tourists. Kanch Mandir is a religious spot for the Jain community.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;The mandir remains open for the visitors on all the days of the week between 05:00 AM to 12:00 PM &amp; 4:00 PM to 8:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; The entry remains free for the visitors.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642678317.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23068,\"Title\":\"Sarafa Bazar\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;A visit to Indore is incomplete without serving your taste buds with the food delights of the popular Sarafa Bazaar. The market saw its origin some hundred years ago when the shop owners encouraged night bustle &amp; offered the area around their shops to the local food vendors. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;The market turns into a vibrant street during the night. The night market attracts a large number of natives as well as tourists who love to explore the local taste of the city. The neon sign boards, lip-smacking food stalls &amp; an enthusiastic crowd define the usual scenario of the Sarafa market. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;Bhutta Kees served with coriander Chutney &amp; lemon juice forms the special dish of the market. You can also relish the taste of crispy garadu, khopra patties, egg benjo, jalebi, and ratalu.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Famous For:&lt;\\/span&gt; The popular Sarafa Market has gained attention for its delicious local dishes &amp; street food.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-family: &quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(59, 59, 59)&quot;&gt;The shops remain open for the visitors on all the days of the week between 06:00 AM to 10:00 PM.&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;One can enter the market without paying any fee.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642677727.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23062,\"Title\":\"Rajwada\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Rajwada is a historical palace in the city of Indore, Madhya Pradesh. It was built by the Holkars of the Maratha Empire about two centuries ago. This seven storied structure is located near the Chhatris and serves today as a fine example of royal grandeur and architectural skills.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Rajwada is subdivided into two major parts. One part of it is a temple and another part is a grand palace. Built by the Holkars of Maratha Dynasty, the Rajwada palace is a 7-storied structure situated in proximity to the Chhatris. The palace remains crowded by locals &amp; outsiders throughout the year.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;The lush green garden at its entrance leaves the visitors mesmerized by its splendor. Cradled between the vibrant streets of Khajuri market, it faces an enticing garden which flaunts the statue of Ahilya Bai &amp; numerous beautiful fountains. Because of its beauty and history, visiting Rajwada makes it to the list of things you should definitely do in Indore.  Due to its historical importance and picturesque offerings, it is a prominent name among all the Indore tourist places.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;Famous For: It has gained utmost popularity with its unique architecture &amp; royal grandeur.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Timings: The palace remains open for the visitors on all the days of the week between 10:00 AM to 05:00 PM except on  Monday.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Entry Fee: The visitors need to pay the nominal fee of  INR 10 to spend some peaceful time here.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642673927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23065,\"Title\":\"Khajrana Ganesh Temple, Indore\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;One of the most sought-after places to visit in Indore, Khajrana Ganesh temple was built by the Ahilyabai Holkar to safeguard the Lord Ganesh idol from Aurangzeb. The temple comprises a Ganesha statue &amp; several smaller temples which are dedicated to the other deities.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The idol is composed of bricks, jaggery, limestone, mud, soil, and water. The intricate paintings inscribed on the upper sections of the Garbhagriha give a glimpse of different festivals that are celebrated in India.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The nearby dargah of Nahar Sayed further adds to the religious aura of this tourist destination. The serene atmosphere of the temple takes you a step closer to the world of spirituality. If you wish to steal some peaceful moments, this temple might do the trick.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Famous For: Khajrana Ganesh Temple is a religious spot which is a popular name among devotees who believe that whoever comes to this temple with a wish never goes back disappointed.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; The temple remains open for the visitors on all the days of the week between 05:00 AM to 12:00 PM and 04:00 PM to 08:00 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;There is no entry fee to visit the temple.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642676169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":16628,\"Title\":\"Mandu\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":494003,\"Name\":\"Jahaz Mahal Road\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.351011\",\"Long\":\"75.3936889\",\"Address\":\"Jahaj Mahal Internal Rd, Mandu, Mandav, Madhya Pradesh 454010, India\"},\"Images\":[],\"CityId\":16628,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456341,\"Name\":\"Any 3 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16628,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":493864,\"Name\":\"MPT Malwa Resort\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"22.3324873\",\"Long\":\"75.39995429999999\",\"Address\":\"ROOPMATI ROAD, near SAGAR LAKE, Mandav, Madhya Pradesh 454010, India\"},\"Images\":[],\"CityId\":16628,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Room\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":456344,\"Name\":\"Any 4 Star Hotel\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"0\",\"Long\":\"0\",\"Address\":\"0\"},\"Images\":[],\"CityId\":16628,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"AC Cottages\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":23215,\"Title\":\"Mahakaleshwar Jyotirlinga\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mahakaleshwar Temple&lt;\\/span&gt;, located in the ancient city of Ujjain in the state of Madhya Pradesh, is one of the 12 Jyotirlingas in India. Dedicated to Lord Shiva, the Mahakal lingam at this temple is believed to be Swayambhu (self-manifested), obtaining currents of Shakti (power) from within itself. Mahakaleshwar is also one of the 18 Maha Shakti Peethas in India.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Another factor that makes Mahakaleshwar one of the most revered Jyotirlingas in India is the fact that the Mahakaleshwar idol is Dakshina Mukhi, facing south, unlike all the other Jyotirlingas. Considered no less than a Hindu pilgrimage, the Bhasma-Aarti of Mahakaleshwar Temple is hugely popular amongst the devotees. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The Mahakaleshwar Temple complex is a spacious courtyard with sculptural finery and sophistication that is influenced by Maratha, Bhumija and Chalukya styles of structural design and is complete with impressive lingam sculptures of Mahakaleshwar. It also has the inions of Omkaresvara and Nagachandresvara and images of Ganesha, Kartikeya and Parvati. The temple, which is spread over five levels, sees a huge throng of devotees during the Maha Shivaratri festival.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot; font-weight: bold&quot;&gt;Timings : From the month Chaitra to Ashwin:&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Morning Pooja: 7:00 AM - 7:30 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Mid-day Pooja: 10:00 AM - 10:30 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Evening Pooja: 5:00 PM - 5:30 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Aarti Shri Mahakal: 7:00 PM - 7:30 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Closing time: 11:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;From the month Kartik to Falgun:\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Morning Pooja: 7:30 AM - 8:00 AM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Mid-day Pooja: 10:30 AM - 11:00 AM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Evening Pooja: 5:30 PM - 6:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Aarti Shri Mahakal: 7:30 PM - 8:00 PM \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Closing time: 11:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Bhasma Aarti: 4:00 AM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Time Required : 4-5 hours\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold font-family: &quot;Times New Roman&quot;&quot;&gt;Entry Fee : No entry fee&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28083,\"CityName\":\"Ujjain\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28083\\/sightseeing\\/6135_1643009079.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23239,\"Title\":\"Ram Ghat, Harsiddhi Temple, Gopal Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ram Ghat:&lt;\\/span&gt;&Acirc;&nbsp;This is among the most popular places to visit in Ujjain, as this is where the very famous Kumbh Mela is held every 12 years. The Kumbh Mela holds a great prominence among the followers of Hinduism, which is evident from the fact that almost 2 crore people attend the mela. \\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;Flanking the eastern bank of the Shipra, Ram Ghat stretches for almost a kilometre from Pashupati Temple in the south to the road bridge across the river in the north. The wide promenade is dotted with temples, old and new and the air is full of the sound of temple bells and incantations. The best time to explore the ghat is early morning and late evening.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5:30 AM to 12 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Harsiddhi Temple : &lt;\\/span&gt;One of the most revered temples of India, Harsiddhi Temple is located in Ujjain just a mere 350 m away from the temple of Mahakaleshwar Jyotirlinga. The temple is just across the Rudra Sagar Lake and is one of the major Shaktipeeths of India out of the existing 51 of them and it is one the top 13 Shaktipeeths shrine among the 51 Shaktipeeths of Mata Sati. Harsiddhi Temple a major seat of the Shakti sect occupies a special place in the galaxy of temples in Ujjain. Seated between the idols of Mahalaxmi and Mahasarawati, Goddess Annapurna, the main deity worshipped in the temple, is painted a brilliant vermillion.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Harsiddhi Mata Temple open at 05:00 AM To 07:00 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Aarti Timings\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Morning Aarti at 07:00 AM to 08:00 AM and Evening Aarti at 06:00 PM to 07:00 PM&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Gopal Mandir : &lt;\\/span&gt;Gopal Temple, one of the largest temples in Ujjain is located at the heart of the town&#039;s main market, constructed in the mid-19 century by Bayajbai Scindia, wife of King Daulat Rao Scindia it is a striking example of Maratha temple architecture. As in the Maratha tradition, the temple is enclosed by a high wall, pierced by an ornate gateway with the distinctive bangaldar roof. The deepstambh, the other hallmark of this style of architecture, is, however, absent.&lt;span style=&quot;font-weight: bold&quot;&gt;&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: 5:00 A.M. to 7:00 P.M.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":28083,\"CityName\":\"Ujjain\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28083\\/sightseeing\\/6135_1643021239.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23098,\"Title\":\"24 Avatars, Satmatrika Temples\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;24 Avatars :&lt;\\/span&gt; A cluster of Hindu and Jain temples, remarkable for their skillful use of varied architectural modes.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Satmatrika Temples :&lt;\\/span&gt; 6 km. from Omkareshwar, a group of 10th century temples.&lt;\\/p&gt;&lt;p&gt;The star of all tourist attractions within the town is undoubtedly the Satmatrika Temple or Omkareshwar Temple. It is considered to be one among the holiest shrines in India and one among the revered 12 Jyotirlingas within the country. This beautiful structure stands atop an island called Mandhata in Madhya Pradesh. Surrounding it is the confluence of the mighty Kaveri and Narmada rivers. Further adding to the mystique of the world is that the island&#039;s shape, which resembles the sacred Hindu symbol of &#039;Om&#039;.\\r\\n&lt;\\/p&gt;&lt;p&gt;Pilgrims in inconceivable numbers visit the shrine annually to hunt the blessings of Lord Shiva. It is a shrine not just for the faithful except for history and archaeology buffs also. Scattered around the vicinity are 20 shrines dedicated to deities like Ganesh, Narmada, Shani, and Krishna. Therefore you will be pleased to visit the Satmatrika Temples, Omkareshwar and experience holiness and beauty of the place.\\r\\n&lt;\\/p&gt;&lt;p&gt;&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt; \\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20109,\"CityName\":\"Omkareshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20109\\/sightseeing\\/6135_1642758967.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23093,\"Title\":\"Baz Bahadur&#039;s Palace\",\"Description\":\"&lt;p&gt;Khilji Sultan Nasir-ud-Din constructed the palace between the year 1508-1509, for the last ruler of Mandu- King Baz Bahadur. The mix styled architecture that includes a glimpse of Mughal and Rajasthani aesthetics is a marvelous piece of art. \\r\\n&lt;\\/p&gt;&lt;p&gt;The King became fond of this palace because of his eternal romance with the accomplished singer Roopmati who used to visit the nearby Rewa Kund. There are about 40 broad steps to reach the entrance of the Palace and this hilltop monument offers scenic views of the surrounding region.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Location&lt;\\/span&gt;: Mandav, Madhya Pradesh 454010&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;Sunrise to sunset.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;7 AM to 7 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Less than an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642755842.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23083,\"Title\":\"Hindola Mahal\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hindola Mahal &lt;\\/span&gt;: An audience hall also belonging to Ghiyas-ud-din&#039;s reign, it derives the name of &#039;Swinging Palace&#039; from its sloping sidewalls. Superb and innovative techniques are also evident in its ornamental facade, delicate trellis work in sandstone and beautifully moulded columns.To the west of Hindola Mahal there are several unidentified buildings which still bear traces of their past grandeur. Amidst these is an elaborately constructed well called Champa Baoli which is connected with underground vaulted rooms where arrangements for cold and hot water were made.Other places of interest in this enclave are Dilawar Khan&#039;s Mosque, the Nahar Jharokha (tiger balcony), Taveli Mahal, the two large wells called the Ujali (bright) and Andheri (dark) Baolis and Gada Shah&#039;s Shop and House,all worth a visit.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt;6 AM to 7 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian adult.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Around an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642751157.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23081,\"Title\":\"Hoshang Shah&rsquo;s Tomb\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Hoshang Shah&#039;s Tomb :&lt;\\/span&gt; India&#039;s first marble edifice is one of the most refined examples of Afghan architecture. Its unique features are the magnificently proportioned dome, marble lattice work of remarkable delicacy and porticoed courts and towers to mark the four corners of the rectangle. Shah Jehan sent four of his great architects to study the design &amp;\\r\\n&lt;\\/p&gt;&lt;p&gt;draw inspiration from the tomb. Among them was Ustad Hamid who was also associated with the construction of the Taj Mahal.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;8 AM to 5:30 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;INR 5 per Indian and SAARC countries adults.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; 1 hour to one and a half hours.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642750477.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23074,\"Title\":\"Jahaz Mahal\",\"Description\":\"&lt;p&gt;Built under the reign of Mandu Sultan Ghiyas-ud-din Khilji who had a vast harem of about 15000 women. In order to accommodate the ladies in a proper building, this monumental palace was constructed. Jahaz Mahal is located in the Mandu Fort near Munj Talab along Gada Shah Mahal and Hindola Mahal.\\r\\n&lt;\\/p&gt;&lt;p&gt;This double-storeyed palace is encircled by twin ponds that give an impression to the spectators that it is a floating structure. If you are visiting Mandu fort, this can be one of the places to visit in Madhya Pradesh that will intrigue you with its phenomenal architecture.\\r\\n&lt;\\/p&gt;&lt;p&gt;Location: Jahaz Mahal Internal Rd, Sulibardi, Madhya Pradesh 454010\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; 6 AM to 6 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian adult.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; 1 to 2 hours.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642679561.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23094,\"Title\":\"Jami Masjid\",\"Description\":\"&lt;p&gt;Inspired by the great mosque of Damascus, the Jami Masjid, was conceived on a grand scale, with a high plinth and a huge domed porch projecting in the centre, the background dominated by similar imposing domes with the intervening space filled up by innumerable domes. One is struck by the hugeness of the building&#039;s proportions and the mosque is enclosed on all sides by huge colonnades with a rich and pleasing variety in the arrangement of arches, pillars, number of bays, and in the rows of domes above.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt;7 AM to 7 PM on all days of the week.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; An hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642756248.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23076,\"Title\":\"Nilkanth Mahadev Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;This sacred Shiva shrine is sited in a magnificent setting, at the very edge of a steep gorge. In its tree-shaded courtyard, a sacred pond is fed by a stream, and pilgrims still gather to worship here.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;water channel in the shape of seashell with interwoven spiral, in the nilkanth mahadev temple. this seashell is symbolic for mahadev (god shiva). as shiv-lingum is bathed with water, it flows through this spiral and vanish down the mountain slopes. devotees think their wish will be fulfilled, if keeping a small flower at the beginning (upper end) flows tracing spiral, down the underground (bottom end) channel. more pause in the flow, more difficulties in fulfilling wish!&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;Anytime during the day.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required: &lt;\\/span&gt;Less than an hour.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642748856.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23079,\"Title\":\"Nilkanth Mahal\",\"Description\":\"&lt;p&gt;Belonging to the Mughal era and close to the Nilkanth shrine, this palace was constructed by the Mughal governor, Shah Badgah Khan, for Emperor Akbar&#039;s Hindu wife. On the walls here are some inions of the time of Akbar, referring to the futility of earthly pomp and glory.&lt;\\/p&gt;&lt;p&gt;Hathi Mahal, Darya Khan&#039;s Tomb, Dai ka Mahal, Dai ki Chhoti Behan ka Mahal, Malik Mughith&#039;s Mosque and Jal Mahal are some of Mandu&#039;s other fascinating monuments. There is also the Echo Point, the &#039;Delphic Oracle&#039; of Mandu. A shout from here reverberates far below and is heard clearly back.&lt;\\/p&gt;&lt;p&gt;The Lohani Caves and Temple ruins, not far from the royal enclave area,also merit a visit due to their association with Mandu&#039;s history and monuments. Sunset Point, in front of the caves, affords a panoramic view of the surrounding countryside.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; Anytime during the day.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; Less than an hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642749772.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23090,\"Title\":\"Rewa Kund\",\"Description\":\"&lt;p&gt;Another witness of the legendary love story of Roopmati and Baz Bahadur which is located near Jami Masjid. This artificial lake was constructed to ensure the regular water supply to Roopmati Pavilion.  \\r\\n&lt;\\/p&gt;&lt;p&gt;It is also said that Roopmati, who was a renowned classical singer, often came to worship at this Kund. It is fringed with Pillars and arches of beautiful design and style under the shadow of which tourists and pilgrims can rest and enjoy the timeless beauty of this reservoir.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; Best to go between sunrise to sunset hours.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; Free of cost.\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required:&lt;\\/span&gt; An hour.&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642755123.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23088,\"Title\":\"Roopmati&#039;s Pavilion\",\"Description\":\"&lt;p&gt;This vintage place bestows you with an unparalleled view of the river Narmada. The Pavilion has a backstory of a medieval romance that started between King Baz Bahadur and Rani Roopmati. Earlier this hilltop structure was used as an army ground to keep a watch around and guard the kingdom. \\r\\n&lt;\\/p&gt;&lt;p&gt;The pavilion has two watchtowers and beautiful courtyards as well, making it one of Mandu tourist places which are mandatory parts of every itinerary. It is said that Rani Roopmati was an accomplished classical singer and the pavilion was made acoustically so it served her better. It is one of the most exceptional places you should visit in Madhya Pradesh.&lt;\\/p&gt;&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; 8 AM to 6 PM on all days of the week.\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; INR 5 per Indian and SAARC countries adults.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Suggested time required: &lt;\\/span&gt;Over 2 hours.&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16628,\"CityName\":\"Mandu\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16628\\/sightseeing\\/6135_1642754610.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23104,\"Title\":\"Devi Ahilya Archaeological Museum\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Devi Ahilya Archaeological Museum&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;Named after the prudent queen of Holkar dynasty, together with antique armaments, this grand and novel museum conserves some rare manus as well as photographs of freedom struggle. The double-storey museum is demarcated into different galleries based upon the idols of various deities displayed in.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Maheshwari Sarees &lt;\\/span&gt;: Introduced into Maheshwar 250 years ago by Rani Ahilyabai, the sarees are renowned throughout India for their unique weave. Woven mostly in cotton, the typical Maheshwari saree has a plain body and sometimes stripes or checks in several variations. The mat border designs have a wide range in leaf and floral patterns. The pallu is particularly distinctive with five stripes, three coloured and two white alternating, running along its width. Maheshwari has a reversible border, known as bugdi.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ahilya Fort Timing: &lt;\\/span&gt;24-hrs\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Best time to visit Ahilya Fort (preferred time)&lt;\\/span&gt; : 07:00 am - 05:00 pm\\r\\n&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Time required to visit Ahilya Fort&lt;\\/span&gt;: 01:00 Hrs&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/6135_1642761925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23102,\"Title\":\"MAHESHWAR\",\"Description\":\"&lt;p&gt;Maheshwar was a glorious city at the dawn of Indian civilization when it was Mahishmati, capital of King Kartivarjun. This temple town on the banks of the river Narmada finds mention in the epics of Ramayana and Mahabharata. Revived to its ancient position of importance by the Holkar queen Rani Ahilyabai of Indore, Maheshwar&#039;s temples and mighty fort complex stand in quiet beauty, mirrored in the river.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold background-color: yellow&quot;&gt;What to See&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Rajgaddi and Rajwada :&lt;\\/span&gt; A life-size&Acirc;&nbsp;&lt;\\/span&gt;statue of Rani Ahilyabai sits on athrone in the Rajgaddi within the Fort complex. This is the right place to begin a tour of Maheshwar, for this pious and wise queen was the architect of its revived importance. Other fascinating relics and heirlooms of the Holkar dynasty can be seen in other rooms which are open to the public. Within the complex is an exquisite, small shrine which is the starting point of the ancient Dussehra ceremony which is carried out even today. The image on this day is installed reverently in a splendid palanquin and carried down the steep Fort road to the town below to receive the yearly homage of the people of Maheshwar.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Ghats :&lt;\\/span&gt; Peshwar Ghat, Fanase Ghat and Ahilya Ghat line the river&Acirc;&nbsp;&lt;\\/span&gt;Narmada, flights of steps lead down from the sandy banks to the river, and through the day a kaleidoscope of rural India can be seen here, in the pilgrims and holy men who sit here in silent meditation, in the rows of graceful women who carry gleaming brass pots down to the holy, lifegiving river, in the ferry loads of villagers who cross and recross these surging waters. Lining the banks, too, are poignant memorials in stone to the &#039;Satis&#039; of Maheshwar, who perished on the funeral pyres of their husbands.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255)&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Temples: &lt;\\/span&gt;With their soaring spires, the many- tiered temples of&Acirc;&nbsp;&lt;\\/span&gt;Maheshwar are distinguished by their carved overhanging balconies and their intricately worked doorways. Temples to see are : Kaleshwar, Rajarajeshwara, Vithaleshwara and Ahileshwar.&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Maheshwar Fort : &lt;\\/span&gt;The massive Maheshwar Fort stands on a hill overlooking the Narmada on the South and the modern town of Maheshwar to its North.&Acirc;&nbsp;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/6135_1642761315.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":16743,\"Title\":\"uma maheshwara temple\",\"Description\":\"According to Indian mythology, when Parvati (also known as Uma) learnt about the significance of Gokarna, she persuaded Shiva to accompany her to this town. When they, along with a few other companions, reached Gokarna, Uma was joyed with the beauty of the region. Uma and Lord Shiva, also known as Maheshwara, went to the top of the Shatashrunga Mountain, away from the town. This secluded spot is a revered place of worship. One half of the Shiva lingam installed inside denotes Mahesh while the other half, Uma. On the side of lingam, a statue of mythological bull called Nandi is depicted in a seated position, who serves as Shiva&amp;#039;s mount as well as Uma Maheshwara&amp;#039;s gatekeeper.\",\"CurrencyType\":0,\"CityId\":16388,\"CityName\":\"Maheshwar\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16388\\/sightseeing\\/uma_maheshwara_temple_16388_1592579879.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23071,\"Title\":\"Kanch Mandir\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;You might have visited several temples which have got the fame for their detailed architecture but the city of Indore has a temple which stands apart with its unique glass and mirror work. Built in the 20th century by Hukumchand Seth, this temple is a sacred destination for the Jain community. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The temple comprises a Lord Mahavira idol which was made from the black onyx. With the intricate mirror work on the walls, floor, ceiling, and pillars, the temple also holds a lot of aesthetic appeals. The glass chandeliers &amp; Chinese style lanterns enhance its beauty by manifolds. Kanch Mandir is situated in close proximity to the Rajwada area which is one of the most famous places in Indore.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Famous For:&lt;\\/span&gt; The mirror and glass work of the temple is what makes it popular among the tourists. Kanch Mandir is a religious spot for the Jain community.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings: &lt;\\/span&gt;The mandir remains open for the visitors on all the days of the week between 05:00 AM to 12:00 PM &amp; 4:00 PM to 8:00 PM\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee:&lt;\\/span&gt; The entry remains free for the visitors.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642678317.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23068,\"Title\":\"Sarafa Bazar\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;A visit to Indore is incomplete without serving your taste buds with the food delights of the popular Sarafa Bazaar. The market saw its origin some hundred years ago when the shop owners encouraged night bustle &amp; offered the area around their shops to the local food vendors. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;The market turns into a vibrant street during the night. The night market attracts a large number of natives as well as tourists who love to explore the local taste of the city. The neon sign boards, lip-smacking food stalls &amp; an enthusiastic crowd define the usual scenario of the Sarafa market. \\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;Bhutta Kees served with coriander Chutney &amp; lemon juice forms the special dish of the market. You can also relish the taste of crispy garadu, khopra patties, egg benjo, jalebi, and ratalu.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Famous For:&lt;\\/span&gt; The popular Sarafa Market has gained attention for its delicious local dishes &amp; street food.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-family: &quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;span style=&quot;color: rgb(59, 59, 59)&quot;&gt;The shops remain open for the visitors on all the days of the week between 06:00 AM to 10:00 PM.&Acirc;&nbsp;&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot; times=&quot;&quot; new=&quot;&quot; roman&quot;&quot;=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;One can enter the market without paying any fee.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642677727.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23062,\"Title\":\"Rajwada\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Rajwada is a historical palace in the city of Indore, Madhya Pradesh. It was built by the Holkars of the Maratha Empire about two centuries ago. This seven storied structure is located near the Chhatris and serves today as a fine example of royal grandeur and architectural skills.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Rajwada is subdivided into two major parts. One part of it is a temple and another part is a grand palace. Built by the Holkars of Maratha Dynasty, the Rajwada palace is a 7-storied structure situated in proximity to the Chhatris. The palace remains crowded by locals &amp; outsiders throughout the year.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;The lush green garden at its entrance leaves the visitors mesmerized by its splendor. Cradled between the vibrant streets of Khajuri market, it faces an enticing garden which flaunts the statue of Ahilya Bai &amp; numerous beautiful fountains. Because of its beauty and history, visiting Rajwada makes it to the list of things you should definitely do in Indore.  Due to its historical importance and picturesque offerings, it is a prominent name among all the Indore tourist places.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Arial&quot;&gt;Famous For: It has gained utmost popularity with its unique architecture &amp; royal grandeur.&lt;\\/span&gt;&lt;br&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Timings: The palace remains open for the visitors on all the days of the week between 10:00 AM to 05:00 PM except on  Monday.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;Entry Fee: The visitors need to pay the nominal fee of  INR 10 to spend some peaceful time here.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255) font-family: Arial&quot;&gt;\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642673927.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":23065,\"Title\":\"Khajrana Ganesh Temple, Indore\",\"Description\":\"&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;One of the most sought-after places to visit in Indore, Khajrana Ganesh temple was built by the Ahilyabai Holkar to safeguard the Lord Ganesh idol from Aurangzeb. The temple comprises a Ganesha statue &amp; several smaller temples which are dedicated to the other deities.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The idol is composed of bricks, jaggery, limestone, mud, soil, and water. The intricate paintings inscribed on the upper sections of the Garbhagriha give a glimpse of different festivals that are celebrated in India.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;The nearby dargah of Nahar Sayed further adds to the religious aura of this tourist destination. The serene atmosphere of the temple takes you a step closer to the world of spirituality. If you wish to steal some peaceful moments, this temple might do the trick.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;Famous For: Khajrana Ganesh Temple is a religious spot which is a popular name among devotees who believe that whoever comes to this temple with a wish never goes back disappointed.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Timings:&lt;\\/span&gt; The temple remains open for the visitors on all the days of the week between 05:00 AM to 12:00 PM and 04:00 PM to 08:00 PM.\\r\\n&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: &quot;Times New Roman&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Entry Fee: &lt;\\/span&gt;There is no entry fee to visit the temple.&lt;\\/span&gt;&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;p&gt;\\r\\n&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":12706,\"CityName\":\"Indore\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/12706\\/sightseeing\\/6135_1642676169.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":7439,\"SupplierName\":\"Travel India Tourism Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"227704\",\"Title\":\"Arrival Ujjain\\/ Indore\",\"MealPlanInclude\":\"\",\"Day\":1,\"Program\":\"<p>Pick up from Indore airport or Ujjain railway station. Ch\\/inn to hotel. Ujjain, located on the banks of river Shipra is a beautiful temple town and home to one of the 12 jyotirlingas- Mahakaleshwar Jyotirlinga. The word Mahakaleshwar means &#39;the lord of time&#39; and according to Hindu beliefs, Lord Shiva is the God of time.&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;A unique ritual associated with the temple is- Bhasm Aarti which begins every day at 4 am. People from all walks of life visit Ujjain with a desire of beholding this lifetime experience. The early morning peaceful and calm environment at the temple is what fills you with immense positivity. In the past, Bhasm Aarti was performed with ash from the first funeral pyre cremated at night. But with the changing times, this practice has changed and fresh ash is prepared from cow dung.&nbsp;&nbsp;In order to attend the aarti, make sure to follow the dress code if you wish to go inside the sanctum and participate in Abhishek. Pre-registration is required to go inside the garbgrih.<\\/p>\\r\\n\\r\\n<p>Other attractions to name a few are Harsiddhi temple, Kal Bhairav temple, Shri Chintaman Ganesh. At Kal Bhairav temple you can witness a unique tradition. The temple is dedicated to Kal Bhairav and the devotees offer liquor to the deity as Prashad.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28083,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":493896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493896,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Deluxe Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493857,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":23215,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23239,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23098,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"227707\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28083,\"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\":\"227710\",\"Title\":\"Ujjain \\u00e2\\u20ac\\u201c Mandu (approx. 150 kms)\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>After morning breakfast proceed to Mandu. Ch\\/into hotel. Floating over it&#39;s own reflection, the Jahaz Mahal in Mandu looks like a ship that&#39;s about to sail. However, for centuries this ship made of stone and mortar never did. Instead, it stood floating over the twin lkes, bearing a silent witness to Mandu&#39;s long, rich and varied history.<\\/p>\\r\\n\\r\\n<p>The city of Mandu is adorned with spell-binding Afghan architecture surrounded by baobab trees, native to Africa. The grand palaces are still alive with royal romance while the gateways (darwazas) speak of a history of imperial conquests. A walk through Mandu will leave you awe-struck, the way you used to be listening to stories from grandparents.<\\/p>\\r\\n\\r\\n<p>Other attractions to name a few are Ashrafi Mahal, Baz Bahadur, Hindola&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16628,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":494003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Cottages\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23093,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23083,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23081,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23074,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23094,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23076,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23079,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23090,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23088,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"227713\",\"Title\":\"Mandu- Maheswar- Omkareshwar- Mandu\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>Post Breakfast due a excursion trip to Maheswar and Omakreshwar.<\\/p>\\r\\n\\r\\n<p>Maheshwar<\\/p>\\r\\n\\r\\n<p>Situated on the banks of river Narmada,&nbsp;Maheshwar&nbsp;appeals to both, the pilgrim as well as the tourist in you. The town possesses a treasure trove of beautiful temples that calm the soul, alongside man-made creations that please the eyes.<\\/p>\\r\\n\\r\\n<p>A centre of handloom weaving since the 5th century, Maheshwar has been producing the exquisite Maheshwari sarees and fabric.<\\/p>\\r\\n\\r\\n<p>Omkareshwar, It can only be termed as a blessing, by Lords and Mother Nature, that Omkareshwar, the sacred island, is shaped like Om - the holiest symbol of Hinduism. Not surprising then that this serene town is also one of the 12 Jyotirlinga shrines in India. Pilgrims in unimaginable numbers visit the shrine every year, seeking the blessings of Lord Shiva.<\\/p>\\r\\n\\r\\n<p>Omkareshwar is adorned with lofty hills, between which the river Narmada forms a serene pool. Above this pool runs a cantilever type bridge which further enhances the scenic beauty of this island.&nbsp; Overnight stay at Mandu.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16628,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":494003,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":493864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Room\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":493864,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Cottages\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"AC Cottages\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23098,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23104,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23102,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":16743,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"227716\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":16628,\"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\":\"227719\",\"Title\":\"Mandu - Indore\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>Post Breakfast Checkout from hotel transfer to Indore.&nbsp; Check into hotel, freshen up and later visit Indore. A trading hub between the Deccan and Delhi in the 16th century, the city of Indore was discovered by Rao Nandlal Chaudhary in mid-1710. Rani Ahilya Bai Holkar with her keen interest in education and planning, built this city.<\\/p>\\r\\n\\r\\n<p>Today, Indore, the state&#39;s largest city, offers a spectacle of majestic palaces co-existing with commercial centers. Apart from being considered as the state&#39;s commercial capital, it is also known for mouth-watering culinary experience. It is in the first 20 cities to be developed as smart cities. Some of unique places to visit are Lal Bagh Palace, famed as one of the grandest monument built by the holkar dynasty, the Lal Bagh Palace is an opulent multi story structure.&nbsp; Its main gate is replica of London&rsquo;s Buckingham Palace. Chhatris, Kanch Mandir, Rajwada are some another attraction. Overnightstay at Indore<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12706,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":103029,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"},{\"IsIncluded\":false,\"Id\":456341,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe Room\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":103080,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"GRAND ROOM\"},{\"IsIncluded\":false,\"Id\":456344,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"GRAND ROOM\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":103020,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Superior Room\"},{\"IsIncluded\":false,\"Id\":456342,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Superior Room\"}],\"Type\":\"Luxury\",\"Id\":4}]},{\"Type\":\"ACTIVITY\",\"Id\":0,\"Items\":[{\"Item\":[],\"Type\":null,\"Id\":0}]},{\"Type\":\"SIGHTSEEING\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":23071,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23068,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23062,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":23065,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"227722\",\"Title\":\"Indore- Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>After breakfast transfer to railway station or airport for further journey to home destination.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":12706,\"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\":\"31995\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11948.16\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10653,\"priceDoubleOcc\":\"11948.16\",\"priceSingleOcc\":28076.16,\"priceExtraBed\":\"6048.00\",\"priceWithoutBed\":\"2016.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11948.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11163,\"priceDoubleOcc\":\"12712.00\",\"priceSingleOcc\":28840,\"priceExtraBed\":\"6048.00\",\"priceWithoutBed\":\"2016.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12712.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11928,\"priceDoubleOcc\":\"13860.00\",\"priceSingleOcc\":29988,\"priceExtraBed\":\"6048.00\",\"priceWithoutBed\":\"2016.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13860.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11773,\"priceDoubleOcc\":\"13627.04\",\"priceSingleOcc\":29755.04,\"priceExtraBed\":\"6048.00\",\"priceWithoutBed\":\"2016.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13627.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13608,\"priceDoubleOcc\":\"16380.00\",\"priceSingleOcc\":32508,\"priceExtraBed\":\"6048.00\",\"priceWithoutBed\":\"2016.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16380.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16128,\"priceDoubleOcc\":\"20160.00\",\"priceSingleOcc\":36288,\"priceExtraBed\":\"6048.00\",\"priceWithoutBed\":\"2016.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20160.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31996\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"15588.16\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13565,\"priceDoubleOcc\":\"15588.16\",\"priceSingleOcc\":34628.16,\"priceExtraBed\":\"7140.00\",\"priceWithoutBed\":\"2380.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15588.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14075,\"priceDoubleOcc\":\"16352.00\",\"priceSingleOcc\":35392,\"priceExtraBed\":\"7140.00\",\"priceWithoutBed\":\"2380.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16352.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14840,\"priceDoubleOcc\":\"17500.00\",\"priceSingleOcc\":36540,\"priceExtraBed\":\"7140.00\",\"priceWithoutBed\":\"2380.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14685,\"priceDoubleOcc\":\"17267.04\",\"priceSingleOcc\":36307.04,\"priceExtraBed\":\"7140.00\",\"priceWithoutBed\":\"2380.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17267.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16520,\"priceDoubleOcc\":\"20020.00\",\"priceSingleOcc\":39060,\"priceExtraBed\":\"7140.00\",\"priceWithoutBed\":\"2380.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20020.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19040,\"priceDoubleOcc\":\"23800.00\",\"priceSingleOcc\":42840,\"priceExtraBed\":\"7140.00\",\"priceWithoutBed\":\"2380.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31997\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18948.16\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16253,\"priceDoubleOcc\":\"18948.16\",\"priceSingleOcc\":40676.16,\"priceExtraBed\":\"8148.00\",\"priceWithoutBed\":\"2716.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18948.16\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16763,\"priceDoubleOcc\":\"19712.00\",\"priceSingleOcc\":41440,\"priceExtraBed\":\"8148.00\",\"priceWithoutBed\":\"2716.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19712.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17528,\"priceDoubleOcc\":\"20860.00\",\"priceSingleOcc\":42588,\"priceExtraBed\":\"8148.00\",\"priceWithoutBed\":\"2716.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20860.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17373,\"priceDoubleOcc\":\"20627.04\",\"priceSingleOcc\":42355.04,\"priceExtraBed\":\"8148.00\",\"priceWithoutBed\":\"2716.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20627.04\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19208,\"priceDoubleOcc\":\"23380.00\",\"priceSingleOcc\":45108,\"priceExtraBed\":\"8148.00\",\"priceWithoutBed\":\"2716.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23380.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":21728,\"priceDoubleOcc\":\"27160.00\",\"priceSingleOcc\":48888,\"priceExtraBed\":\"8148.00\",\"priceWithoutBed\":\"2716.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"12.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27160.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"31995\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"11414.76\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10178,\"priceDoubleOcc\":\"11414.76\",\"priceSingleOcc\":26822.760000000002,\"priceExtraBed\":\"5778.00\",\"priceWithoutBed\":\"1926.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"11414.76\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":10664,\"priceDoubleOcc\":\"12144.50\",\"priceSingleOcc\":27552.5,\"priceExtraBed\":\"5778.00\",\"priceWithoutBed\":\"1926.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"12144.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11396,\"priceDoubleOcc\":\"13241.25\",\"priceSingleOcc\":28649.25,\"priceExtraBed\":\"5778.00\",\"priceWithoutBed\":\"1926.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13241.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11247,\"priceDoubleOcc\":\"13018.69\",\"priceSingleOcc\":28426.690000000002,\"priceExtraBed\":\"5778.00\",\"priceWithoutBed\":\"1926.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13018.69\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13001,\"priceDoubleOcc\":\"15648.75\",\"priceSingleOcc\":31056.75,\"priceExtraBed\":\"5778.00\",\"priceWithoutBed\":\"1926.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15648.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15408,\"priceDoubleOcc\":\"19260.00\",\"priceSingleOcc\":34668,\"priceExtraBed\":\"5778.00\",\"priceWithoutBed\":\"1926.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19260.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"31996\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14892.26\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12960,\"priceDoubleOcc\":\"14892.26\",\"priceSingleOcc\":33082.26,\"priceExtraBed\":\"6821.25\",\"priceWithoutBed\":\"2273.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14892.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13446,\"priceDoubleOcc\":\"15622.00\",\"priceSingleOcc\":33812,\"priceExtraBed\":\"6821.25\",\"priceWithoutBed\":\"2273.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15622.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14178,\"priceDoubleOcc\":\"16718.75\",\"priceSingleOcc\":34908.75,\"priceExtraBed\":\"6821.25\",\"priceWithoutBed\":\"2273.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16718.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14029,\"priceDoubleOcc\":\"16496.19\",\"priceSingleOcc\":34686.19,\"priceExtraBed\":\"6821.25\",\"priceWithoutBed\":\"2273.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16496.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15783,\"priceDoubleOcc\":\"19126.25\",\"priceSingleOcc\":37316.25,\"priceExtraBed\":\"6821.25\",\"priceWithoutBed\":\"2273.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19126.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18190,\"priceDoubleOcc\":\"22737.50\",\"priceSingleOcc\":40927.5,\"priceExtraBed\":\"6821.25\",\"priceWithoutBed\":\"2273.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22737.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"31997\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18102.26\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15528,\"priceDoubleOcc\":\"18102.26\",\"priceSingleOcc\":38860.259999999995,\"priceExtraBed\":\"7784.25\",\"priceWithoutBed\":\"2594.75\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18102.26\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16014,\"priceDoubleOcc\":\"18832.00\",\"priceSingleOcc\":39590,\"priceExtraBed\":\"7784.25\",\"priceWithoutBed\":\"2594.75\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18832.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16746,\"priceDoubleOcc\":\"19928.75\",\"priceSingleOcc\":40686.75,\"priceExtraBed\":\"7784.25\",\"priceWithoutBed\":\"2594.75\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19928.75\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16597,\"priceDoubleOcc\":\"19706.19\",\"priceSingleOcc\":40464.19,\"priceExtraBed\":\"7784.25\",\"priceWithoutBed\":\"2594.75\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19706.19\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18351,\"priceDoubleOcc\":\"22336.25\",\"priceSingleOcc\":43094.25,\"priceExtraBed\":\"7784.25\",\"priceWithoutBed\":\"2594.75\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22336.25\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-02-04\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20758,\"priceDoubleOcc\":\"25947.50\",\"priceSingleOcc\":46705.5,\"priceExtraBed\":\"7784.25\",\"priceWithoutBed\":\"2594.75\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"7.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25947.50\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Airfare and Train Tickets&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Lunch and Dinners or Any special Meals unless mentioned otherwise&amp;nbsp;&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Expense of personal nature such as tips, laundry, telephones, beverages etc., &lt;\\/span&gt;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;&lt;span style=&quot;color:black&quot;&gt;Dharshan Tickets &amp;amp; entry fee for all monuments and boating fees &amp;amp; Guide Charges.&lt;\\/span&gt;&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"227704\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[227704],\"Remark\":[\"&lt;p&gt;Vechile on Disposal Basis&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"227707\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[227707],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"227710\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[227710],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"227713\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[227713],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"227716\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[227716],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"227719\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[227719],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"227722\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[227722],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Ujjain,Indore,Mandu','Ujjain,Madhya Pradesh,Indian Subcontinent,Central India,India,Mandu,Indore,Maheshwar,Omkareshwar',NULL,'28083,12706,16628',11415,27160,4,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'devine-madhya-pradesh',NULL,NULL,NULL,0),(19,35574,1,12211,0,0,0,'Honeymoon,Family,Hill Station,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":35574,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashmir_-_luxury_package_1651127783.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Jammu and Kashmir&amp;nbsp;is home to several valleys such as the&amp;nbsp;Kashmir Valley,&amp;nbsp;Chenab Valley,&amp;nbsp;Sindh Valley&amp;nbsp;and&amp;nbsp;Lidder Valley. Some major tourist attractions in Jammu and Kashmir are Srinagar, with its renowned&amp;nbsp;Dal Lake&amp;nbsp;and Mughal Gardens,&amp;nbsp;Gulmarg,&amp;nbsp;Pahalgam, Patnitop and Jammu. Every year, thousands of Hindu&amp;nbsp;pilgrims&amp;nbsp;visit holy shrines of&amp;nbsp;Vaishno Devi&amp;nbsp;and&amp;nbsp;Amarnath&amp;nbsp;which has had a significant impact on the state&amp;#39;s economy.[1]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kashmir Valley is one of the top tourist destinations of India.[2]&amp;nbsp;Gulmarg, one of the most popular&amp;nbsp;ski resort&amp;nbsp;destinations in India, is also home to the world&amp;#39;s highest green&amp;nbsp;golf course.[3]&amp;nbsp;Tourism has declined in the past thirty years.[4]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jammu and Kashmir also has flower gardens and apple orchards. It attracts tourists for its handicrafts and the&amp;nbsp;Kashmiri shawls.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":2596,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":2596,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"STERLING\",\"Name\":\"Kashmir - Luxury Package\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"3354\",\"SupplierName\":\"Waymark Holidays Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":461386,\"Name\":\"Hotel Radisson Blu  Srinagar\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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 &amp;amp; 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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":505228,\"Name\":\"Radisson Golf Resort Pahalgam\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0215517\",\"Long\":\"75.315556\",\"Address\":\"Adjoining Golf Course, KP Rd, Pahalgam, Jammu and Kashmir 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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 &amp;amp; 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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":92373,\"Name\":\"Grand Mumtaz Resort\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0525\",\"Long\":\"74.3912\",\"Address\":\"Gulmarg \"},\"Images\":{\"Image\":[{\"ImagId\":2032991,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_1_t.jpg\"},{\"ImagId\":2032992,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_3_t.jpg\"},{\"ImagId\":2032993,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_5_t.jpg\"},{\"ImagId\":2032994,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_6_t.jpg\"},{\"ImagId\":2032995,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_7_t.jpg\"},{\"ImagId\":2032996,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_8_t.jpg\"},{\"ImagId\":2032997,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_11_t.jpg\"},{\"ImagId\":2032998,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_10_t.jpg\"},{\"ImagId\":2032999,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_13_t.jpg\"},{\"ImagId\":2033000,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_9_t.jpg\"},{\"ImagId\":2033001,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_12_t.jpg\"},{\"ImagId\":2033002,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_14_t.jpg\"},{\"ImagId\":2033003,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/82fba5a7_t.jpg\"},{\"ImagId\":2033004,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/ad1fea9f_t.jpg\"},{\"ImagId\":2033005,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/1088f450_t.jpg\"},{\"ImagId\":2033006,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2ec59218_t.jpg\"}]},\"CityId\":11197,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Gulmarg, Grand Mumtaz Resorts Gulmarg is minutes from Gulmarg Golf Club and close to Gulmarg Gondola.  This ski hotel is within the vicinity of Mt. Apharwat.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 62 individually decorated guestrooms. Conveniences include safes, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Spend the day on the slopes, or enjoy other recreational amenities, which include ski-in\\/ski-out access.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at a coffee shop\\/caf&eacute; serving guests of Grand Mumtaz Resorts Gulmarg.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Self parking (subject to charges) is available onsite.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/3000000\\/2810000\\/2808300\\/2808242\\/2808242_1_t.jpg\",\"AccoAminitiesMask\":\"100000000000000000\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tDeluxe Room\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"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. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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 &amp;amp; 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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"255025\",\"Title\":\"Arrive Srinagar\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon arrival in Srinagar meet and assistance at the airport and Transfer to Houseboat \\/ Hotel. Afternoon sightseeing of&nbsp;Mughal Gardens visiting Nishat Garden, Shalimar Garden &amp; Shankaracharaya Temple.One can have panoramic view of snow clad mountain ranges. Gulmarg is also famous for Sunset.&nbsp;Evening Shikhara Ride&nbsp;on Dal Lake. Meals &amp; overnight at Hotel.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":461386,\"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\":1242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":1560,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":393,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"255026\",\"Title\":\"Srinagar - Sonmarg - Srinagar (85Kms x 2) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After Early breakfast full day excursion&nbsp;to Sonmarg.<\\/p>\\r\\n\\r\\n<p>Sonmarg :&nbsp;At an altitude of 2740 Meteres . The town lies in the heart of a beautiful valley carved by the river Sindh. The meadow of gold strewn with the loveliest of alpine flowers and surrounded by towering mountains and Glaciers. Evening return to Hotel. Meals &amp; Overnight at Hotel in&nbsp;Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":461386,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"255027\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"255028\",\"Title\":\" Srinagar - Pahalgam (92 Kms)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After Breakfast Drive to Pahalgam, in-route, visiting the saffron fields of pampore, Awantipura Ruins (1100 years old temple of Lord Vishnu built by the King Avantivarman), and enjoy the beautiful countryside. Drive through the pine forests, local sightseeing around awesome scenery of Pahalgam and mind relaxing view of river Lidder,&nbsp;you can visit to Baisaran (Mini Switzerland) on ponies (on extra cost) the huge meadows surrounded by thickly wooden forests of pine present a beautiful spectacle.&nbsp;Night at Hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":505228,\"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\":90,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"255029\",\"Title\":\"Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After breakfast, visit to Aru by local car&nbsp;(of your own)&nbsp;a village 11 km from Pahalgam. From here a famous trek leads to Kolahoi glaciers 3400 Mtrs. above sea level. Here you can have a glimpse of Kolahoi Peak 5370 Mtrs. And after lunch, visit to Chandanwari. 16 km from Pahalgam, serves as the starting point of the Amarnath Yatra.&nbsp;(Of your own).&nbsp;Night at Hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":505228,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"255030\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":\"255031\",\"Title\":\"Pahalgam - Gulmarg (132)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast check out from the hotel in time for overnight trip to Gulmarg.<\\/p>\\r\\n\\r\\n<p>Gulmarg :&nbsp;At an altitude of 2730 Meteres . The name means Meadows of Flowers and in spring it&#39;s just that. Also known as India&#39;s premier skiing resort &amp; Golf course. Recently a new cable car project has been commissioned know as GANDOLA which goes upto Khilanmarg\\/Affarwat. One can have panoramic view of snow clad mountain ranges. Gulmarg is also famous for Sunset. Meals &amp; Overnight at Hotel in Gulmarg.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":92373,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"Deluxe 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\":\"255032\",\"Title\":\"Gulmarg - Srinagar\\/Departure\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>Check out from hotel in time and drive to Srinagar Airport to catch your onward flight back home.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"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\":5,\"Type\":\"Premium\",\"TPSysId\":\"35574\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"56500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":45667,\"priceDoubleOcc\":\"56500.00\",\"priceSingleOcc\":179000,\"priceExtraBed\":\"24000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":47000,\"priceDoubleOcc\":\"58500.00\",\"priceSingleOcc\":181000,\"priceExtraBed\":\"24000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"58500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":48333,\"priceDoubleOcc\":\"60500.00\",\"priceSingleOcc\":183000,\"priceExtraBed\":\"24000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"60500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":48333,\"priceDoubleOcc\":\"60500.00\",\"priceSingleOcc\":183000,\"priceExtraBed\":\"24000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"60500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":49667,\"priceDoubleOcc\":\"62500.00\",\"priceSingleOcc\":185000,\"priceExtraBed\":\"24000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":51000,\"priceDoubleOcc\":\"64500.00\",\"priceSingleOcc\":187000,\"priceExtraBed\":\"24000.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"2500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"64500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"35574\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"55250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":44417,\"priceDoubleOcc\":\"55250.00\",\"priceSingleOcc\":176500,\"priceExtraBed\":\"22750.00\",\"priceWithoutBed\":\"17750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1250.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":45750,\"priceDoubleOcc\":\"57250.00\",\"priceSingleOcc\":178500,\"priceExtraBed\":\"22750.00\",\"priceWithoutBed\":\"17750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1250.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"57250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":47083,\"priceDoubleOcc\":\"59250.00\",\"priceSingleOcc\":180500,\"priceExtraBed\":\"22750.00\",\"priceWithoutBed\":\"17750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1250.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":47083,\"priceDoubleOcc\":\"59250.00\",\"priceSingleOcc\":180500,\"priceExtraBed\":\"22750.00\",\"priceWithoutBed\":\"17750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1250.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"59250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":48417,\"priceDoubleOcc\":\"61250.00\",\"priceSingleOcc\":182500,\"priceExtraBed\":\"22750.00\",\"priceWithoutBed\":\"17750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1250.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"61250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":49750,\"priceDoubleOcc\":\"63250.00\",\"priceSingleOcc\":184500,\"priceExtraBed\":\"22750.00\",\"priceWithoutBed\":\"17750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1250.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"63250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST unless specifically mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls, alcoholic beverages, camera\\/video fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;span style=&quot;color:383838&quot;&gt;No refund is available for No Sho&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of &lt;span style=&quot;color:383838&quot;&gt;flight cancellation delay due to bad weather or any other reason given by the airline ill health road blocks and\\/or any factors beyond reasonable control. No refund will be available for unutilized services.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No refund for No Show at any service&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;02 Nights accommmdoation in Srinagar with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;02 Nights accommodation in Pahalgam with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;01 Night accommdoation in Gulmarg with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing by private car&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;01 Hr Shikara Ride on Dal Lake&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes and toll taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"255025\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[255025],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"255026\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[255026],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"255027\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[255027],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"255028\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[255028],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"255029\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[255029],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"255030\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[255030],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"255031\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[255031],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"255032\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[255032],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Srinagar,Pahalgam,Gulmarg','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg',NULL,'25897,20566,11197',55250,64500,5,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kashmir-luxury-package',NULL,NULL,NULL,0),(20,35545,1,12211,1,0,0,'Honeymoon,Family,Hill Station,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":35545,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashmir_-_meadows__mountain_1651059384.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Jammu and Kashmir&amp;nbsp;is home to several valleys such as the&amp;nbsp;Kashmir Valley,&amp;nbsp;Chenab Valley,&amp;nbsp;Sindh Valley&amp;nbsp;and&amp;nbsp;Lidder Valley. Some major tourist attractions in Jammu and Kashmir are Srinagar, with its renowned&amp;nbsp;Dal Lake&amp;nbsp;and Mughal Gardens,&amp;nbsp;Gulmarg,&amp;nbsp;Pahalgam, Patnitop and Jammu. Every year, thousands of Hindu&amp;nbsp;pilgrims&amp;nbsp;visit holy shrines of&amp;nbsp;Vaishno Devi&amp;nbsp;and&amp;nbsp;Amarnath&amp;nbsp;which has had a significant impact on the state&amp;#39;s economy.[1]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kashmir Valley is one of the top tourist destinations of India.[2]&amp;nbsp;Gulmarg, one of the most popular&amp;nbsp;ski resort&amp;nbsp;destinations in India, is also home to the world&amp;#39;s highest green&amp;nbsp;golf course.[3]&amp;nbsp;Tourism has declined in the past thirty years.[4]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jammu and Kashmir also has flower gardens and apple orchards. It attracts tourists for its handicrafts and the&amp;nbsp;Kashmiri shawls.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":2596,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":2596,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"STERLING\",\"Name\":\"Kashmir - Meadows & Mountain\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"3354\",\"SupplierName\":\"Waymark Holidays Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":414641,\"Name\":\"Brown Palace\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"  , \"},\"Images\":[],\"CityId\":25897,\"Brief\":\"Located in Dal Lake, Hotel Brown Palace is a perfect starting point from which to explore Srinagar. The hotel offers guests a range of services and amenities designed to provide comfort and convenienc\",\"MainImg\":\"https:\\/\\/www.tboholidays.com\\/imageresource.aspx?img=lLdKYi18YEiqxBEKnzP6FO6cGEJAec3ITvEQwIFLoGovYZGSl0uWospw1O7eLDnEcKwR+eEtn8RpaiDrqTDzPw+ctG+UOGg+gpQo6khnJjl12qi36i0G7w==\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414492,\"Name\":\"Hotel Royal Batoo\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0904\",\"Long\":\"74.8372\",\"Address\":\"Kohen Khan Khayam, Dalgate, Srinagar 190001, Kashmir\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"Hotel Royal Batoo is conveniently located in the popular Residency Road\\/Lal Chowk area. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. 24-hour front desk, 24-hour room service, facilities for disabled guests, car park, room service are just some of the facilities on offer. Each guestroom is elegantly furnished and equipped with handy amenities. The hotel offers various recreational opportunities. Convenience and comfort makes Hotel Royal Batoo the perfect choice for your stay in Srinagar.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/17\\/60\\/1760b32dac765abe8b5c0d82b5dd29e3073cd033.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414687,\"Name\":\"Solar Residency\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.067917\",\"Long\":\"74.833664\",\"Address\":\"Rajbagh,Srinagar, , Raj Bagh, SRINAGAR, JAMMU &amp; KASHMIR, India, Pin-190001, 190001\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"Solar Residency is an accommodation in Srinagar that offers Wi-Fi internet connectivity to its guests. It is reachable from the Dal Lake (11 km) and the Residency Road Tourist Taxi Stand (3 km). All the 53 rooms in this 4-storey property have attached bathrooms. Each room has a cable TV, mini-bar, digital safe, tea\\/coffee maker and refrigerator.  Services offered by this Srinagar accommodation include medical assistance, laundry, wake-up call, and 24-hour room service. It houses a travel desk and a restaurant. Solar Residency is accessible from the Srinagar Railway Station (10 km) and the Srinagar International Airport (11 km). It provides free airport pick-up and drop facility. The Nigeen Lake (8 km), Dargah Sharif (10 km), Chashme Shahi Garden (8 km), and Durga Nag Temple (3 km) are a few places that guests can visit. null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/mav\\/nyd\\/dbr\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1579,\"Title\":\"Shikara Boat Ride\",\"Description\":\"The shikara is a type of wooden boat found on Dal Lake and other water bodies of Srinagar, Jammu &amp; Kashmir, India. Shikaras are of varied sizes and are used for multiple purposes, including transportation of people. A usual shikara seats half-a-dozen people, with the driver paddling at the rear. Like the Venetian gondolas, they are a cultural symbol of Kashmir. Some shikaras are still used for fishing, harvesting aquatic vegetation (usually for fodder), and transport, while most are covered with tarpaulins and are used by tourists. Some are used as floating homes by poor people\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/47_1514979669.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479645,\"Name\":\"Hotel Affarwat\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.05553199999999\",\"Long\":\"74.401264\",\"Address\":\"Near main market Near hotel The Vintage Gulmarg Near main market Near hotel The Vintage Gulmarg, gulmarg jammu &amp;kashmir, 190403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":480688,\"Name\":\"Forest Hill Resort\",\"Star\":\".00\",\"Rating\":\"3.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"30.7145959\",\"Long\":\"77.4348523\",\"Address\":\"SH 6, Rajgarh, Himachal Pradesh 173023, India\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418198,\"Name\":\"Hotel Pine Spring\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.04933\",\"Long\":\"74.38291\",\"Address\":\"Gulmarg, , Near Gondola, GULMARG, JAMMU &amp; KASHMIR, India, Pin-193402, 193402\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"Situated at 52 km from Srinagar city, Hotel Pine Spring is one of the famous hotels in Gulmarg. The hotel presents a panoramic view of mountains and rivers.   The rooms at Hotel Pine Spring possesses modern amenities like telephone with voicemail messaging and international call facility, television with satellite channels and room service (6.00am to 12.00 am). Rooms have a private bathroom with natural bath amenities. Guest can also request for iron and ironing board.    null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maw\\/pyd\\/gbp\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1579,\"Title\":\"Shikara Boat Ride\",\"Description\":\"The shikara is a type of wooden boat found on Dal Lake and other water bodies of Srinagar, Jammu &amp; Kashmir, India. Shikaras are of varied sizes and are used for multiple purposes, including transportation of people. A usual shikara seats half-a-dozen people, with the driver paddling at the rear. Like the Venetian gondolas, they are a cultural symbol of Kashmir. Some shikaras are still used for fishing, harvesting aquatic vegetation (usually for fodder), and transport, while most are covered with tarpaulins and are used by tourists. Some are used as floating homes by poor people\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/47_1514979669.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":475404,\"Name\":\"Pahalgam Retreat\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.916005\",\"Long\":\"75.28220619999999\",\"Address\":\"Yainer village, Movera Rafting Poing, Pahalgam, 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414970,\"Name\":\"Forest Hill Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.036626\",\"Long\":\"75.321592\",\"Address\":\"Laripora,Jammu and Kashmir,India, 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"Forest Hill Resort, Pahalgam, is a great resort in Pahalgam with rooms that offer a view of picturesque mountains and river Lidder. The resort is designed to meet the needs of both business and leisure travellers. Ideally located from all major tourist spots, the resort proves to be travel-convenient for the guests.\\n\\n&lt;b&gt;Location:&lt;\\/b&gt;\\nForest Hill Resort is located in Laripora. The lush green hills in Baisaran, Pahalgam (Approx. 2km) are situated close to the hotel. Guests can visit the beautiful greenish blue Sheshnag Lake, Pahalgam (Approx. 3km) which serves as an en route for pilgrims going for Amarnath yatra. There are also many tourist spots that are located nearby like Aru, Aishmuqam and Sun temple.\\n\\nDistance from Srinagar International Airport: Approx. 94kms\\nDistance from Srinagar Railway Station: Approx. 83kms\\n\\n&lt;b&gt;Hotel Features:&lt;\\/b&gt;\\nDesigned to provide utmost comfort, the hotel is equipped with necessary amenities. The array of basic amenities include room service, 24-hour front desk, parking, travel desk and 24-hour security. For business travellers, the resort ensures conference facilities and board room. The hotel has dining rooms wherein breakfast, lunch and dinner are served for the guests. Guests can relish Indian, Continental and authentic Kashmiri cuisines during the stay.\\n\\n&lt;b&gt;Rooms:&lt;\\/b&gt;\\nRooms are classified as standard rooms and deluxe rooms. These rooms are well-furnished and each room has a touch of elegance. In addition to offering good scenic view of the hills and the river, these rooms feature amenities like colour television and telephone.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3547\\/354747\\/images\\/res_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":153277,\"Name\":\"Hotel Pine Spring\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0211\",\"Long\":\"75.3173\",\"Address\":\"Laripora Pahalgam\"},\"Images\":{\"Image\":[{\"ImagId\":3356076,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_25_t.jpg\"},{\"ImagId\":3356077,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_21_t.jpg\"},{\"ImagId\":3356078,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_24_t.jpg\"},{\"ImagId\":3356079,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_3_t.jpg\"},{\"ImagId\":3356080,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_6_t.jpg\"},{\"ImagId\":3356081,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_8_t.jpg\"},{\"ImagId\":3356082,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_2_t.jpg\"},{\"ImagId\":3356083,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_13_t.jpg\"},{\"ImagId\":3356084,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_16_t.jpg\"},{\"ImagId\":3356085,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_19_t.jpg\"},{\"ImagId\":3356086,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_26_t.jpg\"},{\"ImagId\":3356087,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_29_t.jpg\"},{\"ImagId\":3356088,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_18_t.jpg\"},{\"ImagId\":3356089,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_14_t.jpg\"},{\"ImagId\":3356090,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_17_t.jpg\"},{\"ImagId\":3356091,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_15_t.jpg\"},{\"ImagId\":3356092,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_22_t.jpg\"},{\"ImagId\":3356093,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_5_t.jpg\"},{\"ImagId\":3356094,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_10_t.jpg\"},{\"ImagId\":3356095,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_1_t.jpg\"},{\"ImagId\":3356096,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_12_t.jpg\"},{\"ImagId\":3356097,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/58592b97_t.jpg\"},{\"ImagId\":3356098,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7ca62c3c_t.jpg\"},{\"ImagId\":3356099,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/929b2c31_t.jpg\"},{\"ImagId\":3356100,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/413a7ddb_t.jpg\"},{\"ImagId\":3356101,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/1f8b319d_t.jpg\"},{\"ImagId\":3356102,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/f8c447cb_t.jpg\"},{\"ImagId\":3356103,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/63a19aa8_t.jpg\"},{\"ImagId\":3356104,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/3518f1e1_t.jpg\"},{\"ImagId\":3356105,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/09908084_t.jpg\"},{\"ImagId\":3356106,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/d9b9f624_t.jpg\"},{\"ImagId\":3356107,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_11_t.jpg\"},{\"ImagId\":3356108,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_9_t.jpg\"},{\"ImagId\":3356109,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_7_t.jpg\"},{\"ImagId\":3356110,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_4_t.jpg\"},{\"ImagId\":3356111,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_30_t.jpg\"},{\"ImagId\":3356112,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_27_t.jpg\"},{\"ImagId\":3356113,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_23_t.jpg\"},{\"ImagId\":3356114,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_20_t.jpg\"},{\"ImagId\":3356115,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_28_t.jpg\"}]},\"CityId\":20566,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Pahalgam, Hotel Pine Spring is convenient to Pahalgam Zoo and Pahalgam Golf Course. This hotel is within close proximity of Poshwan Park and Lidder Amusement Park.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 59 guestrooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include separate sitting areas, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take advantage of recreation opportunities such as a sauna or take in the view from a terrace and a garden. Additional features at this hotel include wireless Internet access (surcharge), concierge services, and barbecue grills.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/caf&eacute;, and 24-hour room service is provided.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour business center, dry cleaning\\/laundry services, and luggage storage.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_25_t.jpg\",\"AccoAminitiesMask\":\"101000110000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1579,\"Title\":\"Shikara Boat Ride\",\"Description\":\"The shikara is a type of wooden boat found on Dal Lake and other water bodies of Srinagar, Jammu &amp; Kashmir, India. Shikaras are of varied sizes and are used for multiple purposes, including transportation of people. A usual shikara seats half-a-dozen people, with the driver paddling at the rear. Like the Venetian gondolas, they are a cultural symbol of Kashmir. Some shikaras are still used for fishing, harvesting aquatic vegetation (usually for fodder), and transport, while most are covered with tarpaulins and are used by tourists. Some are used as floating homes by poor people\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/47_1514979669.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"254824\",\"Title\":\"Arrive Srinagar \",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon arrival in Srinagar meet and assistance at the airport and Transfer to Houseboat \\/ Hotel.&nbsp;Afternoon&nbsp;you will enjoy a Shikhara ride on Dal lake, while cruising visit of floating garden, vegetable garden, Dinner and night stay at Deluxe House Boat \\/&nbsp;Hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414687,\"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\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254827\",\"Title\":\"Srinagar - Sonmarg - Srinagar ( 85Kms x 2 )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After Early breakfast full day excursion&nbsp;to Sonmarg.<\\/p>\\r\\n\\r\\n<p>Sonmarg :&nbsp;At an altitude of 2740 Meteres . The town lies in the heart of a beautiful valley carved by the river Sindh. The meadow of gold strewn with the loveliest of alpine flowers and surrounded by towering mountains and Glaciers. Evening return to Hotel. Meals &amp; Overnight at Hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414687,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254830\",\"Title\":\"In Srinagar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After Breakfast&nbsp;visit Mughal Gardens, as Nishat Bagh built by Asif Khan, the brother -in- law of Jehangir in 1632 AD, and Shalimar Bagh built by Jehangir for his wife empress Nur Jahan. All the gardens are situated on the banks of the Dal Lake with the Zabarwan hills, Chashama Shahi Garden, Parimahal Garden, and Shankaracharaya Temple on the Top of Shankaracharaya built by Pando&rsquo;s. In 1765 AD, you will Cover all the Srinagar City from the top,&nbsp;Meals and overnight at Hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":414641,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":414687,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254833\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"254836\",\"Title\":\"Srinagar - Pahalgam (92 Kms )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After early breakfast&nbsp; drive for overnight trip to Pahalgam.<\\/p>\\r\\n\\r\\n<p>Pahalgam :&nbsp;Also known as the land of shepherds. The mountain town is located along the bank of River Lidder. Starting point of many treks and Amarnath cave. Meals and overnight&nbsp;at Hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":475404,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414970,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":153277,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254839\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"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\":\"254842\",\"Title\":\"Pahalgam - Gulmarg ( 132 ) \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast check out from the hotel in time for overnight trip to Gulmarg.<\\/p>\\r\\n\\r\\n<p>Gulmarg :&nbsp;At an altitude of 2730 Meteres . The name means Meadows of Flowers and in spring it&#39;s just that. Also known as India&#39;s premier skiing resort &amp; Golf course. Recently a new cable car project has been commissioned know as GANDOLA which goes upto Khilanmarg\\/Affarwat. One can have panoramic view of snow clad mountain ranges. Gulmarg is also famous for Sunset. Meals &amp; Overnight at Hotel in Gulmarg.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479645,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":480688,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":418198,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254845\",\"Title\":\"Gulmarg - Srinagar\\/Departure\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Check out from hotel in time and drive to Srinagar Airport to catch your onward flight back home<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"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\":\"35545\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16000,\"priceDoubleOcc\":\"19000.00\",\"priceSingleOcc\":68000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16667,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":69000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17333,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":70000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17333,\"priceDoubleOcc\":\"21000.00\",\"priceSingleOcc\":70000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18667,\"priceDoubleOcc\":\"23000.00\",\"priceSingleOcc\":72000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"26000.00\",\"priceSingleOcc\":75000,\"priceExtraBed\":\"6500.00\",\"priceWithoutBed\":\"19000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"35546\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"23000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19333,\"priceDoubleOcc\":\"23000.00\",\"priceSingleOcc\":82000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\"8000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20000,\"priceDoubleOcc\":\"24000.00\",\"priceSingleOcc\":83000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\"8000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"25000.00\",\"priceSingleOcc\":84000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\"8000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20667,\"priceDoubleOcc\":\"25000.00\",\"priceSingleOcc\":84000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\"8000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22667,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":87000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\"8000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24000,\"priceDoubleOcc\":\"30000.00\",\"priceSingleOcc\":89000,\"priceExtraBed\":\"12000.00\",\"priceWithoutBed\":\"8000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"35547\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24667,\"priceDoubleOcc\":\"29000.00\",\"priceSingleOcc\":96000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\"15000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25333,\"priceDoubleOcc\":\"30000.00\",\"priceSingleOcc\":97000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\"15000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":26000,\"priceDoubleOcc\":\"31000.00\",\"priceSingleOcc\":98000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\"15000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":26000,\"priceDoubleOcc\":\"31000.00\",\"priceSingleOcc\":98000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\"15000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":27333,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":100000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\"15000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":28667,\"priceDoubleOcc\":\"35000.00\",\"priceSingleOcc\":102000,\"priceExtraBed\":\"16000.00\",\"priceWithoutBed\":\"15000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"35545\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15500,\"priceDoubleOcc\":\"18500.00\",\"priceSingleOcc\":67000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16167,\"priceDoubleOcc\":\"19500.00\",\"priceSingleOcc\":68000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16833,\"priceDoubleOcc\":\"20500.00\",\"priceSingleOcc\":69000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16833,\"priceDoubleOcc\":\"20500.00\",\"priceSingleOcc\":69000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18167,\"priceDoubleOcc\":\"22500.00\",\"priceSingleOcc\":71000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20167,\"priceDoubleOcc\":\"25500.00\",\"priceSingleOcc\":74000,\"priceExtraBed\":\"6000.00\",\"priceWithoutBed\":\"5000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"35546\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"22500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18833,\"priceDoubleOcc\":\"22500.00\",\"priceSingleOcc\":81000,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19500,\"priceDoubleOcc\":\"23500.00\",\"priceSingleOcc\":82000,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20167,\"priceDoubleOcc\":\"24500.00\",\"priceSingleOcc\":83000,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20167,\"priceDoubleOcc\":\"24500.00\",\"priceSingleOcc\":83000,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":22167,\"priceDoubleOcc\":\"27500.00\",\"priceSingleOcc\":86000,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":23500,\"priceDoubleOcc\":\"29500.00\",\"priceSingleOcc\":88000,\"priceExtraBed\":\"11500.00\",\"priceWithoutBed\":\"7500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"35547\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"28500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24167,\"priceDoubleOcc\":\"28500.00\",\"priceSingleOcc\":95000,\"priceExtraBed\":\"15500.00\",\"priceWithoutBed\":\"14500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":24833,\"priceDoubleOcc\":\"29500.00\",\"priceSingleOcc\":96000,\"priceExtraBed\":\"15500.00\",\"priceWithoutBed\":\"14500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25500,\"priceDoubleOcc\":\"30500.00\",\"priceSingleOcc\":97000,\"priceExtraBed\":\"15500.00\",\"priceWithoutBed\":\"14500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":25500,\"priceDoubleOcc\":\"30500.00\",\"priceSingleOcc\":97000,\"priceExtraBed\":\"15500.00\",\"priceWithoutBed\":\"14500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":26833,\"priceDoubleOcc\":\"32500.00\",\"priceSingleOcc\":99000,\"priceExtraBed\":\"15500.00\",\"priceWithoutBed\":\"14500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-28\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":28167,\"priceDoubleOcc\":\"34500.00\",\"priceSingleOcc\":101000,\"priceExtraBed\":\"15500.00\",\"priceWithoutBed\":\"14500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST unless specifically mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls, alcoholic beverages, camera\\/video fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;span style=&quot;color:383838&quot;&gt;No refund is available for No Sho&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of &lt;span style=&quot;color:383838&quot;&gt;flight cancellation delay due to bad weather or any other reason given by the airline ill health road blocks and\\/or any factors beyond reasonable control. No refund will be available for unutilized services.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No refund for No Show at any service&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;03 Nights accommdoation in Srinagar with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;01 Night accommdoation in Pahalgam with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;01 Night accommodation in Gulmarg with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing by private car as per itinerary&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;01 Hr Shikara Ride on Dal Lake&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes and toll taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"254824\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[254824],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254827\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[254827],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254830\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[254830],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254833\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[254833],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"254836\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[254836],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254839\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[254839],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"254842\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[254842],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254845\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[254845],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Srinagar,Gulmarg,Pahalgam','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg',NULL,'25897,11197,20566',18500,35000,5,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kashmir-meadows-mountain',NULL,NULL,NULL,0),(21,35550,1,12211,1,0,0,'Hill Station,Romantic,Shopping and Nightlife,Offbeat,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":35550,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/kashmir_-_a_lovers_paradise_1651061682.jpg\",\"BookingValidUntill\":\"2022-09-30\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;Jammu and Kashmir&amp;nbsp;is home to several valleys such as the&amp;nbsp;Kashmir Valley,&amp;nbsp;Chenab Valley,&amp;nbsp;Sindh Valley&amp;nbsp;and&amp;nbsp;Lidder Valley. Some major tourist attractions in Jammu and Kashmir are Srinagar, with its renowned&amp;nbsp;Dal Lake&amp;nbsp;and Mughal Gardens,&amp;nbsp;Gulmarg,&amp;nbsp;Pahalgam, Patnitop and Jammu. Every year, thousands of Hindu&amp;nbsp;pilgrims&amp;nbsp;visit holy shrines of&amp;nbsp;Vaishno Devi&amp;nbsp;and&amp;nbsp;Amarnath&amp;nbsp;which has had a significant impact on the state&amp;#39;s economy.[1]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Kashmir Valley is one of the top tourist destinations of India.[2]&amp;nbsp;Gulmarg, one of the most popular&amp;nbsp;ski resort&amp;nbsp;destinations in India, is also home to the world&amp;#39;s highest green&amp;nbsp;golf course.[3]&amp;nbsp;Tourism has declined in the past thirty years.[4]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;Jammu and Kashmir also has flower gardens and apple orchards. It attracts tourists for its handicrafts and the&amp;nbsp;Kashmiri shawls.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":2596,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":2596,\"DestinationPlaces\":\"Srinagar\",\"DestinationPlacesSysId\":25897,\"SourcePlaces\":\"Srinagar\",\"SourcePlaceSysId\":25897,\"AgencyName\":\"STERLING\",\"Name\":\"Kashmir - A Lovers Paradise\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"3354\",\"SupplierName\":\"Waymark Holidays Pvt Ltd\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Cab,Airport Transfers,Sightseeing\",\"PackageType\":\"Hill Station,Romantic,Shopping and Nightlife,Offbeat,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-09-30\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":25897,\"Title\":\"Srinagar\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479619,\"Name\":\"Hotel Grand Habib\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.068215\",\"Long\":\"74.83176999999999\",\"Address\":\"Zero Bridge, next to Modern Hospital, Rajbagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414492,\"Name\":\"Hotel Royal Batoo\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0904\",\"Long\":\"74.8372\",\"Address\":\"Kohen Khan Khayam, Dalgate, Srinagar 190001, Kashmir\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"Hotel Royal Batoo is conveniently located in the popular Residency Road\\/Lal Chowk area. Both business travelers and tourists can enjoy the hotel&#039;s facilities and services. 24-hour front desk, 24-hour room service, facilities for disabled guests, car park, room service are just some of the facilities on offer. Each guestroom is elegantly furnished and equipped with handy amenities. The hotel offers various recreational opportunities. Convenience and comfort makes Hotel Royal Batoo the perfect choice for your stay in Srinagar.\",\"MainImg\":\"https:\\/\\/cdn.grnconnect.com\\/hotels\\/images\\/17\\/60\\/1760b32dac765abe8b5c0d82b5dd29e3073cd033.jpg\",\"AccoAminitiesMask\":\"1010000000001000000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":499165,\"Name\":\"Hotel Solar Residency\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0679857\",\"Long\":\"74.8336757\",\"Address\":\"near Modern Hospital, Rajbagh, Srinagar, Jammu and Kashmir 190008\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":505691,\"Name\":\"Pahalgam Retreat\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.916005\",\"Long\":\"75.28220619999999\",\"Address\":\"Yainer village, Movera Rafting Poing, Pahalgam, 192126\"},\"Images\":[],\"CityId\":25897,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1579,\"Title\":\"Shikara Boat Ride\",\"Description\":\"The shikara is a type of wooden boat found on Dal Lake and other water bodies of Srinagar, Jammu &amp; Kashmir, India. Shikaras are of varied sizes and are used for multiple purposes, including transportation of people. A usual shikara seats half-a-dozen people, with the driver paddling at the rear. Like the Venetian gondolas, they are a cultural symbol of Kashmir. Some shikaras are still used for fishing, harvesting aquatic vegetation (usually for fodder), and transport, while most are covered with tarpaulins and are used by tourists. Some are used as floating homes by poor people\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/47_1514979669.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":18910,\"Title\":\"Shalimar Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":18817,\"Title\":\"Shankaracharia Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":11197,\"Title\":\"Gulmarg\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":479653,\"Name\":\"Hotel Mama Palace\",\"Star\":\".00\",\"Rating\":\"4.40\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0483777\",\"Long\":\"74.3818742\",\"Address\":\"Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":479644,\"Name\":\"Hotel Alpine Ridge\",\"Star\":\".00\",\"Rating\":\"3.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0480344\",\"Long\":\"74.38096200000001\",\"Address\":\"Heevan Retreats Road, Gulmarg, Jammu and Kashmir 193403\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":418198,\"Name\":\"Hotel Pine Spring\",\"Star\":\"4.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.04933\",\"Long\":\"74.38291\",\"Address\":\"Gulmarg, , Near Gondola, GULMARG, JAMMU &amp; KASHMIR, India, Pin-193402, 193402\"},\"Images\":[],\"CityId\":11197,\"Brief\":\"Situated at 52 km from Srinagar city, Hotel Pine Spring is one of the famous hotels in Gulmarg. The hotel presents a panoramic view of mountains and rivers.   The rooms at Hotel Pine Spring possesses modern amenities like telephone with voicemail messaging and international call facility, television with satellite channels and room service (6.00am to 12.00 am). Rooms have a private bathroom with natural bath amenities. Guest can also request for iron and ironing board.    null\",\"MainImg\":\"http:\\/\\/cdn.travelpartnerweb.com\\/DesiyaImages\\/Image\\/2\\/nxd\\/maw\\/pyd\\/gbp\\/HO_TN.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1579,\"Title\":\"Shikara Boat Ride\",\"Description\":\"The shikara is a type of wooden boat found on Dal Lake and other water bodies of Srinagar, Jammu &amp; Kashmir, India. Shikaras are of varied sizes and are used for multiple purposes, including transportation of people. A usual shikara seats half-a-dozen people, with the driver paddling at the rear. Like the Venetian gondolas, they are a cultural symbol of Kashmir. Some shikaras are still used for fishing, harvesting aquatic vegetation (usually for fodder), and transport, while most are covered with tarpaulins and are used by tourists. Some are used as floating homes by poor people\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/47_1514979669.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":18910,\"Title\":\"Shalimar Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":18817,\"Title\":\"Shankaracharia Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}},{\"CityId\":20566,\"Title\":\"Pahalgam\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":475404,\"Name\":\"Pahalgam Retreat\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.916005\",\"Long\":\"75.28220619999999\",\"Address\":\"Yainer village, Movera Rafting Poing, Pahalgam, 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":414970,\"Name\":\"Forest Hill Resort\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.036626\",\"Long\":\"75.321592\",\"Address\":\"Laripora,Jammu and Kashmir,India, 192126\"},\"Images\":[],\"CityId\":20566,\"Brief\":\"Forest Hill Resort, Pahalgam, is a great resort in Pahalgam with rooms that offer a view of picturesque mountains and river Lidder. The resort is designed to meet the needs of both business and leisure travellers. Ideally located from all major tourist spots, the resort proves to be travel-convenient for the guests.\\n\\n&lt;b&gt;Location:&lt;\\/b&gt;\\nForest Hill Resort is located in Laripora. The lush green hills in Baisaran, Pahalgam (Approx. 2km) are situated close to the hotel. Guests can visit the beautiful greenish blue Sheshnag Lake, Pahalgam (Approx. 3km) which serves as an en route for pilgrims going for Amarnath yatra. There are also many tourist spots that are located nearby like Aru, Aishmuqam and Sun temple.\\n\\nDistance from Srinagar International Airport: Approx. 94kms\\nDistance from Srinagar Railway Station: Approx. 83kms\\n\\n&lt;b&gt;Hotel Features:&lt;\\/b&gt;\\nDesigned to provide utmost comfort, the hotel is equipped with necessary amenities. The array of basic amenities include room service, 24-hour front desk, parking, travel desk and 24-hour security. For business travellers, the resort ensures conference facilities and board room. The hotel has dining rooms wherein breakfast, lunch and dinner are served for the guests. Guests can relish Indian, Continental and authentic Kashmiri cuisines during the stay.\\n\\n&lt;b&gt;Rooms:&lt;\\/b&gt;\\nRooms are classified as standard rooms and deluxe rooms. These rooms are well-furnished and each room has a touch of elegance. In addition to offering good scenic view of the hills and the river, these rooms feature amenities like colour television and telephone.\",\"MainImg\":\"http:\\/\\/www.cleartrip.com\\/places\\/hotels\\/3547\\/354747\\/images\\/res_tn.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":153277,\"Name\":\"Hotel Pine Spring\",\"Star\":\".00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.0211\",\"Long\":\"75.3173\",\"Address\":\"Laripora Pahalgam\"},\"Images\":{\"Image\":[{\"ImagId\":3356076,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_25_t.jpg\"},{\"ImagId\":3356077,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_21_t.jpg\"},{\"ImagId\":3356078,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_24_t.jpg\"},{\"ImagId\":3356079,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_3_t.jpg\"},{\"ImagId\":3356080,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_6_t.jpg\"},{\"ImagId\":3356081,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_8_t.jpg\"},{\"ImagId\":3356082,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_2_t.jpg\"},{\"ImagId\":3356083,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_13_t.jpg\"},{\"ImagId\":3356084,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_16_t.jpg\"},{\"ImagId\":3356085,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_19_t.jpg\"},{\"ImagId\":3356086,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_26_t.jpg\"},{\"ImagId\":3356087,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_29_t.jpg\"},{\"ImagId\":3356088,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_18_t.jpg\"},{\"ImagId\":3356089,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_14_t.jpg\"},{\"ImagId\":3356090,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_17_t.jpg\"},{\"ImagId\":3356091,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_15_t.jpg\"},{\"ImagId\":3356092,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_22_t.jpg\"},{\"ImagId\":3356093,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_5_t.jpg\"},{\"ImagId\":3356094,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_10_t.jpg\"},{\"ImagId\":3356095,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_1_t.jpg\"},{\"ImagId\":3356096,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_12_t.jpg\"},{\"ImagId\":3356097,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/58592b97_t.jpg\"},{\"ImagId\":3356098,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7ca62c3c_t.jpg\"},{\"ImagId\":3356099,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/929b2c31_t.jpg\"},{\"ImagId\":3356100,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/413a7ddb_t.jpg\"},{\"ImagId\":3356101,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/1f8b319d_t.jpg\"},{\"ImagId\":3356102,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/f8c447cb_t.jpg\"},{\"ImagId\":3356103,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/63a19aa8_t.jpg\"},{\"ImagId\":3356104,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/3518f1e1_t.jpg\"},{\"ImagId\":3356105,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/09908084_t.jpg\"},{\"ImagId\":3356106,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/d9b9f624_t.jpg\"},{\"ImagId\":3356107,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_11_t.jpg\"},{\"ImagId\":3356108,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_9_t.jpg\"},{\"ImagId\":3356109,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_7_t.jpg\"},{\"ImagId\":3356110,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_4_t.jpg\"},{\"ImagId\":3356111,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_30_t.jpg\"},{\"ImagId\":3356112,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_27_t.jpg\"},{\"ImagId\":3356113,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_23_t.jpg\"},{\"ImagId\":3356114,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_20_t.jpg\"},{\"ImagId\":3356115,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_28_t.jpg\"}]},\"CityId\":20566,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Pahalgam, Hotel Pine Spring is convenient to Pahalgam Zoo and Pahalgam Golf Course. This hotel is within close proximity of Poshwan Park and Lidder Amusement Park.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 59 guestrooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Conveniences include separate sitting areas, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take advantage of recreation opportunities such as a sauna or take in the view from a terrace and a garden. Additional features at this hotel include wireless Internet access (surcharge), concierge services, and barbecue grills.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves breakfast, lunch, and dinner. Dining is also available at a coffee shop\\/caf&eacute;, and 24-hour room service is provided.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour business center, dry cleaning\\/laundry services, and luggage storage.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7600000\\/7596300\\/7596277\\/7596277_25_t.jpg\",\"AccoAminitiesMask\":\"101000110000010000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":6,\"Title\":\"Spa\"},{\"AminityId\":7,\"Title\":\"Sports\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1579,\"Title\":\"Shikara Boat Ride\",\"Description\":\"The shikara is a type of wooden boat found on Dal Lake and other water bodies of Srinagar, Jammu &amp; Kashmir, India. Shikaras are of varied sizes and are used for multiple purposes, including transportation of people. A usual shikara seats half-a-dozen people, with the driver paddling at the rear. Like the Venetian gondolas, they are a cultural symbol of Kashmir. Some shikaras are still used for fishing, harvesting aquatic vegetation (usually for fodder), and transport, while most are covered with tarpaulins and are used by tourists. Some are used as floating homes by poor people\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":34.0836581,\"Long\":74.7973681,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/25897\\/sightseeing\\/47_1514979669.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"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. &acirc;&euro;&tilde;Nishat Bagh&acirc;&euro;&trade; is Urdu, which means &quot;Garden of Joy,&quot; &quot;Garden of Gladness&quot; and &quot;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\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":18910,\"Title\":\"Shalimar Garden\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null},{\"RefSSId\":18817,\"Title\":\"Shankaracharia Temple\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":25897,\"CityName\":\"Srinagar\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3354,\"SupplierName\":\"Waymark Holidays Pvt Ltd\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"254854\",\"Title\":\"Arrive Srinagar\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Upon arrival in Srinagar meet and assistance at the airport and Transfer to Houseboat \\/ Hotel.&nbsp;Afternoon&nbsp;you will enjoy a Shikhara ride on Dal lake, while cruising visit of floating garden, vegetable garden, Dinner and night stay at Deluxe House Boat \\/&nbsp;Hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479619,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":499165,\"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\":1579,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254857\",\"Title\":\"Srinagar - Sonmarg - Srinagar ( 85Kms x 2 )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>&nbsp;After Early breakfast full day excursion&nbsp;to Sonmarg.<\\/p>\\r\\n\\r\\n<p>Sonmarg :&nbsp;At an altitude of 2740 Meteres . The town lies in the heart of a beautiful valley carved by the river Sindh. The meadow of gold strewn with the loveliest of alpine flowers and surrounded by towering mountains and Glaciers. Evening return to Hotel, Meals &amp; Overnight at Hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479619,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":505691,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"},{\"IsIncluded\":false,\"Id\":414492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":499165,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254860\",\"Title\":\"In Srinagar\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After Breakfast&nbsp;visit Mughal Gardens, as Nishat Bagh built by Asif Khan, the brother -in- law of Jehangir in 1632 AD, and Shalimar Bagh built by Jehangir for his wife empress Nur Jahan. All the gardens are situated on the banks of the Dal Lake with the Zabarwan hills, Chashama Shahi Garden, Parimahal Garden, and Shankaracharaya Temple on the Top of Shankaracharaya built by Pando&rsquo;s. In 1765 AD, you will Cover all the Srinagar City from the top,&nbsp;Meals and overnight at Hotel in Srinagar.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479619,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414492,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":499165,\"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\":1242,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18910,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":18817,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254863\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":25897,\"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\":\"254866\",\"Title\":\"Srinagar - Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>After Breakfast Drive to Pahalgam, in-route, visiting the saffron fields of pampore, Awantipura Ruins (1100 years old temple of Lord Vishnu built by the King Avantivarman), and enjoy the beautiful countryside. Drive through the pine forests, local sightseeing around awesome scenery of Pahalgam and mind relaxing view of river Lidder,&nbsp;you can visit to Baisaran (Mini Switzerland) on ponies (on extra cost) the huge meadows surrounded by thickly wooden forests of pine present a beautiful spectacle.&nbsp;Night at Hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":475404,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414970,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":153277,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254869\",\"Title\":\"In Pahalgam\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After breakfast, visit to Aru by local car&nbsp;(of your own)&nbsp;a village 11 km from Pahalgam. From here a famous trek leads to Kolahoi glaciers 3400 Mtrs. above sea level. Here you can have a glimpse of Kolahoi Peak 5370 Mtrs. And after lunch, visit to Chandanwari. 16 km from Pahalgam, serves as the starting point of the Amarnath Yatra.&nbsp;(Of your own).&nbsp;Night at Hotel in Pahalgam.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":475404,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":414970,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":153277,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254872\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20566,\"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\":\"254875\",\"Title\":\"Pahalgam - Gulmarg ( 132 )\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>&nbsp;After breakfast check out from the hotel in time for overnight trip to Gulmarg.<\\/p>\\r\\n\\r\\n<p>Gulmarg :&nbsp;At an altitude of 2730 Meteres . The name means Meadows of Flowers and in spring it&#39;s just that. Also known as India&#39;s premier skiing resort &amp; Golf course. Recently a new cable car project has been commissioned know as GANDOLA which goes upto Khilanmarg\\/Affarwat. One can have panoramic view of snow clad mountain ranges. Gulmarg is also famous for Sunset. Meals &amp; Overnight at Hotel in Gulmarg.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":479653,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":479644,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":418198,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"254878\",\"Title\":\"Gulmarg to Srinagar Airport\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>Check out from hotel in time and drive to Srinagar Airport to catch your onward flight back home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":11197,\"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\":\"35550\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"14000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12667,\"priceDoubleOcc\":\"14000.00\",\"priceSingleOcc\":50500,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13333,\"priceDoubleOcc\":\"15000.00\",\"priceSingleOcc\":51500,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"16000.00\",\"priceSingleOcc\":52500,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14000,\"priceDoubleOcc\":\"16000.00\",\"priceSingleOcc\":52500,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"16000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15333,\"priceDoubleOcc\":\"18000.00\",\"priceSingleOcc\":54500,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16667,\"priceDoubleOcc\":\"20000.00\",\"priceSingleOcc\":56500,\"priceExtraBed\":\"10000.00\",\"priceWithoutBed\":\"14000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"35551\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"19500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16833,\"priceDoubleOcc\":\"19500.00\",\"priceSingleOcc\":65000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"19500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17500,\"priceDoubleOcc\":\"20500.00\",\"priceSingleOcc\":66000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"19500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18167,\"priceDoubleOcc\":\"21500.00\",\"priceSingleOcc\":67000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"19500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18167,\"priceDoubleOcc\":\"21500.00\",\"priceSingleOcc\":67000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"19500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"21500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":19500,\"priceDoubleOcc\":\"23500.00\",\"priceSingleOcc\":69000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"19500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"23500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20833,\"priceDoubleOcc\":\"25500.00\",\"priceSingleOcc\":71000,\"priceExtraBed\":\"7000.00\",\"priceWithoutBed\":\"19500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"35552\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"37500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":34500,\"priceDoubleOcc\":\"37500.00\",\"priceSingleOcc\":119000,\"priceExtraBed\":\"28500.00\",\"priceWithoutBed\":\"21500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35167,\"priceDoubleOcc\":\"38500.00\",\"priceSingleOcc\":120000,\"priceExtraBed\":\"28500.00\",\"priceWithoutBed\":\"21500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35833,\"priceDoubleOcc\":\"39500.00\",\"priceSingleOcc\":121000,\"priceExtraBed\":\"28500.00\",\"priceWithoutBed\":\"21500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35833,\"priceDoubleOcc\":\"39500.00\",\"priceSingleOcc\":121000,\"priceExtraBed\":\"28500.00\",\"priceWithoutBed\":\"21500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":37167,\"priceDoubleOcc\":\"41500.00\",\"priceSingleOcc\":123000,\"priceExtraBed\":\"28500.00\",\"priceWithoutBed\":\"21500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"41500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"43500.00\",\"priceSingleOcc\":125000,\"priceExtraBed\":\"28500.00\",\"priceWithoutBed\":\"21500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"1500.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"43500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"35550\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"13250.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":11917,\"priceDoubleOcc\":\"13250.00\",\"priceSingleOcc\":49000,\"priceExtraBed\":\"9250.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"13250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":12583,\"priceDoubleOcc\":\"14250.00\",\"priceSingleOcc\":50000,\"priceExtraBed\":\"9250.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"14250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13250,\"priceDoubleOcc\":\"15250.00\",\"priceSingleOcc\":51000,\"priceExtraBed\":\"9250.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":13250,\"priceDoubleOcc\":\"15250.00\",\"priceSingleOcc\":51000,\"priceExtraBed\":\"9250.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"15250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":14583,\"priceDoubleOcc\":\"17250.00\",\"priceSingleOcc\":53000,\"priceExtraBed\":\"9250.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"17250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":15917,\"priceDoubleOcc\":\"19250.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"9250.00\",\"priceWithoutBed\":\"6750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"35551\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"18750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16083,\"priceDoubleOcc\":\"18750.00\",\"priceSingleOcc\":63500,\"priceExtraBed\":\"6250.00\",\"priceWithoutBed\":\"18750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"18750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":16750,\"priceDoubleOcc\":\"19750.00\",\"priceSingleOcc\":64500,\"priceExtraBed\":\"6250.00\",\"priceWithoutBed\":\"18750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"19750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17417,\"priceDoubleOcc\":\"20750.00\",\"priceSingleOcc\":65500,\"priceExtraBed\":\"6250.00\",\"priceWithoutBed\":\"18750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":17417,\"priceDoubleOcc\":\"20750.00\",\"priceSingleOcc\":65500,\"priceExtraBed\":\"6250.00\",\"priceWithoutBed\":\"18750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"20750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":18750,\"priceDoubleOcc\":\"22750.00\",\"priceSingleOcc\":67500,\"priceExtraBed\":\"6250.00\",\"priceWithoutBed\":\"18750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"22750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":20083,\"priceDoubleOcc\":\"24750.00\",\"priceSingleOcc\":69500,\"priceExtraBed\":\"6250.00\",\"priceWithoutBed\":\"18750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"35552\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":33750,\"priceDoubleOcc\":\"36750.00\",\"priceSingleOcc\":117500,\"priceExtraBed\":\"27750.00\",\"priceWithoutBed\":\"20750.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":34417,\"priceDoubleOcc\":\"37750.00\",\"priceSingleOcc\":118500,\"priceExtraBed\":\"27750.00\",\"priceWithoutBed\":\"20750.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35083,\"priceDoubleOcc\":\"38750.00\",\"priceSingleOcc\":119500,\"priceExtraBed\":\"27750.00\",\"priceWithoutBed\":\"20750.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":35083,\"priceDoubleOcc\":\"38750.00\",\"priceSingleOcc\":119500,\"priceExtraBed\":\"27750.00\",\"priceWithoutBed\":\"20750.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"38750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":36417,\"priceDoubleOcc\":\"40750.00\",\"priceSingleOcc\":121500,\"priceExtraBed\":\"27750.00\",\"priceWithoutBed\":\"20750.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"40750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-29\",\"To\":\"2022-09-30\",\"Currency\":1,\"priceTripleOcc\":37750,\"priceDoubleOcc\":\"42750.00\",\"priceSingleOcc\":123500,\"priceExtraBed\":\"27750.00\",\"priceWithoutBed\":\"20750.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"750.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST unless specifically mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls, alcoholic beverages, camera\\/video fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;span style=&quot;color:383838&quot;&gt;No refund is available for No Sho&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of &lt;span style=&quot;color:383838&quot;&gt;flight cancellation delay due to bad weather or any other reason given by the airline ill health road blocks and\\/or any factors beyond reasonable control. No refund will be available for unutilized services.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No refund for No Show at any service&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;03 Nights accommdoation in Srinagar with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;02 Nights accommdoation in Pahalgam with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;01 Night accommdoation in Gulmarg with breakfast and dinner&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;01 Hr Shikara Ride on Dal Lake&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing by private car&amp;nbsp;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes and toll taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"254854\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[254854],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254857\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[254857],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254860\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[254860],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254863\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[254863],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"254866\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[254866],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254869\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[254869],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254872\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[254872],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"254875\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[254875],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}},\"254878\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[254878],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Srinagar,Gulmarg,Pahalgam','Srinagar,Jammu and kashmir,Indian Subcontinent,North India,India,Pahalgam,Gulmarg',NULL,'25897,11197,20566',13250,43500,6,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-09-30 00:00:00','2022-09-30 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'kashmir-a-lovers-paradise',NULL,NULL,NULL,0),(22,33137,1,12211,1,0,0,'Honeymoon,Family,Hill Station,Romantic',NULL,1,1,0,'{\"package\":{\"TPId\":33137,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/the_himalayan_journey_1646736028.jpg\",\"BookingValidUntill\":\"2022-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;The&amp;nbsp;Leh&amp;ndash;Manali Highway&amp;nbsp;is a 428&amp;nbsp;km (266&amp;nbsp;mi) long&amp;nbsp;highway&amp;nbsp;in northernmost&amp;nbsp;India&amp;nbsp;connecting&amp;nbsp;Leh, one of the two capitals of the union territory of&amp;nbsp;Ladakh, to&amp;nbsp;Manali&amp;nbsp;in the state of&amp;nbsp;Himachal Pradesh. It connects the&amp;nbsp;Manali&amp;nbsp;Solang valley to the&amp;nbsp;Lahaul and Spiti&amp;nbsp;valleys in Himachal Pradesh and the&amp;nbsp;Zanskar&amp;nbsp;valley in&amp;nbsp;Ladakh. It is open for only about five months in a year, from mid-May or June (when the snow is cleared from the highway) to October, when snowfall again blocks the high passes on the highway. However, the&amp;nbsp;Lahaul valley&amp;nbsp;will now remain connected to Manali for most part of the year through already completed&amp;nbsp;Atal tunnel. With the completion of proposed&amp;nbsp;Shingo La Tunnel&amp;nbsp;on new route through Zanskar valley, targeted to be completed by 2025, the whole Leh-Manali route will become all-weather road.[1]&lt;\\/p&gt;\\r\\n\\r\\n&lt;p&gt;The Leh&amp;ndash;Manali Highway which acts as a trunk route for various&amp;nbsp;India-China Border Roads&amp;nbsp;in Ladakh and Himachal has been designed, built and being maintained by the&amp;nbsp;Border Roads Organisation&amp;nbsp;(BRO) of the Indian army. It supports the heaviest army vehicles.&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":2596,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":2596,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Manali\",\"SourcePlaceSysId\":16593,\"AgencyName\":\"STERLING\",\"Name\":\"THE HIMALAYAN JOURNEY\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"3345\",\"SupplierName\":\"The Samsara Holidays\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,B\\/fast & Dinner,Inner Line Permit,Cab,Sightseeing\",\"PackageType\":\"Honeymoon,Family,Hill Station,Romantic\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":35366,\"Title\":\"Jispa\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497971,\"Name\":\"Camp Himalayan Spirit Kasol\",\"Star\":\".00\",\"Rating\":\"5.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.0089189\",\"Long\":\"77.30772619999999\",\"Address\":\"Kasol, Manali Tehsil Bhuntar, Distt, Himachal Pradesh 175105, India\"},\"Images\":[],\"CityId\":35366,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":478291,\"Name\":\"Padma Lodge Jispa\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"32.6386066\",\"Long\":\"77.18317689999999\",\"Address\":\"Jispa, Himachal Pradesh 175132, India\"},\"Images\":[],\"CityId\":35366,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":13553,\"Title\":\"Kharadung la\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3583,\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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&amp;eacute; 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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Monastery\",\"Description\":\"Shey Monastery is one of the worth visiting places in Ladakh.It is situated at an altitude of around 11200 feet above the sea level.Shey Monastery is considered as one of the spectacular monasteries in Northern India.It is also known as Shey Palace beacause it was founded by the first King of Ladakh.The 10 meters high gigantic copper-gold gilded statue of a seated Shakyamuni Lord Buddha is the major attraction of the Monastery. This statue of Lord Buddha is said to be the second Buddha statue in Ladakh.There are two major celebrations take place at Shey Monastery Shey Doo Lhoo and Shey Suey Rupla.A number of tourists across the globe visit this monastery every year to experience such unique celebration in the lap of mountains.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0714933,\"Long\":77.6331496,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shey_Monastery_15229_1518611498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}},{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":460689,\"Name\":\"OYO 13759 Hotel Galwan Palace\",\"Star\":\".00\",\"Rating\":\"3.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1765326\",\"Long\":\"77.57897939999998\",\"Address\":\"Shanti Stupa Road Leh Jammu and Kashmir, Leh, 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":465964,\"Name\":\"Hotel Sankar Residency\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":119229,\"Name\":\"City Palace\",\"Star\":\"3.00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1642\",\"Long\":\"77.5736\",\"Address\":\"main tukcha road \"},\"Images\":{\"Image\":[{\"ImagId\":2620052,\"Type\":\"FullImage\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\"},{\"ImagId\":2620053,\"Type\":\"FullImage\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122831.jpg?s=312x\"},{\"ImagId\":2620054,\"Type\":\"FullImage\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122832.jpg?s=312x\"},{\"ImagId\":2620055,\"Type\":\"FullImage\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122833.jpg?s=312x\"},{\"ImagId\":2620056,\"Type\":\"FullImage\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/pix3.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122837.jpg?s=312x\"}]},\"CityId\":15229,\"Brief\":\"Hotel City Palace is perfectly located for both business and leisure guests in Leh. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Take advantage of the hotel&#039;s 24-hour room service, Wi-Fi in public areas, car park, room service, airport transfer. All rooms are designed and decorated to make guests feel right at home, and some rooms come with internet access &ndash; wireless (complimentary), balcony\\/terrace, television, television LCD\\/plasma screen, satellite\\/cable TV. Access to the hotel&#039;s hot spring bath, garden will further enhance your satisfying stay. Hotel City Palace is an excellent choice from which to explore Leh or to simply relax and rejuvenate.\",\"MainImg\":\"http:\\/\\/pix5.agoda.net\\/hotelimages\\/393\\/393438\\/393438_120829122834.jpg?s=312x\",\"AccoAminitiesMask\":\"101000000000100000\",\"AccoAminities\":[{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":12,\"Title\":\"Room Service\"}],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":462926,\"Name\":\"Hotel Ladakh residency\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":119230,\"Name\":\"Grand Himalaya\",\"Star\":\".00\",\"Rating\":\"4.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.1642\",\"Long\":\"77.5736\",\"Address\":\"Sankar Road, Chubi \"},\"Images\":{\"Image\":[{\"ImagId\":2620057,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_47_t.jpg\"},{\"ImagId\":2620058,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_48_t.jpg\"},{\"ImagId\":2620059,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_50_t.jpg\"},{\"ImagId\":2620060,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_51_t.jpg\"},{\"ImagId\":2620061,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_52_t.jpg\"},{\"ImagId\":2620062,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_53_t.jpg\"},{\"ImagId\":2620063,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_54_t.jpg\"},{\"ImagId\":2620064,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_55_t.jpg\"},{\"ImagId\":2620065,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_56_t.jpg\"},{\"ImagId\":2620066,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_57_t.jpg\"},{\"ImagId\":2620067,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_58_t.jpg\"},{\"ImagId\":2620068,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_59_t.jpg\"},{\"ImagId\":2620069,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_60_t.jpg\"},{\"ImagId\":2620070,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_65_t.jpg\"},{\"ImagId\":2620071,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_66_t.jpg\"},{\"ImagId\":2620072,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/63672b7b_t.jpg\"},{\"ImagId\":2620073,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_33_t.jpg\"},{\"ImagId\":2620074,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_34_t.jpg\"},{\"ImagId\":2620075,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_35_t.jpg\"},{\"ImagId\":2620076,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_36_t.jpg\"},{\"ImagId\":2620077,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_37_t.jpg\"},{\"ImagId\":2620078,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_38_t.jpg\"},{\"ImagId\":2620079,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_39_t.jpg\"},{\"ImagId\":2620080,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_40_t.jpg\"},{\"ImagId\":2620081,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_41_t.jpg\"},{\"ImagId\":2620082,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_42_t.jpg\"},{\"ImagId\":2620083,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_43_t.jpg\"},{\"ImagId\":2620084,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_44_t.jpg\"},{\"ImagId\":2620085,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_45_t.jpg\"},{\"ImagId\":2620086,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_46_t.jpg\"},{\"ImagId\":2620087,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_20_t.jpg\"},{\"ImagId\":2620088,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_22_t.jpg\"},{\"ImagId\":2620089,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_24_t.jpg\"},{\"ImagId\":2620090,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_25_t.jpg\"},{\"ImagId\":2620091,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_27_t.jpg\"},{\"ImagId\":2620092,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_28_t.jpg\"},{\"ImagId\":2620093,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_31_t.jpg\"},{\"ImagId\":2620094,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_32_t.jpg\"},{\"ImagId\":2620095,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_18_t.jpg\"},{\"ImagId\":2620096,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_19_t.jpg\"},{\"ImagId\":2620097,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_23_t.jpg\"},{\"ImagId\":2620098,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_16_t.jpg\"},{\"ImagId\":2620099,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_14_t.jpg\"},{\"ImagId\":2620100,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_17_t.jpg\"},{\"ImagId\":2620101,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_11_t.jpg\"},{\"ImagId\":2620102,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_12_t.jpg\"},{\"ImagId\":2620103,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_13_t.jpg\"},{\"ImagId\":2620104,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_15_t.jpg\"},{\"ImagId\":2620105,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_6_t.jpg\"},{\"ImagId\":2620106,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_7_t.jpg\"},{\"ImagId\":2620107,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_10_t.jpg\"},{\"ImagId\":2620108,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_2_t.jpg\"},{\"ImagId\":2620109,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_4_t.jpg\"},{\"ImagId\":2620110,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_5_t.jpg\"}]},\"CityId\":15229,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Located in Leh, Grand Himalaya is connected to the airport and minutes from Leh Temple and Namgyal Tsemo Gompa.  This hotel is within close proximity of Sankar Gompa and Shanti Stupa.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Stay in one of 28 guestrooms featuring flat-screen televisions. 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. Conveniences include desks and complimentary newspapers, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a garden and make use of amenities such as complimentary wireless Internet access and concierge services.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy a meal at a restaurant, or stay in and take advantage of the hotel&amp;apos;s room service (during limited hours).&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include complimentary newspapers in the lobby, 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.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/11000000\\/10430000\\/10427600\\/10427503\\/10427503_47_t.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":478379,\"Name\":\"Hotel Sankar leh\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":13553,\"Title\":\"Kharadung la\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3583,\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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&amp;eacute; 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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Monastery\",\"Description\":\"Shey Monastery is one of the worth visiting places in Ladakh.It is situated at an altitude of around 11200 feet above the sea level.Shey Monastery is considered as one of the spectacular monasteries in Northern India.It is also known as Shey Palace beacause it was founded by the first King of Ladakh.The 10 meters high gigantic copper-gold gilded statue of a seated Shakyamuni Lord Buddha is the major attraction of the Monastery. This statue of Lord Buddha is said to be the second Buddha statue in Ladakh.There are two major celebrations take place at Shey Monastery Shey Doo Lhoo and Shey Suey Rupla.A number of tourists across the globe visit this monastery every year to experience such unique celebration in the lap of mountains.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0714933,\"Long\":77.6331496,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shey_Monastery_15229_1518611498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}},{\"CityId\":35281,\"Title\":\"Pangong\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":465972,\"Name\":\"Buddha Camp | Norling Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497978,\"Name\":\"The Norling Camp - Pangong\",\"Star\":\".00\",\"Rating\":\"2.70\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.90787499999999\",\"Long\":\"78.459564\",\"Address\":\"Pangong Lake, Spangmik, 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":465311,\"Name\":\"Pang Tso Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":465521,\"Name\":\"Pangong Delight Camp\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.908801\",\"Long\":\"78.46203799999999\",\"Address\":\"Pangong Spangmik Jammu and Kashmir, Spangmik, 194101\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":497980,\"Name\":\"Pangong Sarai Camps\",\"Star\":\".00\",\"Rating\":\"4.20\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"33.8592975\",\"Long\":\"78.52821349999999\",\"Address\":\"Pangong Lake Rd, Man, 194201\"},\"Images\":[],\"CityId\":35281,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":13553,\"Title\":\"Kharadung la\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3583,\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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&amp;eacute; 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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Monastery\",\"Description\":\"Shey Monastery is one of the worth visiting places in Ladakh.It is situated at an altitude of around 11200 feet above the sea level.Shey Monastery is considered as one of the spectacular monasteries in Northern India.It is also known as Shey Palace beacause it was founded by the first King of Ladakh.The 10 meters high gigantic copper-gold gilded statue of a seated Shakyamuni Lord Buddha is the major attraction of the Monastery. This statue of Lord Buddha is said to be the second Buddha statue in Ladakh.There are two major celebrations take place at Shey Monastery Shey Doo Lhoo and Shey Suey Rupla.A number of tourists across the globe visit this monastery every year to experience such unique celebration in the lap of mountains.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0714933,\"Long\":77.6331496,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shey_Monastery_15229_1518611498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}},{\"CityId\":35282,\"Title\":\"Nubra\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":462927,\"Name\":\"Hotel sand Dunes nubra\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":465307,\"Name\":\"Nubra Ethnic Camp\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":465731,\"Name\":\"Nubra Ethnic Camp | Regal Camp | Roya\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":465733,\"Name\":\"Himalayan Eco Resort | Hunder Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"},{\"RefHotelId\":465308,\"Name\":\"Himalayan Eco Resort\",\"Star\":\".00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"\",\"Long\":\"\",\"Address\":\"\"},\"Images\":[],\"CityId\":35282,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null,\"RoomTypeName\":\"\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":1485,\"Title\":\"Rohtang Pass\",\"Description\":\"Rohtang Pass is one of the most exciting tourist places in Manali.It is a high mountain pass at an elevation of 13054 ft above the sea level located on the eastern Pir Panjal Range of the Himalayas.Rohtang Pass connects Kullu valley with Lahaul and Spiti which in turn provide access to Leh.There are a number of adventure sports that can keep you interested such as skiing skating paragliding snow scooter and more. The name Rohtang means &amp;lsquo;ground of corpses&amp;rsquo; due to the number of people who lost their lives trying to cross  this tricky but beautiful mountain range. Rohtang Pass is mostly visited during the months of summer as during the winter the entire area is covered under a thick blanket of snow and ice.\",\"CurrencyType\":0,\"CityId\":16593,\"CityName\":\"Manali\",\"Lat\":32.2275991,\"Long\":78.0709903,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/16593\\/sightseeing\\/Rohtang_Pass_16593_1518432129.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":13553,\"Title\":\"Kharadung la\",\"Description\":\"\",\"CurrencyType\":0,\"CityId\":35282,\"CityName\":\"Nubra\",\"Lat\":0,\"Long\":0,\"Image\":\"0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3583,\"Title\":\"Pangong Lake\",\"Description\":\"Pangong Lake, is an endorheic lake in the Himalayas situated at a height of about 14,270 ft. The Lake is 134 km long and extends from India to China. Approximately 60  of the lake lies in China. The lake is 5 km wide at its broadest point. The lake freezes completely during winters, despite being saline water. The Lake has no fish or other aquatic life in the lake, except for some small crustaceans, but there are numerous ducks and gulls over and on the lake surface. There is a variety of birds including a number of migratory birds and a number of species of wildlife including the kiang and the Marmot.\",\"CurrencyType\":0,\"CityId\":35281,\"CityName\":\"Pangong\",\"Lat\":33.7595131,\"Long\":78.6674404,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/35281\\/sightseeing\\/Pangong_Lake_35281_1518681636.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"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&amp;eacute; 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\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null},{\"RefSSId\":3577,\"Title\":\"Shey Monastery\",\"Description\":\"Shey Monastery is one of the worth visiting places in Ladakh.It is situated at an altitude of around 11200 feet above the sea level.Shey Monastery is considered as one of the spectacular monasteries in Northern India.It is also known as Shey Palace beacause it was founded by the first King of Ladakh.The 10 meters high gigantic copper-gold gilded statue of a seated Shakyamuni Lord Buddha is the major attraction of the Monastery. This statue of Lord Buddha is said to be the second Buddha statue in Ladakh.There are two major celebrations take place at Shey Monastery Shey Doo Lhoo and Shey Suey Rupla.A number of tourists across the globe visit this monastery every year to experience such unique celebration in the lap of mountains.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0714933,\"Long\":77.6331496,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Shey_Monastery_15229_1518611498.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":3345,\"SupplierName\":\"The Samsara Holidays\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"236664\",\"Title\":\"MANALI TO JISPA (140 KMS \\/ 05 HRS DRIVE)\",\"MealPlanInclude\":\"Dinner\",\"Day\":1,\"Program\":\"<p>Pickup from Manali &amp; drive to Jispa. This day is the first day of our adventurous journey, which will be a lifetime memorable and self-motivated trip. As soon as we will start our journey, we will be riding through one of the famous high pass named Rohtang-La at approx 13000 ft to koksar and then to our destination Jispa. Dinner &amp; overnight stay at hotel in Jispa.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35366,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":497971,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":478291,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":478291,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":478291,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":478291,\"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\":1485,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"236669\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":2,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35366,\"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}]}]},{\"ItineraryId\":\"236674\",\"Title\":\"JISPA TO LEH (335 KMS | 11 \\u2013 12 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"<p>After an early breakfast we check out from the hotel and ride north on the Manali-Leh Highway. You get to see some of the most breath-taking landscapes that the Western Himalayas can offer. The scenery gets starker and barren as we climb up to the 16,500-foot high Baralacha La, the second mountain pass on our journey. From the pass beautiful views of meadows and snow-capped mountains can be seen. And we proceed further through Nakeela and Lachangla Pass 16,617 ft. for your lunch at Pang. After Lunch drive to Leh passing through Skyangchu Thang (Biggest and Highest Plateau on Earth stretching upto 42 Kms), Tanglang La Pass 17,585ft and Indus Valley. Upon arrival in Leh, check in to the pre-arranged Hotel for dinner &amp; overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":460689,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":465964,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":119229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":462926,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":119230,\"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\":3579,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3580,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"236679\",\"Title\":\"LEH - EXCURSION TO SHAM VALLEY (65 KMS \\/ 04 HRS \\u2013 ONE WAY)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":3,\"Program\":\"<p>After breakfast you drive downstream along the River Indus on Leh &ndash; Kargil Highway. And start our sightseeing with Hall Of Fame (Museum Constructed by India Army) near Leh is worth a visit for every Indian, and proceed further to Gurudwara Patthar Sahib situated at an altitude of 3600 Mtrs about 22 Kms from Leh, the Gurudwara was constructed in the memory of Guru Nanak Dev ji. A drive of another 4 km will take you to Magnetic Hill which defies the law of gravity. As you move ahead from Magnetic Hills, just before Nimmu Village, there comes a famous point, popularly known as Sangam Point which displays the confluence of Two Rivers, Indus River coming from Tibet (left) and Zanskar River coming from Zanskar Valley (right). Next, we head to Alchi Gompa, The complex of temples located within the village is the most celebrated of Ladakh&rsquo;s monasteries and dates back to the 11th century. After visiting Alchi we return back towards Leh enroute visiting Likir Monastery which was built in the 11th century and was again re-built in the 18th century and houses a 25 feet gold covered statue of Lord Buddha. Later we drive back to Leh for dinner &amp; overnight stay.<\\/p>\\r\\n\\r\\n<p>HALL OF FAME An important stopover on the tourist circuit, the Hall of Fame encapsulates the essence of patriotism and displays exhibits relating the bravery of Indian soldiers and their courageous accomplishments. As you pass through the OP Vijay Gallery, which showcases weaponry that was used in the Kargil War, and see the elaborate display of the documents of the war, uniforms that were worn at the Siachen glacier and others, you will be filled with a sense of pride. The letters written by soldiers to their families, photographs clicked during wars fought in the region and a 30-minute documentary on the Kargil War, are some of the highlights. On the second floor, guns and equipment that were detained by the Indian Army during its confrontations with the Pakistan army have been put up as exhibits. The museum also houses a souvenir shop for tourists. The hall has been built inside a museum that was erected by the Indian Army in the honor of soldiers who perished during the various wars that have been fought in this region.<\\/p>\\r\\n\\r\\n<p>MAGNETIC HILL Perched at an altitude of 14,000 ft, Magnetic Hill is one of the most intriguing spots in the country. This tiny hillock is said to defy gravity as it tends to pull vehicles upwards. It is quite thrilling to defy the laws of science and be pulled in the opposite direction. The scientific theory states that there is a strong magnetic force emanating from the hills that defies gravity at this particular spot. It is a good pitstop on the highway and serves as a break in between mundane road travel. Do note that it is best to visit between May to September, when the road is easily accessible. There is a board that marks the location of magnetic hill, so it cannot be missed while driving down the highway. Local Ladakhi superstition believes that the road is a straight stairway to heaven.<\\/p>\\r\\n\\r\\n<p>SANGAM POINT: The Indus River originates from the great Himalayan ranges and Zanskar river originates from the Zanskar ranges. Zanskar river is shiny blue in color, on the other hand Indus looks a little green. Zanskar meets Indus in Nimmu valley from the north-east. This is a scenic view for the visitors and they find it fascinating to mark both the rivers even after their confluence.<\\/p>\\r\\n\\r\\n<p>GURUDWARA PATHAR SAHIB is a highly revered gem located 25 miles away from Leh town on Kargil-Leh Highway. Devoted to Guru Nanak Devi Ji, the founder of Sikh Religion, the sacred place beautifully commemorates his visit to Ladakh. Dating back to 1517, the Gurudwara houses a boulder with imprints of the head, shoulders and backside of Shree Guru Nanak Dev.<\\/p>\\r\\n\\r\\n<p>ALCHI GOMPA The architecture of Alchi Monastery is of Tibetan style. The monastery complex has three major shrines - the Dukhang (Assembly Hall), the Sumtsek and the Temple of Manjushri. There are also chortens in the complex. Wall paintings are the major attractions here as they depict details of both Buddhist and Kashmiri style. The complex houses a huge statue of the Buddha and lavish wood carvings and artwork, similar to baroque style.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":460689,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":465964,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":119229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":462926,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":119230,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"236684\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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}]}]},{\"ItineraryId\":\"236689\",\"Title\":\"LEH\\u2013NUBRA VALLEY VIA KHARDUNG LA 18,390 FT. (120 KMS \\/ 4 \\u2013 5 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":4,\"Program\":\"<p>Post breakfast we drive to Nubra Valley. The road journey from Leh to Nubra Valley passes over Khardung La (The Second Highest Motorable Road in The World) at 5,602 Mtrs \\/ 18,390 Ft, around 39 km from Leh. From the pass, one can see all the way south over the Indus valley to seemingly endless peaks and ridges of the Zanskar range, and north to the giants of the Saser massif. Nubra Valley is popularly known as Ldumra or the valley of flowers. It is situated in the north of Ladakh between the Karakoram and Ladakh ranges of the Himalayas. The average altitude of the valley is 10,000 Ft. above sea level. Upon arrival in Nubra we check in at our Camp \\/ Hotel in Hunder for dinner &amp; overnight stay. In the evening you can walk around the tiny villages to see how the locals live in this part of the world.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":462927,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":465307,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":465731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":465733,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":465308,\"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\":13553,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3575,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"236694\",\"Title\":\"NUBRA VALLEY (EXCURSION TO TURTUK)- 80 KMS ONE WAY\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":5,\"Program\":\"<p>After an early breakfast, proceed to Turtuk (A village that was won by India in the 1971 war with Pakistan) and extremely close to the border. Places to visit here comprises of a 16th Century Mosque, (comprising of a touch of Turkish &amp; Iranian culture), ruined fort of Dhards and a Monastery. You can also admire the magnificent view of the famous K2 peak (The second highest peak in the world after Mount Everest). Later back to Hunder for dinner &amp; overnight stay.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":462927,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":465307,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":465731,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":465733,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":465308,\"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\":[],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"236699\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35282,\"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}]}]},{\"ItineraryId\":\"236704\",\"Title\":\"NUBRA VALLEY TO PANGONG LAKE (150 KMS \\/ 5 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":6,\"Program\":\"<p>After an early breakfast, we check out and drive towards Hunder where you have the opportunity to ride on a Bactrian Camel (double humped) amidst the sand dunes of this high-altitude desert with snowcapped mountains on the horizon. Next stop will be at Diskit which is the headquarter town of Nubra Valley. Stroll around the bazaar observing the shops and local people going about their daily chores. Later we drive towards the majestic Pangong Tso via Agham &amp; Shyok Valley. Some of the road patches in areas are extremely tough (towards Nubra side) in terms of road conditions but no doubt the journey is very scenic!&nbsp; Later after crossing this adventurous part, we drive further towards Durbuk &amp; Tangtse, you will also pass through few small villages of Changthang and finally you have a sudden view of the majestic Pangong lake situated at 14,000 feet (4,267 m). Upon arrival we check in at our Camp\\/Hotel near Pangong lake. Dinner &amp; overnight stay at camp in Pangong.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":465972,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":497978,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":465311,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":465521,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":497980,\"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\":3583,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"236709\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":35281,\"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}]}]},{\"ItineraryId\":\"236714\",\"Title\":\"PANGONG LAKE TO LEH VIA CHANGLA (140 KMS \\/ 6 HRS)\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":7,\"Program\":\"<p>Morning at leisure to explore the beauty of the lake which is famously known to show upto 5 shades of blue depending upon the time and location of the viewer. Later we drive back to Leh via Changla Pass 5486 Mtrs enroute visiting Hemis Gompa, the largest monastic foundation of Drukpa Kagyu Order of Tibetan Buddhism. And futher to Thiksey, an impressive complex rising tier upon tier on a hill above the village and another 5 Kms driving through a picturesque landscape we reach to Shey Palace, the ancient capital of Ladakh &amp; 3 Idiots Rancho School. Drive further to Leh. Dinner &amp; overnight stay at hotel in Leh.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":460689,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Budget\",\"Id\":1},{\"Item\":[{\"IsIncluded\":true,\"Id\":478379,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Standard\",\"Id\":2},{\"Item\":[{\"IsIncluded\":true,\"Id\":119229,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Deluxe\",\"Id\":3},{\"Item\":[{\"IsIncluded\":true,\"Id\":462926,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"ROOMTYPENAME\":\"\"}],\"Type\":\"Luxury\",\"Id\":4},{\"Item\":[{\"IsIncluded\":true,\"Id\":119230,\"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\":3537,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3576,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3577,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"236719\",\"Title\":\"DEPART LEH (FLY OUT)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<p>DEPART LEH (FLY OUT)<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"33137\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24750.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":20533,\"priceDoubleOcc\":\"24750.00\",\"priceSingleOcc\":73150,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":20900,\"priceDoubleOcc\":\"25300.00\",\"priceSingleOcc\":73700,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":21267,\"priceDoubleOcc\":\"25850.00\",\"priceSingleOcc\":74250,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":21633,\"priceDoubleOcc\":\"26400.00\",\"priceSingleOcc\":74800,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":25667,\"priceDoubleOcc\":\"32450.00\",\"priceSingleOcc\":80850,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":37767,\"priceDoubleOcc\":\"50600.00\",\"priceSingleOcc\":99000,\"priceExtraBed\":\"11000.00\",\"priceWithoutBed\":\"9900.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"50600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"33138\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"25850.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":21633,\"priceDoubleOcc\":\"25850.00\",\"priceSingleOcc\":122650,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":21633,\"priceDoubleOcc\":\"25850.00\",\"priceSingleOcc\":122650,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":22000,\"priceDoubleOcc\":\"26400.00\",\"priceSingleOcc\":123200,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":22367,\"priceDoubleOcc\":\"26950.00\",\"priceSingleOcc\":123750,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"26950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":26400,\"priceDoubleOcc\":\"33000.00\",\"priceSingleOcc\":129800,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"33000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":38500,\"priceDoubleOcc\":\"51150.00\",\"priceSingleOcc\":147950,\"priceExtraBed\":\"12100.00\",\"priceWithoutBed\":\"11000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"51150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33139\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29150.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":24383,\"priceDoubleOcc\":\"29150.00\",\"priceSingleOcc\":136950,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":24750,\"priceDoubleOcc\":\"29700.00\",\"priceSingleOcc\":137500,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":25117,\"priceDoubleOcc\":\"30250.00\",\"priceSingleOcc\":138050,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30250.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":25483,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":29883,\"priceDoubleOcc\":\"37400.00\",\"priceSingleOcc\":145200,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":42350,\"priceDoubleOcc\":\"56100.00\",\"priceSingleOcc\":163900,\"priceExtraBed\":\"13750.00\",\"priceWithoutBed\":\"12650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"56100.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"33140\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"30800.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":26033,\"priceDoubleOcc\":\"30800.00\",\"priceSingleOcc\":143000,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":26400,\"priceDoubleOcc\":\"31350.00\",\"priceSingleOcc\":143550,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":26767,\"priceDoubleOcc\":\"31900.00\",\"priceSingleOcc\":144100,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":27133,\"priceDoubleOcc\":\"32450.00\",\"priceSingleOcc\":144650,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"32450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31900,\"priceDoubleOcc\":\"39600.00\",\"priceSingleOcc\":151800,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"39600.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":44000,\"priceDoubleOcc\":\"57750.00\",\"priceSingleOcc\":169950,\"priceExtraBed\":\"15400.00\",\"priceWithoutBed\":\"14300.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"57750.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"33141\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"36300.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31167,\"priceDoubleOcc\":\"36300.00\",\"priceSingleOcc\":151800,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"18700.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31533,\"priceDoubleOcc\":\"36850.00\",\"priceSingleOcc\":152350,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"18700.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36850.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":31900,\"priceDoubleOcc\":\"37400.00\",\"priceSingleOcc\":152900,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"18700.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":32267,\"priceDoubleOcc\":\"37950.00\",\"priceSingleOcc\":153450,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"18700.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37950.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":36300,\"priceDoubleOcc\":\"44000.00\",\"priceSingleOcc\":159500,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"18700.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"44000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":49500,\"priceDoubleOcc\":\"63800.00\",\"priceSingleOcc\":179300,\"priceExtraBed\":\"19800.00\",\"priceWithoutBed\":\"18700.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"10.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"63800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":1,\"Type\":\"Budget\",\"TPSysId\":\"33137\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"236775.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":161700,\"priceDoubleOcc\":\"236775.00\",\"priceSingleOcc\":282975,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"236775.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":19950,\"priceDoubleOcc\":\"24150.00\",\"priceSingleOcc\":70350,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24150.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":20300,\"priceDoubleOcc\":\"24675.00\",\"priceSingleOcc\":70875,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24675.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":20650,\"priceDoubleOcc\":\"25200.00\",\"priceSingleOcc\":71400,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":24500,\"priceDoubleOcc\":\"30975.00\",\"priceSingleOcc\":77175,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30975.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":36050,\"priceDoubleOcc\":\"48300.00\",\"priceSingleOcc\":94500,\"priceExtraBed\":\"10500.00\",\"priceWithoutBed\":\"9450.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48300.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"33138\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"24675.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":20650,\"priceDoubleOcc\":\"24675.00\",\"priceSingleOcc\":117075,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24675.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":20650,\"priceDoubleOcc\":\"24675.00\",\"priceSingleOcc\":117075,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"24675.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":21000,\"priceDoubleOcc\":\"25200.00\",\"priceSingleOcc\":117600,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25200.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":21350,\"priceDoubleOcc\":\"25725.00\",\"priceSingleOcc\":118125,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"25725.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":25200,\"priceDoubleOcc\":\"31500.00\",\"priceSingleOcc\":123900,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"31500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":36750,\"priceDoubleOcc\":\"48825.00\",\"priceSingleOcc\":141225,\"priceExtraBed\":\"11550.00\",\"priceWithoutBed\":\"10500.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"48825.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":3,\"Type\":\"Deluxe\",\"TPSysId\":\"33139\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27825.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":23275,\"priceDoubleOcc\":\"27825.00\",\"priceSingleOcc\":130725,\"priceExtraBed\":\"13125.00\",\"priceWithoutBed\":\"12075.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27825.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":23625,\"priceDoubleOcc\":\"28350.00\",\"priceSingleOcc\":131250,\"priceExtraBed\":\"13125.00\",\"priceWithoutBed\":\"12075.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28350.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":23975,\"priceDoubleOcc\":\"28875.00\",\"priceSingleOcc\":131775,\"priceExtraBed\":\"13125.00\",\"priceWithoutBed\":\"12075.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28875.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":24325,\"priceDoubleOcc\":\"29400.00\",\"priceSingleOcc\":132300,\"priceExtraBed\":\"13125.00\",\"priceWithoutBed\":\"12075.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":28525,\"priceDoubleOcc\":\"35700.00\",\"priceSingleOcc\":138600,\"priceExtraBed\":\"13125.00\",\"priceWithoutBed\":\"12075.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":40425,\"priceDoubleOcc\":\"53550.00\",\"priceSingleOcc\":156450,\"priceExtraBed\":\"13125.00\",\"priceWithoutBed\":\"12075.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"53550.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":4,\"Type\":\"Luxury\",\"TPSysId\":\"33140\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29400.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":24850,\"priceDoubleOcc\":\"29400.00\",\"priceSingleOcc\":136500,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29400.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":25200,\"priceDoubleOcc\":\"29925.00\",\"priceSingleOcc\":137025,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29925.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":25550,\"priceDoubleOcc\":\"30450.00\",\"priceSingleOcc\":137550,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30450.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":25900,\"priceDoubleOcc\":\"30975.00\",\"priceSingleOcc\":138075,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30975.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":30450,\"priceDoubleOcc\":\"37800.00\",\"priceSingleOcc\":144900,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"37800.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":42000,\"priceDoubleOcc\":\"55125.00\",\"priceSingleOcc\":162225,\"priceExtraBed\":\"14700.00\",\"priceWithoutBed\":\"13650.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"55125.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]},{\"CategoryId\":5,\"Type\":\"Premium\",\"TPSysId\":\"33141\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"34650.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":29750,\"priceDoubleOcc\":\"34650.00\",\"priceSingleOcc\":144900,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"17850.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"34650.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":30100,\"priceDoubleOcc\":\"35175.00\",\"priceSingleOcc\":145425,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"17850.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35175.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":30450,\"priceDoubleOcc\":\"35700.00\",\"priceSingleOcc\":145950,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"17850.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"35700.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":30800,\"priceDoubleOcc\":\"36225.00\",\"priceSingleOcc\":146475,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"17850.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"36225.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":34650,\"priceDoubleOcc\":\"42000.00\",\"priceSingleOcc\":152250,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"17850.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"42000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-06-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":47250,\"priceDoubleOcc\":\"60900.00\",\"priceSingleOcc\":171150,\"priceExtraBed\":\"18900.00\",\"priceWithoutBed\":\"17850.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedPercent\",\"MarkValue\":\"5.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"60900.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST unless specifically mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls, alcoholic beverages, camera\\/video fees at monuments, medical expenses, airport departure tax, etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under package inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;span style=&quot;color:383838&quot;&gt;No refund is available for No Sho&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Cost incidental to any change in the itinerary\\/stay on account of &lt;span style=&quot;color:383838&quot;&gt;flight cancellation delay due to bad weather or any other reason given by the airline ill health road blocks and\\/or any factors beyond reasonable control. No refund will be available for unutilized services.&lt;\\/span&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;No refund for No Show at any service&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Pick up from Manali Hotel&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;07 Nights&amp;rsquo; Accommodation on twin\\/double sharing basis as per the above itinerary&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal Plan: 07 Breakfast + 07 Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Return airport and round-trip transfers along with all sightseeing tours by Non-Ac Vehicle (Pickup from Manali &amp;amp; drop at Leh Airport)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;All toll taxes\\/Parking fee\\/Driver allowance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wild Life fee &amp;amp; Red Cross fee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladakh Entry Fee&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladakh Ecological Development fee&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"236664\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[236664],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236669\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[236669],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236674\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[236674],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236679\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[236679],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236684\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[236684],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236689\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[236689],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236694\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[236694],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236699\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[236699],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236704\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[236704],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236709\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[236709],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236714\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[236714],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"236719\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[236719],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Jispa,Leh,Pangong,Nubra','Jispa,Himachal Pradesh,Indian Subcontinent,North India,India,Leh,Ladakh,Nubra,Jammu and kashmir,Pangong,Manali,Alchi,Khardongla,Turtuk',NULL,'35366,15229,35281,35282',24150,236775,7,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-10-31 00:00:00','2022-10-31 00:00:00',3,'India','101','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'the-himalayan-journey',NULL,NULL,NULL,0);
INSERT INTO `tb_tbb2c_packages_master` VALUES (23,32974,1,12211,1,0,0,'Honeymoon,Adventure,Beach,Cruise,Religious,Festivals and Events,Romantic,Leisure,By Cab,Group Tours,Activites Tour,Road Trip,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":32974,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/sensational_europe_1646291299.jpg\",\"BookingValidUntill\":\"2022-10-15\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":1702,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":1702,\"DestinationPlaces\":\"Rome\",\"DestinationPlacesSysId\":32754,\"SourcePlaces\":\"Venice\",\"SourcePlaceSysId\":28574,\"AgencyName\":\"STREETROMEO TRAVEL PLANNER\",\"Name\":\"Sensational Europe\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"2775\",\"SupplierName\":\"Streetromeo\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Cruise,Train Ticket,Travel Insurance\",\"PackageType\":\"Honeymoon,Adventure,Beach,Cruise,Religious,Festivals and Events,Romantic,Leisure,By Cab,Group Tours,Activites Tour,Road Trip,River Cruises\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-10-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28574,\"Title\":\"Venice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":388876,\"Name\":\"Hotel San Zulian\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"45.4359383119096\",\"Long\":\"12.3387756943703\",\"Address\":\"San Marco 527, San Marco, \"},\"Images\":[],\"CityId\":28574,\"Brief\":\"The beauty of Hotel San Zulian\\\\&#039;&#039;s surroundings will enchant you. Just a few step\\\\&#039;&#039;s from Europe\\\\&#039;&#039;s most beautiful\\\\&quot;\\\\&quot;living room\\\\&quot;\\\\&quot; - Piazza San Marco - and Rialto bridge, it\\\\&#039;&#039;s nestled in a maze of narrow streets and tiny squares where you will can admire traditional Venetian style. \\n\\nBuilt in the 19th century and recently renovated, the hotel features 22 rooms, of a variety of types, some including views. The hotel covers 4 floors and has elevator service. The hotel is known for its refinement, elegance and warmth. The hotel takes great care in the details, emphasizing of love for Venetian art.San Zulian hotel takes great care in the details, emphasizing of love for Venetian art...\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/1\\/00d41cb62f56d1c6c1057e19d251eb16-200536.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24399,\"Title\":\"Lake Como, Bellagio and Varenna: Full-Day Tour from Milan\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Enjoy a memorable full-day trip by luxury coach to Lake Como, world famous for its beautiful villas and gardens. You&rsquo;ll have a chance to admire the 3 branches of the lake, each with different landscapes.&lt;\\/li&gt;&lt;li&gt;Stop in the town of Como for a walking tour of the city center and a visit to the neoclassical Villa Olmo and its lovely Italian garden.&lt;\\/li&gt;&lt;li&gt;Next, take a relaxing cruise on the lake by private boat, and enjoy the spectacular views. Visit the colorful villages of Bellagio and Varenna. Take a walk along narrow cobblestoned streets and enjoy the charming surroundings.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Luxury coach trip&lt;\\/li&gt;&lt;li&gt;Professional tourist guide&lt;\\/li&gt;&lt;li&gt;Headphones for the tour&lt;\\/li&gt;&lt;li&gt;Walking tour in Como&lt;\\/li&gt;&lt;li&gt;1-hour lake cruise by private boat&lt;\\/li&gt;&lt;li&gt;Meeting point at Duomo Square or Milan Central Station&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":17686,\"CityName\":\"Milan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17686\\/sightseeing\\/1702_1646298253.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24400,\"Title\":\"From Naples: Sorrento, Positano and Amalfi Full-Day Tour\",\"Description\":\"&lt;ul&gt;&lt;li&gt;Immerse yourself in 3 stunning Italian towns on this day trip from Naples. Shop in boutiques, taste limoncello, and enjoy a light lunch on this relaxing day to remember.&lt;\\/li&gt;&lt;li&gt;Depart Naples and journey to Sorrento and admire the beauty of the landscape along the way. Listen to informative commentary during the journey.&lt;br&gt;&lt;\\/li&gt;&lt;li&gt;Stop to taste some of the local limoncello liqueur made from lemons, and then wander the narrow streets for 1 hour. Pop into artisan shops and sample the local delicacies. Continue to Positano and get an hour to go to the beach or admire the colorful flowers in the summer. Shop for the traditional Moda Positano clothes before going to a nice restaurant on the coast to enjoy lunch on a terrace with breathtaking sea views. Next, get 1.5 hours of free time in Amalfi and visit the cathedral or relax on the beach with a handmade ice cream.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Includes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Visit to Sorrento&lt;\\/li&gt;&lt;li&gt;Visit to Positano&lt;\\/li&gt;&lt;li&gt;Light lunch&lt;\\/li&gt;&lt;li&gt;Visit to Amalfi&lt;\\/li&gt;&lt;li&gt;Bottled water&lt;\\/li&gt;&lt;li&gt;Live commentary on board&lt;\\/li&gt;&lt;li&gt;Pickup and drop-off from select hotels and other pickup points&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Excludes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Gratuities&lt;\\/li&gt;&lt;li&gt;Optional activity costs&lt;\\/li&gt;&lt;li&gt;Personal expenses&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18987\\/sightseeing\\/1702_1646298388.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":17686,\"Title\":\"Milan\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":497362,\"Name\":\"Hotel ibis Milano Centro\",\"Star\":\"3.00\",\"Rating\":\"3.80\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"45.47839049999999\",\"Long\":\"9.2016922\",\"Address\":\"Via Camillo Finocchiaro Aprile, 2, 20124 Milano MI, Italy\"},\"Images\":[],\"CityId\":17686,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24399,\"Title\":\"Lake Como, Bellagio and Varenna: Full-Day Tour from Milan\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Enjoy a memorable full-day trip by luxury coach to Lake Como, world famous for its beautiful villas and gardens. You&rsquo;ll have a chance to admire the 3 branches of the lake, each with different landscapes.&lt;\\/li&gt;&lt;li&gt;Stop in the town of Como for a walking tour of the city center and a visit to the neoclassical Villa Olmo and its lovely Italian garden.&lt;\\/li&gt;&lt;li&gt;Next, take a relaxing cruise on the lake by private boat, and enjoy the spectacular views. Visit the colorful villages of Bellagio and Varenna. Take a walk along narrow cobblestoned streets and enjoy the charming surroundings.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Luxury coach trip&lt;\\/li&gt;&lt;li&gt;Professional tourist guide&lt;\\/li&gt;&lt;li&gt;Headphones for the tour&lt;\\/li&gt;&lt;li&gt;Walking tour in Como&lt;\\/li&gt;&lt;li&gt;1-hour lake cruise by private boat&lt;\\/li&gt;&lt;li&gt;Meeting point at Duomo Square or Milan Central Station&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":17686,\"CityName\":\"Milan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17686\\/sightseeing\\/1702_1646298253.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24400,\"Title\":\"From Naples: Sorrento, Positano and Amalfi Full-Day Tour\",\"Description\":\"&lt;ul&gt;&lt;li&gt;Immerse yourself in 3 stunning Italian towns on this day trip from Naples. Shop in boutiques, taste limoncello, and enjoy a light lunch on this relaxing day to remember.&lt;\\/li&gt;&lt;li&gt;Depart Naples and journey to Sorrento and admire the beauty of the landscape along the way. Listen to informative commentary during the journey.&lt;br&gt;&lt;\\/li&gt;&lt;li&gt;Stop to taste some of the local limoncello liqueur made from lemons, and then wander the narrow streets for 1 hour. Pop into artisan shops and sample the local delicacies. Continue to Positano and get an hour to go to the beach or admire the colorful flowers in the summer. Shop for the traditional Moda Positano clothes before going to a nice restaurant on the coast to enjoy lunch on a terrace with breathtaking sea views. Next, get 1.5 hours of free time in Amalfi and visit the cathedral or relax on the beach with a handmade ice cream.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Includes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Visit to Sorrento&lt;\\/li&gt;&lt;li&gt;Visit to Positano&lt;\\/li&gt;&lt;li&gt;Light lunch&lt;\\/li&gt;&lt;li&gt;Visit to Amalfi&lt;\\/li&gt;&lt;li&gt;Bottled water&lt;\\/li&gt;&lt;li&gt;Live commentary on board&lt;\\/li&gt;&lt;li&gt;Pickup and drop-off from select hotels and other pickup points&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Excludes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Gratuities&lt;\\/li&gt;&lt;li&gt;Optional activity costs&lt;\\/li&gt;&lt;li&gt;Personal expenses&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18987\\/sightseeing\\/1702_1646298388.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":32754,\"Title\":\"Rome\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":386868,\"Name\":\"Hotel Montecarlo\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.906868\",\"Long\":\"12.501791\",\"Address\":\"VIA PALESTRO 17 00185 ROMA  IT, 00185\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"With its excellent location, this hotel is the ideal solution for discovering the Eternal City for business and leisure travellers alike, with easy access to the best attractions in Rome. It features a range of amenities including guest parking (fees apply) and business facilities. In addition to a lobby area with 24-hour reception and a hotel safe, further facilities include a bar, TV lounge, breakfast room and Internet access. Room and laundry services are provided and there is a cellar for storing bicycles as well as a bike hire service.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/15\\/153860\\/153860a_hb_l_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24399,\"Title\":\"Lake Como, Bellagio and Varenna: Full-Day Tour from Milan\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Enjoy a memorable full-day trip by luxury coach to Lake Como, world famous for its beautiful villas and gardens. You&rsquo;ll have a chance to admire the 3 branches of the lake, each with different landscapes.&lt;\\/li&gt;&lt;li&gt;Stop in the town of Como for a walking tour of the city center and a visit to the neoclassical Villa Olmo and its lovely Italian garden.&lt;\\/li&gt;&lt;li&gt;Next, take a relaxing cruise on the lake by private boat, and enjoy the spectacular views. Visit the colorful villages of Bellagio and Varenna. Take a walk along narrow cobblestoned streets and enjoy the charming surroundings.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Luxury coach trip&lt;\\/li&gt;&lt;li&gt;Professional tourist guide&lt;\\/li&gt;&lt;li&gt;Headphones for the tour&lt;\\/li&gt;&lt;li&gt;Walking tour in Como&lt;\\/li&gt;&lt;li&gt;1-hour lake cruise by private boat&lt;\\/li&gt;&lt;li&gt;Meeting point at Duomo Square or Milan Central Station&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":17686,\"CityName\":\"Milan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17686\\/sightseeing\\/1702_1646298253.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24400,\"Title\":\"From Naples: Sorrento, Positano and Amalfi Full-Day Tour\",\"Description\":\"&lt;ul&gt;&lt;li&gt;Immerse yourself in 3 stunning Italian towns on this day trip from Naples. Shop in boutiques, taste limoncello, and enjoy a light lunch on this relaxing day to remember.&lt;\\/li&gt;&lt;li&gt;Depart Naples and journey to Sorrento and admire the beauty of the landscape along the way. Listen to informative commentary during the journey.&lt;br&gt;&lt;\\/li&gt;&lt;li&gt;Stop to taste some of the local limoncello liqueur made from lemons, and then wander the narrow streets for 1 hour. Pop into artisan shops and sample the local delicacies. Continue to Positano and get an hour to go to the beach or admire the colorful flowers in the summer. Shop for the traditional Moda Positano clothes before going to a nice restaurant on the coast to enjoy lunch on a terrace with breathtaking sea views. Next, get 1.5 hours of free time in Amalfi and visit the cathedral or relax on the beach with a handmade ice cream.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Includes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Visit to Sorrento&lt;\\/li&gt;&lt;li&gt;Visit to Positano&lt;\\/li&gt;&lt;li&gt;Light lunch&lt;\\/li&gt;&lt;li&gt;Visit to Amalfi&lt;\\/li&gt;&lt;li&gt;Bottled water&lt;\\/li&gt;&lt;li&gt;Live commentary on board&lt;\\/li&gt;&lt;li&gt;Pickup and drop-off from select hotels and other pickup points&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Excludes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Gratuities&lt;\\/li&gt;&lt;li&gt;Optional activity costs&lt;\\/li&gt;&lt;li&gt;Personal expenses&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18987\\/sightseeing\\/1702_1646298388.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":9544,\"Title\":\"Florence\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":82702,\"Name\":\"Mia Cara\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"43.777914\",\"Long\":\"11.250962\",\"Address\":\"Via Faenza 90r 50123 Florence\"},\"Images\":{\"Image\":[{\"ImagId\":1820657,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_3_t.jpg\"},{\"ImagId\":1820658,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_6_t.jpg\"},{\"ImagId\":1820659,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_1_t.jpg\"},{\"ImagId\":1820660,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_2_t.jpg\"},{\"ImagId\":1820661,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_19_t.jpg\"},{\"ImagId\":1820662,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_7_t.jpg\"},{\"ImagId\":1820663,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_24_t.jpg\"},{\"ImagId\":1820664,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_35_t.jpg\"},{\"ImagId\":1820665,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_39_t.jpg\"},{\"ImagId\":1820666,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_42_t.jpg\"},{\"ImagId\":1820667,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_45_t.jpg\"},{\"ImagId\":1820668,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_43_t.jpg\"},{\"ImagId\":1820669,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_44_t.jpg\"},{\"ImagId\":1820670,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_46_t.jpg\"},{\"ImagId\":1820671,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_47_t.jpg\"},{\"ImagId\":1820672,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_49_t.jpg\"},{\"ImagId\":1820673,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_48_t.jpg\"},{\"ImagId\":1820674,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_50_t.jpg\"},{\"ImagId\":1820675,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_51_t.jpg\"},{\"ImagId\":1820676,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_53_t.jpg\"},{\"ImagId\":1820677,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_54_t.jpg\"},{\"ImagId\":1820678,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_52_t.jpg\"},{\"ImagId\":1820679,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_55_t.jpg\"},{\"ImagId\":1820680,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_56_t.jpg\"},{\"ImagId\":1820681,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_57_t.jpg\"},{\"ImagId\":1820682,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_58_t.jpg\"},{\"ImagId\":1820683,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_59_t.jpg\"},{\"ImagId\":1820684,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_61_t.jpg\"},{\"ImagId\":1820685,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_62_t.jpg\"},{\"ImagId\":1820686,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_66_t.jpg\"},{\"ImagId\":1820687,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_67_t.jpg\"},{\"ImagId\":1820688,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_70_t.jpg\"},{\"ImagId\":1820689,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_73_t.jpg\"},{\"ImagId\":1820690,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_75_t.jpg\"},{\"ImagId\":1820691,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_76_t.jpg\"},{\"ImagId\":1820692,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_77_t.jpg\"},{\"ImagId\":1820693,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_78_t.jpg\"},{\"ImagId\":1820694,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_79_t.jpg\"},{\"ImagId\":1820695,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_81_t.jpg\"},{\"ImagId\":1820696,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_82_t.jpg\"},{\"ImagId\":1820697,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_83_t.jpg\"},{\"ImagId\":1820698,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_86_t.jpg\"},{\"ImagId\":1820699,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_87_t.jpg\"},{\"ImagId\":1820700,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_88_t.jpg\"},{\"ImagId\":1820701,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_90_t.jpg\"},{\"ImagId\":1820702,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_95_t.jpg\"},{\"ImagId\":1820703,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_91_t.jpg\"},{\"ImagId\":1820704,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_92_t.jpg\"},{\"ImagId\":1820705,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_93_t.jpg\"},{\"ImagId\":1820706,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_98_t.jpg\"},{\"ImagId\":1820707,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_100_t.jpg\"},{\"ImagId\":1820708,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_102_t.jpg\"},{\"ImagId\":1820709,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_103_t.jpg\"},{\"ImagId\":1820710,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_99_t.jpg\"},{\"ImagId\":1820711,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_119_t.jpg\"},{\"ImagId\":1820712,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_109_t.jpg\"},{\"ImagId\":1820713,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_111_t.jpg\"},{\"ImagId\":1820714,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_115_t.jpg\"},{\"ImagId\":1820715,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_116_t.jpg\"},{\"ImagId\":1820716,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_110_t.jpg\"},{\"ImagId\":1820717,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_121_t.jpg\"},{\"ImagId\":1820718,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_122_t.jpg\"},{\"ImagId\":1820719,\"Type\":\"Thumbnail\",\"Order\":63,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_125_t.jpg\"},{\"ImagId\":1820720,\"Type\":\"Thumbnail\",\"Order\":64,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_133_t.jpg\"},{\"ImagId\":1820721,\"Type\":\"Thumbnail\",\"Order\":65,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_136_t.jpg\"},{\"ImagId\":1820722,\"Type\":\"Thumbnail\",\"Order\":66,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_134_t.jpg\"},{\"ImagId\":1820723,\"Type\":\"Thumbnail\",\"Order\":67,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_135_t.jpg\"},{\"ImagId\":1820724,\"Type\":\"Thumbnail\",\"Order\":68,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_137_t.jpg\"},{\"ImagId\":1820725,\"Type\":\"Thumbnail\",\"Order\":69,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_139_t.jpg\"},{\"ImagId\":1820726,\"Type\":\"Thumbnail\",\"Order\":70,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_141_t.jpg\"},{\"ImagId\":1820727,\"Type\":\"Thumbnail\",\"Order\":71,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_142_t.jpg\"}]},\"CityId\":9544,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Hotel Mia Cara in Florence (Santa Maria Novella), you&amp;apos;ll be minutes from Palazzo degli Affari and Fortezza da Basso.  This hotel is close to Cathedral of Saint Mary of the Flower and Ponte Vecchio.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 18 air-conditioned rooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and safes, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Additional features at this hotel include complimentary wireless Internet access and tour\\/ticket assistance.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour front desk and an elevator (lift).&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_3_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24399,\"Title\":\"Lake Como, Bellagio and Varenna: Full-Day Tour from Milan\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Enjoy a memorable full-day trip by luxury coach to Lake Como, world famous for its beautiful villas and gardens. You&rsquo;ll have a chance to admire the 3 branches of the lake, each with different landscapes.&lt;\\/li&gt;&lt;li&gt;Stop in the town of Como for a walking tour of the city center and a visit to the neoclassical Villa Olmo and its lovely Italian garden.&lt;\\/li&gt;&lt;li&gt;Next, take a relaxing cruise on the lake by private boat, and enjoy the spectacular views. Visit the colorful villages of Bellagio and Varenna. Take a walk along narrow cobblestoned streets and enjoy the charming surroundings.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Luxury coach trip&lt;\\/li&gt;&lt;li&gt;Professional tourist guide&lt;\\/li&gt;&lt;li&gt;Headphones for the tour&lt;\\/li&gt;&lt;li&gt;Walking tour in Como&lt;\\/li&gt;&lt;li&gt;1-hour lake cruise by private boat&lt;\\/li&gt;&lt;li&gt;Meeting point at Duomo Square or Milan Central Station&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":17686,\"CityName\":\"Milan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17686\\/sightseeing\\/1702_1646298253.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24400,\"Title\":\"From Naples: Sorrento, Positano and Amalfi Full-Day Tour\",\"Description\":\"&lt;ul&gt;&lt;li&gt;Immerse yourself in 3 stunning Italian towns on this day trip from Naples. Shop in boutiques, taste limoncello, and enjoy a light lunch on this relaxing day to remember.&lt;\\/li&gt;&lt;li&gt;Depart Naples and journey to Sorrento and admire the beauty of the landscape along the way. Listen to informative commentary during the journey.&lt;br&gt;&lt;\\/li&gt;&lt;li&gt;Stop to taste some of the local limoncello liqueur made from lemons, and then wander the narrow streets for 1 hour. Pop into artisan shops and sample the local delicacies. Continue to Positano and get an hour to go to the beach or admire the colorful flowers in the summer. Shop for the traditional Moda Positano clothes before going to a nice restaurant on the coast to enjoy lunch on a terrace with breathtaking sea views. Next, get 1.5 hours of free time in Amalfi and visit the cathedral or relax on the beach with a handmade ice cream.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Includes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Visit to Sorrento&lt;\\/li&gt;&lt;li&gt;Visit to Positano&lt;\\/li&gt;&lt;li&gt;Light lunch&lt;\\/li&gt;&lt;li&gt;Visit to Amalfi&lt;\\/li&gt;&lt;li&gt;Bottled water&lt;\\/li&gt;&lt;li&gt;Live commentary on board&lt;\\/li&gt;&lt;li&gt;Pickup and drop-off from select hotels and other pickup points&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Excludes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Gratuities&lt;\\/li&gt;&lt;li&gt;Optional activity costs&lt;\\/li&gt;&lt;li&gt;Personal expenses&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18987\\/sightseeing\\/1702_1646298388.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":18987,\"Title\":\"Naples\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":143923,\"Name\":\"ibis Styles Napoli Garibaldi\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"40.850688070786\",\"Long\":\"14.270309507847\",\"Address\":\"Via Giuseppe Ricciardi 33 80142 Napoli\"},\"Images\":{\"Image\":[{\"ImagId\":3160350,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/432\\/3243_rs_01_p_3000x2250_A.jpg\"},{\"ImagId\":3160351,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/376\\/3243_ho_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160352,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/380\\/3243_ho_01_p_3000x2250_A.jpg\"},{\"ImagId\":3160353,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/386\\/3243_ho_02_p_3000x2250_A.jpg\"},{\"ImagId\":3160354,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/390\\/3243_ho_03_p_3000x2250_A.jpg\"},{\"ImagId\":3160355,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/673\\/801\\/3243_ro_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160356,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/673\\/817\\/3243_ro_03_p_3000x2250_A.jpg\"},{\"ImagId\":3160357,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/427\\/3243_rs_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160358,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/438\\/3243_rs_02_p_3000x2250_A.jpg\"},{\"ImagId\":3160359,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/443\\/3243_rs_03_p_3000x2250_A.jpg\"},{\"ImagId\":3160360,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/448\\/3243_ba_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160361,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/455\\/3243_ba_01_p_3000x2250_A.jpg\"},{\"ImagId\":3160362,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/460\\/3243_sl_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160363,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/465\\/3243_sl_01_p_3000x2250_A.jpg\"},{\"ImagId\":3160364,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/471\\/3243_sl_02_p_3000x2250_A.jpg\"},{\"ImagId\":3160365,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/476\\/3243_sl_03_p_3000x2250_A.jpg\"},{\"ImagId\":3160366,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/558\\/351\\/3243_de_00_p_2048x1536_A.jpg\"},{\"ImagId\":3160367,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/558\\/355\\/3243_de_01_p_2048x1536_A.jpg\"},{\"ImagId\":3160368,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/558\\/359\\/3243_de_02_p_2048x1536_A.jpg\"},{\"ImagId\":3160369,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/558\\/363\\/3243_de_03_p_2048x1536_A.jpg\"},{\"ImagId\":3160370,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/597\\/527\\/3243_rodbc_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160371,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/597\\/531\\/3243_rodsc_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160372,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/597\\/535\\/3243_rosgc_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160373,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/597\\/539\\/3243_rotrc_00_p_3000x2250_A.jpg\"},{\"ImagId\":3160374,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/597\\/543\\/3243_rotwc_00_p_3000x2250_A.jpg\"}]},\"CityId\":18987,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Ibis Styles Napoli Garibaldi is in the heart of Naples, walking distance from Piazza Giuseppe Garibaldi and Santa Maria del Carmine.  This hotel is within close proximity of Porta Capuana and Castel Capuano.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 88 air-conditioned rooms featuring LCD televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms have bidets and hair dryers. Conveniences include safes and blackout drapes\\/curtains, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Take in the views from a terrace and make use of amenities such as complimentary wireless Internet access and a television in a common area.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at a coffee shop\\/caf&eacute; serving guests of ibis Styles Napoli Garibaldi. Quench your thirst with your favorite drink at a bar\\/lounge.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a computer station, a 24-hour front desk, and multilingual staff.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/909\\/432\\/3243_rs_01_p_3000x2250_A.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24399,\"Title\":\"Lake Como, Bellagio and Varenna: Full-Day Tour from Milan\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Enjoy a memorable full-day trip by luxury coach to Lake Como, world famous for its beautiful villas and gardens. You&rsquo;ll have a chance to admire the 3 branches of the lake, each with different landscapes.&lt;\\/li&gt;&lt;li&gt;Stop in the town of Como for a walking tour of the city center and a visit to the neoclassical Villa Olmo and its lovely Italian garden.&lt;\\/li&gt;&lt;li&gt;Next, take a relaxing cruise on the lake by private boat, and enjoy the spectacular views. Visit the colorful villages of Bellagio and Varenna. Take a walk along narrow cobblestoned streets and enjoy the charming surroundings.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Luxury coach trip&lt;\\/li&gt;&lt;li&gt;Professional tourist guide&lt;\\/li&gt;&lt;li&gt;Headphones for the tour&lt;\\/li&gt;&lt;li&gt;Walking tour in Como&lt;\\/li&gt;&lt;li&gt;1-hour lake cruise by private boat&lt;\\/li&gt;&lt;li&gt;Meeting point at Duomo Square or Milan Central Station&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":17686,\"CityName\":\"Milan\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/17686\\/sightseeing\\/1702_1646298253.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24400,\"Title\":\"From Naples: Sorrento, Positano and Amalfi Full-Day Tour\",\"Description\":\"&lt;ul&gt;&lt;li&gt;Immerse yourself in 3 stunning Italian towns on this day trip from Naples. Shop in boutiques, taste limoncello, and enjoy a light lunch on this relaxing day to remember.&lt;\\/li&gt;&lt;li&gt;Depart Naples and journey to Sorrento and admire the beauty of the landscape along the way. Listen to informative commentary during the journey.&lt;br&gt;&lt;\\/li&gt;&lt;li&gt;Stop to taste some of the local limoncello liqueur made from lemons, and then wander the narrow streets for 1 hour. Pop into artisan shops and sample the local delicacies. Continue to Positano and get an hour to go to the beach or admire the colorful flowers in the summer. Shop for the traditional Moda Positano clothes before going to a nice restaurant on the coast to enjoy lunch on a terrace with breathtaking sea views. Next, get 1.5 hours of free time in Amalfi and visit the cathedral or relax on the beach with a handmade ice cream.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Includes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Visit to Sorrento&lt;\\/li&gt;&lt;li&gt;Visit to Positano&lt;\\/li&gt;&lt;li&gt;Light lunch&lt;\\/li&gt;&lt;li&gt;Visit to Amalfi&lt;\\/li&gt;&lt;li&gt;Bottled water&lt;\\/li&gt;&lt;li&gt;Live commentary on board&lt;\\/li&gt;&lt;li&gt;Pickup and drop-off from select hotels and other pickup points&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;strong&gt;Excludes&lt;\\/strong&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;Gratuities&lt;\\/li&gt;&lt;li&gt;Optional activity costs&lt;\\/li&gt;&lt;li&gt;Personal expenses&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":18987,\"CityName\":\"Naples\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18987\\/sightseeing\\/1702_1646298388.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"235350\",\"Title\":\"Arrive At Venice\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<ul>\\r\\n\\t<li>On Arrival at Venice Airport, our Representative will meet you and greet you at the Airport Lobby, After then we&#39;ll Transfer to Hotel by Private AC Car. At Hotel After Check-in get Refresh and Later You can roam around the Hotel\\/Resort.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":388876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235351\",\"Title\":\"Murano, Burano, and Torcello Day Trip\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>One of the most beautiful locations in Venice is the Venetian Lagoon. On this lagoon, three stunning islands can be found, each containing a unique characteristic or feature that endears it to the arts, making them precious to the art-loving locals. With the company of a very informative local guide, you&#39;ll first head to Murano Island, which is known throughout the country for glass blowing and crafting. You&#39;ll get the chance to enter one of their glass factories and see masters hard at work in creating unique glass crafts and art. Then you will journey to Torcello Island, which holds the Byzantine Catedral of Santa Maria Assunta, and the Church of Santa Fosca. Both these churches have a rich history. This is also the island that has endeared itself to Ernest Hemmingway, as it is where he wrote his novel &ldquo;Across the River and Into the Trees&rdquo;. Then, you&#39;ll head into Burano Island and see its lovely colorful houses. As you take a stroll through the streets, you&#39;ll catch sight of the local ladies knitting intricate lacework. You&#39;ll enjoy this journey over the water to these shining locations under the Mediterranean sunshine.<\\/p>\\r\\n\\r\\n<p>Itinerary:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>9:30am\\/2:00pm\\/2:30pm trip starts<\\/li>\\r\\n\\t<li>Visit Murano Island and the glass factory<\\/li>\\r\\n\\t<li>Visit Torcello Island<\\/li>\\r\\n\\t<li>Visit Burano Island<\\/li>\\r\\n\\t<li>1:30pm\\/6:00pm\\/6:30pm trip ends<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Round trip transportation by boat<\\/li>\\r\\n\\t<li>Visit to glass factory<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>by&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":388876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":21536,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235352\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"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\":\"235353\",\"Title\":\"Venice To Milan By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Milan&nbsp;and Go to Train Station on your own.Catch the Train to Milan&nbsp;( Ticket is Including) Afternoon Reach the Milan&nbsp;and then Check into Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17686,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":497362,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235354\",\"Title\":\"Lake Como, Bellagio and Varenna: Full-Day Tour from Milan\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<ul>\\r\\n\\t<li>Enjoy a memorable full-day trip by luxury coach to Lake Como, world famous for its beautiful villas and gardens. You&rsquo;ll have a chance to admire the 3 branches of the lake, each with different landscapes.<\\/li>\\r\\n\\t<li>Stop in the town of Como for a walking tour of the city center and a visit to the neoclassical Villa Olmo and its lovely Italian garden.<\\/li>\\r\\n\\t<li>Next, take a relaxing cruise on the lake by private boat, and enjoy the spectacular views. Visit the colorful villages of Bellagio and Varenna. Take a walk along narrow cobblestoned streets and enjoy the charming surroundings.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Includes<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Luxury coach trip<\\/li>\\r\\n\\t<li>Professional tourist guide<\\/li>\\r\\n\\t<li>Headphones for the tour<\\/li>\\r\\n\\t<li>Walking tour in Como<\\/li>\\r\\n\\t<li>1-hour lake cruise by private boat<\\/li>\\r\\n\\t<li>Meeting point at Duomo Square or Milan Central Station<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17686,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":497362,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":24399,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235355\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":17686,\"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\":\"235356\",\"Title\":\"Milan To Florence By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Milan&nbsp;and Go to Train Station on your own.Catch the Train to Florence ( Ticket is Including) Afternoon Reach the Florence and then Check into Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":82702,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235357\",\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<ul>\\r\\n\\t<li>Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.<\\/li>\\r\\n\\t<li>Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel; here you will be introduced to the estate&#39;s fascinating history and background. Then you will head for the villa&#39;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#39;s lushious gardens.<\\/li>\\r\\n\\t<li>After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.<\\/li>\\r\\n\\t<li>Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.<\\/li>\\r\\n\\t<li>After some free time in Siena you&rsquo;ll head back to Florence.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Includes :<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Transportation by GT coach or minivan with air conditioning<\\/li>\\r\\n\\t<li>Expert multi-lingual escorts<\\/li>\\r\\n\\t<li>Free time in Pisa and San Gimignano<\\/li>\\r\\n\\t<li>Wine route in a Chianti estate with wine tastings and guided visits<\\/li>\\r\\n\\t<li>Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)<\\/li>\\r\\n\\t<li>Guided tour of Siena<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":82702,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":24393,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235358\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"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\":\"235359\",\"Title\":\"Florence To Naples  By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Florence&nbsp;and Go to Train Station on your own.Catch the Train to Naples &nbsp;( Ticket is Including) Afternoon Reach the Florence and then Check into Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18987,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":143923,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235360\",\"Title\":\"From Naples: Sorrento, Positano and Amalfi Full-Day Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<ul>\\r\\n\\t<li>Immerse yourself in 3 stunning Italian towns on this day trip from Naples. Shop in boutiques, taste limoncello, and enjoy a light lunch on this relaxing day to remember.<\\/li>\\r\\n\\t<li>Depart Naples and journey to Sorrento and admire the beauty of the landscape along the way. Listen to informative commentary during the journey.<\\/li>\\r\\n\\t<li>Stop to taste some of the local limoncello liqueur made from lemons, and then wander the narrow streets for 1 hour. Pop into artisan shops and sample the local delicacies. Continue to Positano and get an hour to go to the beach or admire the colorful flowers in the summer. Shop for the traditional Moda Positano clothes before going to a nice restaurant on the coast to enjoy lunch on a terrace with breathtaking sea views. Next, get 1.5 hours of free time in Amalfi and visit the cathedral or relax on the beach with a handmade ice cream.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Includes<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Visit to Sorrento<\\/li>\\r\\n\\t<li>Visit to Positano<\\/li>\\r\\n\\t<li>Light lunch<\\/li>\\r\\n\\t<li>Visit to Amalfi<\\/li>\\r\\n\\t<li>Bottled water<\\/li>\\r\\n\\t<li>Live commentary on board<\\/li>\\r\\n\\t<li>Pickup and drop-off from select hotels and other pickup points<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Excludes<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Gratuities<\\/li>\\r\\n\\t<li>Optional activity costs<\\/li>\\r\\n\\t<li>Personal expenses<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18987,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":143923,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":24400,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235361\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":9,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18987,\"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\":\"235362\",\"Title\":\"Naples to Rome By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Naples&nbsp;and Go to Naples&nbsp;Train Station on your own. Catch the Train to Rome&nbsp;(Ticket is Including) Afternoon Reach the Rome&nbsp;and then Check into Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":386868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235363\",\"Title\":\"I Love Rome Hop On Hop Off Panoramic Bus Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":10,\"Program\":\"<ul>\\r\\n\\t<li>Rome, the Eternal City, is one of the world&rsquo;s greatest cities to visit and packed with tourist sites steeped in history. The capital of the Roman Empire, the site of the Vatican, and the current seat of power for modern Italy, Rome has monuments for every type of traveller. With so much to do, planning for transport can be frustrating in this chaotic city.&nbsp;<\\/li>\\r\\n\\t<li>Make it easy for yourself with the &ldquo;I Love Rome&rdquo; Panorama Bus Hop On, Hop Off Pass. Redeem your voucher for a pass at any &ldquo;I Love Rome&rdquo; stand in the city and then you can use any pink double-deck &ldquo;Panorama Bus&rdquo; that stops at any of the 9 stops. Ride around the city on the first floor to get a great view of city life in Rome, and catch a glimpse of the many monuments in this living museum of a city.&nbsp;<\\/li>\\r\\n\\t<li>Each of the 9 stops is close to many points of interest, including parks, museums, churches, fountains, and more! Get off at any time to explore the city and then hop on again to see another area. The WiFi equipped buses come every 25 minutes and passes are available for 1, 2, and 3 consecutive days.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>24-hour admission to I Love Rome Hop On Hop Off Panorama Bus (pink buses)<\\/li>\\r\\n\\t<li>Multilingual audio headset on the Panoramic Bus (13 languages)<\\/li>\\r\\n\\t<li>Free WiFi onboard<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Not Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Entry tickets to any museums or tourist attractions<\\/li>\\r\\n\\t<li>Museum Express buses (pink and blue buses)<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":386868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":5110,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235364\",\"Title\":\"Departure From Rome\",\"MealPlanInclude\":\"Breakfast\",\"Day\":11,\"Program\":\"<p>Well, After Exploring the Europe like Local, It&#39;s time to End. check out from hotel and Transfer From Hotel To Airport by Private Car and then Take a flight back to Home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"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\":\"32974\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"110000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":110000,\"priceDoubleOcc\":\"110000.00\",\"priceSingleOcc\":220000,\"priceExtraBed\":\"62500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"110000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":110000,\"priceDoubleOcc\":\"110000.00\",\"priceSingleOcc\":220000,\"priceExtraBed\":\"62500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"110000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":110000,\"priceDoubleOcc\":\"110000.00\",\"priceSingleOcc\":220000,\"priceExtraBed\":\"62500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"110000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":110000,\"priceDoubleOcc\":\"110000.00\",\"priceSingleOcc\":220000,\"priceExtraBed\":\"62500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"110000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":110000,\"priceDoubleOcc\":\"110000.00\",\"priceSingleOcc\":220000,\"priceExtraBed\":\"62500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"110000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":110000,\"priceDoubleOcc\":\"110000.00\",\"priceSingleOcc\":220000,\"priceExtraBed\":\"62500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"110000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32974\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"97500.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":97500,\"priceDoubleOcc\":\"97500.00\",\"priceSingleOcc\":195000,\"priceExtraBed\":\"53500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"97500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":97500,\"priceDoubleOcc\":\"97500.00\",\"priceSingleOcc\":195000,\"priceExtraBed\":\"53500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"97500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":97500,\"priceDoubleOcc\":\"97500.00\",\"priceSingleOcc\":195000,\"priceExtraBed\":\"53500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"97500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":97500,\"priceDoubleOcc\":\"97500.00\",\"priceSingleOcc\":195000,\"priceExtraBed\":\"53500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"97500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":97500,\"priceDoubleOcc\":\"97500.00\",\"priceSingleOcc\":195000,\"priceExtraBed\":\"53500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"97500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":97500,\"priceDoubleOcc\":\"97500.00\",\"priceSingleOcc\":195000,\"priceExtraBed\":\"53500.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"97500.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meal plan : Lunch&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal plan : Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VISA : fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City taxes on hotels&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Government Taxes\\/VAT\\/ Service Charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS ( Traveller will received refund in form of TDS)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other services not mentioned in the inclusions or itinerary&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;VISA : Assistance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as mentioned in Quote&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Arrival&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Departure&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel As Mentioned&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&lt;br \\/&gt;\\r\\n\\t&lt;br \\/&gt;\\r\\n\\t-------Sightseen-----------&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Murano, Burano, and Torcello Day Trip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Lake Como, Bellagio and Varenna: Full-Day Tour from Milan&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pisa, Siena, San Gimignano with Lunch and Wine in Chianti&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;From Naples: Sorrento, Positano and Amalfi Full-Day Tour&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;I Love Rome Hop On Hop Off Panoramic Bus Tour&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;----------Cab Details---------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Venice Airport to Hotel By sharing Boat&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Venice To Milan By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Milan To Florence By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Florence To Naples By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Naples to Rome By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rome Hotel to Airport By Private Car&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":60,\"ExtraValue\":\"20000\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"9645\",\"Value\":\"30\"},{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"9647\",\"Value\":\"100\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"9648\",\"Value\":\"50\"}],\"BuspickupLocation\":[],\"TransferData\":{\"235350\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[235350],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235351\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235351],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235352\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235352],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235353\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235353],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235354\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235354],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235355\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235355],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235356\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235356],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235357\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[235357],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235358\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[235358],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235359\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[235359],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235360\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[235360],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235361\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[235361],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235362\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[235362],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235363\":{\"10\":{\"Sequence\":[10],\"TPInvnSysId\":[235363],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235364\":{\"11\":{\"Sequence\":[11],\"TPInvnSysId\":[235364],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Venice,Milan,Rome,Florence,Naples','Venice,Western Europe,Italy,Milan,Florence,Naples,Rome',NULL,'28574,17686,32754,9544,18987',97500,110000,10,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00',3,'Italy','107','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'sensational-europe',NULL,NULL,NULL,0),(24,32986,1,12211,1,0,0,'Honeymoon,Adventure,Beach,Cruise,Religious,Hill Station,Group Tours,Activites Tour,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":32986,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/classical_italy_1646298762.jpg\",\"BookingValidUntill\":\"2022-10-15\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":1702,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":1702,\"DestinationPlaces\":\"Rome\",\"DestinationPlacesSysId\":32754,\"SourcePlaces\":\"Venice\",\"SourcePlaceSysId\":28574,\"AgencyName\":\"STREETROMEO TRAVEL PLANNER\",\"Name\":\"Classical Italy\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"2775\",\"SupplierName\":\"Streetromeo\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Cruise,Train Ticket,Travel Insurance\",\"PackageType\":\"Honeymoon,Adventure,Beach,Cruise,Religious,Hill Station,Group Tours,Activites Tour,River Cruises\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-10-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28574,\"Title\":\"Venice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":388876,\"Name\":\"Hotel San Zulian\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"45.4359383119096\",\"Long\":\"12.3387756943703\",\"Address\":\"San Marco 527, San Marco, \"},\"Images\":[],\"CityId\":28574,\"Brief\":\"The beauty of Hotel San Zulian\\\\&#039;&#039;s surroundings will enchant you. Just a few step\\\\&#039;&#039;s from Europe\\\\&#039;&#039;s most beautiful\\\\&quot;\\\\&quot;living room\\\\&quot;\\\\&quot; - Piazza San Marco - and Rialto bridge, it\\\\&#039;&#039;s nestled in a maze of narrow streets and tiny squares where you will can admire traditional Venetian style. \\n\\nBuilt in the 19th century and recently renovated, the hotel features 22 rooms, of a variety of types, some including views. The hotel covers 4 floors and has elevator service. The hotel is known for its refinement, elegance and warmth. The hotel takes great care in the details, emphasizing of love for Venetian art.San Zulian hotel takes great care in the details, emphasizing of love for Venetian art...\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/1\\/00d41cb62f56d1c6c1057e19d251eb16-200536.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":9544,\"Title\":\"Florence\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":82702,\"Name\":\"Mia Cara\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"43.777914\",\"Long\":\"11.250962\",\"Address\":\"Via Faenza 90r 50123 Florence\"},\"Images\":{\"Image\":[{\"ImagId\":1820657,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_3_t.jpg\"},{\"ImagId\":1820658,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_6_t.jpg\"},{\"ImagId\":1820659,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_1_t.jpg\"},{\"ImagId\":1820660,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_2_t.jpg\"},{\"ImagId\":1820661,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_19_t.jpg\"},{\"ImagId\":1820662,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_7_t.jpg\"},{\"ImagId\":1820663,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_24_t.jpg\"},{\"ImagId\":1820664,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_35_t.jpg\"},{\"ImagId\":1820665,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_39_t.jpg\"},{\"ImagId\":1820666,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_42_t.jpg\"},{\"ImagId\":1820667,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_45_t.jpg\"},{\"ImagId\":1820668,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_43_t.jpg\"},{\"ImagId\":1820669,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_44_t.jpg\"},{\"ImagId\":1820670,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_46_t.jpg\"},{\"ImagId\":1820671,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_47_t.jpg\"},{\"ImagId\":1820672,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_49_t.jpg\"},{\"ImagId\":1820673,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_48_t.jpg\"},{\"ImagId\":1820674,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_50_t.jpg\"},{\"ImagId\":1820675,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_51_t.jpg\"},{\"ImagId\":1820676,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_53_t.jpg\"},{\"ImagId\":1820677,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_54_t.jpg\"},{\"ImagId\":1820678,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_52_t.jpg\"},{\"ImagId\":1820679,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_55_t.jpg\"},{\"ImagId\":1820680,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_56_t.jpg\"},{\"ImagId\":1820681,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_57_t.jpg\"},{\"ImagId\":1820682,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_58_t.jpg\"},{\"ImagId\":1820683,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_59_t.jpg\"},{\"ImagId\":1820684,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_61_t.jpg\"},{\"ImagId\":1820685,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_62_t.jpg\"},{\"ImagId\":1820686,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_66_t.jpg\"},{\"ImagId\":1820687,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_67_t.jpg\"},{\"ImagId\":1820688,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_70_t.jpg\"},{\"ImagId\":1820689,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_73_t.jpg\"},{\"ImagId\":1820690,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_75_t.jpg\"},{\"ImagId\":1820691,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_76_t.jpg\"},{\"ImagId\":1820692,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_77_t.jpg\"},{\"ImagId\":1820693,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_78_t.jpg\"},{\"ImagId\":1820694,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_79_t.jpg\"},{\"ImagId\":1820695,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_81_t.jpg\"},{\"ImagId\":1820696,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_82_t.jpg\"},{\"ImagId\":1820697,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_83_t.jpg\"},{\"ImagId\":1820698,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_86_t.jpg\"},{\"ImagId\":1820699,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_87_t.jpg\"},{\"ImagId\":1820700,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_88_t.jpg\"},{\"ImagId\":1820701,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_90_t.jpg\"},{\"ImagId\":1820702,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_95_t.jpg\"},{\"ImagId\":1820703,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_91_t.jpg\"},{\"ImagId\":1820704,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_92_t.jpg\"},{\"ImagId\":1820705,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_93_t.jpg\"},{\"ImagId\":1820706,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_98_t.jpg\"},{\"ImagId\":1820707,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_100_t.jpg\"},{\"ImagId\":1820708,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_102_t.jpg\"},{\"ImagId\":1820709,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_103_t.jpg\"},{\"ImagId\":1820710,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_99_t.jpg\"},{\"ImagId\":1820711,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_119_t.jpg\"},{\"ImagId\":1820712,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_109_t.jpg\"},{\"ImagId\":1820713,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_111_t.jpg\"},{\"ImagId\":1820714,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_115_t.jpg\"},{\"ImagId\":1820715,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_116_t.jpg\"},{\"ImagId\":1820716,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_110_t.jpg\"},{\"ImagId\":1820717,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_121_t.jpg\"},{\"ImagId\":1820718,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_122_t.jpg\"},{\"ImagId\":1820719,\"Type\":\"Thumbnail\",\"Order\":63,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_125_t.jpg\"},{\"ImagId\":1820720,\"Type\":\"Thumbnail\",\"Order\":64,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_133_t.jpg\"},{\"ImagId\":1820721,\"Type\":\"Thumbnail\",\"Order\":65,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_136_t.jpg\"},{\"ImagId\":1820722,\"Type\":\"Thumbnail\",\"Order\":66,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_134_t.jpg\"},{\"ImagId\":1820723,\"Type\":\"Thumbnail\",\"Order\":67,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_135_t.jpg\"},{\"ImagId\":1820724,\"Type\":\"Thumbnail\",\"Order\":68,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_137_t.jpg\"},{\"ImagId\":1820725,\"Type\":\"Thumbnail\",\"Order\":69,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_139_t.jpg\"},{\"ImagId\":1820726,\"Type\":\"Thumbnail\",\"Order\":70,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_141_t.jpg\"},{\"ImagId\":1820727,\"Type\":\"Thumbnail\",\"Order\":71,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_142_t.jpg\"}]},\"CityId\":9544,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Hotel Mia Cara in Florence (Santa Maria Novella), you&amp;apos;ll be minutes from Palazzo degli Affari and Fortezza da Basso.  This hotel is close to Cathedral of Saint Mary of the Flower and Ponte Vecchio.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 18 air-conditioned rooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and safes, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Additional features at this hotel include complimentary wireless Internet access and tour\\/ticket assistance.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour front desk and an elevator (lift).&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_3_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":32754,\"Title\":\"Rome\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":386868,\"Name\":\"Hotel Montecarlo\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.906868\",\"Long\":\"12.501791\",\"Address\":\"VIA PALESTRO 17 00185 ROMA  IT, 00185\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"With its excellent location, this hotel is the ideal solution for discovering the Eternal City for business and leisure travellers alike, with easy access to the best attractions in Rome. It features a range of amenities including guest parking (fees apply) and business facilities. In addition to a lobby area with 24-hour reception and a hotel safe, further facilities include a bar, TV lounge, breakfast room and Internet access. Room and laundry services are provided and there is a cellar for storing bicycles as well as a bike hire service.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/15\\/153860\\/153860a_hb_l_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24393,\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"Description\":\"&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.&lt;\\/li&gt;&lt;li&gt;Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel here you will be introduced to the estate&#039;s fascinating history and background. Then you will head for the villa&#039;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#039;s lushious gardens.&lt;\\/li&gt;&lt;li&gt;After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.&lt;\\/li&gt;&lt;li&gt;Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.&lt;\\/li&gt;&lt;li&gt;After some free time in Siena you&rsquo;ll head back to Florence.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Includes :&lt;\\/p&gt;&lt;ul style=&quot;font-size: 16px&quot;&gt;&lt;li&gt;Transportation by GT coach or minivan with air conditioning&lt;\\/li&gt;&lt;li&gt;Expert multi-lingual escorts&lt;\\/li&gt;&lt;li&gt;Free time in Pisa and San Gimignano&lt;\\/li&gt;&lt;li&gt;Wine route in a Chianti estate with wine tastings and guided visits&lt;\\/li&gt;&lt;li&gt;Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)&lt;\\/li&gt;&lt;li&gt;Guided tour of Siena&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/1702_1646298324.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":5110,\"Title\":\"Hop-on Hop-off City Tour\",\"Description\":\"&quot;Meeting point - 32, Via Giovanni Amendola 15 minutes before the time confirmed.\\r\\nEnjoy a visit to the edge of the city in an open top bus where you can get on and off whenever you want. 12 stops are planned which cover the most important sites of the city: Via Giovanni Amendola - Santa Maria Maggiore Basilica (16, Via Liberiana) - Colosseum (Via dei Fori Imperiali in front of the metro) - Mouth of Truth\\/Circus Maximus - Piazza Venezia\\/Campidoglio (including Piazza d&#039;Aracoeli) - Piazza Navona - Pantheon (97, Corso Vittorio Emanuele) - Piazza San Pietro (13, Via della Conciliazione) - Castel Sant&#039;Angelo (Traspontina bus stop) - Vatican Museums (92, Via Crescenzio) - Piazza di Spagna\\/Ara Pacis (Piazza Augusto Imperatore) - Trevi Fountain (17, Via del Tritone) - Piazza Barberini (8, Via Barberini).\\r\\nNOTE: Ticket validity - 24 hours. Tour duration - 2 hours. Taped commentary. Assistance on board. Tour may change on public holidays and Sundays.&quot;\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.9102,\"Long\":12.3959,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/48_1526375003.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"235518\",\"Title\":\"Arrive At Venice\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<ul>\\r\\n\\t<li>On Arrival at Venice Airport, our Representative will meet you and greet you at the Airport Lobby, After then we&#39;ll Transfer to Hotel by Private AC Car. At Hotel After Check-in get Refresh and Later You can roam around the Hotel\\/Resort.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":388876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235519\",\"Title\":\"Murano, Burano, and Torcello Day Trip\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>One of the most beautiful locations in Venice is the Venetian Lagoon. On this lagoon, three stunning islands can be found, each containing a unique characteristic or feature that endears it to the arts, making them precious to the art-loving locals. With the company of a very informative local guide, you&#39;ll first head to Murano Island, which is known throughout the country for glass blowing and crafting. You&#39;ll get the chance to enter one of their glass factories and see masters hard at work in creating unique glass crafts and art. Then you will journey to Torcello Island, which holds the Byzantine Catedral of Santa Maria Assunta, and the Church of Santa Fosca. Both these churches have a rich history. This is also the island that has endeared itself to Ernest Hemmingway, as it is where he wrote his novel &ldquo;Across the River and Into the Trees&rdquo;. Then, you&#39;ll head into Burano Island and see its lovely colorful houses. As you take a stroll through the streets, you&#39;ll catch sight of the local ladies knitting intricate lacework. You&#39;ll enjoy this journey over the water to these shining locations under the Mediterranean sunshine.<\\/p>\\r\\n\\r\\n<p>Itinerary:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>9:30am\\/2:00pm\\/2:30pm trip starts<\\/li>\\r\\n\\t<li>Visit Murano Island and the glass factory<\\/li>\\r\\n\\t<li>Visit Torcello Island<\\/li>\\r\\n\\t<li>Visit Burano Island<\\/li>\\r\\n\\t<li>1:30pm\\/6:00pm\\/6:30pm trip ends<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Round trip transportation by boat<\\/li>\\r\\n\\t<li>Visit to glass factory<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>by&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":388876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":21536,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235520\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"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\":\"235521\",\"Title\":\"Venice to Florence By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Venice&nbsp;and Go to Train Station on your own.Catch the Train to Florence&nbsp;( Ticket is Including) Afternoon Reach the Florence&nbsp;and then Check into Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":82702,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235522\",\"Title\":\"Pisa, Siena, San Gimignano with Lunch and Wine in Chianti\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<ul>\\r\\n\\t<li>Experience the wonders of Tuscany in one memorable day. Your 12-hour excursion begins with a visit to Pisa and its stunning Piazza dei Miracoli. Admire the Baptistery, the Cathedral, and, of course, the famous Leaning Tower.<\\/li>\\r\\n\\t<li>Afterwards you will head out for the Chianti countryside to the unique location where your lunch and two wine tastings will take place. You will find yourself in a simple yet elegant rural hamlet of ancient origins. Once you hop off the bus, you will be lead around the splendid estate until you reach its ancient medieval chapel; here you will be introduced to the estate&#39;s fascinating history and background. Then you will head for the villa&#39;s panoramic terrace where you will enjoy your first delicious wine tasting of Chianti Classico and some snacks while sitting on large wine barrels. The route will then continue to the restaurant: your typical Tuscan lunch will be accompanied by two excellent products of the estate itself, a &quot;Riserva&quot; and an IGP wine. Take your time after lunch to wander about and relax in the villa&#39;s lushious gardens.<\\/li>\\r\\n\\t<li>After lunch, the tour continues with a visit to San Gimignano, the medieval town that was declared a UNESCO World Heritage Site.<\\/li>\\r\\n\\t<li>Then you&rsquo;ll follow the scenic roads of the Chianti region to Siena, the city of the Palio. Meet your local guide for a tour of the city, and see its important monuments, palazzos, and piazzas. Visit Piazza del Campo, where the Palio di Siena horse race is run, and Piazza del Duomo, where you will see the exterior of the magnificent Cathedral.<\\/li>\\r\\n\\t<li>After some free time in Siena you&rsquo;ll head back to Florence.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Includes :<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Transportation by GT coach or minivan with air conditioning<\\/li>\\r\\n\\t<li>Expert multi-lingual escorts<\\/li>\\r\\n\\t<li>Free time in Pisa and San Gimignano<\\/li>\\r\\n\\t<li>Wine route in a Chianti estate with wine tastings and guided visits<\\/li>\\r\\n\\t<li>Lunch consisting of typical Tuscan dishes (a vegetarian menu is available on request)<\\/li>\\r\\n\\t<li>Guided tour of Siena<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":82702,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":24393,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235523\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":5,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"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\":\"235524\",\"Title\":\"Florence To Rome By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Florence and Go to Train Station on your own.Catch the Direct Train to Rome ( Ticket is Including) Afternoon Reach the Rome and then Check into Hotel.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":386868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"235525\",\"Title\":\"I Love Rome Hop On Hop Off Panoramic Bus Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<ul>\\r\\n\\t<li>Rome, the Eternal City, is one of the world&rsquo;s greatest cities to visit and packed with tourist sites steeped in history. The capital of the Roman Empire, the site of the Vatican, and the current seat of power for modern Italy, Rome has monuments for every type of traveller. With so much to do, planning for transport can be frustrating in this chaotic city.&nbsp;<\\/li>\\r\\n\\t<li>Make it easy for yourself with the &ldquo;I Love Rome&rdquo; Panorama Bus Hop On, Hop Off Pass. Redeem your voucher for a pass at any &ldquo;I Love Rome&rdquo; stand in the city and then you can use any pink double-deck &ldquo;Panorama Bus&rdquo; that stops at any of the 9 stops. Ride around the city on the first floor to get a great view of city life in Rome, and catch a glimpse of the many monuments in this living museum of a city.&nbsp;<\\/li>\\r\\n\\t<li>Each of the 9 stops is close to many points of interest, including parks, museums, churches, fountains, and more! Get off at any time to explore the city and then hop on again to see another area. The WiFi equipped buses come every 25 minutes and passes are available for 1, 2, and 3 consecutive days.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>24-hour admission to I Love Rome Hop On Hop Off Panorama Bus (pink buses)<\\/li>\\r\\n\\t<li>Multilingual audio headset on the Panoramic Bus (13 languages)<\\/li>\\r\\n\\t<li>Free WiFi onboard<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Not Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Entry tickets to any museums or tourist attractions<\\/li>\\r\\n\\t<li>Museum Express buses (pink and blue buses)<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":386868,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":5110,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"235526\",\"Title\":\"Departure From Rome\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<p>Well, After Exploring the Europe like Local, It&#39;s time to End. check out from hotel and Transfer From Hotel To Airport by Private Car and then Take a flight back to Home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"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\":\"32986\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"70000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":70000,\"priceDoubleOcc\":\"70000.00\",\"priceSingleOcc\":140000,\"priceExtraBed\":\"42500.00\",\"priceWithoutBed\":\"70000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"70000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":70000,\"priceDoubleOcc\":\"70000.00\",\"priceSingleOcc\":140000,\"priceExtraBed\":\"42500.00\",\"priceWithoutBed\":\"70000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"70000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":70000,\"priceDoubleOcc\":\"70000.00\",\"priceSingleOcc\":140000,\"priceExtraBed\":\"42500.00\",\"priceWithoutBed\":\"70000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"70000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":70000,\"priceDoubleOcc\":\"70000.00\",\"priceSingleOcc\":140000,\"priceExtraBed\":\"42500.00\",\"priceWithoutBed\":\"70000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"70000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":70000,\"priceDoubleOcc\":\"70000.00\",\"priceSingleOcc\":140000,\"priceExtraBed\":\"42500.00\",\"priceWithoutBed\":\"70000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"70000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":70000,\"priceDoubleOcc\":\"70000.00\",\"priceSingleOcc\":140000,\"priceExtraBed\":\"42500.00\",\"priceWithoutBed\":\"70000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"70000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32986\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"62000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":62000,\"priceDoubleOcc\":\"62000.00\",\"priceSingleOcc\":124000,\"priceExtraBed\":\"36000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":62000,\"priceDoubleOcc\":\"62000.00\",\"priceSingleOcc\":124000,\"priceExtraBed\":\"36000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":62000,\"priceDoubleOcc\":\"62000.00\",\"priceSingleOcc\":124000,\"priceExtraBed\":\"36000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":62000,\"priceDoubleOcc\":\"62000.00\",\"priceSingleOcc\":124000,\"priceExtraBed\":\"36000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":62000,\"priceDoubleOcc\":\"62000.00\",\"priceSingleOcc\":124000,\"priceExtraBed\":\"36000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-03\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":62000,\"priceDoubleOcc\":\"62000.00\",\"priceSingleOcc\":124000,\"priceExtraBed\":\"36000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"62000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meal plan : Lunch&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal plan : Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VISA : fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City taxes on hotels&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Government Taxes\\/VAT\\/ Service Charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS ( Traveller will received refund in form of TDS)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other services not mentioned in the inclusions or itinerary&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;VISA : Assistance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as mentioned in Quote&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Arrival&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Departure&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel As Mentioned&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;-------Sightseen-----------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Murano, Burano, and Torcello Day Trip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pisa, Siena, San Gimignano with Lunch and Wine in Chianti&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;I Love Rome Hop On Hop Off Panoramic Bus Tour&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;----------Cab Details---------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Venice Airport to Hotel By sharing Boat&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Venice To Florence By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Florence To &amp;nbsp;Rome By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rome Hotel to Airport By Private Car&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":60,\"ExtraValue\":\"20000\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"9649\",\"Value\":\"30\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"9650\",\"Value\":\"50\"},{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"9651\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"235518\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[235518],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235519\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[235519],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235520\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235520],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235521\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[235521],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235522\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[235522],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235523\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235523],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235524\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[235524],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235525\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[235525],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"235526\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[235526],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Venice,Florence,Rome','Venice,Western Europe,Italy,Florence,Rome',NULL,'28574,9544,32754',62000,70000,6,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00',3,'Italy','107','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'classical-italy',NULL,NULL,NULL,0),(25,35151,1,12211,1,0,0,'Honeymoon,Family,Romantic,Leisure',NULL,1,1,0,'{\"package\":{\"TPId\":35151,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/paris_1650352610.jpg\",\"BookingValidUntill\":\"2022-10-15\",\"AdvBookingDays\":30,\"DETAILS\":\"&lt;p&gt;France, in Western Europe, encompasses medieval cities, alpine villages and Mediterranean beaches. Paris, its capital, is famed for its fashion houses, classical art museums including the Louvre and monuments like the Eiffel Tower. The country is also renowned for its wines and sophisticated cuisine. Lascaux&amp;rsquo;s ancient cave drawings, Lyon&amp;rsquo;s Roman theater and the vast Palace of Versailles attest to its rich history&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":1702,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":1702,\"DestinationPlaces\":\"Nice\",\"DestinationPlacesSysId\":19391,\"SourcePlaces\":\"Paris\",\"SourcePlaceSysId\":20822,\"AgencyName\":\"STREETROMEO TRAVEL PLANNER\",\"Name\":\"Paris\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"2775\",\"SupplierName\":\"Streetromeo\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Train Ticket,Travel Insurance\",\"PackageType\":\"Honeymoon,Family,Romantic,Leisure\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-10-15\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":20822,\"Title\":\"Paris\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":378777,\"Name\":\"Kyriad Paris Bercy Village\",\"Star\":\"3.00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"48.835163\",\"Long\":\"2.387592\",\"Address\":\"RUE BARON LEROY 17 75012 PARIS  FR, 75012\"},\"Images\":[],\"CityId\":20822,\"Brief\":\"The 3-star Kyriad Bercy-Village is located in the heart of the Bercy district, close to the Gare de Lyon and the Palais Omnisports. Paris&#039;s main attractions, including the famous Louvre and the Eiffel Tower, are all easily accessible thanks to the numerous Metro stops surrounding the hotel. Kyriad Bercy Village offers hundreds of modern and comfortable rooms with free Wi-Fi. The friendly and attentive staff at the Kyriad Paris Bercy Village will be happy to help every guest organising their stay in Paris 24 hours a day and once guests will be tired of sightseeing they&#039;ll return to the Hotel where all facilities and amenities like a restaurant, a bar and banquet hall will make their stay enjoyable. Guests should note that local city tax is not included in the rate booked. This will be charged directly to guests by the hotel and payable at check in\\/out. Please note : City Tax is NOT included in the price from 1st July 2015\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/08\\/080053\\/080053a_hb_ba_001.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21511,\"Title\":\"Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)  Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)  Evening Seine River Cruise\",\"Description\":\"&lt;div class=&quot;si-event-notes&quot; style=&quot;min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: 1.5 font-family: proxima-nova, sans-serif vertical-align: baseline overflow-wrap: break-word color: rgb(5, 37, 48)&quot;&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font-style: inherit font-variant: inherit font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;--Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)---&lt;br&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Feel the romance as you walk down the historic streets of Paris and admire the city&#039;s iconic sights. Have dinner at the top of the Eiffel Tower enjoy a relaxed picnic at the Champ de Mars, feast your eyes on the majestic Notre Dame and more. Stop for a break at one of the Parisian cafes or splurge on a shopping spree in the trendy boutiques.&Acirc;&nbsp;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;The unlimited Big Bus pass lets you tour the city for 1 or 2 days and explore its every corner at your own pace. So, hop on, sit back and enjoy the ride!&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Explore at your own pace &acirc;&euro;&ldquo; hop on and hop off at major Parisian attractions!&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Capture moments at famous landmarks&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Hop off at the Eiffel Tower and explore Paris&#039; iconic structure up close&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Enjoy the open top bus experience made for every travelers&#039; sightseeing pleasure&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Paris Big Bus Hop-On Hop-Off Tours (Open-Top) Deluxe Ticket Including Seine River Cruise.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline&quot;&gt;&lt;span style=&quot;min-width: 1px min-height: 1px margin: 0px padding: 0px border: 0px font-style: inherit font-variant: inherit font-weight: 700 font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit vertical-align: baseline&quot;&gt;Inclusive Of:&lt;\\/span&gt;&lt;\\/p&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;2 day hop-on and hop-off bus pass&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Unlimited rides during operation hours&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Seine River Cruise Ticket by Bateaux Parisiens&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Audio commentary in 11 languages (English, Chinese, French, German, Spanish, Italian, Russian, Japanese, Brazilian, Portuguese, Arabic and Korean)&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Rewards voucher booklet&lt;\\/li&gt;&lt;\\/ul&gt;&lt;div class=&quot;si-event-notes&quot; style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant: inherit min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-stretch: inherit line-height: 1.5 vertical-align: baseline overflow-wrap: break-word&quot;&gt;&lt;ul style=&quot;font-style: inherit font-variant: inherit font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit min-width: 1px min-height: 1px margin-right: 0px margin-left: 0px padding: 0px border: 0px vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;-----Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)-------&lt;br&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;1st floor: With its transparent floor and its new glass balustrades, the 1st floor offers you a brand new experience and a breathtaking view&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;2nd floor: the ideal floor from which to get some photos for the album. It&acirc;&euro;&trade;s also from here that you can take the lifts to get to the top of the Tower&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;3rd floor: see a stunning view of Paris and its monuments at the top of the tower, 180 meters high&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Ascend the high speed elevator to the second floor to enjoy 360&Acirc;&deg; panoramic views across the city and admire famous landmark such as the Notre Dame, Sacr&Atilde;&copy;-Coeur, and the Arc de Triomphe from 115 meters up&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Choose to access all 3 floors to soar up to the 276 meter summit in a glass elevator for truly &Acirc;&nbsp;exceptional views&lt;\\/li&gt;&lt;\\/ul&gt;&lt;div class=&quot;si-event-notes&quot; style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant: inherit font-weight: inherit min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-stretch: inherit line-height: 1.5 vertical-align: baseline overflow-wrap: break-word&quot;&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: inherit font-size: 1.25rem font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: bold&quot;&gt;---Evening Seine River Cruise----&lt;\\/span&gt;&lt;br&gt;&lt;br&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;In the Evening Explore Beautiful Seine River Cruise With Big Bus Hop-On Hop-Off Tours (Open-Top).&lt;\\/span&gt;&lt;\\/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;Seeing the romantic city of Paris by boat is on the must-do list of most visitors to Paris and a Seine cruise is a very popular way to see Paris. These short river cruises allow you to take in many of the highlights of the city&acirc;&euro;&rdquo;the Louvre, the Eiffel Tower, the Mus&Atilde;&copy;e d&acirc;&euro;&trade;Orsay, Notre Dame, etc.&acirc;&euro;&rdquo;as you float along the famous Seine River.&lt;\\/span&gt;&lt;\\/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;Seine River Cruise Ticket by Bateaux Parisiens&lt;\\/span&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/1702_1641015815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21534,\"Title\":\"Priority Access Entrance Ticket to the Louvre Museum\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;A visit to Paris would be wholly incomplete without a trip to the Louvre. As the largest museum in world with an astonishing collection of 35,000 artworks spanning over 7000 years, this attraction isn&acirc;&euro;&trade;t only for art lovers but anyone with the slightest interest in Western history and culture. On your selected date and time of visit, simply present your voucher at the dedicated &quot;visitors with e-ticket&quot; line at the Pyramid&#039;s main entrance, and you&#039;re good to go. You&#039;ll get to sail past the famously long ticket queues and start exploring the museum&acirc;&euro;&trade;s treasures right away! Don&#039;t miss the museum&#039;s most famous highlights: the Venus de Milo, The Winged Victory of Samothrace, Marriage at Cana, The Coronation of Napoleon, and of course Da Vinci&acirc;&euro;&trade;s Mona Lisa, amongst other major works. It&#039;s the best way to visit the Louvre Museum for a great price - without the long lines.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Inclusive Of&lt;\\/span&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Fast-track ticket to the Louvre Museum\\r\\n&lt;\\/li&gt;&lt;li&gt;Admission to select exhibitions\\/galleries: permanent exhibitions and temporary exhibitions&lt;br&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Not Inclusive Of&lt;\\/span&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Audio guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Skip-the-security line&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/1702_1635238959.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":7393,\"Title\":\"From Montpellier: Wine &amp; Food Trip to Pic Saint-Loup\",\"Description\":\"&lt;br&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px white-space: pre-wrap&quot;&gt;This is a picturesque getaway away allowing you to explore the delightful countryside outside of Montpelier on a half or day tour.\\r\\nYou will be picked up at your hotel or accommodation for a commented road trip. The destination is Pic Saint Loup, a Montpellier highlight, and a commune of the Coteaux du Languedoc, some 20 km inland from the city.\\r\\nDiscover a terroir, visit two wineries, meet the winemaker, and taste the wine. You will drive to a quaint and relaxed medieval village. Thereafter, on the way to the family house, you will be served a table meal with produce from the nearby farm, prepared by the mother of the tour guide - an expert cook.\\r\\n&lt;\\/span&gt;&lt;div class=&quot;activity-accordion-item-header&quot; style=&quot;border: 0px font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px margin: 0px padding: 0px 8px 8px 0px vertical-align: baseline overflow-wrap: break-word align-items: center line-height: 1.25rem flex-basis: 25% max-width: 25% width: auto color: rgb(26, 43, 73)&quot;&gt;&lt;span class=&quot;activity-accordion-item__title&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px padding: 0px vertical-align: baseline flex: 1 1 0% font-weight: bold&quot;&gt;&lt;br&gt;Includes&lt;\\/span&gt;&lt;\\/div&gt;&lt;div class=&quot;activity-accordion-item__content&quot; style=&quot;border: 0px font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px margin: 0px padding: 0px 0px 16px vertical-align: baseline height: auto max-height: 100% opacity: 1 flex-basis: 75% max-width: 75% width: auto color: rgb(26, 43, 73)&quot;&gt;&lt;section data-test-id=&quot;activity-inclusions&quot; class=&quot;activity-inclusions&quot; data-v-0d17907c=&quot;&quot; data-v-473d7442=&quot;&quot;&gt;&lt;ul class=&quot;activity-inclusions-inclusion&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px vertical-align: baseline list-style: none&quot;&gt;&lt;li class=&quot;activity-inclusions__item activity-inclusions__item--inclusion&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px padding: 0px vertical-align: baseline display: flex&quot;&gt;&lt;span class=&quot;c-icon activity-inclusions__icon activity-inclusions__icon--include&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px 8px 0px 0px padding: 0px vertical-align: baseline align-self: baseline display: inline-block flex-shrink: 0 height: 24px width: 24px max-width: 18px position: relative text-align: center color: var(--label-success) top: 3px&quot;&gt;&lt;svg&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;use xlink:href=&quot;c-checkmark&quot;&gt;&lt;\\/use&gt;&lt;\\/span&gt;&lt;\\/svg&gt;&lt;\\/span&gt;&lt;span class=&quot;activity-inclusions__test activity-inclusions__test--include&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit font-weight: inherit margin: 0px padding: 0px vertical-align: baseline&quot;&gt;Pick-up and drop off from Montpellier&lt;br&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;English speaking guide&lt;br&gt;&lt;\\/span&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;Winetasting in 2 wineries&lt;br&gt;&lt;\\/span&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;The meal and the drinks&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/section&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":18300,\"CityName\":\"Montpellier\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18300\\/sightseeing\\/1702_1647675650.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":23532,\"Title\":\"Nice: 1 -Day Hop-On Hop-Off Bus Tour\",\"Description\":\"&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;See the sights of Nice at your own pace and enjoy panoramic views from an open-top bus. Purchase a 1-day pass for the hop-on hop-off sightseeing bus and enjoy unlimited sightseeing opportunities.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;You can redeem your voucher on board the bus at any stop along the route. Once on board, listen to an informative commentary via the audio guide. Get information on the most popular things to see and attractions to visit.&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;&Acirc;&nbsp;Choose how much time you want to spend at each attraction and travel comfortably between sites.&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;Includes-&lt;\\/p&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline list-style-position: initial list-style-image: initial color: rgb(5, 37, 48)&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Transportation by open-top bus&Acirc;&nbsp;&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Recorded commentary&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Personal earphone sets (digital sound)&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/1702_1644039781.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21560,\"Title\":\"From Nice: Eze, Monaco, &amp; Monte-Carlo Half-Day Trip\",\"Description\":\"&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline list-style-position: initial list-style-image: initial color: rgb(5, 37, 48)&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Be collected from your accommodation in Nice in the morning or in the afternoon. Enjoy a panoramic view of Nice and the bays of Villefranche-sur-Mer and Saint Jean Cap Ferrat. In &Atilde;&circ;ze,&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;&Acirc;&nbsp;you will have the opportunity to visit the medieval village like an eagle&#039;s nest. You can also take a free guided tour of Fragonard Perfumery to learn more about the perfume-making process. Your driver-guide will then take you to Monaco, where you will walk to the old town on the Rock.&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;&Acirc;&nbsp;Discover the princely palace and explore the old town and the neo-Romanesque cathedral. Not to mention the famous Casino Square, the Grand Casino, the luxury boutiques, and the Caf&Atilde;&copy; de Paris. A ride on the Monaco Grand Prix circuit awaits you from Monaco to Monte Carlo. &Acirc;&nbsp;&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Includes-&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-left: 0px padding: 0px border: 0px font: inherit vertical-align: baseline list-style: disc&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Pick up and drop-off at your accommodation&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Multilingual guide&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Bottled water&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/1702_1635485668.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":18300,\"Title\":\"Montpellier\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":504516,\"Name\":\"H\\u00f4tel Best Western Plus Com\\u00e9die Saint Roch\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"43.6053568\",\"Long\":\"3.8808297\",\"Address\":\"6 Rue Jules Ferry, 34000 Montpellier, France\"},\"Images\":[],\"CityId\":18300,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"},{\"RefHotelId\":504517,\"Name\":\"H\\u00f4tel Best Western Plus Com\\u00e9die Saint Roch\",\"Star\":\".00\",\"Rating\":\"3.90\",\"IsIncluded\":false,\"Location\":{\"Lat\":\"43.6053568\",\"Long\":\"3.8808297\",\"Address\":\"6 Rue Jules Ferry, 34000 Montpellier, France\"},\"Images\":[],\"CityId\":18300,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21511,\"Title\":\"Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)  Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)  Evening Seine River Cruise\",\"Description\":\"&lt;div class=&quot;si-event-notes&quot; style=&quot;min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: 1.5 font-family: proxima-nova, sans-serif vertical-align: baseline overflow-wrap: break-word color: rgb(5, 37, 48)&quot;&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font-style: inherit font-variant: inherit font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;--Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)---&lt;br&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Feel the romance as you walk down the historic streets of Paris and admire the city&#039;s iconic sights. Have dinner at the top of the Eiffel Tower enjoy a relaxed picnic at the Champ de Mars, feast your eyes on the majestic Notre Dame and more. Stop for a break at one of the Parisian cafes or splurge on a shopping spree in the trendy boutiques.&Acirc;&nbsp;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;The unlimited Big Bus pass lets you tour the city for 1 or 2 days and explore its every corner at your own pace. So, hop on, sit back and enjoy the ride!&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Explore at your own pace &acirc;&euro;&ldquo; hop on and hop off at major Parisian attractions!&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Capture moments at famous landmarks&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Hop off at the Eiffel Tower and explore Paris&#039; iconic structure up close&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Enjoy the open top bus experience made for every travelers&#039; sightseeing pleasure&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Paris Big Bus Hop-On Hop-Off Tours (Open-Top) Deluxe Ticket Including Seine River Cruise.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline&quot;&gt;&lt;span style=&quot;min-width: 1px min-height: 1px margin: 0px padding: 0px border: 0px font-style: inherit font-variant: inherit font-weight: 700 font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit vertical-align: baseline&quot;&gt;Inclusive Of:&lt;\\/span&gt;&lt;\\/p&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;2 day hop-on and hop-off bus pass&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Unlimited rides during operation hours&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Seine River Cruise Ticket by Bateaux Parisiens&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Audio commentary in 11 languages (English, Chinese, French, German, Spanish, Italian, Russian, Japanese, Brazilian, Portuguese, Arabic and Korean)&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Rewards voucher booklet&lt;\\/li&gt;&lt;\\/ul&gt;&lt;div class=&quot;si-event-notes&quot; style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant: inherit min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-stretch: inherit line-height: 1.5 vertical-align: baseline overflow-wrap: break-word&quot;&gt;&lt;ul style=&quot;font-style: inherit font-variant: inherit font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit min-width: 1px min-height: 1px margin-right: 0px margin-left: 0px padding: 0px border: 0px vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;-----Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)-------&lt;br&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;1st floor: With its transparent floor and its new glass balustrades, the 1st floor offers you a brand new experience and a breathtaking view&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;2nd floor: the ideal floor from which to get some photos for the album. It&acirc;&euro;&trade;s also from here that you can take the lifts to get to the top of the Tower&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;3rd floor: see a stunning view of Paris and its monuments at the top of the tower, 180 meters high&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Ascend the high speed elevator to the second floor to enjoy 360&Acirc;&deg; panoramic views across the city and admire famous landmark such as the Notre Dame, Sacr&Atilde;&copy;-Coeur, and the Arc de Triomphe from 115 meters up&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Choose to access all 3 floors to soar up to the 276 meter summit in a glass elevator for truly &Acirc;&nbsp;exceptional views&lt;\\/li&gt;&lt;\\/ul&gt;&lt;div class=&quot;si-event-notes&quot; style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant: inherit font-weight: inherit min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-stretch: inherit line-height: 1.5 vertical-align: baseline overflow-wrap: break-word&quot;&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: inherit font-size: 1.25rem font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: bold&quot;&gt;---Evening Seine River Cruise----&lt;\\/span&gt;&lt;br&gt;&lt;br&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;In the Evening Explore Beautiful Seine River Cruise With Big Bus Hop-On Hop-Off Tours (Open-Top).&lt;\\/span&gt;&lt;\\/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;Seeing the romantic city of Paris by boat is on the must-do list of most visitors to Paris and a Seine cruise is a very popular way to see Paris. These short river cruises allow you to take in many of the highlights of the city&acirc;&euro;&rdquo;the Louvre, the Eiffel Tower, the Mus&Atilde;&copy;e d&acirc;&euro;&trade;Orsay, Notre Dame, etc.&acirc;&euro;&rdquo;as you float along the famous Seine River.&lt;\\/span&gt;&lt;\\/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;Seine River Cruise Ticket by Bateaux Parisiens&lt;\\/span&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/1702_1641015815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21534,\"Title\":\"Priority Access Entrance Ticket to the Louvre Museum\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;A visit to Paris would be wholly incomplete without a trip to the Louvre. As the largest museum in world with an astonishing collection of 35,000 artworks spanning over 7000 years, this attraction isn&acirc;&euro;&trade;t only for art lovers but anyone with the slightest interest in Western history and culture. On your selected date and time of visit, simply present your voucher at the dedicated &quot;visitors with e-ticket&quot; line at the Pyramid&#039;s main entrance, and you&#039;re good to go. You&#039;ll get to sail past the famously long ticket queues and start exploring the museum&acirc;&euro;&trade;s treasures right away! Don&#039;t miss the museum&#039;s most famous highlights: the Venus de Milo, The Winged Victory of Samothrace, Marriage at Cana, The Coronation of Napoleon, and of course Da Vinci&acirc;&euro;&trade;s Mona Lisa, amongst other major works. It&#039;s the best way to visit the Louvre Museum for a great price - without the long lines.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Inclusive Of&lt;\\/span&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Fast-track ticket to the Louvre Museum\\r\\n&lt;\\/li&gt;&lt;li&gt;Admission to select exhibitions\\/galleries: permanent exhibitions and temporary exhibitions&lt;br&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Not Inclusive Of&lt;\\/span&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Audio guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Skip-the-security line&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/1702_1635238959.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":7393,\"Title\":\"From Montpellier: Wine &amp; Food Trip to Pic Saint-Loup\",\"Description\":\"&lt;br&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px white-space: pre-wrap&quot;&gt;This is a picturesque getaway away allowing you to explore the delightful countryside outside of Montpelier on a half or day tour.\\r\\nYou will be picked up at your hotel or accommodation for a commented road trip. The destination is Pic Saint Loup, a Montpellier highlight, and a commune of the Coteaux du Languedoc, some 20 km inland from the city.\\r\\nDiscover a terroir, visit two wineries, meet the winemaker, and taste the wine. You will drive to a quaint and relaxed medieval village. Thereafter, on the way to the family house, you will be served a table meal with produce from the nearby farm, prepared by the mother of the tour guide - an expert cook.\\r\\n&lt;\\/span&gt;&lt;div class=&quot;activity-accordion-item-header&quot; style=&quot;border: 0px font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px margin: 0px padding: 0px 8px 8px 0px vertical-align: baseline overflow-wrap: break-word align-items: center line-height: 1.25rem flex-basis: 25% max-width: 25% width: auto color: rgb(26, 43, 73)&quot;&gt;&lt;span class=&quot;activity-accordion-item__title&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px padding: 0px vertical-align: baseline flex: 1 1 0% font-weight: bold&quot;&gt;&lt;br&gt;Includes&lt;\\/span&gt;&lt;\\/div&gt;&lt;div class=&quot;activity-accordion-item__content&quot; style=&quot;border: 0px font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px margin: 0px padding: 0px 0px 16px vertical-align: baseline height: auto max-height: 100% opacity: 1 flex-basis: 75% max-width: 75% width: auto color: rgb(26, 43, 73)&quot;&gt;&lt;section data-test-id=&quot;activity-inclusions&quot; class=&quot;activity-inclusions&quot; data-v-0d17907c=&quot;&quot; data-v-473d7442=&quot;&quot;&gt;&lt;ul class=&quot;activity-inclusions-inclusion&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px vertical-align: baseline list-style: none&quot;&gt;&lt;li class=&quot;activity-inclusions__item activity-inclusions__item--inclusion&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px padding: 0px vertical-align: baseline display: flex&quot;&gt;&lt;span class=&quot;c-icon activity-inclusions__icon activity-inclusions__icon--include&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px 8px 0px 0px padding: 0px vertical-align: baseline align-self: baseline display: inline-block flex-shrink: 0 height: 24px width: 24px max-width: 18px position: relative text-align: center color: var(--label-success) top: 3px&quot;&gt;&lt;svg&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;use xlink:href=&quot;c-checkmark&quot;&gt;&lt;\\/use&gt;&lt;\\/span&gt;&lt;\\/svg&gt;&lt;\\/span&gt;&lt;span class=&quot;activity-inclusions__test activity-inclusions__test--include&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit font-weight: inherit margin: 0px padding: 0px vertical-align: baseline&quot;&gt;Pick-up and drop off from Montpellier&lt;br&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;English speaking guide&lt;br&gt;&lt;\\/span&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;Winetasting in 2 wineries&lt;br&gt;&lt;\\/span&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;The meal and the drinks&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/section&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":18300,\"CityName\":\"Montpellier\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18300\\/sightseeing\\/1702_1647675650.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":23532,\"Title\":\"Nice: 1 -Day Hop-On Hop-Off Bus Tour\",\"Description\":\"&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;See the sights of Nice at your own pace and enjoy panoramic views from an open-top bus. Purchase a 1-day pass for the hop-on hop-off sightseeing bus and enjoy unlimited sightseeing opportunities.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;You can redeem your voucher on board the bus at any stop along the route. Once on board, listen to an informative commentary via the audio guide. Get information on the most popular things to see and attractions to visit.&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;&Acirc;&nbsp;Choose how much time you want to spend at each attraction and travel comfortably between sites.&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;Includes-&lt;\\/p&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline list-style-position: initial list-style-image: initial color: rgb(5, 37, 48)&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Transportation by open-top bus&Acirc;&nbsp;&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Recorded commentary&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Personal earphone sets (digital sound)&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/1702_1644039781.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21560,\"Title\":\"From Nice: Eze, Monaco, &amp; Monte-Carlo Half-Day Trip\",\"Description\":\"&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline list-style-position: initial list-style-image: initial color: rgb(5, 37, 48)&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Be collected from your accommodation in Nice in the morning or in the afternoon. Enjoy a panoramic view of Nice and the bays of Villefranche-sur-Mer and Saint Jean Cap Ferrat. In &Atilde;&circ;ze,&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;&Acirc;&nbsp;you will have the opportunity to visit the medieval village like an eagle&#039;s nest. You can also take a free guided tour of Fragonard Perfumery to learn more about the perfume-making process. Your driver-guide will then take you to Monaco, where you will walk to the old town on the Rock.&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;&Acirc;&nbsp;Discover the princely palace and explore the old town and the neo-Romanesque cathedral. Not to mention the famous Casino Square, the Grand Casino, the luxury boutiques, and the Caf&Atilde;&copy; de Paris. A ride on the Monaco Grand Prix circuit awaits you from Monaco to Monte Carlo. &Acirc;&nbsp;&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Includes-&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-left: 0px padding: 0px border: 0px font: inherit vertical-align: baseline list-style: disc&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Pick up and drop-off at your accommodation&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Multilingual guide&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Bottled water&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/1702_1635485668.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":19391,\"Title\":\"Nice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":496055,\"Name\":\"ibis Styles Nice Vieux-Port\",\"Star\":\"3.00\",\"Rating\":\"3.90\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"43.7003836\",\"Long\":\"7.283085200000001\",\"Address\":\"8 Rue Emmanuel Philibert, 06300 Nice, France\"},\"Images\":[],\"CityId\":19391,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":21511,\"Title\":\"Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)  Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)  Evening Seine River Cruise\",\"Description\":\"&lt;div class=&quot;si-event-notes&quot; style=&quot;min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: 1.5 font-family: proxima-nova, sans-serif vertical-align: baseline overflow-wrap: break-word color: rgb(5, 37, 48)&quot;&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font-style: inherit font-variant: inherit font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;--Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)---&lt;br&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Feel the romance as you walk down the historic streets of Paris and admire the city&#039;s iconic sights. Have dinner at the top of the Eiffel Tower enjoy a relaxed picnic at the Champ de Mars, feast your eyes on the majestic Notre Dame and more. Stop for a break at one of the Parisian cafes or splurge on a shopping spree in the trendy boutiques.&Acirc;&nbsp;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;The unlimited Big Bus pass lets you tour the city for 1 or 2 days and explore its every corner at your own pace. So, hop on, sit back and enjoy the ride!&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Explore at your own pace &acirc;&euro;&ldquo; hop on and hop off at major Parisian attractions!&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Capture moments at famous landmarks&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Hop off at the Eiffel Tower and explore Paris&#039; iconic structure up close&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Enjoy the open top bus experience made for every travelers&#039; sightseeing pleasure&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Paris Big Bus Hop-On Hop-Off Tours (Open-Top) Deluxe Ticket Including Seine River Cruise.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline&quot;&gt;&lt;span style=&quot;min-width: 1px min-height: 1px margin: 0px padding: 0px border: 0px font-style: inherit font-variant: inherit font-weight: 700 font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit vertical-align: baseline&quot;&gt;Inclusive Of:&lt;\\/span&gt;&lt;\\/p&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;2 day hop-on and hop-off bus pass&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Unlimited rides during operation hours&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Seine River Cruise Ticket by Bateaux Parisiens&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Audio commentary in 11 languages (English, Chinese, French, German, Spanish, Italian, Russian, Japanese, Brazilian, Portuguese, Arabic and Korean)&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Rewards voucher booklet&lt;\\/li&gt;&lt;\\/ul&gt;&lt;div class=&quot;si-event-notes&quot; style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant: inherit min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-stretch: inherit line-height: 1.5 vertical-align: baseline overflow-wrap: break-word&quot;&gt;&lt;ul style=&quot;font-style: inherit font-variant: inherit font-stretch: inherit font-size: inherit line-height: inherit font-family: inherit min-width: 1px min-height: 1px margin-right: 0px margin-left: 0px padding: 0px border: 0px vertical-align: baseline list-style-position: initial list-style-image: initial&quot;&gt;&lt;li style=&quot;&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;-----Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)-------&lt;br&gt;&lt;br&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;1st floor: With its transparent floor and its new glass balustrades, the 1st floor offers you a brand new experience and a breathtaking view&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;2nd floor: the ideal floor from which to get some photos for the album. It&acirc;&euro;&trade;s also from here that you can take the lifts to get to the top of the Tower&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;3rd floor: see a stunning view of Paris and its monuments at the top of the tower, 180 meters high&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Ascend the high speed elevator to the second floor to enjoy 360&Acirc;&deg; panoramic views across the city and admire famous landmark such as the Notre Dame, Sacr&Atilde;&copy;-Coeur, and the Arc de Triomphe from 115 meters up&lt;\\/li&gt;&lt;li style=&quot;font: inherit min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px vertical-align: baseline&quot;&gt;Choose to access all 3 floors to soar up to the 276 meter summit in a glass elevator for truly &Acirc;&nbsp;exceptional views&lt;\\/li&gt;&lt;\\/ul&gt;&lt;div class=&quot;si-event-notes&quot; style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant: inherit font-weight: inherit min-width: 1px min-height: 1px margin: 0px padding: 0px 0px 0.75rem border: 0px font-stretch: inherit line-height: 1.5 vertical-align: baseline overflow-wrap: break-word&quot;&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font: inherit vertical-align: baseline&quot;&gt;&lt;span style=&quot;font-family: inherit font-size: 1.25rem font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: bold&quot;&gt;---Evening Seine River Cruise----&lt;\\/span&gt;&lt;br&gt;&lt;br&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;In the Evening Explore Beautiful Seine River Cruise With Big Bus Hop-On Hop-Off Tours (Open-Top).&lt;\\/span&gt;&lt;\\/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;Seeing the romantic city of Paris by boat is on the must-do list of most visitors to Paris and a Seine cruise is a very popular way to see Paris. These short river cruises allow you to take in many of the highlights of the city&acirc;&euro;&rdquo;the Louvre, the Eiffel Tower, the Mus&Atilde;&copy;e d&acirc;&euro;&trade;Orsay, Notre Dame, etc.&acirc;&euro;&rdquo;as you float along the famous Seine River.&lt;\\/span&gt;&lt;\\/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-style: inherit font-variant-ligatures: inherit font-variant-caps: inherit font-weight: inherit&quot;&gt;Seine River Cruise Ticket by Bateaux Parisiens&lt;\\/span&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;\\/p&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/1702_1641015815.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21534,\"Title\":\"Priority Access Entrance Ticket to the Louvre Museum\",\"Description\":\"&lt;p&gt;&lt;\\/p&gt;&lt;ul&gt;&lt;li&gt;A visit to Paris would be wholly incomplete without a trip to the Louvre. As the largest museum in world with an astonishing collection of 35,000 artworks spanning over 7000 years, this attraction isn&acirc;&euro;&trade;t only for art lovers but anyone with the slightest interest in Western history and culture. On your selected date and time of visit, simply present your voucher at the dedicated &quot;visitors with e-ticket&quot; line at the Pyramid&#039;s main entrance, and you&#039;re good to go. You&#039;ll get to sail past the famously long ticket queues and start exploring the museum&acirc;&euro;&trade;s treasures right away! Don&#039;t miss the museum&#039;s most famous highlights: the Venus de Milo, The Winged Victory of Samothrace, Marriage at Cana, The Coronation of Napoleon, and of course Da Vinci&acirc;&euro;&trade;s Mona Lisa, amongst other major works. It&#039;s the best way to visit the Louvre Museum for a great price - without the long lines.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Inclusive Of&lt;\\/span&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Fast-track ticket to the Louvre Museum\\r\\n&lt;\\/li&gt;&lt;li&gt;Admission to select exhibitions\\/galleries: permanent exhibitions and temporary exhibitions&lt;br&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Not Inclusive Of&lt;\\/span&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;Audio guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Skip-the-security line&lt;\\/li&gt;&lt;\\/ul&gt;&lt;p&gt;&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":20822,\"CityName\":\"Paris\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/20822\\/sightseeing\\/1702_1635238959.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":7393,\"Title\":\"From Montpellier: Wine &amp; Food Trip to Pic Saint-Loup\",\"Description\":\"&lt;br&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(26, 43, 73) font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px white-space: pre-wrap&quot;&gt;This is a picturesque getaway away allowing you to explore the delightful countryside outside of Montpelier on a half or day tour.\\r\\nYou will be picked up at your hotel or accommodation for a commented road trip. The destination is Pic Saint Loup, a Montpellier highlight, and a commune of the Coteaux du Languedoc, some 20 km inland from the city.\\r\\nDiscover a terroir, visit two wineries, meet the winemaker, and taste the wine. You will drive to a quaint and relaxed medieval village. Thereafter, on the way to the family house, you will be served a table meal with produce from the nearby farm, prepared by the mother of the tour guide - an expert cook.\\r\\n&lt;\\/span&gt;&lt;div class=&quot;activity-accordion-item-header&quot; style=&quot;border: 0px font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px margin: 0px padding: 0px 8px 8px 0px vertical-align: baseline overflow-wrap: break-word align-items: center line-height: 1.25rem flex-basis: 25% max-width: 25% width: auto color: rgb(26, 43, 73)&quot;&gt;&lt;span class=&quot;activity-accordion-item__title&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px padding: 0px vertical-align: baseline flex: 1 1 0% font-weight: bold&quot;&gt;&lt;br&gt;Includes&lt;\\/span&gt;&lt;\\/div&gt;&lt;div class=&quot;activity-accordion-item__content&quot; style=&quot;border: 0px font-family: &quot;GT Eesti&quot;, Arial, sans-serif font-size: 16px margin: 0px padding: 0px 0px 16px vertical-align: baseline height: auto max-height: 100% opacity: 1 flex-basis: 75% max-width: 75% width: auto color: rgb(26, 43, 73)&quot;&gt;&lt;section data-test-id=&quot;activity-inclusions&quot; class=&quot;activity-inclusions&quot; data-v-0d17907c=&quot;&quot; data-v-473d7442=&quot;&quot;&gt;&lt;ul class=&quot;activity-inclusions-inclusion&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px vertical-align: baseline list-style: none&quot;&gt;&lt;li class=&quot;activity-inclusions__item activity-inclusions__item--inclusion&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px padding: 0px vertical-align: baseline display: flex&quot;&gt;&lt;span class=&quot;c-icon activity-inclusions__icon activity-inclusions__icon--include&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit margin: 0px 8px 0px 0px padding: 0px vertical-align: baseline align-self: baseline display: inline-block flex-shrink: 0 height: 24px width: 24px max-width: 18px position: relative text-align: center color: var(--label-success) top: 3px&quot;&gt;&lt;svg&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;use xlink:href=&quot;c-checkmark&quot;&gt;&lt;\\/use&gt;&lt;\\/span&gt;&lt;\\/svg&gt;&lt;\\/span&gt;&lt;span class=&quot;activity-inclusions__test activity-inclusions__test--include&quot; data-v-0d17907c=&quot;&quot; style=&quot;border: 0px font-family: inherit font-size: inherit font-weight: inherit margin: 0px padding: 0px vertical-align: baseline&quot;&gt;Pick-up and drop off from Montpellier&lt;br&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;English speaking guide&lt;br&gt;&lt;\\/span&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;Winetasting in 2 wineries&lt;br&gt;&lt;\\/span&gt;&lt;span style=&quot;font-family: inherit font-size: inherit font-weight: inherit&quot;&gt;The meal and the drinks&lt;\\/span&gt;&lt;\\/span&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/section&gt;&lt;\\/div&gt;&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":18300,\"CityName\":\"Montpellier\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/18300\\/sightseeing\\/1702_1647675650.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":23532,\"Title\":\"Nice: 1 -Day Hop-On Hop-Off Bus Tour\",\"Description\":\"&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;See the sights of Nice at your own pace and enjoy panoramic views from an open-top bus. Purchase a 1-day pass for the hop-on hop-off sightseeing bus and enjoy unlimited sightseeing opportunities.&Acirc;&nbsp;&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;You can redeem your voucher on board the bus at any stop along the route. Once on board, listen to an informative commentary via the audio guide. Get information on the most popular things to see and attractions to visit.&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;&Acirc;&nbsp;Choose how much time you want to spend at each attraction and travel comfortably between sites.&lt;\\/p&gt;&lt;p style=&quot;min-width: 1px min-height: 1px margin-bottom: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline color: rgb(5, 37, 48) text-align: start&quot;&gt;Includes-&lt;\\/p&gt;&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px 0px 0.875rem border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline list-style-position: initial list-style-image: initial color: rgb(5, 37, 48)&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Transportation by open-top bus&Acirc;&nbsp;&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Recorded commentary&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Personal earphone sets (digital sound)&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/1702_1644039781.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21560,\"Title\":\"From Nice: Eze, Monaco, &amp; Monte-Carlo Half-Day Trip\",\"Description\":\"&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-bottom: 0px margin-left: 0px padding: 0px border: 0px font-variant-numeric: inherit font-variant-east-asian: inherit font-stretch: inherit font-size: 16px line-height: inherit font-family: proxima-nova, sans-serif vertical-align: baseline list-style-position: initial list-style-image: initial color: rgb(5, 37, 48)&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Be collected from your accommodation in Nice in the morning or in the afternoon. Enjoy a panoramic view of Nice and the bays of Villefranche-sur-Mer and Saint Jean Cap Ferrat. In &Atilde;&circ;ze,&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;&Acirc;&nbsp;you will have the opportunity to visit the medieval village like an eagle&#039;s nest. You can also take a free guided tour of Fragonard Perfumery to learn more about the perfume-making process. Your driver-guide will then take you to Monaco, where you will walk to the old town on the Rock.&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;&Acirc;&nbsp;Discover the princely palace and explore the old town and the neo-Romanesque cathedral. Not to mention the famous Casino Square, the Grand Casino, the luxury boutiques, and the Caf&Atilde;&copy; de Paris. A ride on the Monaco Grand Prix circuit awaits you from Monaco to Monte Carlo. &Acirc;&nbsp;&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;&lt;br style=&quot;min-width: 1px min-height: 1px&quot;&gt;Includes-&lt;ul style=&quot;min-width: 1px min-height: 1px margin-right: 0px margin-left: 0px padding: 0px border: 0px font: inherit vertical-align: baseline list-style: disc&quot;&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Pick up and drop-off at your accommodation&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Multilingual guide&lt;\\/li&gt;&lt;li style=&quot;min-width: 1px min-height: 1px margin: 0px 0px 0px 1.25rem padding: 0px border: 0px font: inherit vertical-align: baseline&quot;&gt;Bottled water&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/li&gt;&lt;\\/ul&gt;\",\"CurrencyType\":0,\"CityId\":19391,\"CityName\":\"Nice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/19391\\/sightseeing\\/1702_1635485668.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"252144\",\"Title\":\"Arrival At Paris\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<p>On Arrival at Paris Airport, our Representative will meet you and greet you at the Airport Lobby, After then we&#39;ll Transfer to Hotel by Private AC Car.<br \\/>\\r\\nAt Hotel After Check-in get Refresh and Later You can roam around the Hotel\\/Resort.<br \\/>\\r\\nSince From India to Paris Flight takes around 12 hrs and 3:50 hrs Time Difference so we advise our Traveler to take proper Rest due to Jet Lag.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":378777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"252145\",\"Title\":\"Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)\",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>-----Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)--------<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Feel the romance as you walk down the historic streets of Paris and admire the city&#39;s iconic sights. Have dinner at the top of the Eiffel Tower; enjoy a relaxed picnic at the Champ de Mars, feast your eyes on the majestic Notre Dame and more. Stop for a break at one of the Parisian cafes or splurge on a shopping spree in the trendy boutiques.&nbsp;<\\/li>\\r\\n\\t<li>The unlimited Big Bus pass lets you tour the city for 1 or 2 days and explore its every corner at your own pace. So, hop on, sit back and enjoy the ride!<\\/li>\\r\\n\\t<li>Explore at your own pace &ndash; hop on and hop off at major Parisian attractions!<\\/li>\\r\\n\\t<li>Capture moments at famous landmarks<\\/li>\\r\\n\\t<li>Hop off at the Eiffel Tower and explore Paris&#39; iconic structure up close<\\/li>\\r\\n\\t<li>Enjoy the open top bus experience made for every travelers&#39; sightseeing pleasure<\\/li>\\r\\n\\t<li>Paris Big Bus Hop-On Hop-Off Tours (Open-Top) Deluxe Ticket Including Seine River Cruise.<\\/li>\\r\\n\\t<li>Inclusive Of:<\\/li>\\r\\n\\t<li>1 day hop-on and hop-off bus pass<\\/li>\\r\\n\\t<li>Unlimited rides during operation hours<\\/li>\\r\\n\\t<li>Seine River Cruise Ticket by Bateaux Parisiens<\\/li>\\r\\n\\t<li>Audio commentary in 11 languages (English, Chinese, French, German, Spanish, Italian, Russian, Japanese, Brazilian, Portuguese, Arabic and Korean)<\\/li>\\r\\n\\t<li>Rewards voucher booklet<\\/li>\\r\\n\\t<li>&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>------Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)-------------<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>1st floor: With its transparent floor and its new glass balustrades, the 1st floor offers you a brand new experience and a breathtaking view<\\/li>\\r\\n\\t<li>2nd floor: the ideal floor from which to get some photos for the album. It&rsquo;s also from here that you can take the lifts to get to the top of the Tower<\\/li>\\r\\n\\t<li>3rd floor: see a stunning view of Paris and its monuments at the top of the tower, 180 meters high<\\/li>\\r\\n\\t<li>Ascend the high speed elevator to the second floor to enjoy 360&deg; panoramic views across the city and admire famous landmark such as the Notre Dame, Sacr&eacute;-Coeur, and the Arc de Triomphe from 115 meters up<\\/li>\\r\\n\\t<li>Choose to access all 3 floors to soar up to the 276 meter summit in a glass elevator for truly &nbsp;exceptional views<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n-------Evening Seine River Cruise-------<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>In the Evening Explore Beautiful Seine River Cruise With Big Bus Hop-On Hop-Off Tours (Open-Top).<\\/li>\\r\\n\\t<li>Seeing the romantic city of Paris by boat is on the must-do list of most visitors to Paris and a Seine cruise is a very popular way to see Paris. These short river cruises allow you to take in many of the highlights of the city&mdash;the Louvre, the Eiffel Tower, the Mus&eacute;e d&rsquo;Orsay, Notre Dame, etc.&mdash;as you float along the famous Seine River.<\\/li>\\r\\n\\t<li>Seine River Cruise Ticket by Bateaux Parisiens<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":378777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":21511,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252146\",\"Title\":\"Priority Access Entrance Ticket to the Louvre Museum\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>A visit to Paris would be wholly incomplete without a trip to the Louvre. As the largest museum in world with an astonishing collection of 35,000 artworks spanning over 7000 years, this attraction isn&rsquo;t only for art lovers but anyone with the slightest interest in Western history and culture. On your selected date and time of visit, simply present your voucher at the dedicated &quot;visitors with e-ticket&quot; line at the Pyramid&#39;s main entrance, and you&#39;re good to go. You&#39;ll get to sail past the famously long ticket queues and start exploring the museum&rsquo;s treasures right away! Don&#39;t miss the museum&#39;s most famous highlights: the Venus de Milo, The Winged Victory of Samothrace, Marriage at Cana, The Coronation of Napoleon, and of course Da Vinci&rsquo;s Mona Lisa, amongst other major works. It&#39;s the best way to visit the Louvre Museum for a great price - without the long lines!<\\/p>\\r\\n\\r\\n<p>Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Entry ticket with priority access<\\/li>\\r\\n\\t<li>Access to temporary exhibitions<\\/li>\\r\\n\\t<li>Audio guide in: French\\/English\\/Spanish\\/German\\/Italian\\/Portuguese\\/Russian\\/Chinese Mandarin\\/Japanese\\/Korean<\\/li>\\r\\n\\t<li>Map of the museum<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Not Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Re-entry to the museum<\\/li>\\r\\n\\t<li>Tour guide<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":378777,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":21534,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252147\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":20822,\"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\":\"252148\",\"Title\":\"Paris To Montpellier By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Paris &nbsp;and Catch the &nbsp;Train to &nbsp;Montpellier &nbsp;(Afternoon Reach the Montpellier &nbsp;and then Check into Hotel And Night Stay In Montpellier .<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18300,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":504516,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":504517,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"252149\",\"Title\":\"From Montpellier: Wine & Food Trip to Pic Saint-Loup\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<ul>\\r\\n\\t<li>This is a picturesque getaway away allowing you to explore the delightful countryside outside of Montpelier on a half or day tour.&nbsp;<\\/li>\\r\\n\\t<li>The destination is Pic Saint Loup, a Montpellier highlight, and a commune of the Coteaux du Languedoc, some 20 km inland from the city.&nbsp;<\\/li>\\r\\n\\t<li>Discover a terroir, visit two wineries, meet the winemaker, and taste the wine. You will drive to a quaint and relaxed medieval village.&nbsp;<\\/li>\\r\\n\\t<li>Thereafter, on the way to the family house, you will be served a table meal with produce from the nearby farm, prepared by the mother of the tour guide - an expert cook.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\nIncludes<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Pick-up and drop off from Montpellier<\\/li>\\r\\n\\t<li>English speaking guide<\\/li>\\r\\n\\t<li>Winetasting in 2 wineries<\\/li>\\r\\n\\t<li>The meal and the drinks<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18300,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":504516,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD ROOM\"},{\"IsIncluded\":false,\"Id\":504517,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":7393,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252150\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":18300,\"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\":\"252212\",\"Title\":\"Montpellier to Nice By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Montpellier &nbsp;and Catch the &nbsp;Train to Nice&nbsp; (Afternoon Reach the Nice &nbsp;and then Check into Hotel And Night Stay In Nice .<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":496055,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"252213\",\"Title\":\"Nice: 1 -Day Hop-On Hop-Off Bus Tour\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<ul>\\r\\n\\t<li>See the sights of Nice at your own pace and enjoy panoramic views from an open-top bus. Purchase a 1-day pass for the hop-on hop-off sightseeing bus and enjoy unlimited sightseeing opportunities.&nbsp;<\\/li>\\r\\n\\t<li>You can redeem your voucher on board the bus at any stop along the route. Once on board, listen to an informative commentary via the audio guide. Get information on the most popular things to see and attractions to visit.<\\/li>\\r\\n\\t<li>&nbsp;Choose how much time you want to spend at each attraction and travel comfortably between sites.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Includes-<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Transportation by open-top bus&nbsp;<\\/li>\\r\\n\\t<li>Recorded commentary<\\/li>\\r\\n\\t<li>Personal earphone sets (digital sound)<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":496055,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":23532,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252214\",\"Title\":\"From Nice: Eze, Monaco, & Monte-Carlo Half-Day Trip\",\"MealPlanInclude\":\"Breakfast\",\"Day\":8,\"Program\":\"<ul>\\r\\n\\t<li>Be collected from your accommodation in Nice in the morning or in the afternoon. Enjoy a panoramic view of Nice and the bays of Villefranche-sur-Mer and Saint Jean Cap Ferrat. In &Egrave;ze,<\\/li>\\r\\n\\t<li>&nbsp;you will have the opportunity to visit the medieval village like an eagle&#39;s nest. You can also take a free guided tour of Fragonard Perfumery to learn more about the perfume-making process. Your driver-guide will then take you to Monaco, where you will walk to the old town on the Rock.<\\/li>\\r\\n\\t<li>&nbsp;Discover the princely palace and explore the old town and the neo-Romanesque cathedral. Not to mention the famous Casino Square, the Grand Casino, the luxury boutiques, and the Caf&eacute; de Paris. A ride on the Monaco Grand Prix circuit awaits you from Monaco to Monte Carlo. &nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Includes-<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Pick up and drop-off at your accommodation<\\/li>\\r\\n\\t<li>Multilingual guide<\\/li>\\r\\n\\t<li>Bottled water<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":496055,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":21560,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"252215\",\"Title\":\"Departure From Nice\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Well, After Exploring the Europe like Local, It&#39;s time to End. check out from hotel and Transfer From Hotel To Airport by Private Car and then Take a flight back to Home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":19391,\"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\":\"35151\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"100000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"100000.00\",\"priceSingleOcc\":200000,\"priceExtraBed\":\"57500.00\",\"priceWithoutBed\":\"100000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"100000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"100000.00\",\"priceSingleOcc\":200000,\"priceExtraBed\":\"57500.00\",\"priceWithoutBed\":\"100000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"100000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"100000.00\",\"priceSingleOcc\":200000,\"priceExtraBed\":\"57500.00\",\"priceWithoutBed\":\"100000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"100000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"100000.00\",\"priceSingleOcc\":200000,\"priceExtraBed\":\"57500.00\",\"priceWithoutBed\":\"100000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"100000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"100000.00\",\"priceSingleOcc\":200000,\"priceExtraBed\":\"57500.00\",\"priceWithoutBed\":\"100000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"100000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":100000,\"priceDoubleOcc\":\"100000.00\",\"priceSingleOcc\":200000,\"priceExtraBed\":\"57500.00\",\"priceWithoutBed\":\"100000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"100000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"35151\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"90000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":90000,\"priceDoubleOcc\":\"90000.00\",\"priceSingleOcc\":180000,\"priceExtraBed\":\"50000.00\",\"priceWithoutBed\":\"90000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"90000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":90000,\"priceDoubleOcc\":\"90000.00\",\"priceSingleOcc\":180000,\"priceExtraBed\":\"50000.00\",\"priceWithoutBed\":\"90000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"90000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":90000,\"priceDoubleOcc\":\"90000.00\",\"priceSingleOcc\":180000,\"priceExtraBed\":\"50000.00\",\"priceWithoutBed\":\"90000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"90000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":90000,\"priceDoubleOcc\":\"90000.00\",\"priceSingleOcc\":180000,\"priceExtraBed\":\"50000.00\",\"priceWithoutBed\":\"90000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"90000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":90000,\"priceDoubleOcc\":\"90000.00\",\"priceSingleOcc\":180000,\"priceExtraBed\":\"50000.00\",\"priceWithoutBed\":\"90000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"90000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-04-20\",\"To\":\"2022-10-15\",\"Currency\":1,\"priceTripleOcc\":90000,\"priceDoubleOcc\":\"90000.00\",\"priceSingleOcc\":180000,\"priceExtraBed\":\"50000.00\",\"priceWithoutBed\":\"90000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"90000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meal plan : Lunch&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal plan : Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VISA : fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City taxes on hotels&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS ( Traveller will received refund in form of TDS)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other services not mentioned in the inclusions or itinerary&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meal plan : Breakfast&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VISA : Assistance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sightseeing&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Transfers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Arrival&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Departure&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Government Taxes\\/VAT\\/ Service Charges&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n------------Sightseen--------------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;From Montpellier: Wine &amp;amp; Food Trip to Pic Saint-Loup&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;From Nice: Eze, Monaco, &amp;amp; Monte-Carlo Half-Day Trip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Paris City Sightseen With Big Bus Hop-On Hop-Off Tours (Open-Top)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ticket for the Top Floor of the Eiffel Tower (2 to 3 Hours)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Evening Seine River Cruise&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Priority Access Entrance Ticket to the Louvre Museum&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nice: 1 -Day Hop-On Hop-Off Bus Tour&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&lt;br \\/&gt;\\r\\n-----------Transportation----------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Paris Airport To Hotel By Private Car&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Paris To Montpellier By Train&amp;nbsp;&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Montpellier To Nice By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Nice Hotel to Airport By Private Car&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":60,\"ExtraValue\":\"20000\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"9815\",\"Value\":\"30\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"9818\",\"Value\":\"50\"},{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"9819\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"252144\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[252144],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"2\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252145\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[252145],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252146\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[252146],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252147\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[252147],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252148\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[252148],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252149\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[252149],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252150\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[252150],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252212\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[252212],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252213\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[252213],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252214\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[252214],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"252215\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[252215],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Paris,Montpellier,Nice','Paris,Western Europe,France,Montpellier,Nice',NULL,'20822,18300,19391',90000,100000,8,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00',3,'France','76','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'paris',NULL,NULL,NULL,0),(26,32829,1,12211,1,0,0,'Honeymoon,Adventure,Beach,Cruise,Hill Station,Culture,Romantic,Shopping and Nightlife,By Cab,Group Tours,River Cruises',NULL,1,1,0,'{\"package\":{\"TPId\":32829,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/package\\/sensational_europe_1646024498.jpg\",\"BookingValidUntill\":\"2022-10-31\",\"AdvBookingDays\":30,\"DETAILS\":\"\",\"AdvBookingPercent\":10,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":10,\"AgencyId\":1702,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":1702,\"DestinationPlaces\":\"Rome\",\"DestinationPlacesSysId\":32754,\"SourcePlaces\":\"Zurich\",\"SourcePlaceSysId\":30548,\"AgencyName\":\"STREETROMEO TRAVEL PLANNER\",\"Name\":\" Sensational Europe\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":3,\"Value\":\"International                                     \"},\"Supplier\":{\"SupplierId\":\"2775\",\"SupplierName\":\"Streetromeo\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Hotel,Only Breakfast,Cab,Airport Transfers,Intercity Transfers,Activity,Sightseeing,Guided Tours,Train Ticket,Travel Insurance\",\"PackageType\":\"Honeymoon,Adventure,Beach,Cruise,Hill Station,Culture,Romantic,Shopping and Nightlife,By Cab,Group Tours,River Cruises\",\"Validity\":{\"From\":\"2022-05-12\",\"To\":\"2022-10-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":28574,\"Title\":\"Venice\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":388876,\"Name\":\"Hotel San Zulian\",\"Star\":\"3.00\",\"Rating\":\".00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"45.4359383119096\",\"Long\":\"12.3387756943703\",\"Address\":\"San Marco 527, San Marco, \"},\"Images\":[],\"CityId\":28574,\"Brief\":\"The beauty of Hotel San Zulian\\\\&#039;&#039;s surroundings will enchant you. Just a few step\\\\&#039;&#039;s from Europe\\\\&#039;&#039;s most beautiful\\\\&quot;\\\\&quot;living room\\\\&quot;\\\\&quot; - Piazza San Marco - and Rialto bridge, it\\\\&#039;&#039;s nestled in a maze of narrow streets and tiny squares where you will can admire traditional Venetian style. \\n\\nBuilt in the 19th century and recently renovated, the hotel features 22 rooms, of a variety of types, some including views. The hotel covers 4 floors and has elevator service. The hotel is known for its refinement, elegance and warmth. The hotel takes great care in the details, emphasizing of love for Venetian art.San Zulian hotel takes great care in the details, emphasizing of love for Venetian art...\",\"MainImg\":\"https:\\/\\/assets.cosmos-data.com\\/1\\/00d41cb62f56d1c6c1057e19d251eb16-200536.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24286,\"Title\":\"Zurich - Mt Stanserhorn - Mt Rigi -Zurich\",\"Description\":\"&lt;p style=&quot;font-size: 16px&quot;&gt;Today can visit Mt Stanserhorn and Mt Rigi: Called as Queen Of Mountains or Interlaken BLS cruise and many museums are complementary on Swiss Pass, Form Stanserhorn station in Stans it&#039;s a five minute walk. The journey from the bottom station to the top takes 24 minutes.&lt;\\/p&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Take train to Stans station and from there board CabriO, A new cable car system lets guests enjoy fresh air and great views around Mount Stanserhorn. The double-decker cable car has an open upper deck. And later Mt Rigi, take train to Arth Goldau and from take train for Rigi Staffel and from there Rigi Kulm. You can also take option of going by boat from Lucerne to Vitzanu and from there take train to Rigi Kulm.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/1702_1646025425.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":9544,\"Title\":\"Florence\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":82702,\"Name\":\"Mia Cara\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"43.777914\",\"Long\":\"11.250962\",\"Address\":\"Via Faenza 90r 50123 Florence\"},\"Images\":{\"Image\":[{\"ImagId\":1820657,\"Type\":\"Thumbnail\",\"Order\":1,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_3_t.jpg\"},{\"ImagId\":1820658,\"Type\":\"Thumbnail\",\"Order\":2,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_6_t.jpg\"},{\"ImagId\":1820659,\"Type\":\"Thumbnail\",\"Order\":3,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_1_t.jpg\"},{\"ImagId\":1820660,\"Type\":\"Thumbnail\",\"Order\":4,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_2_t.jpg\"},{\"ImagId\":1820661,\"Type\":\"Thumbnail\",\"Order\":5,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_19_t.jpg\"},{\"ImagId\":1820662,\"Type\":\"Thumbnail\",\"Order\":6,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_7_t.jpg\"},{\"ImagId\":1820663,\"Type\":\"Thumbnail\",\"Order\":7,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_24_t.jpg\"},{\"ImagId\":1820664,\"Type\":\"Thumbnail\",\"Order\":8,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_35_t.jpg\"},{\"ImagId\":1820665,\"Type\":\"Thumbnail\",\"Order\":9,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_39_t.jpg\"},{\"ImagId\":1820666,\"Type\":\"Thumbnail\",\"Order\":10,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_42_t.jpg\"},{\"ImagId\":1820667,\"Type\":\"Thumbnail\",\"Order\":11,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_45_t.jpg\"},{\"ImagId\":1820668,\"Type\":\"Thumbnail\",\"Order\":12,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_43_t.jpg\"},{\"ImagId\":1820669,\"Type\":\"Thumbnail\",\"Order\":13,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_44_t.jpg\"},{\"ImagId\":1820670,\"Type\":\"Thumbnail\",\"Order\":14,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_46_t.jpg\"},{\"ImagId\":1820671,\"Type\":\"Thumbnail\",\"Order\":15,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_47_t.jpg\"},{\"ImagId\":1820672,\"Type\":\"Thumbnail\",\"Order\":16,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_49_t.jpg\"},{\"ImagId\":1820673,\"Type\":\"Thumbnail\",\"Order\":17,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_48_t.jpg\"},{\"ImagId\":1820674,\"Type\":\"Thumbnail\",\"Order\":18,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_50_t.jpg\"},{\"ImagId\":1820675,\"Type\":\"Thumbnail\",\"Order\":19,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_51_t.jpg\"},{\"ImagId\":1820676,\"Type\":\"Thumbnail\",\"Order\":20,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_53_t.jpg\"},{\"ImagId\":1820677,\"Type\":\"Thumbnail\",\"Order\":21,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_54_t.jpg\"},{\"ImagId\":1820678,\"Type\":\"Thumbnail\",\"Order\":22,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_52_t.jpg\"},{\"ImagId\":1820679,\"Type\":\"Thumbnail\",\"Order\":23,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_55_t.jpg\"},{\"ImagId\":1820680,\"Type\":\"Thumbnail\",\"Order\":24,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_56_t.jpg\"},{\"ImagId\":1820681,\"Type\":\"Thumbnail\",\"Order\":25,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_57_t.jpg\"},{\"ImagId\":1820682,\"Type\":\"Thumbnail\",\"Order\":26,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_58_t.jpg\"},{\"ImagId\":1820683,\"Type\":\"Thumbnail\",\"Order\":27,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_59_t.jpg\"},{\"ImagId\":1820684,\"Type\":\"Thumbnail\",\"Order\":28,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_61_t.jpg\"},{\"ImagId\":1820685,\"Type\":\"Thumbnail\",\"Order\":29,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_62_t.jpg\"},{\"ImagId\":1820686,\"Type\":\"Thumbnail\",\"Order\":30,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_66_t.jpg\"},{\"ImagId\":1820687,\"Type\":\"Thumbnail\",\"Order\":31,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_67_t.jpg\"},{\"ImagId\":1820688,\"Type\":\"Thumbnail\",\"Order\":32,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_70_t.jpg\"},{\"ImagId\":1820689,\"Type\":\"Thumbnail\",\"Order\":33,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_73_t.jpg\"},{\"ImagId\":1820690,\"Type\":\"Thumbnail\",\"Order\":34,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_75_t.jpg\"},{\"ImagId\":1820691,\"Type\":\"Thumbnail\",\"Order\":35,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_76_t.jpg\"},{\"ImagId\":1820692,\"Type\":\"Thumbnail\",\"Order\":36,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_77_t.jpg\"},{\"ImagId\":1820693,\"Type\":\"Thumbnail\",\"Order\":37,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_78_t.jpg\"},{\"ImagId\":1820694,\"Type\":\"Thumbnail\",\"Order\":38,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_79_t.jpg\"},{\"ImagId\":1820695,\"Type\":\"Thumbnail\",\"Order\":39,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_81_t.jpg\"},{\"ImagId\":1820696,\"Type\":\"Thumbnail\",\"Order\":40,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_82_t.jpg\"},{\"ImagId\":1820697,\"Type\":\"Thumbnail\",\"Order\":41,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_83_t.jpg\"},{\"ImagId\":1820698,\"Type\":\"Thumbnail\",\"Order\":42,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_86_t.jpg\"},{\"ImagId\":1820699,\"Type\":\"Thumbnail\",\"Order\":43,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_87_t.jpg\"},{\"ImagId\":1820700,\"Type\":\"Thumbnail\",\"Order\":44,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_88_t.jpg\"},{\"ImagId\":1820701,\"Type\":\"Thumbnail\",\"Order\":45,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_90_t.jpg\"},{\"ImagId\":1820702,\"Type\":\"Thumbnail\",\"Order\":46,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_95_t.jpg\"},{\"ImagId\":1820703,\"Type\":\"Thumbnail\",\"Order\":47,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_91_t.jpg\"},{\"ImagId\":1820704,\"Type\":\"Thumbnail\",\"Order\":48,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_92_t.jpg\"},{\"ImagId\":1820705,\"Type\":\"Thumbnail\",\"Order\":49,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_93_t.jpg\"},{\"ImagId\":1820706,\"Type\":\"Thumbnail\",\"Order\":50,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_98_t.jpg\"},{\"ImagId\":1820707,\"Type\":\"Thumbnail\",\"Order\":51,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_100_t.jpg\"},{\"ImagId\":1820708,\"Type\":\"Thumbnail\",\"Order\":52,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_102_t.jpg\"},{\"ImagId\":1820709,\"Type\":\"Thumbnail\",\"Order\":53,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_103_t.jpg\"},{\"ImagId\":1820710,\"Type\":\"Thumbnail\",\"Order\":54,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_99_t.jpg\"},{\"ImagId\":1820711,\"Type\":\"Thumbnail\",\"Order\":55,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_119_t.jpg\"},{\"ImagId\":1820712,\"Type\":\"Thumbnail\",\"Order\":56,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_109_t.jpg\"},{\"ImagId\":1820713,\"Type\":\"Thumbnail\",\"Order\":57,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_111_t.jpg\"},{\"ImagId\":1820714,\"Type\":\"Thumbnail\",\"Order\":58,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_115_t.jpg\"},{\"ImagId\":1820715,\"Type\":\"Thumbnail\",\"Order\":59,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_116_t.jpg\"},{\"ImagId\":1820716,\"Type\":\"Thumbnail\",\"Order\":60,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_110_t.jpg\"},{\"ImagId\":1820717,\"Type\":\"Thumbnail\",\"Order\":61,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_121_t.jpg\"},{\"ImagId\":1820718,\"Type\":\"Thumbnail\",\"Order\":62,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_122_t.jpg\"},{\"ImagId\":1820719,\"Type\":\"Thumbnail\",\"Order\":63,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_125_t.jpg\"},{\"ImagId\":1820720,\"Type\":\"Thumbnail\",\"Order\":64,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_133_t.jpg\"},{\"ImagId\":1820721,\"Type\":\"Thumbnail\",\"Order\":65,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_136_t.jpg\"},{\"ImagId\":1820722,\"Type\":\"Thumbnail\",\"Order\":66,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_134_t.jpg\"},{\"ImagId\":1820723,\"Type\":\"Thumbnail\",\"Order\":67,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_135_t.jpg\"},{\"ImagId\":1820724,\"Type\":\"Thumbnail\",\"Order\":68,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_137_t.jpg\"},{\"ImagId\":1820725,\"Type\":\"Thumbnail\",\"Order\":69,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_139_t.jpg\"},{\"ImagId\":1820726,\"Type\":\"Thumbnail\",\"Order\":70,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_141_t.jpg\"},{\"ImagId\":1820727,\"Type\":\"Thumbnail\",\"Order\":71,\"ShortDesc\":null,\"URL\":\"http:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_142_t.jpg\"}]},\"CityId\":9544,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Hotel Mia Cara in Florence (Santa Maria Novella), you&amp;apos;ll be minutes from Palazzo degli Affari and Fortezza da Basso.  This hotel is close to Cathedral of Saint Mary of the Flower and Ponte Vecchio.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 18 air-conditioned rooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones and safes, and housekeeping is provided daily.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. Additional features at this hotel include complimentary wireless Internet access and tour\\/ticket assistance.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;A complimentary breakfast is included.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour front desk and an elevator (lift).&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"https:\\/\\/media.expedia.com\\/hotels\\/8000000\\/7740000\\/7733100\\/7733050\\/7733050_3_t.jpg\",\"AccoAminitiesMask\":\"110000000000000000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"}],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24286,\"Title\":\"Zurich - Mt Stanserhorn - Mt Rigi -Zurich\",\"Description\":\"&lt;p style=&quot;font-size: 16px&quot;&gt;Today can visit Mt Stanserhorn and Mt Rigi: Called as Queen Of Mountains or Interlaken BLS cruise and many museums are complementary on Swiss Pass, Form Stanserhorn station in Stans it&#039;s a five minute walk. The journey from the bottom station to the top takes 24 minutes.&lt;\\/p&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Take train to Stans station and from there board CabriO, A new cable car system lets guests enjoy fresh air and great views around Mount Stanserhorn. The double-decker cable car has an open upper deck. And later Mt Rigi, take train to Arth Goldau and from take train for Rigi Staffel and from there Rigi Kulm. You can also take option of going by boat from Lucerne to Vitzanu and from there take train to Rigi Kulm.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/1702_1646025425.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":32754,\"Title\":\"Rome\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":386247,\"Name\":\"Cilicia\",\"Star\":\"3.00\",\"Rating\":\"3.50\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"41.873481\",\"Long\":\"12.505897\",\"Address\":\"CILICIA 7 00179 ROMA  IT, 00179\"},\"Images\":[],\"CityId\":32754,\"Brief\":\"Situated just steps from the prestigious archaeological area of the Appia Antica and only a 15-minute walk from the Re Di Roma metro station, this hotel offers an ideal base for a holiday in Rome.  The Archbasilica of St. John Lateran is a short walk from the hotel, and visitors will be able to reach most of the city&#039;s major attractions, such as the Roman Forum, Coliseum, and Spanish Steps, within half an hour via public transport.\\nThe hotel&#039;s comfortable rooms are tastefully furnished with air-conditioning and Wi-Fi internet access.  Guests can start a busy day with a buffet breakfast served in the breakfast room, and business travellers might make use of the versatile onsite meeting room for conferences and seminars of up to 90 attendees.  For a wonderful city break in the Eternal City, this hotel&#039;s accessible location and comfortable rooms make it an ideal choice.\",\"MainImg\":\"https:\\/\\/photos.hotelbeds.com\\/giata\\/07\\/077950\\/077950a_hb_l_004.jpg\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24286,\"Title\":\"Zurich - Mt Stanserhorn - Mt Rigi -Zurich\",\"Description\":\"&lt;p style=&quot;font-size: 16px&quot;&gt;Today can visit Mt Stanserhorn and Mt Rigi: Called as Queen Of Mountains or Interlaken BLS cruise and many museums are complementary on Swiss Pass, Form Stanserhorn station in Stans it&#039;s a five minute walk. The journey from the bottom station to the top takes 24 minutes.&lt;\\/p&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Take train to Stans station and from there board CabriO, A new cable car system lets guests enjoy fresh air and great views around Mount Stanserhorn. The double-decker cable car has an open upper deck. And later Mt Rigi, take train to Arth Goldau and from take train for Rigi Staffel and from there Rigi Kulm. You can also take option of going by boat from Lucerne to Vitzanu and from there take train to Rigi Kulm.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/1702_1646025425.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}},{\"CityId\":30548,\"Title\":\"Zurich\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":19766,\"Name\":\"Novotel Zurich Airport Messe\",\"Star\":\".00\",\"Rating\":\"4.00\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"47.425561340902\",\"Long\":\"8.5600501298904\",\"Address\":\"Lindbergh-Platz 1 8152 Glattpark\"},\"Images\":{\"Image\":[{\"ImagId\":483174,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/376\\/0884_ho_00_p_2048x1536_A.jpg\"},{\"ImagId\":483175,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/380\\/0884_ho_01_p_2048x1536_A.jpg\"},{\"ImagId\":483176,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/384\\/0884_ho_02_p_2048x1536_A.jpg\"},{\"ImagId\":483177,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/62\\/340\\/608\\/0884_ho_03_p_2048x1536_A.jpg\"},{\"ImagId\":483178,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/392\\/0884_ro_01_p_2048x1536_A.jpg\"},{\"ImagId\":483179,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/573\\/93\\/0884_ro_02_p_3000x2250_A.jpg\"},{\"ImagId\":483180,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/573\\/97\\/0884_ro_03_p_3000x2250_A.jpg\"},{\"ImagId\":483181,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/404\\/0884_rs_00_p_2048x1536_A.jpg\"},{\"ImagId\":483182,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/408\\/0884_rs_01_p_2048x1536_A.jpg\"},{\"ImagId\":483183,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/412\\/0884_rs_02_p_2048x1536_A.jpg\"},{\"ImagId\":483184,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/416\\/0884_rs_03_p_2048x1536_A.jpg\"},{\"ImagId\":483185,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/420\\/0884_ba_00_p_2048x1536_A.jpg\"},{\"ImagId\":483186,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/424\\/0884_ba_01_p_2048x1536_A.jpg\"},{\"ImagId\":483187,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/428\\/0884_ba_02_p_2048x1536_A.jpg\"},{\"ImagId\":483188,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/868\\/325\\/0884_ba_03_p_2048x1536_A.jpg\"},{\"ImagId\":483189,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/573\\/117\\/0884_sl_00_p_3000x2250_A.jpg\"},{\"ImagId\":483190,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/436\\/0884_sl_01_p_2048x1536_A.jpg\"},{\"ImagId\":483191,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/440\\/0884_sl_02_p_2048x1536_A.jpg\"},{\"ImagId\":483192,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/69\\/868\\/335\\/0884_sl_03_p_2048x1536_A.jpg\"},{\"ImagId\":483193,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/573\\/127\\/0884_sm_00_p_3000x2250_A.jpg\"},{\"ImagId\":483194,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/573\\/131\\/0884_sm_01_p_3000x2250_A.jpg\"},{\"ImagId\":483195,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/573\\/135\\/0884_sm_02_p_3000x2250_A.jpg\"},{\"ImagId\":483196,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/2\\/0\\/72\\/573\\/139\\/0884_sm_03_p_3000x2250_A.jpg\"},{\"ImagId\":483197,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/613\\/0884_fa_00_p_2048x1536_A.jpg\"},{\"ImagId\":483198,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/621\\/0884_fa_01_p_2048x1536_A.jpg\"},{\"ImagId\":483199,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/628\\/0884_fa_02_p_2048x1536_A.jpg\"},{\"ImagId\":483200,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/638\\/0884_fa_03_p_2048x1536_A.jpg\"},{\"ImagId\":483201,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/645\\/0884_de_00_p_2048x1536_A.jpg\"},{\"ImagId\":483202,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/652\\/0884_de_01_p_2048x1536_A.jpg\"},{\"ImagId\":483203,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/660\\/0884_de_02_p_2048x1536_A.jpg\"},{\"ImagId\":483204,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/74\\/540\\/667\\/0884_de_03_p_2048x1536_A.jpg\"},{\"ImagId\":483205,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/583\\/785\\/0884_roexeroo_00_p_1024x768_A.jpg\"},{\"ImagId\":483206,\"Type\":\"Thumbnail\",\"Order\":0,\"ShortDesc\":null,\"URL\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/3\\/0\\/75\\/583\\/789\\/0884_rosuproo_00_p_2048x1536_A.jpg\"}]},\"CityId\":30548,\"Brief\":\"&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Property Location&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;With a stay at Novotel Zurich Airport Messe in Opfikon (Glattbrugg), you&amp;apos;ll be close to Zurich Exhibition Centre and Shopping Center Glatt.  This 4-star hotel is within close proximity of Hallenstadion and MFO-Park.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Rooms&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Make yourself at home in one of the 255 air-conditioned rooms 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 complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Enjoy recreational amenities such as a sauna and a fitness center. This Art Deco hotel also features complimentary wireless Internet access, concierge services, and an arcade\\/game room.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Dining&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Satisfy your appetite at the hotel&amp;apos;s restaurant, which serves lunch and dinner. Dining is also available at a coffee shop\\/caf&eacute;, and 24-hour room service is provided. Quench your thirst with your favorite drink at a bar\\/lounge.&amp;lt;\\/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Business, Other Amenities&amp;lt;\\/b&amp;gt; &amp;lt;br \\/&amp;gt;Featured amenities include a 24-hour business center, express check-out, and complimentary newspapers in the lobby. Planning an event in Opfikon? This hotel has 5274 square feet (490 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is complimentary at scheduled times.&amp;lt;\\/p&amp;gt;\",\"MainImg\":\"http:\\/\\/www.cfmedia.vfmleonardo.com\\/imageRepo\\/4\\/0\\/61\\/977\\/376\\/0884_ho_00_p_2048x1536_A.jpg\",\"AccoAminitiesMask\":\"111000000000010000\",\"AccoAminities\":[{\"AminityId\":1,\"Title\":\"Internet\"},{\"AminityId\":2,\"Title\":\"Restaurant\"},{\"AminityId\":13,\"Title\":\"Laundry\"}],\"IsfromAPI\":false,\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tSTANDARD ROOM\",\"MealTypeName\":\"BB\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":4371,\"Title\":\"Rhine Falls\",\"Description\":\"Europe&amp;#039;s biggest waterfall in Switzerland, Rhine waterfalls fascinates visitors with its great water volume. The 150 m wide and 23 m high waterfall is located near the village of Neuhausen in Northern Switzerland. The Adventure Park at Rhine Falls is one of Europe&amp;#039;s most spectacular rope parks. Adventure seekers can glide from tree to tree on 11 different courses with a breathtaking view of Rhine Falls. An adventure path with elevator from Laufen Castle to the outlook platforms and a boat ride to the Rhine Falls basin is also worthwhile.\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":47.6779509,\"Long\":8.6155799,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Rhine_Falls_30548_1521183637.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4383,\"Title\":\"Mt. Titlis\",\"Description\":\"Mt. Titlis is a mountain to be reached by a revolving cable car in Central Switzerland. It is a high alpine attraction and viewing point stands at At 3032 m, from where one can enjoy the eternal snow and the beautiful views. This is an ideal trip for kids also who want to play in the snow. The cable car departs from the town of Engelberg, about 45 minutes from Lucerne.\\r\\nThe &amp;#039;Ice Flyer&amp;#039; chairlift allows to &amp;#039;fly&amp;#039; over the glacier and take to the Glacier Park, where one can enjoy the snow using snow tubes and sledges. Other activities includes Titli Cliff walk, hiking trails, etc to perform here\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":46.772048,\"Long\":8.4377704,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/Mt._Titlis_30548_1521119291.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":24286,\"Title\":\"Zurich - Mt Stanserhorn - Mt Rigi -Zurich\",\"Description\":\"&lt;p style=&quot;font-size: 16px&quot;&gt;Today can visit Mt Stanserhorn and Mt Rigi: Called as Queen Of Mountains or Interlaken BLS cruise and many museums are complementary on Swiss Pass, Form Stanserhorn station in Stans it&#039;s a five minute walk. The journey from the bottom station to the top takes 24 minutes.&lt;\\/p&gt;&lt;p style=&quot;font-size: 16px&quot;&gt;Take train to Stans station and from there board CabriO, A new cable car system lets guests enjoy fresh air and great views around Mount Stanserhorn. The double-decker cable car has an open upper deck. And later Mt Rigi, take train to Arth Goldau and from take train for Rigi Staffel and from there Rigi Kulm. You can also take option of going by boat from Lucerne to Vitzanu and from there take train to Rigi Kulm.&lt;\\/p&gt;\",\"CurrencyType\":0,\"CityId\":30548,\"CityName\":\"Zurich\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/30548\\/sightseeing\\/1702_1646025425.jpg\",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":21536,\"Title\":\"Venice: Murano, Torcello &amp; Burano Boat Trip with Guide\",\"Description\":\"&lt;p&gt;\\r\\n&lt;\\/p&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Visit 3 of Venice&acirc;&euro;&trade;s islands &acirc;&euro;&rdquo; Murano, Torcello, and Burano &acirc;&euro;&rdquo; by boat with a maximum group size of 40. Enjoy guided walking tours on each island with extra free time to explore each one.&lt;\\/li&gt;&lt;li&gt;Choose either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station as your starting point. Then, hop onboard and enjoy your cruise to your first stop, Murano. \\r\\n&lt;\\/li&gt;&lt;li&gt;Exploring the Venetian Lagoon by boat will for sure provide you with some unforgettable views. Relax with some commentary as you cruise. \\r\\n&lt;\\/li&gt;&lt;li&gt;See up-close how Murano&acirc;&euro;&trade;s famous glassware is crafted with a glassblowing demonstration at an artisanal workshop. Then, enjoy a 20-minute guided tour of Murano, before spending some free time at the Basilica of Santa Maria and San Donato. \\r\\n&lt;\\/li&gt;&lt;li&gt;Cruise to the island of Torcello next, a shorter stop on your trip. Choose from either free time or a guided tour here. \\r\\n&lt;\\/li&gt;&lt;li&gt;If you&#039;re hungry, grab a bite at the &quot;best spot in town&quot;, as recommended by your guide. Alternatively, follow your guide to the Cathedral of Santa Maria Assunta and head up the bell tower on your own for great views over the island of Burano.\\r\\n&lt;\\/li&gt;&lt;li&gt;Next, head over to the island of Burano itself, a real crowd-pleaser. Make all your Instagram followers jealous with its striking multi-colored houses. \\r\\n&lt;\\/li&gt;&lt;li&gt;Try out a lace demonstration if you fancy it, or grab a bite to eat in one of the many delightful local restaurants. Be sure to taste the local delicacy &acirc;&euro;&rdquo; delicious &quot;Bussol&Atilde;&nbsp;&quot; cookies &acirc;&euro;&rdquo; in your free time.&lt;\\/li&gt;&lt;li&gt;Then, hop back on the boat and be dropped at either St. Mark&acirc;&euro;&trade;s Basilica or Santa Lucia Train Station to conclude the trip.&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Includes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Professional expert guide\\r\\n&lt;\\/li&gt;&lt;li&gt;Guided tour of each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Free time on each island\\r\\n&lt;\\/li&gt;&lt;li&gt;Monolingual commentary\\r\\n&lt;\\/li&gt;&lt;li&gt;Glass-blowing demonstration on Murano\\r\\n&lt;\\/li&gt;&lt;li&gt;Boat ride to all 3 islands and back&lt;\\/li&gt;&lt;li&gt;Cruise commentary&lt;\\/li&gt;&lt;\\/ul&gt;&lt;br&gt;Excludes&lt;br&gt;&lt;ul&gt;&lt;li&gt;Entry tickets for the basilicas\\r\\n&lt;\\/li&gt;&lt;li&gt;Lunch\\r\\n&lt;\\/li&gt;&lt;li&gt;Hotel pickup and drop-off&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;&lt;div&gt;\\r\\n&lt;\\/div&gt;\",\"CurrencyType\":0,\"CityId\":28574,\"CityName\":\"Venice\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/28574\\/sightseeing\\/1702_1635240162.png                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":4332,\"Title\":\"Leaning Tower of Pisa, Pisa, Province of Pisa, Italy\",\"Description\":\"Leaning Tower of Pisa, Italian Torre Pendente di Pisa, medieval structure in Pisa, Italy, that is famous for the settling of its foundations, which caused it to lean 5.5 degrees from the perpendicular in the late 20th century. Extensive work was subsequently done to straighten the tower, and its lean was ultimately reduced to less than 4.0 degrees.\\r\\nThe bell tower, begun in 1173 as the third and final structure of the city&amp;rsquo;s cathedral complex, was designed to stand 185 feet high and was constructed of white marble.\",\"CurrencyType\":0,\"CityId\":9544,\"CityName\":\"Florence\",\"Lat\":43.722952,\"Long\":10.396597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/9544\\/sightseeing\\/Leaning_Tower_of_Pisa,_Pisa,_P_9544_1520925745.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3232,\"Title\":\"Colosseum\",\"Description\":\"The Flavian Amphitheatre, better known to the world as the Colosseum was built and finished in 80 AD for want of the Flavian dinasty. This popular tourist attraction is the most universally recognized icon in Rome. The reason why the Flavian emperors constructed it was to satisfy the public enthusiasm for games and spectacles.  \\r\\nThe largest structure surviving from ancient Rome, able to seat 40000 to 60000 people, divided into sectors which were accessible through staircases and galleries. The Colosseum was 186 meters long by 156 meters wide, an oval shape, although it appears to be almost circular. Despite damage by fire, earthquake, and neglect, the Colosseum still creates a powerful impression of its original form. \",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8902102,\"Long\":12.4922309,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Colosseum_32754_1517835925.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":6213,\"Title\":\"Palatine Hill\",\"Description\":\"The Palatine Hill shows evidence of Rome&amp;#039;s earliest settlement: rock-cuttings found in front of the Temple of Cybele show human activity as long ago as the ninth century BC. Later, this was the site chosen by the emperors and great aristocratic families for their palaces.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8894036,\"Long\":12.4874662,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/_Palatine_Hill_32754_1530258131.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null},{\"RefSSId\":3245,\"Title\":\"Roman Forum\",\"Description\":\"The&amp;nbsp;Roman Forum was the hub&amp;nbsp;of political and social activity&amp;nbsp;of the Roman citizens, including public meetings, law courts, and combats in republican times and was lined with shops and open-air markets. It is one of the most beautiful and interesting places in the city.\\r\\n\\r\\nUnder the empire, it was the site of the most imposing temples and monument.\\r\\nAmong the structures surviving in whole are the temples(Saturn, Venus, Romulus, Vesta, etc.), the Mamertine Prison, the Curia (senate house), the Arch of Titus, the Arch of Septimius Severus, and the&amp;nbsp;Cloaca Maxima.\\r\\n\\r\\nAfter the fall of the Empire, the Roman Forum was forgotten and was buried under the earth. In the 6th century B.C. the area was drained by means of the Cloaca Maxima, one of the first sewer systems in the world.\",\"CurrencyType\":0,\"CityId\":32754,\"CityName\":\"Rome\",\"Lat\":41.8924623,\"Long\":12.485325,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/32754\\/sightseeing\\/Roman_Forum_32754_1517899192.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \",\"SupplierSysId\":2775,\"SupplierName\":\"Streetromeo\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"234272\",\"Title\":\"Arrival at Zurich Airport & Transfer to Hotel By Train  + Zurich - Rhine Falls + Schaffhausen - Zurich\",\"MealPlanInclude\":\"Breakfast\",\"Day\":1,\"Program\":\"<ul>\\r\\n\\t<li>On Arrival at Zurich Airport, our Representative will meet you and greet you at the Airport Lobby, After then we&#39;ll Transfer to Hotel by Private AC Car.<\\/li>\\r\\n\\t<li>At Hotel After Check-in get Refresh and Later You can roam around the Hotel\\/Resort.<br \\/>\\r\\n\\t<br \\/>\\r\\n\\t----Zurich - Rhine Falls + Schaffhausen - Zurich-------<\\/li>\\r\\n\\t<li>In Evening on Zurich Railway Station, Catch up Train to Schaffhausen.<\\/li>\\r\\n\\t<li>The trains in Switzerland have very large windows designed for sight seeing so please do not sleep! just keep watching around.&nbsp;<\\/li>\\r\\n\\t<li>You&#39;ll have to change train in Winterthur and get off the train in Neuhausen that is a small town near the falls. After visiting the fall, you can hop again into the train and continue our way to the next station that is Schaffhausen.&nbsp;After the change at Winterthur train station you cross the Rhine river and about 10 minute later the falls. Watching the falls from the window of the train could not convey the real greatness of them. you can got off the train at Neuhausen for Enjoy.The whole trip from Zurich to Neuhausen with the time for change is about 1:15 hour. From Neuhausen station to the falls is about 20 minute walk. we suggest you to cross the bridge over the Rhine right in front of the station and follow the signs to the falls through the jungle.&nbsp;That side of the river is more beautiful and when you reach to the fall you will be at a high location which has the best view over the falls. In that side of the falls there is a magnificent observation deck overlooking the fall. For the entrance you have to buy a red ticket that contains the boat ticket for crossing the rive too . But if you want to go into the middle of the falls you have to pay an extra fee for another boat that takes you in to the middle of the falls, there is a huge rock there and they have build another observation deck in the middle of the powerful water.&nbsp;After crossing the Rhine by boat walk back again to the Neuhausen from another side of the river. There is a bus station nearby but we preferred to walk back to Neuhausen and hop on the train to Schaffhausen that was just one station away.The Schaffhausen city is a very beautiful small city near the Rhine. There is a nice city center and a very beautiful castle over a hill in the city center. over the top of the castle you can see the whole City , the Rhine and in to the distance the Rhine Falls. After all come back to Zurich and the whole magnificent trip will take around 10 hour. Enjoy!<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4371,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"234273\",\"Title\":\"Mount Titlis- On Swiss Pass with Glacier Cave, Cliff Walk, Ice Flyer and Chair Lift \",\"MealPlanInclude\":\"Breakfast\",\"Day\":2,\"Program\":\"<p>In Morning, Just take the train to&nbsp;Engelberg&nbsp;, walk down to the cable car station and there you are. There is no need to participate in a group. On the way back you will have time to visit Lucerne. The old town is very close to the railway station. To find the different attractions open&nbsp;www.luzern.com\\/en\\/excursions-and-resorts&nbsp;and click on the little map and you will see where the different attractions are. It is all very compact.<\\/p>\\r\\n\\r\\n<p>Make your own way to the Titlis valley station in Engelberg to board the 8-seater cable car with your ticket. Soak in the views as you glide up to 8,038 feet (2,450 meters) of altitude. Then transfer to the TITLIS Rotair to complete your journey to the summit station.&nbsp;<\\/p>\\r\\n\\r\\n<p>From there, choose from a variety of activities:&nbsp;<\\/p>\\r\\n\\r\\n<p>TITLIS Cliff Walk&nbsp;<br \\/>\\r\\nThe highest suspension bridge in Europe is located on the mountain at 9,971 feet (3,041 meters) above sea level. Walking across the bridge takes nerves of steel, and is free of charge (may be closed in bad weather). The bridge spans a chasm at 1,640 feet (500 meters) off the ground.&nbsp;<\\/p>\\r\\n\\r\\n<p>Glacier Cave&nbsp;<br \\/>\\r\\nThe ice-lined glacier cave features a 495-foot (150-meter) walkway that goes 65 feet (20 meters) below the surface of the glacier and branches out in several directions. Entrance to the cave is free of charge.&nbsp;<\\/p>\\r\\n\\r\\n<p>Ice Flyer&nbsp;<br \\/>\\r\\nThe Ice Flyer chairlift covers the distance from the mountain station to the snow park, gliding above snow fields and icy crevasses that can measure up to 33 feet (ten meters) deep. Ice Flyer tickets can be purchased on site.<\\/p>\\r\\n\\r\\n<p>Glacier Park&nbsp;<br \\/>\\r\\nEnjoy fun snow activities at glacier snow park. Ride down the slopes on snow tubes tires, balancers, snake gliss, or minibobs then ascend again easily on the conveyor belt. Shops Browse mountain souvenirs or pick up Swiss chocolate in one of the shops at the station on Mt. Titlis.&nbsp;<\\/p>\\r\\n\\r\\n<p>Tr&uuml;bsee&nbsp;<br \\/>\\r\\nMake a stop at the station Tr&uuml;bsee to enjoy the peace and quiet of the Swiss Alps. You can even paddle across the lake by rowboat.&nbsp;<\\/p>\\r\\n\\r\\n<p>Important Information<br \\/>\\r\\nThe cable car is open daily from 8.30am until 5pm.<br \\/>\\r\\nThe last cable car to the top of Mt. TITLIS departs Engelberg at 4pm. A minimum of three hours is recommended for the whole trip<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4383,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"234274\",\"Title\":\"Zurich - Mt Stanserhorn - Mt Rigi -Zurich - with Swiss Pass\",\"MealPlanInclude\":\"Breakfast\",\"Day\":3,\"Program\":\"<p>Today can visit Mt Stanserhorn and Mt Rigi: Called as Queen Of Mountains or Interlaken BLS cruise and many museums are complementary on Swiss Pass, Form Stanserhorn station in Stans it&#39;s a five minute walk. The journey from the bottom station to the top takes 24 minutes.<\\/p>\\r\\n\\r\\n<p>Take train to Stans station and from there board CabriO, A new cable car system lets guests enjoy fresh air and great views around Mount Stanserhorn. The double-decker cable car has an open upper deck. And later Mt Rigi, take train to Arth Goldau and from take train for Rigi Staffel and from there Rigi Kulm. You can also take option of going by boat from Lucerne to Vitzanu and from there take train to Rigi Kulm.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":19766,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":24286,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"234275\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":4,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":30548,\"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\":\"234276\",\"Title\":\"Zurich to Venice By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":4,\"Program\":\"<p>Today After Breakfast, Check out from Hotel in Zurich and Go to Zuerich Hb Station on your own. Catch the &nbsp;Train to Venice ( Ticket is Including) Afternoon Reach the and Venice then Check into Hotel.&nbsp;<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":388876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"234277\",\"Title\":\"Murano, Burano, and Torcello Day Trip\",\"MealPlanInclude\":\"Breakfast\",\"Day\":5,\"Program\":\"<p>One of the most beautiful locations in Venice is the Venetian Lagoon. On this lagoon, three stunning islands can be found, each containing a unique characteristic or feature that endears it to the arts, making them precious to the art-loving locals. With the company of a very informative local guide, you&#39;ll first head to Murano Island, which is known throughout the country for glass blowing and crafting. You&#39;ll get the chance to enter one of their glass factories and see masters hard at work in creating unique glass crafts and art. Then you will journey to Torcello Island, which holds the Byzantine Cathedral of Santa Maria Assunta, and the Church of Santa Fosca. Both these churches have a rich history. This is also the island that has endeared itself to Ernest Hemmingway, as it is where he wrote his novel &ldquo;Across the River and Into the Trees&rdquo;. Then, you&#39;ll head into Burano Island and see its lovely colorful houses. As you take a stroll through the streets, you&#39;ll catch sight of the local ladies knitting intricate lacework. You&#39;ll enjoy this journey over the water to these shining locations under the Mediterranean sunshine.<\\/p>\\r\\n\\r\\n<p>Itinerary:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>9:30am\\/2:00pm\\/2:30pm trip starts<\\/li>\\r\\n\\t<li>Visit Murano Island and the glass factory<\\/li>\\r\\n\\t<li>Visit Torcello Island<\\/li>\\r\\n\\t<li>Visit Burano Island<\\/li>\\r\\n\\t<li>1:30pm\\/6:00pm\\/6:30pm trip ends<\\/li>\\r\\n\\t<li>Inclusive Of:<\\/li>\\r\\n\\t<li>Round trip transportation by boat<\\/li>\\r\\n\\t<li>Visit to glass factory<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Not Inclusive Of:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Tips and gratuities (optional)<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":388876,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":21536,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"234278\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":6,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":28574,\"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\":\"234279\",\"Title\":\"Venice To Florence By Train + Pisa: Half-Day Afternoon Tour from Florence\",\"MealPlanInclude\":\"Breakfast\",\"Day\":6,\"Program\":\"<ul>\\r\\n\\t<li>Today After Breakfast, Check out from Hotel in Venice and Go to Train Station on your own.Catch the Direct Train to Florence ( Ticket is Including) Afternoon Reach the Florence and then Check into Hotel.<\\/li>\\r\\n\\t<li>A splendid excursion through the fertile and picturesque Tuscan countryside to the historic university city of Pisa, famous for its architectural beauty. Upon arrival in Pisa, your informative guide will take you on a thorough guided walking tour of Piazza dei Miracoli and its monuments.<\\/li>\\r\\n\\t<li>Be dazzled by this marvelous square which is dominated by the wonderful Cathedral* where you can visit the indoor part, a model of the distinctive Pisan Romanesque architecture, the celebrated Leaning Tower, the round-shaped Baptistery surrounded by its suggestive columned arcades and its &ldquo;Camposanto&rdquo;, originally a cemetery, an extraordinary quadrangular cloister delimiting with its marble fa&ccedil;ade the Square to the North.<\\/li>\\r\\n\\t<li>Be enthralled by the history and the leaning structure of the Tower. After the guided visit you will have some free time for memorable pictures, for exploring on your own the historical quarter where you can admire the Church of San Sisto, one of the oldest churches in Pisa, and Piazza dei Cavalieri, which was the political center in the middle age.<\\/li>\\r\\n\\t<li>*In case of long queues, if you cannot visit the interior of the Cathedral, you will be offered a guided visit of Piazza dei Cavalieri.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Includes :<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Transport by comfortable air-conditioned bus<\\/li>\\r\\n\\t<li>Licensed Tour Escort<\\/li>\\r\\n\\t<li>Guided tour in Pisa (if option selected)<\\/li>\\r\\n\\t<li>Earphones for groups of more than 5 people(if option selected)<\\/li>\\r\\n\\t<li>Cathedral entrance (if option selected)<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>What&rsquo;s Not Included<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Gratuities<\\/li>\\r\\n\\t<li>Entrance ticket to the leaning tower<\\/li>\\r\\n\\t<li>Entrance ticket to the Baptistery<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":82702,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":4332,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"234280\",\"Title\":\"\",\"MealPlanInclude\":\"\",\"Day\":7,\"Program\":\"<p>0<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":9544,\"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\":\"234281\",\"Title\":\"Florence To Rome By Train\",\"MealPlanInclude\":\"Breakfast\",\"Day\":7,\"Program\":\"<ul>\\r\\n\\t<li>Today After Breakfast, Check out from Hotel in Florence and Go to Train Station on your own. Catch the Direct Train to Rome ( Ticket is Including) Afternoon Reach the Rome and then Check into Hotel.<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":386247,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"ROOMTYPENAME\":\"STANDARD 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\":\"234282\",\"Title\":\"Colosseum, Roman Forum and Palatine Hill Tour\",\"MealPlanInclude\":\"\",\"Day\":8,\"Program\":\"<ul>\\r\\n\\t<li>Your guided group tour starts at the Arch of Constantine, the biggest and one of the best-preserved triumphal arches in Rome. From here, you&rsquo;ll skip the line to the Colosseum and begin your exploration of Ancient Rome. The Colosseum is one of the world&rsquo;s most iconic landmarks, learn about the cruel and grueling events that took place here, such as the fights between Gladiators and discover about their hard lives. Enjoy learning more from your guide.<\\/li>\\r\\n\\t<li>No visit to Ancient Rome is complete without a visit to the Palatine Hill, where all it began. You&rsquo;ll learn about the legend of the twin brothers Remus and Romulus, see where the battle between the brothers took place and find out how Romulus founded the city of Rome. This historical site also consists of incredible frescoes in the House of Augustus and Hippodrome, an elliptical sunken garden from the Palace of Domitian. Here, enjoy an impressive view of the Circus Maximus and the valley of the Roman Forum before continuing your tour.<\\/li>\\r\\n\\t<li>Finish with a chance to explore the Roman Forum with your expert guide. The Forum is known as the heart of Ancient Rome. The guide will lead you through the bustling marketplace, once ruled by the moneylenders and shopkeepers, and show you its most evocative ruins, including the Temple of Julius Caesar, the Arch of Titus, House of the Vestal Virgins, Senate House and the Basilica of Maxentius. Here, you can also admire and listen to the story of the triumphal road, also known as The Sacred Way of the Roman Forum.<\\/li>\\r\\n\\t<li>In just three hours you&rsquo;ll have discovered Ancient Rome, and been taught about its history. So, you can now tick off one of the items on your &#39;Eternal City&#39; bucket list!<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Includes::<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Official certified guide<\\/li>\\r\\n\\t<li>Radio system to hear the guide<\\/li>\\r\\n\\t<li>Colosseum entrance ticket with reservation<\\/li>\\r\\n\\t<li>Palatine Hill entrance ticket with reservation<\\/li>\\r\\n\\t<li>Roman Forum entrance ticket with reservation<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>What&rsquo;s Not Included::<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Hotel pickup and drop-off<\\/li>\\r\\n\\t<li>Food and drinks<\\/li>\\r\\n\\t<li>Transportation to\\/from attractions<\\/li>\\r\\n\\t<li>Tickets and reservations to Colosseum arena floor and underground<\\/li>\\r\\n<\\/ul>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":386247,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"BB\",\"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\":3232,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":6213,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3245,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"234283\",\"Title\":\"Departure From Rome\",\"MealPlanInclude\":\"Breakfast\",\"Day\":9,\"Program\":\"<p>Today, after a hearty breakfast, After Exploring the Italy like Local, It&#39;s time to End. check out from hotel and Transfer Hotel To Airport and then Take a flight back to Home.<\\/p>\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":32754,\"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\":\"32829\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"113000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":113000,\"priceDoubleOcc\":\"113000.00\",\"priceSingleOcc\":226000,\"priceExtraBed\":\"64000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"113000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":113000,\"priceDoubleOcc\":\"113000.00\",\"priceSingleOcc\":226000,\"priceExtraBed\":\"64000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"113000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":113000,\"priceDoubleOcc\":\"113000.00\",\"priceSingleOcc\":226000,\"priceExtraBed\":\"64000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"113000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":113000,\"priceDoubleOcc\":\"113000.00\",\"priceSingleOcc\":226000,\"priceExtraBed\":\"64000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"113000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":113000,\"priceDoubleOcc\":\"113000.00\",\"priceSingleOcc\":226000,\"priceExtraBed\":\"64000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"113000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":113000,\"priceDoubleOcc\":\"113000.00\",\"priceSingleOcc\":226000,\"priceExtraBed\":\"64000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"15000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"113000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"32829\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"104000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":104000,\"priceDoubleOcc\":\"104000.00\",\"priceSingleOcc\":208000,\"priceExtraBed\":\"59000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"104000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":104000,\"priceDoubleOcc\":\"104000.00\",\"priceSingleOcc\":208000,\"priceExtraBed\":\"59000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"104000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":104000,\"priceDoubleOcc\":\"104000.00\",\"priceSingleOcc\":208000,\"priceExtraBed\":\"59000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"104000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":104000,\"priceDoubleOcc\":\"104000.00\",\"priceSingleOcc\":208000,\"priceExtraBed\":\"59000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"104000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":104000,\"priceDoubleOcc\":\"104000.00\",\"priceSingleOcc\":208000,\"priceExtraBed\":\"59000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"104000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-03-01\",\"To\":\"2022-10-31\",\"Currency\":1,\"priceTripleOcc\":104000,\"priceDoubleOcc\":\"104000.00\",\"priceSingleOcc\":208000,\"priceExtraBed\":\"59000.00\",\"priceWithoutBed\":\".00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"10000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"104000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp&lt;\\/p&gt;\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;Meal plan : Lunch&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meal plan : Dinner&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;VISA : fees&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;City taxes on hotels&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airfare&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Government Taxes\\/VAT\\/ Service Charges&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;5% TCS ( Traveller will received refund in form of TDS)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Any other services not mentioned in the inclusions or itinerary&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;VISA : Assistance&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Meals as mentioned in Quote&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Arrival&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Airport Transfer : Departure&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Hotel As Mentioned&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Travel Insurance&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;-------03 Days Swiss Pass -----------------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Travel on the Swiss Travel System including train, bus &amp;amp; boat&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free admission to more than 500 museums and exhibits in Switzerland&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Free access to over 500 museums &amp;amp; city transit in 90+ cities. Additional savings&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;apply, see bonus details below.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pass includes Mountain excursion to Rigi, Schilthorn, Stanserhorn, and Stoos, DDLJ.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Up to 50% discount on most other mountain excursions&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;-----Sightseen------------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Rhine Falls + Schaffhausen&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mount Titlis- On Swiss Pass with Glacier Cave, Cliff Walk, Ice Flyer and Chair Lift&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Zurich - Mt Stanserhorn - Mt Rigi -Zurich &amp;nbsp;- with Swiss Pass&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Murano, Burano, and Torcello Day Trip&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Pisa: Half-Day Afternoon Tour from Florence&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Florence To Rome By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Colosseum, Roman Forum and Palatine Hill Tour&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;-----Cab Details------------&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;Arrival at Zurich Airport &amp;amp; Transfer to Hotel By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Zurich To Venice By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Venice To Florence By Train&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Rome Hotel to Airport By&amp;nbsp; Private car&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsptravelled&amp;nbspthe 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 &amp;amp 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.&lt;\\/p&gt;\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[{\"DaysBefore\":60,\"ExtraValue\":\"100\",\"IsPercentage\":true,\"Title\":\"Before 60 Days\",\"TPRulesSysId\":\"9613\",\"Value\":\"30\"},{\"DaysBefore\":30,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 30 Days\",\"TPRulesSysId\":\"9614\",\"Value\":\"50\"},{\"DaysBefore\":15,\"ExtraValue\":\"0\",\"IsPercentage\":true,\"Title\":\"Before 15 Days\",\"TPRulesSysId\":\"9615\",\"Value\":\"100\"}],\"BuspickupLocation\":[],\"TransferData\":{\"234272\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[234272],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"1\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234273\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[234273],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234274\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[234274],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234275\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[234275],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234276\":{\"4\":{\"Sequence\":[4],\"TPInvnSysId\":[234276],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234277\":{\"5\":{\"Sequence\":[5],\"TPInvnSysId\":[234277],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234278\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[234278],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234279\":{\"6\":{\"Sequence\":[6],\"TPInvnSysId\":[234279],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234280\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[234280],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234281\":{\"7\":{\"Sequence\":[7],\"TPInvnSysId\":[234281],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234282\":{\"8\":{\"Sequence\":[8],\"TPInvnSysId\":[234282],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"234283\":{\"9\":{\"Sequence\":[9],\"TPInvnSysId\":[234283],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"2\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Venice,Florence,Rome,Zurich','Zurich,Switzerland,Venice,Western Europe,Italy,Florence,Rome',NULL,'28574,9544,32754,30548',104000,113000,8,NULL,NULL,NULL,2,'',0,'2022-05-12 00:00:00','2022-10-31 00:00:00','2022-10-31 00:00:00',3,'Italy,Switzerland','107,210','2022-05-12 00:00:00','2022-05-12 00:00:00',1,1,'1','1','0',NULL,NULL,NULL,NULL,'sensational-europe',NULL,NULL,NULL,0),(27,36279,1,12211,0,0,0,'Honeymoon,Beach,Sports,Hill Station',NULL,1,1,0,'{\"package\":{\"TPId\":36279,\"IsCF\":0,\"ImgHeader\":\"0\",\"IsFixedDeparturePackage\":0,\"IsBusRoutePackage\":0,\"ImgThumbnail\":\"0\",\"BookingValidUntill\":\"2022-08-31\",\"AdvBookingDays\":20,\"DETAILS\":\"&lt;p&gt;leh&lt;\\/p&gt;\\r\\n\",\"AdvBookingPercent\":50,\"PriceRange\":\"\",\"MarkUpOnGTXNetworkPackage\":15,\"AgencyId\":12211,\"AgencyIdB2C\":12211,\"AgencyIdB2B\":12211,\"DestinationPlaces\":\"Leh\",\"DestinationPlacesSysId\":15229,\"SourcePlaces\":\"Leh\",\"SourcePlaceSysId\":15229,\"AgencyName\":\"TRAVEL SHOP\",\"Name\":\"sxkjlsd\",\"TagLine1\":null,\"TagLine2\":null,\"AllowMinPax\":2,\"GroupSize\":0,\"Source\":{\"SourceId\":1,\"Value\":\"Readymade\"},\"Type\":{\"TypeId\":2,\"Value\":\"Domestic                                          \"},\"Supplier\":{\"SupplierId\":\"8977\",\"SupplierName\":\"abc\"},\"PackageSpec\":{\"Specification\":\"Daily Itinerary Based\",\"SpecificationId\":1},\"Inclusions\":\"Only Breakfast,B\\/fast & Lunch,All Meals\",\"PackageType\":\"Honeymoon,Beach,Sports,Hill Station\",\"Validity\":{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\"},\"Cities\":{\"desc\":null,\"City\":[{\"CityId\":15229,\"Title\":\"Leh\",\"Hotels\":{\"Hotel\":[{\"RefHotelId\":508729,\"Name\":\"OYO 11388 Hotel Dimbir Regency\",\"Star\":\".00\",\"Rating\":\"4.10\",\"IsIncluded\":true,\"Location\":{\"Lat\":\"34.15591549999999\",\"Long\":\"77.57264839999999\",\"Address\":\"J&amp;K, India, Skara Rd, near to Ladakh Public School, Main Market, Leh, Ladakh 194101\"},\"Images\":[],\"CityId\":15229,\"Brief\":\"\",\"MainImg\":\"\",\"AccoAminitiesMask\":\"\",\"AccoAminities\":[],\"IsfromAPI\":false,\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null,\"RoomTypeName\":\"\\tStandard Deluxe\",\"MealTypeName\":\"MAP\"}]},\"Activities\":[],\"SightSeeings\":{\"SightSeeing\":[{\"RefSSId\":3586,\"Title\":\"Baralacha La Pass\",\"Description\":\"Situated at an altitude of 16,040 feet, Baralacha La Pass is a high mountain pass in the Zanskar range in Jammu and Kashmir. It is a high plateau where three different mountain ranges - Pir Panjal, Zanskar and the Great Himalayas - meet at an altitude above 16,000 feet. This mountain pass, one of the highest passes in Ladakh is around 73 kilometers away from Keylong on Manali - Leh road. Just a few kilometers away from the Bara-lacha Pass towards Manali is the Bhaga river, a tributary of the Chandrabhaga river, which originates from the Surya Taal Lake. This pass is the point of commencement for several treks which include the famous Suraj Tal  trek and Chandra Tal trek. During the winter season the pass is closed due to heavy snowfall.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":32.7585019,\"Long\":77.4199516,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1519363528.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null},{\"RefSSId\":2617,\"Title\":\"Chang La\",\"Description\":\"The Chang La is a high mountain pass in Ladakh, India. It is claimed to be the second highest motorable road in the world. Chang La is approached from Leh via Kharu and Sekti village by an asphalt road.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.0471702,\"Long\":77.930494,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1516610144.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null},{\"RefSSId\":3593,\"Title\":\"Gomang Stupa\",\"Description\":\"Gomang Stupa was constructed  to contain the relics of enlightened teachers after the death of  Shakyamuni Buddha&amp;#039;s. It is an architectural rendering of the Buddhist path, the stages and aspects of enlightenment.The stupa has been filled with 100,000 miniature stupas made by volunteers. Within each miniature stupa is a roll of prayers, and mantras. The miniature stupas were blessed and consecrated by visiting lamas before being placed inside the stupa.The relics in the stupa includes The Buddha,Sixteen Karmapa,Padmasambhava,Tilopa etc.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.1712036,\"Long\":77.5793597,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Gomang_Stupa_15229_1518695041.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null},{\"RefSSId\":3576,\"Title\":\"hemis monastery leh\",\"Description\":\"Hemis Monastery is the most popular tourist attraction in Ladakh.It is a Tibetan Buddhist monastery which is Situated at a distance of 45 km from Leh. It was re-established in 1672 by the Ladakhi king Sengge Namgyal. The annual Hemis festival honoring Padmasambhava is held here in early June.The Monastery has a beautiful architecture, which is quite interesting to witness. There is a museum also that exhibits a large collection of Buddhist relics and several ancient items that suggest there existed a rich culture here.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":33.9125964,\"Long\":77.7029689,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/hemis_monastery_leh_15229_1518611816.jpeg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         \",\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null},{\"RefSSId\":7258,\"Title\":\"Asian Museum Leh\",\"Description\":\"One of Leh most remarkable buildings, this tapered four-storey stone tower is a 21st-century construction based on a historic Lhasa mansion, with the added flourish of a fortress-style drawbridge. Inside, exhibits are relatively limited but the top floor Faces of Ladakh mini-photoessays are thought-provoking.The museum hides in a courtyard that also contains Leh oldest mosque, a traditionally styled Ladakhi show-kitchen and a small exhibition hall. Sadly, a dispute between the land owners and the fund that built the museum means access can prove tricky.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Asian_Museum_Leh_15229_1538113299.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null},{\"RefSSId\":4365,\"Title\":\"Basgo Fort\",\"Description\":\"The monastery was built for the Namgyal rulers in 1680, Bazgo itself was embedded in the early days of Ladakh and is frequently mentioned in the Ladakhi Chronicles when it was a political and cultural center. In the 15th century, a palace was built in Basgo.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":0,\"Long\":0,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/36_1521026987.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 \",\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"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\":8977,\"SupplierName\":\"abc\",\"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\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null},{\"RefSSId\":3597,\"Title\":\"Khardung La Pass\",\"Description\":\"Khardung La is a mountain pass in the Ladakh region of Jammu and Kashmir.It  lies north of Leh and is the gateway to the Shyok and Nubra valleys.The elevation of Khardung La is 17,582 ft.It is a famous attraction for adventure seekers.Biking at Khardung La Pass is something visitors shouldnot miss. It was opened to public motor vehicles in 1988 and has since seen many automobile, motorbike and mountain biking expeditions. The pass  is historically important also as it lies on the major caravan route from Leh to Kashgar in Central Asia. The thrill of visiting the highest pass in the world will churn up your emotions.\",\"CurrencyType\":0,\"CityId\":15229,\"CityName\":\"Leh\",\"Lat\":34.2787271,\"Long\":77.6046756,\"Image\":\"https:\\/\\/globaltravelexchange.com\\/public\\/upload\\/city\\/15229\\/sightseeing\\/Khardung_La_Pass_15229_1518758186.jpg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             \",\"SupplierSysId\":8977,\"SupplierName\":\"abc\",\"priceaditionals\":null}]}}]},\"Transfers\":null,\"OtherServices\":null,\"Itineraries\":{\"Itinerary\":[{\"ItineraryId\":\"259963\",\"Title\":\"arrival to leh\",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":1,\"Program\":\"&lt;p&gt;test&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":508729,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":3586,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2617,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3593,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3576,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"259964\",\"Title\":\"local visit \",\"MealPlanInclude\":\"Breakfast,Dinner\",\"Day\":2,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"Items\":[]},{\"Type\":\"HOTEL\",\"Id\":0,\"Items\":[{\"Item\":[{\"IsIncluded\":true,\"Id\":508729,\"MasterIntSysId\":0,\"MEALTYPENAME\":\"MAP\",\"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\":7258,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":4365,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":2654,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3595,\"MasterIntSysId\":0},{\"IsIncluded\":true,\"Id\":3597,\"MasterIntSysId\":0}],\"Type\":null,\"Id\":0}]}]},{\"ItineraryId\":\"259965\",\"Title\":\"dep\",\"MealPlanInclude\":\"\",\"Day\":3,\"Program\":\"&lt;p&gt;0&lt;\\/p&gt;\\r\\n\",\"ItineraryItem\":[{\"Type\":\"CITY\",\"Id\":15229,\"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\":\"36279\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"29000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":29000,\"priceDoubleOcc\":\"29000.00\",\"priceSingleOcc\":58000,\"priceExtraBed\":\"29000.00\",\"priceWithoutBed\":\"29000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"5000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":29000,\"priceDoubleOcc\":\"29000.00\",\"priceSingleOcc\":58000,\"priceExtraBed\":\"29000.00\",\"priceWithoutBed\":\"29000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"5000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":29000,\"priceDoubleOcc\":\"29000.00\",\"priceSingleOcc\":58000,\"priceExtraBed\":\"29000.00\",\"priceWithoutBed\":\"29000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"5000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":29000,\"priceDoubleOcc\":\"29000.00\",\"priceSingleOcc\":58000,\"priceExtraBed\":\"29000.00\",\"priceWithoutBed\":\"29000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"5000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"29000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":29667,\"priceDoubleOcc\":\"30000.00\",\"priceSingleOcc\":59000,\"priceExtraBed\":\"29000.00\",\"priceWithoutBed\":\"29000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"5000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":29667,\"priceDoubleOcc\":\"30000.00\",\"priceSingleOcc\":59000,\"priceExtraBed\":\"29000.00\",\"priceWithoutBed\":\"29000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"5000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"30000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]},{\"MarketTypeId\":2,\"MarketTypeTitle\":\"B2B\",\"TourType\":[{\"TourType\":1,\"TourTypeTitle\":\"Private\",\"Categories\":{\"Category\":[{\"CategoryId\":2,\"Type\":\"Standard\",\"TPSysId\":\"36279\",\"MasterTPId\":null,\"SeletedForPackage\":true,\"GroupSize\":12,\"Price\":\"27000.00\",\"MPType\":[{\"MPTypeId\":1,\"MPTypeText\":\"ITENARYWISE\",\"PriceAdditional\":[{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":27000,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":54000,\"priceExtraBed\":\"27000.00\",\"priceWithoutBed\":\"27000.00\",\"Tax\":\"Excluded\",\"PAX\":12,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"3000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":27000,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":54000,\"priceExtraBed\":\"27000.00\",\"priceWithoutBed\":\"27000.00\",\"Tax\":\"Excluded\",\"PAX\":10,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"3000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":27000,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":54000,\"priceExtraBed\":\"27000.00\",\"priceWithoutBed\":\"27000.00\",\"Tax\":\"Excluded\",\"PAX\":8,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"3000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":27000,\"priceDoubleOcc\":\"27000.00\",\"priceSingleOcc\":54000,\"priceExtraBed\":\"27000.00\",\"priceWithoutBed\":\"27000.00\",\"Tax\":\"Excluded\",\"PAX\":6,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"3000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"27000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":27667,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27000.00\",\"priceWithoutBed\":\"27000.00\",\"Tax\":\"Excluded\",\"PAX\":4,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"3000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0},{\"From\":\"2022-05-23\",\"To\":\"2022-08-31\",\"Currency\":1,\"priceTripleOcc\":27667,\"priceDoubleOcc\":\"28000.00\",\"priceSingleOcc\":55000,\"priceExtraBed\":\"27000.00\",\"priceWithoutBed\":\"27000.00\",\"Tax\":\"Excluded\",\"PAX\":2,\"MarkType\":\"FixedAmount\",\"MarkValue\":\"3000.00\",\"ExcludedPercent\":\"0\",\"PricePerPerson\":\"28000.00\",\"TourType\":1,\"TourTypeTitle\":\"Private\",\"DiscountType\":0,\"DiscountVal\":0}]}]}]}}]}]},\"Terms\":{\"RefundPolicy\":\"&lt;p&gt;Refund Policy&lt;\\/p&gt;\\r\\n\",\"BookingTerms\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;50 advance to be paid at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Air fair is calcualted at the time of proposal creation and is subject to change at the time of booking.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for domestic packages before 4 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;100 payment is to be made for international packages before 7 days of departure date.&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;In case of cancellation standard cancellation policies will be applicable or may be changed as per the policies&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"CancellationPolicy\":\"&lt;p&gt;If you Cancel your Holiday&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;30 days or more before date of departure : 25% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;29 - 20 days before date of departure : 50% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;19 days or less before date of departure : 100% of total cost&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"Conditions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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;amp; preponing second time will attract additional charges.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;In all prepone or postpone scenarios, the services and the costing will be subject to availability of Hotel\\/Volvo and season\\/off season time.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;The validity to utilize your Advance payment in prepone\\/postpone scenarios is 1 Year from the date of advance payment.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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).&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Exclusions\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;&lt;strong&gt;GST if not mentioned in the rates&lt;\\/strong&gt;&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All personal expenses like tips, laundry, telephone calls\\/fax, alcoholic beverages, camera\\/video camera fees at monuments, medical expenses, airport departure tax etc.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Anything not mentioned under Package Inclusions.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Entrance fees at all monuments and sightseeing spots&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;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.&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Airfare if not mentioned in the&amp;nbsp;itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"Inclusion\":\"&lt;ul&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Hotel Nights accommodation on twin sharing basis as per itinerary&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Meals as per hotel plan&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;All transfers and sightseeing as per the itinerary in an air-conditioned vehicle on sharing basis&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;\\r\\n\\t&lt;p&gt;Road taxes, parking fees, fuel charges, interstate taxes&lt;\\/p&gt;\\r\\n\\t&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\\r\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\r\\n\",\"TravelBasics\":\"&lt;p&gt;Here is a must take list that you should carry while traveling:&lt;\\/p&gt;\\r\\n\\r\\n&lt;ul&gt;\\r\\n\\t&lt;li&gt;ID Proof any Passport v(For International Travel)&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Water Bottle with a Filtering System&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Daily Medications&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Phone Chargers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Camera&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;ID Proof&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Toilet Papers&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Walking Shoes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ear Phones&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Cap&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Power bank&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Sun Screen Lotion&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Wipes&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Ladies basics&lt;\\/li&gt;\\r\\n\\t&lt;li&gt;Mosquito Creame\\/bands\\/net depending upon your itinerary.&lt;\\/li&gt;\\r\\n&lt;\\/ul&gt;\\r\\n\",\"WhyUseUs\":\"&lt;p&gt;We are a Travel Boutique house which specializes in the personalized travel experiences . We have&amp;nbsp;travelled&amp;nbsp;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 &amp;amp; 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.&lt;\\/p&gt;\\r\\n\"},\"PackTypeMask\":0,\"InclMask\":null,\"DiscountType\":0,\"DiscountVal\":0,\"CancellationRules\":[],\"BuspickupLocation\":[],\"TransferData\":{\"259963\":{\"1\":{\"Sequence\":[1],\"TPInvnSysId\":[259963],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"259964\":{\"2\":{\"Sequence\":[2],\"TPInvnSysId\":[259964],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}},\"259965\":{\"3\":{\"Sequence\":[3],\"TPInvnSysId\":[259965],\"Remark\":[\"&lt;p&gt;&lt;br&gt;&lt;\\/p&gt;\"],\"NetCost\":[0],\"AirportTransport\":[\"0\"],\"HotelTransport\":[\"0\"],\"RoadType\":[\"\"]}}},\"AllowBookingType\":1,\"fixedInventory\":[]}}','Leh','Leh,Ladakh,Indian Subcontinent,North India,India',NULL,'15229',27000,30000,2,NULL,NULL,NULL,2,'',0,'2022-05-23 00:00:00','2022-08-31 00:00:00','2022-08-31 00:00:00',3,'India','101','2022-05-31 15:34:37','2022-05-23 00:00:00',1,1,'0','0','0',NULL,NULL,NULL,NULL,'sxkjlsd',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_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_1672386029.png','0'),(13,'Worldwide Coverage','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','13_1672400344.png','0'),(14,'Fast Booking','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','14_1672400333.png','0'),(15,'Guided Tours','Lorem ipsum dolor sit amet, consectetur adipisicing elit.','1','1','15_1672400290.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=105 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');
/*!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 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 */;
/*!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(25) NOT NULL,
  `address` varchar(255) NOT NULL,
  `image` varchar(200) NOT NULL,
  `website_link` varchar(100) NOT NULL,
  `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 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_booking`
--

DROP TABLE IF EXISTS `tbl_car_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tbl_car_booking` (
  `id` int NOT NULL AUTO_INCREMENT,
  `parent_id` int NOT NULL DEFAULT '0',
  `CustomerSysId` int NOT NULL,
  `AgencySysId` int NOT NULL,
  `Trip_Id` varchar(255) NOT NULL,
  `TravelDate` date NOT NULL,
  `BookingId` varchar(120) NOT NULL,
  `status` varchar(50) NOT NULL,
  `API_Response` longtext NOT NULL,
  `GUID` varchar(255) NOT NULL,
  `error` varchar(150) DEFAULT NULL,
  `PaymentStatus` smallint NOT NULL,
  `error_Message` varchar(50) DEFAULT NULL,
  `email` varchar(150) DEFAULT NULL,
  `phone` varchar(50) NOT NULL,
  `customerData` text NOT NULL,
  `requestdata` text NOT NULL,
  `ticketStatus` varchar(150) NOT NULL,
  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_car_booking`
--

LOCK TABLES `tbl_car_booking` WRITE;
/*!40000 ALTER TABLE `tbl_car_booking` DISABLE KEYS */;
/*!40000 ALTER TABLE `tbl_car_booking` 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=174 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 ('6928ED87DE744490A1630B11CBD6E58E','2BlRxRV4UJrK7/FZtkFW83vfGvxT/v67lwDMHUzt26w=','b89d2bbf349938791613c5036ba0ca7590a72f10a7176074c18f140ee624a3a51a41c61eccd4490489d23b76f603f5ecf3af38e151af47264c72ef36cd3b46dcf4e7653e3b31271024da9ac4ede008e70af4cb1b23feb65495a354cfe7d1c0221f16611fb8cedc4850f2c6ec728e482e77a7a34e32cd1b7efed3a70e6bd3811d6ff2e0af45f7204fea29be2bba031b137aa458d0d426d995c815bbcf4d50c24610060e55cca4a2c7e190d18f3288a1800d52f4e0d5add50222846a1122e954f9496bc08e8879cfaecd21fe4a5960805283ee7b3fb595d2bf649ae5ea1807a5842a2328492e0b9fe1a099bd0484109bdff3d7a47ed4b719a1f8a91c89268c6334a58dbbbd18fad6c1f604bdfe841c80c0',1,'775C5772A1434864A8A3F8830AB05CDC','0'),('683770A5895944949C4A18B8EDA83236','G+2UCbA6583sjzAuskOWSl7IKvbk+bIFweD7+TiSTWk=','c061655964c56ea627963bf43ecd062697a4ca532bcb404f19efba98dd1dd3cfc5c27d7f67aaf4ba9f331c097ecb71eba506e0c58f4913f1e62eb5692d0f929c517748f42ce741cf6470a384a6e0aad7c78882aa942ec0a90abf17399b90196db719c3ab9b39523281a0da8532eb3cafc569b04513467544991294704a427e7551adbc532c31355dd08bf960e961f3534105315c35f28003b1dfd7f0a6ad46822f8d650bb73370f5009bbffe035990def6fc99f75116f0cdcaff4ba3a2388a8ac46d3b0d9a63b6e18b6d4f137adfee1e3224673842ef175c6f9e6a5f5283ab3a9c2480072fb19dc342f3b5edcd785d27d722bc6de86b7bd58b42670e330286c8b34b2899e4be39264e5a6d8e87558277',2,'5CB95A20A33F4E5E8094CB889EFD68A7','0'),('552131FBFA1645729BB0BAEA2B03B099','YOZAkNLnJuGetFsLE8nY3KBwmy54yBSg85NyLIfsXI4=','c061655964c56ea627963bf43ecd062697a4ca532bcb404f19efba98dd1dd3cfc5c27d7f67aaf4ba9f331c097ecb71eba506e0c58f4913f1e62eb5692d0f929c517748f42ce741cf6470a384a6e0aad7c78882aa942ec0a90abf17399b90196db719c3ab9b39523281a0da8532eb3cafc569b04513467544991294704a427e7551adbc532c31355dd08bf960e961f3534105315c35f28003b1dfd7f0a6ad46822f8d650bb73370f5009bbffe035990def6fc99f75116f0cdcaff4ba3a2388a8ac46d3b0d9a63b6e18b6d4f137adfee1e3224673842ef175c6f9e6a5f5283ab3a9c2480072fb19dc342f3b5edcd785d27d722bc6de86b7bd58b42670e330286c8b34b2899e4be39264e5a6d8e87558277',3,'994C3D34B5C746528321F8D97DF02E2C','0'),('7283449FE7634EEBA4DD893D994FF318','ZrdWkr2DzRoHMZT9ZvjhOxWyBfxXFx3fztkNkdp7uBw=','4996165e3197286115527dbb149260804bc42cfda0c759b1eef22651e942d95177c323bf44795639435360d3b31ea9f73c51e4bfb6ec25a0a6e7277ce671be1cb91935de2be06bb6b6cd9740afad114480099184c5ea7cac9003262327f032c0fc1ee1965ea911925dcd43dcf1d33bdc4c8031b94a18188e9fb307ae332f75967beef7248a6f17e56f4b1f0ea31f693ebfe5c80f12b23f590cee7f9b0fea171e2b53d19c7d187e441316d035d002bce3ac58b8a2bc2fb17e0eeaa821c27c2d3258314114e6f55c23bc469a311dba9141c351fe977868f6416fa244949e38acf4c97645181815e83b8119b6d5267f90e29d3da5bfd0afe16aeb9063a9d45ebb802697c6eb079da5495d32e406eeaf5d91',4,'D00D2B0C839745B3A15D45AA164CCB5E','0'),('753D5EBBAF6C4A99877367B9305A0420','lstu6KQqTZsrbn/3hZkHH8SoB96UO/AcuCNuPeFTrGY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0f43ded3c1b057041609e8457035429741a3206b7819af5f38e1ab11b620d137c32f3cac08856d426a1a5de9110b73c66d38fd1af898aef975e431b49d0e4ffdcf7d6b8e2984aafc7701bc94fc6550ee44f06f5032283c48d6ba9091ec805ce75e2b24f6e922d1a357f385b8d8ca294a2a2a1fabfba0112157bde8992123457b1',5,'726FE09A76104111BABEF4E3F643D7F3','0'),('8694421FDC7C4260B986E6C239C7ECF5','0IKF8CDt4a5WPiGO9HVNMMd/1iKKKWZdTBVCY2ZoFe4=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c02fe6b95420c44b3be7a37dddeddbab20c94007abb3de35da5ff757f1a98eebd31d9846b5bb8e20053552c639a201e3587facfb24aa2be958c4f45d0c7a7caafdcfc0e51beee0fb6bd302bbd94609b14dccbb7c4d9382bb54158189460ab08496b34c314612c9cc8918076fc2091b3ddd60c06996f0b5e98e3784b041efb0a070',6,'7AFDBC76D0A94FDDA364880CFF3140DF','0'),('E156A23E335945C093FEEF73DB9C0ABB','COLrVv1Q3KT6klQ18j+yGboFvN1DQsqOEC9RLA9vL7Q=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22e0427dde4695a13f731c888cb52ae6104b63e38ee4002f91147ec959faf7db653cd72465a14e05fbe1d692d931f21c39733c4a2664b9aa5a6e6ee4c40ec6d1780a2da4faa3007cae27595874f6ff9f76e468b419976c76c042fb885d68b7bb64c750d4053f2a180ead76531e4a3fba486',7,'44999C6FE2DA4C35B160527CDD5F5E92','0'),('3A3A0112826B4F8BB1414FA588EECD53','Hus+QJxe7QBzAa/z2VxjVLv+2YoP/j33VLMfR1Pacz0=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22ed5e7a0ce03fef392dfb6ef9951b5ee7007d18232b31c9a6334b941a79b908c312ddbeaaaf2e69f10f7e6f47fae3e1432b08338f1a3394d3bea20c9fe4b1d36bcb2ef4c1c716c3bc7bb14e88177cb48472069d2a1177f07e4c01fd51978a267678ccc6645345ab6f0133ee7c9b2597d3c',8,'FD6C51406C9A4D569CB1432E5848F368','0'),('8BC36FDAA08344D39540FD06BA52F6E0','mOfF8TRggyE6tvc9Pp1LwQLU1ETxVouL1vKwZrFpRCQ=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c05611283b8a0b1944fc274a6df5ed84cb15cfecce47266dd93691ce2572c3a2129cbc85a180e4af30f997a3c6a2a2e1b3fc2169f43380492d3c92417f6a47d7aa51807b0e94e4d7a9138a1748e7a070f0b669dc8f4eba7cc1dbc136f8e300230bdac7c089e434ee675959c58b7a26d2f0154c158b4089504d4a17d68ba4ff1c2f',9,'1725511CC0BA4CBDB629EF8B52E858BC','0'),('1A612B2891E24C49B10878B011A46475','SIvMB+vnpASmboN1fHJK/0B0YBSFCXZ3vpoAGs+PKA0=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0a1f3abd7234af2c7a33f321cf80ae102f33e95ae768fa1331d0c26d6a31ecaf76a3dc43cdf80126df0080eec6da91f3e0e58858adc6efe8dc3606f26a113aad96540e70f045b77085056e1728a585965dab5faecb809abffa02a98d6d621a9d5fac10c3705ebafdb8eeee8a22067d4b785501173c0e99e44aba3d9840eccb3ab',10,'D4039E81DC4A4631B1A331C22768706A','0'),('D53EB4CC026940E0B015C36214B0AE9B','10wBiUEFW73IN9SsGkOvMD8aenUdpHkuMq+noVVTbZ4=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0d9e461ce812da3a8ebbfe8df9fa1d613105aba8fecc1f86a6f12719d6a6debf383bf2f97e4feb0385221b56f874e8214e5ac686ecbe2d8c0d3eda55bd1f93438e393e8bb6bb4d84af34544b19a075c8fd5efc618cc2c85906cdb97e421f8ae92d3ed19a3d3d74699daea1f0c13f049090014ce699e7d0a82e1a9604ef5c554c8',11,'C81BC96E42EE497B825E0E075CBB196A','0'),('04F04F84FA9D45A7A8F2CA6DAF690335','3ffp6xI6FGVTea+LktU831ncRzS6mmbtOpXuvRlq2jE=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0430ed76e95a9afcdba688b557f5357a0d7a628cdbbd2b5fef94075785b6d851982ebff3d530014d1f777f870ce06d794e3bf285364684bfde3bcc168132fe20a3c590c9e9f720f6ef30bd7164ff8515a8c5c30a82d2a151972b5e9479038f1558d51427088aec0520b54a2f5442f46267285097c6921f69f302299836962dced',12,'FA991FEE26194562807F16BC7BB428CD','0'),('1C3CD18C7C8843C3BF169D9916837E83','U5bHGbX/oEhtdDmTnGkogmlYR5AZo0Ob/55XLq8fKFs=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22eaeb9d0226c3f2c232a39080076a48c2b6910441d4fc1a228094cf6e675242f73e24f62ab700e1d9ed0ad5efd7c6a8ff37fd4a476fa0ed070f5ba2630b057618d82d787207d744234c17ccf817a9ebceefaa3ccb7d58c01b84eadf8d5eac9b24339a08cec7ee8b9b6a26171046fd8b4f4',13,'9E03185E79E145F89C752A9651AA5A71','0'),('5D9DC9DBB0A6440E856466E34E656B2C','aUDjMEhpXOo2zsu2PJoU22pLkvOHcm3Ak6b9IGcbK3E=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22e43aefb62fb6d267bb14f41e94f6b7e6ccfdd26198fc033d5bcf2c3675a0c3f1d8101805a79688d27975eef271e2617b964df4794cfebeda103c323ad3859b2ee2e3890c2da3ad881348f7cbf20d01a312565b6736bd53676a9433c0a4102dd58cd4589e7a636664d6b27e32cfae18caf',14,'00EB89C5F8134132950925B645773298','0'),('FD44523356944D619B779BD9264B93DF','XFoUsfJCBhMyzmFODmj/yrwJQDdZXP5MCt0upeYS1Fo=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22ee8749c637b1d80d62e3d35f203d7dabc289dbd783a6120ed13811dbfdb5af2a9d6e6b6a4922453cc3aeaf467e44478b832968f3010ff31f1d9c1524a41d05f16bf852323a8dbd849be773164dceba9473cfb8d8edd51dbcadb01b895662d959a7fc561ea372da2a426585430b7c782c0',15,'B953B1CECCB44B0F996F7E480C2F7417','0'),('DC62992762B14268BAA3C85E3AA97146','iYMptknFgK812P0hOtMRtEzP7sJJz37aNnm0DLxGD8o=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c266e6fe4d9bd658ce56bfc763dee267c46eb5d18cd7784a808d1b7b4e0d82082e899057300338088a78c959c4a28637b54870038dd655dd434e6ba4eae3caba377e1db622c9af831c3f9f0ce5798155a1c1527248eb5a4bea66a5dce229957efbd',16,'E2A4CAC11F00421F87F594FC8D060FD1','0'),('785EEE8596254002AE7C6B6BF2F43499','1n7IlXrhoys5qbZkTOWEkzugDIgmFfK1JEOBX/9IcJM=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2620d2ed8d0a9bd83c5ace2848ea724d0eed11b5741f6d9290225c1f5e729b4027bb948a5473d0eebb87464cfc13d074d4bdb0a3425efc84b53b09a10af98daa5a336eef14d76f912279907addb81646565bc4b1826554e87503c0dd70c00f3aa8',17,'AFC1FD2615644ACABA1594E8E8109632','0'),('ACAEE0D86DF54C0BA34DF0941DE8CEBF','2D4bR6T3V0q1mMGwZeNQ/9N8Uxz6ie+F8YbnRgI92OY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22ee4f02398e6f8cff46c8d7e0b6775b74ab9e982247347c5cbc8f7ae545147d28397f881e012aa6a807222737ded896a287bc2c533f4dfe8e1ca7b2fc1f67c3b0d0a7ae8fb82d314bd53494cc0c61756a36044da617ef579aa97e940ed46a3d1d02ec8de18516a061082ea63e5b7dc78a1',18,'83B9FCA71BC94A3EA42FC343285C6DD9','0'),('E784AEE61971482094AF1808451C0909','M1vPfMnLtu0SrAi7dS9brJuv4rm303KImhMH+hQ6sDI=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c265c5ccd08655cf302bdddfec4b3155513e2801abedb21033915009a57e0368950818924b69f74e5814f1dba1793b6a6804aea441729419b368d753500158916308473c65e164ea74c63405b57fb27bf50a30b8fb3fab4e0494096e4c028793a1c',19,'739AA5A69DBF4E348C9AB2CA0E4A4AAF','0'),('A14C38C79A724EB7B876D0C1B5932E2E','V2DyeEMTCF09DZT7LEbEaR/H1ThwliznC9bq7deeCQc=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c058a2a55d61bc7e319172052ffe143b8b4a489f2cc8faacb207eabb068c0c54f2d37a611b21f6e938fd49c5a64207a79d6690219bdc57998b60fb3486aca4bf984a3bd449491fe14a6c6ce1cd9d209e855df665b69ed4e6d1beb6130085955cb0e54cf5ec1b9fda9c9ca59fe8b4c7b09c54fb59a27d0c7745177bf34b05ce18c7',20,'8D045F3A0C024046834F161500C3423C','0'),('55FAB61BF4434D6FB8155C3488FCD973','dUEtysGkUQE6xelJosLSy+fRzr2AlQGtaoD4mnJkBRQ=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c267e83d14028002b35e7310684e6f3002a72e4715123b0125d266987a8b96c5bf5e0986c9fabf4ad9bf31f0c8fc53d9e0f50bbef5d983f759cb2e3566a50bde48b54af6fd307b3afd1e293a25785a5297796f745ef44fb74e519508cf55e6911e7',21,'68A602B3295540FAB70E0162B527127E','0'),('7BF926BBB0384ED1ABB974196D1E8431','Brb+tep2jAw/ipRxMxECp19mS3msg3+n0JRo65PuxRU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c021b70902af9003838785b9e2b16b3d43d3ed9f62bccf35593ff915069eb1bbcd12fe0910e990d7e75fb53ea550cef1ba68d714b57ae8f9bdac1c9d0c638ba174e2739b1a68b2ce800c6d5b60ced13a502fca3cfb8160cb5d11292d05cca99a13742cb51c1752abd6a7637525b9ebab7b8b09b478d3fa0021f4fdccd863f086ca',22,'68C9F056BE0F42908B59544E87B14CBD','0'),('7150048084F646FAB22B172359B7F78E','opP12gyLKWUS47ijRioCVbJlRwQvwg4WSVyKGIzNPWg=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c05ee8e624987b8ecab45219f7cd5d914a2ee0ebb79b1daf828885eacaec7ea48bfa392a6dd56fa556be994b67004818f8e8b31748160bc91021dfd782cee74ed7147245c66d4bd2da0756c6d6a037ac6b1d73fc2b34e58e1c157896f42c97642044cc6a01a7651a03c34b95524c6956a3794674a7f7e52d0994281822f77f38dd',23,'959F96E7182D43319A2C940C0888398D','0'),('DFEDCEFBE21C42048BEE3FEA6B5E4163','nAehJ6aGX/hnHpYtgPZ4P71J8pZkEnhg0YFkHeCdECc=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26b0dd93d81f5ccd873fc75c77aa7a7fc882dd9dde8c5be99f8d4daa5e40092bf5ed82351b8b85ff699014c06bfaf17c5608eed5789f0b98a98d84571f20c8ddffddb61e135f01c619d5ce64f61cd56f1f710a560b0fcc3d95ea23661b38ecc9c2',24,'FA61400C37934DF78D935DCD91467748','0'),('8CD859E03ED24353B8A96195108747F9','zIwd/S4jQZLcVyEPdjxwiky+xYKoz1JOK0oaOoCsSzQ=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c261b02d94f79e2007876f98d4f2c59c66ad65fe8548e5c3451c9cec9736f803a18dc4d9340c68ebbd691ad8f14ff6b2abe2690e946025e9737b418ff0327d02d765523569aeaae64c847674c160d194a98412a82f9df939b501533590a1d3bf790',25,'236EACE3506D40679146A7C85A6F7156','0'),('0C06E0E6D6A448E4B624F885B33625B5','8xssGMZhRlv3s0IUt62Q2tiDIFGr7w9RsdxdN4aqixo=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26065f7ff6750123fec6e0974dbfdde838d23b2ddb29160ae6dca382e9dd1a7899d513296f51ef58710d29248b4484ff13dd62cc37fab6c9de94c5fe9576231bb4c911d3815213a0a90d1a26c08c3d820a22c859b416f0c4719b1f844ba5d3960c',26,'5B728C6112154D238BAD87A3AB709B72','0'),('BBB87FDD06764EDDB18679597CD0E87E','EsuUvyHYmZ+3ak9A5TP74ZirlVjAahttvNckmbmgjaY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c046a85315807c9294f8b6acf9058878cabe20c9c9f9a39b11f4f387fe77c8bf85a01c33328c68c864513200867819bcbb588e96c0c67ca9bda3839429218b705b940fa11353d128cb5d1bad8df5a0da9675118dd83a917c3836dd4196713a2f96133b4c58fb51b350e05a74205187079e15d2f681189991e56250a4447156e79e',27,'52EACE62D6BC4DDA97B8F23B9E4579E1','0'),('1706F7EEDC1E420AA0F3C2454D2A1F85','N0/yktkKdWtmwH/eQI0xWUpQ1uftIHl80xZP5y2EZWI=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c03f3ba820ed15e2c68a8b868463658f4557836a3cbc04232615fffec0a7b3f0156607d6425fb1e7490ce823806bfcd8db763df666c593c92a672702232568a33c8b026643ec36113304162b6b287697a03e4a4da5c13132f2937bdeeb7214b558c1b05929ef75e29426392cf2f9649a6d5fe98f1f171ae16b89e3aa893b118932',28,'9175635BF09D4726A4B26C9E507E26E8','0'),('3B121CAAABA84CF9A0C59AF675FB382E','hlw7kqbqLnu5SIoiBhx5naebJFdwDldIEgdGYTYzItM=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c046a85315807c9294f8b6acf9058878cabafd0ad4dec61e5607210a5237ea39051f46f69f8ad615a1dcbe7b07177ebba22fad3b0d7c71dddb20403b90a80c191465f652048aa9dc39ee40e7ab0011259ca78c843b0faeb8f6e8ca9863444b8b8c62f9237dd8fd9d3e047d570ae1efc56ea6e65da0dbb09c14ed293ba6c77228f0',29,'D0904D55C0FE4E79B5EF529DEB14D2B6','0'),('E61FC6C2689D43618D6760720727B24E','ehk8ZrDB/urJeQiH0UFlBz9hkPN1oH2XObePHAqlUwM=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c021b70902af9003838785b9e2b16b3d431dea4b42582bbe9a1d0be77e927a74284af700c7c598cdd694b232e74356460fea77b339b7460ca2be6860f156a177305d64708a030de1e757b09f1743c3ee828b57b9e5274b8e5a58eaa348569fb3caae94c0b85cb5682231aa4e2ed58c91c8d3ba317bec1c8241f9c1f590bbe05441',30,'1637C966CF8844DBA79DF6EA6FDBB6A7','0'),('84D98BE1D2FF47DB83980629ECEC4706','U2iy8Ivq3Ti+HBAjq40zFLGQC1xmpRCmed2icxySHjs=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c262125f094062c9bc141b5ba96e4f79c2ae09a55610915e93eb4b4f7ead143451c90b7f8dee8f4febb3a01ba3a4e031f9d2b87522f72c87be2d417628706340503c6afb9e08e8709284e60fa03239a93e4150e62cba2b9617ee4e55aa0df77394c',31,'62761BFC9CB74BCB928D952D0AE3C52D','0'),('FA8768E8C05F458EB39E70A4D9C6F63E','PqvxG1rONr2NURagR7wimbaMmtfDDX/cHDPycTckx/0=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07ea15d77577849449ee99a8fb0ebb2ac8ed98f56a904e3d9917aed229d65b55b8c2500f850b71d62cfb3681e87a3a1da54a527c13de67e01aca4085b40a2e4a4a01adf7535ffdf0efad6f4253286fb1e9a1b14c15879db4e9fdf7bac2730e11245625cdf741e260ee9db942f70671d1daa2d2ed18087a69f1c5c981b5a5cf0ab',32,'F47052F30E8A493693A6B01E43531D26','0'),('BF34A37AE43C4C32BF722DDD853D78F4','qYpytJMvLYJcHu587a9PTPYvX3QIsCpYiprRn7s2jJk=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07ea15d77577849449ee99a8fb0ebb2ac8ed98f56a904e3d9917aed229d65b55b8c2500f850b71d62cfb3681e87a3a1da54a527c13de67e01aca4085b40a2e4a4a01adf7535ffdf0efad6f4253286fb1e9a1b14c15879db4e9fdf7bac2730e11245625cdf741e260ee9db942f70671d1daa2d2ed18087a69f1c5c981b5a5cf0ab',33,'36DCA48D78884063B5948BEE38CDA416','0'),('761BBB3272094E3BAE47E5903CC507C4','2v6xxWbzYyz/XdA5VtBBmOj9uDLJZnerTX9JcO2cW80=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07ea15d77577849449ee99a8fb0ebb2ac8ed98f56a904e3d9917aed229d65b55b8c2500f850b71d62cfb3681e87a3a1da54a527c13de67e01aca4085b40a2e4a4a01adf7535ffdf0efad6f4253286fb1e9a1b14c15879db4e9fdf7bac2730e11245625cdf741e260ee9db942f70671d1daa2d2ed18087a69f1c5c981b5a5cf0ab',34,'6510F382B284473BAF5F9FB53CE4FE9E','0'),('967900844A6949598C31D27F973A8246','Aod4zHh3GIpv12Mc7Q5qiPdY8Y2WoEeNhIL6UfYS0UQ=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07ea15d77577849449ee99a8fb0ebb2ac8ed98f56a904e3d9917aed229d65b55b8c2500f850b71d62cfb3681e87a3a1da54a527c13de67e01aca4085b40a2e4a4a01adf7535ffdf0efad6f4253286fb1e9a1b14c15879db4e9fdf7bac2730e11245625cdf741e260ee9db942f70671d1daa2d2ed18087a69f1c5c981b5a5cf0ab',35,'F8B470644077429B9E13EA1295F2A4F4','0'),('1D81604FB2F6482B97A7C320F0A54164','IYmX+3epBo2go0kqWRZocKzGrtyKxphl4x/u+nZjP/g=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c269975a2cf7065f18d37c3ff293d04bf136a49dfda6c106890884be84845675ddd06e147f6e77d23a1d7cec746f699197821cfbe50b419fa96542036c59e0357d9a6de325785325ef109dae43823ff53dd08ccc699ea44622d2db39eb5b11bcd63',36,'5B57E8D509E044F3BD5CDBFC6F154C14','0'),('8B14D06A818941FB86FA6600BFE44C59','QekfZJVJUCxmIV38RapVryTMOlTyTPsvGW+G8rLN770=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26fb7cb62f506fb0a34280f0eacee5866b84f6f1941da33a4de978f82b8268c2309cf7e1b4040b120bdb1405ce75f27c0105f117976fdfe39bf39d830dd89393004c77fe2925f95aa6edac288e663868de330a67e47be00e75c6b561239d4408e0',37,'04526815B7074FC7992B15389927648F','0'),('46B13ECC82754B0AB648B491AB1AFEEA','i+oBN6DUkROQxKO7LDz8q6V1W0uRucw+b90hJDdlapM=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2638555ff8978edb43329a17bee4a686d90c5c90a273f96cce45537e9f47df66ccd1bd23a33414f38c2a85c29233668fd013689ddf53678fe8bb6f5a26684323b47d7fafe936dd81f2cf59352138ab44f10943d254e6d5e406eb497cccd483af79',38,'9FCD558019324CCE95DD445E29C52FDC','0'),('14C1038DF9BE4125801B0B04DAF6B921','S5WLK9hZUOm4wieRcHTyYQYIBg0PVqYhHWXt+hQmgp0=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0d85b141b7a9176a58bf8b4fbb37531e23d6ea17020f3df50457ec551da2465e6d19cd7d1762d98b8d0a38876d370bba18e4b0cdf3448971fa96d453c35fb011a549359524180fac5d9adf40e514de0bf4de88586a6debc329b6317f8cc8d6a197e699558eb78b5aa42299321a6255c1b889c96c09115c536c72797f6defd79c3',39,'F527AC8D2AB541F9BC02FAD7075E25B2','0'),('46C39317D98F4234873F43ADDF255B65','Ny7GAqJ6HSI1WSaLrIxrYwzTpeLdcw3TJtbzYh5+vR8=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c269083860ab69d85adc7e6e3c5662979c1e2a47deebd701248b5f3b6051d3298cc03fd5c0553026a2b8d62d793c81972f8c59509608467f4b4ecbd0d26f7325952a736f89dc186cdbafec5c2593bebe339728df51f586c94a779b6e79975d6f0df',40,'B8E3C103AF364E9E8BECE317E604E8B6','0'),('75C048B1FC2D4DBEB725EF385D1BFD1F','dqY0rQxldUaIKQqtZo9Z5iJe9x/6KgBusXgU2LHs+is=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c266c35c6c3b3eb2ace93a3119c0e8284b1304510df943746462e471d64a455a6b2d5a4057455e40ef3c790fd382bb869a75a792b58e4db0c91a51a4f7502c9ae55b6b2fa42a763ae0f6d65b727d175b8ab8eb7821e08d06d5581ea6c92eaf5eebd',41,'32E51E285E904BC9AF8E7E46486C59C9','0'),('989A76ADDEE74852AC4D0AE75D26E697','xcfscAgKKarwmb9Bl9FH7Dge7ApQ0/3x1ftZfv9pniY=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c265bb05fdd9c5feb0f42f5f40035ec7fe917307d9ab0ea6e48b50457a3c4e540165e326aab6eb1cafe4cb08d32fc1a48872affa5e0319fc7da5d2f61573f1ee4cdd9cbf6f7132722f75f6ab079961af14c4c6faffb4db95ac873f8820a1b29b773',42,'3D115D2A686D42DD81EBB8A6ECC6663F','0'),('0C8C740D0DD6405C86B28959DBDDB63D','3ldrB8VxUS50bOkbiZx/oDkWe1egZIqn/gar5QRuyRM=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c268d4dc610def866a4a56c32591413748584151253ce796ba9c3fab119be9e5abec228e6d3f73bb8168cf7d267e66054a630c88c058ce271ae0662b2dfba997d721cf7408d63390e199a4f012a0bcc2530456743e5dc156c39baceb8484bb52b83',43,'0C048B0304E945888BA422E25D5F23EB','0'),('B75A9354C38C49939B686FAA8E1F8540','IG//mih1C8r9CRJy3L2QlZ63g3V4v0z+fIcjH/HEK4c=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2682ab936a32a76112525a5c17e8fe86fcb0f04a512a36519dfacc3334a078504b4909763c54772b7514d51277c4a89a1350c6bb42515f98b9ec893e5db771f51cbb5129fa1e530d6e71edbf90fbc8580313d20a40186bf0d5bef6f37156607599',44,'94B5EA20C5584078B307CD4F5EFE7252','0'),('0DFC5AD808FA48A1B863DB0B530F0413','rmW6p9Uwk/MBoB/1wsqEFBdMy8jAq5RqWbk0x0X/+9I=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c265375652ef34c5bd82dee2c8999fa0fd017f077baaf854cba88d08291ec9e47d353f135e6f8f7d1a12835ed31bf9f7ee75b3a10abf6bf332d54721cf1605974c62dbc480275be9c209c8985eaa75482052a98777f39b93cee33bf1159e72bb6e9',45,'7945B748758241A194928E685CD9254C','0'),('6F77A688DA164F728C24AC1BD553982F','RShHT7Q1ni2tyjHlfC7PHti/X8e3Zo3YzAC5pbdYK50=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0d9e461ce812da3a8ebbfe8df9fa1d61333859b006525e7ccf03f03c6c1481f3e52f3896edf816e6d84f763250a6972db51f8d8c41014e6615222fb7f9d486547111ced06d73c7d71643585791ab6894ce8c0f3002741877dfcc7655229cdcf67281ca9af47cb56c26679614a067584ac7eb942d3198316f1874ebc76427f2f24',46,'1A85A7ECA177486E9045C8663CB4126B','0'),('137CA31B42584E86991F2D23C475781F','iphOU3B2n2yIEIJP93UuaoVxQEISIqyJ80sU54pcda8=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22e648ba38165484378f796aafd4b8a312277449a288a5aec26e808cd20ef6f127566865dc7e1c642a812d3c37e98f7f8e0b30db961c6d0eb5310c0e8bd12d2d60a6791ca1f4a69e9ffac27ddd5efece23d09b54cb57bc4ddd1351be3017abe201f458c4e153e0b018025cf3f4037086706',47,'E035777A1F014DB8BA331C46F1A7A16F','0'),('E98B36D24D5743A49E57F83921CC54E0','TRsbcWXb3EJnN3zP8p9EuxjYbihMU2YmBwwiIRWyy0I=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26d35c5f0c129d22f61f747e6e074915f4507acacfbe02abfa5e322598b6e32e5df06e8acfa6cd586f21fdcc3e3c527ae3ece22c0b2876a3956711a98765752c90c47553603c852e3ad5b8389c8d7a2cfc6aeb7e748ea2c787ec32a9c14e469422',48,'E2A7410D271247E78EA85E655855DF31','0'),('F2DB61FA30634D7794824B3A231324B2','ncKLl1ysYOjc023Ez3u6hpMFfpM8JKnQuXlf0CXWwU0=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26206ddba75685edaa7f76a51dbbb3de70857c772c1113bf1b153876360e15f5697afadeb3b2956ed3b5f5eae248a3c0d755c458faa09a295ef789609e00c38ecedff5ca816cf4ed675e3f6145ba6e15ac845df8f0702dab94e822b4d7bdc87436',49,'7AF4ECD7490646AF9F9F1175BBDCC142','0'),('46CB14AA3BC540B6A21735CAB354A14E','p73VN84g6TkufrxHWanWRvh/3E18JMnoTW5jaBvd6Ns=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26dc17220ccafcd097501c04abe4f35e6dfe72aaa0b38b2b11f183d41519a4b66055dc92a3b80f923a0a8f761eb78d76ad14d2281dbfda9ced16c3c286b596c4fbe53e201318ac682195a0529e9fd16d01d4fd0df480631e1d1a8dd50529fa2c7a',50,'5607B56AF2CB40D9BBE35C6554FD533A','0'),('352F6B9F61944264BE69327D5262A96D','0dXn59TGinsx1SqXz1OCD47cucJNlYHYHBxOcamHgX0=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c261919ae3993a6de274154259228d2580e849fb1afeaa1c289072a909775d0449aba35d079e27e89d0bb286391bbfacd540ea6748e8ae4f9a5c612892f6bb7ca30920604917095a9d3048e0e188e6bc1fb11898582015a82f68a03967941e86075',51,'F1311566B8E24F8CA55336E8CC1391B6','0'),('A8D1A1066D704F9780479B0A99712B3B','C43J7gEGFz2c0xfYTg/kn1b/roN2vBMs+j0J4mqX2wY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c046a85315807c9294f8b6acf9058878cad88dd32eba544b5abc625a46f7393d6f7f6a37f35177d9d7c7a7a9aca8580e8d1e9b569fb48cafca83c228605c8540b1f4636e5c332b0c070876974ac8d7fd7b5aae3967f47ad82e23bda7fcb21e1348cf22622820331a6c40f957c02200fae7a44a159cc800d2b2eec625a4871ceb65',52,'04C34934BA1646B4B8EA7C8EE8AB9C2B','0'),('DEF66FB7AD924E8EB55F45CD64FE202F','BRVPvMJpHBR3kU/BEqe25qTBZMkLSiKWw9OKkGObVcg=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c03f0f2d67e328132662c06f17bb79e57c0037e23bc08f451c963916540ec336bbbe481eaaf85c6b244e3b828bd12efb2b36a9f1940903996664e3db83a9bff77fde759e1160fac0c6b70cda8344394add37d89c8be18d17fb36ade1237e6661195e02f22796ea9fda4c816ab4c58c764410baf2cd1e1d96e62d5c200ba86dec2b',53,'C2A8B94474A3421FA6AAC6E4402EB5EF','0'),('04B1085140E744929EC96AD1B6AFC52B','93Za5b8zYgPqU32cbmorDShOxKTmzdNN2Ny5/TXaPZ0=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0e27bb3243d26ea0b1c56072d77ca00d06166ba205d105b385b843947ee28e55dd129db20adead1ea485bc5607ccddea5fdd25c0ccd48d89e21401dd3d7c771762b7f13d4f785d5e98305d085c1a464cb911d2c9b9eccad6edb4e2b527a3740b2100e066f34977e9782e38b6cddea596a40003c442794208ed7c3d43ada7b0d4e',54,'696E041A73FB4BD0B9C6C69F5AF9CFB2','0'),('C7718143FB7D4EBE8C50514E5D9A2745','O3YZ42+FSiFZft7tv9R9pF4CDzd/kZYv8qI+fZx4VaQ=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07ea15d77577849449ee99a8fb0ebb2ac11f12e9fa2c00a6e303d0aa379375f107f37efaa3b44884d172d21e0419b7b39002216d58cb2e609a3a56f0f25bf9f328616d72863f104e23146350f537b3d3ba0dabbdab5ff5f97db0bb41b68ce2ba741a3d1a3e6fca911304f470297ab5e6636775645aec6964a4376d13f34854758',55,'CB4060387B734F6189E0463E9B51E48B','0'),('F01A028CC2D94B588C036CA31DCC45C5','f0HX8pV49JM+hI7Rih7ThfwHVnTSzgjX1d9HA8qOFnY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c05611283b8a0b1944fc274a6df5ed84cb45f3edf873b752e32ff12a23c7d450d56a02a8fc2f4938ca15dbcacf098cce70fe926420878cad3d601a3c56e9a71ac66c3014e5a6835cd237e78a839c6cdc25768a9362361ced2281000c22b515f065a3dec3253916bf1447b74515056c53193f24124e01c89cc64e826b5963204d6c',56,'4C1C5E05BDA7465A9AE1FADD8B32C868','0'),('DFBEC0EEC813441F8A85D51F4189AD44','iGBwmqbIAKRGV8VVkEqIO4o85vlgTYAXl0lj5EFlkdU=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c268ecbbad59d4279ca642144df8f4074f9399184b79ad5c62e9065df17a4ec166a9b6689e6d2d677ac2db3eeecbe1fa6b7d5ff1e567ec12619c9f2a1886f5c5922d61d5db9db5f33a912c45c720c9ba0f2e055315f577b4f1bbe1ebe4cd782017f',57,'D88A68FBB5784303B5FAF93EED7056B8','0'),('4E72B2D0393C4AFD9BFC933F4E2EC015','KXgJXxLi1CcjFyQlekEj7V7Y5FcEr3AWK7i98Md3dTU=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26ce41b5eee2daa351bc46cded21c70aba0fd725a281a32e88f8ad93dd4874cec690da879dea5ad2f0eb1e2fec98a16cdee7cecdd6d13595ad81111de72595e83f4080f5b7869136ed8e68aa3c5c976cbcb966d287befe1e96293a164a6e50da3e',58,'3E554F17C2874590B14681BC73821046','0'),('DB5CB20D2DFB4790B527457E6F5EA067','ZxwenPdgNkAAzadfVqNbNQ46E0wMk7byX0PdQvGVJ6o=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26f17a0c6e88008e82665a3c4076584d1d18c9ac2736e7a35fc2dc22cb6a39391535dce92e843b7ce3f0dfdb8aab29aa6f6e383f162f1c3c6a91e51a9105396c2beab0a69aec142e32a9e06b020a6dfbef3ae717c8c54018efb547fd7fa2a40e0f',59,'13058B892F3B4D20B54D60D20ACA93BE','0'),('E2940A61DA17498D89F97BD854DB1EE7','N9l3wkRAkznPGfj94MEA0bsETAR7x2bvtY3k9SVht/8=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0593f416a88e4b7fbfa2c993d0f07e0c852c33f50c6a3930f7884fb4a98ee1963e49786118423671f51d17f015ab33a666511e1090bfff10c7a9f764d07b2a9221f4429d070369996db9f13f3cd5276bc0a258637e977e0caffd2ecc4c43a5549fb899b87665c266049bf27a13024b6d404d3dfd61e7a10d2b2d0833c34ae174a',60,'796ED396CFC04B6B9AD035C8C42B4997','0'),('AAED83228AB44200B79548B502A190CA','8mmI2rllRgjupIghCwwyZg3YZqJxvOfPU0vICBF6VMA=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c083daf5ad9cde4aff06f31424c36570f4a4c4f725bb54daa54e7665ef5ad59ca2c0bde8bb8a3b3fd1a3dca3877f27ded2749ec7fa29e8ae8325f4d3b871740dabb29e3bc06ffbbe41438a072a91b6c3e04c08f6196436bd271c8b63f560ac9b69f553527bc044920780889dc8fbbb52cc3ed10b48fdeb1eaf582dfeb99e9e298e',61,'591C75DE558745B9A7B1341D1E04BA16','0'),('26ED5FFCAE754B119F2E128F2CCAD2B2','SQ/eL9/BGkHd93u1SChuFk+L8HFiLY86joPWHETr7uo=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c05a366b6520391d6a2fb9fd9c26838416f16cc2f5e677cf991967ee44c527e82cd5dbb209163ea99d2d4615f315167503076a5bbd74790cf2311a75738e079223d4ebdc5d6b0bc435c63158cbb65ebb7ee57808fb82eb6ec86de52e57809209837b2851183a94859ea18a2e0ec451ff9a7fb76f8845f5a9ed90a46bdc5d23e360',62,'0106BB38B10B4443AE117E95359B0B87','0'),('1D5F2CB904324B5797A3618A16EF6C65','0Tse6ZRe8388mT5jNFNoGVcloVUn6ilE4nWrPRJ64iQ=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c046a85315807c9294f8b6acf9058878ca74cce5211955e44569f22f4a6d255b2548254102e156af5570baee33b0c77d83061f556865ccd3d307c659085bbe9c8825a8385d781f47ff2186bc42b2bb1756f80eb92abfdf1af56df44aa7dcf4e4ac3ecdf4b1978859df88bb7b1d1367bd19e1dde116e77a49ef514143204f49ae4a',63,'4C83E3413E874807A7FC713504FA6FC4','0'),('7679180A6B224C579937D7941BBAE6D3','P5HUOdHZ+BdiirIcWl9CLXiPuyyiJ2+oKLKSRY2WLHU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c08e81e3776167aae1c6ab3013cb87a113241db0ed0cd8e697fd772bfcb184aa08e7826709a03008757011fbbd176510de21434060ef384bf1a7ff8958e2ec45a5b541a699be20d3a50af96429bf5c3edcaaa67e3a638c077f17d72b10fa544d6ad180a04348f9d97ed41b5aaebf83c4e122c57ff085b10946fa698ee6e947423b',64,'9F8B96207FFA4E07871B80D3E4D4A126','0'),('71B021EFF76342D7974B8C1EE5E52583','f64XlVrPXCIG5DO4YVwgg1jYFBW3dIYipkHwtrh1uV0=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c03f0f2d67e328132662c06f17bb79e57c22a31f99b04314c1b118e94a8beea45b586a6c5cc3cc962c8bf9d9a7fa52e29612352c3270b9e11f9ec1fbfa3abca65acf7419f258003d1f30aca2945fcf4e4ce5bc7a1171243f538d10be199d4f78e8e04bab6e125d38f337200cb4c3e75911fe2bee2ac4dfe73c7a7a0da267806083',65,'88E12D3B2FE74AB2B8D3DFFF71044C20','0'),('ADDE46E552484F3B88254F0BEE3C8F4A','LYfVzortB/8Ya50HxSVLvvTDTMkWDC1CSH+zfpHWcy4=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07866097c38077a49ee50e71edf56fa0a9d5ee92a5d471149a98c1fd9fc64623c2be63553743ee3b849083570e9f4d507ac098f52dc7b05f43418586597f0c78a0b642ba9176528c69efbafa8d173fe29a112d27a4c0ee9fbda4db8cd57d9d8c17a4a4d2f530ecd068fc78c729bd9a0a0d824e2f7563489c1cd182b5bf2d70896',66,'084F1D35BA4049038EA568C8F34726D6','0'),('D55F9035AB1343888033387FE371330D','bynA8QyeIFt6/8EawxiE6f/awQu7xn7ZWuNtFDs8dqQ=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0db8b357d8c5f3c1431d92dc957e480d1c09680d91748f219a2e32329f9fa7036c384c0b72b39bba172e70ddc03595f31a01ee48ab7ed1aa619c4bcb31d579c165749f505719754b0803c732cda655359157ab0f3d25b28e70a49043312e32580f848ff9ab7a5432b8d2a329d3bc63b1cf3da95909d7cdaa48658437f6b919224',67,'D081FC8E769E4ED289CF9351A12B1E35','0'),('07AFC91F6143430CB077683B69CF5018','RT84DuDyfHc1R8VXym/cNPOjv2Wp1xPsKCkQpC0HqBc=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26abf4ce5fe5d97171ebc72324acbd154e676e763ef06a236fc4f5f5e5189d837d91539a1469d2cd57ceb4323317be0d610cbbcec336df2accbc5d02b2c0725ec1e73c48f4a4c4bcff6b222544f4c0340e985aadffe7b4e6ee4f585c07b764599c',68,'EE7C0D31E19E4E45A67FE61E50CD3ABA','0'),('BE5B4FCDB0144359B9B538FA842218D0','vCFK/vKWzOLLWtwuIRnmzt9PdMtAw5ddDgCS56RSWlA=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2627f50159fb1dff0c760fba8e772e23ff07e03072d89bbc4f6c242407afea3a5357fdaef8be5848c05e69935bf52e91cadcc3450f2e4d144d87792d4049803a09ec17a3fad0a23f6f7793c5cdce108619dc36f9cf3d58c5a3d30e30237feb35ae',69,'965C0E8DE0AF48799F51E98CB50A2624','0'),('8B10943F6B0E47CEB8B4ED6A03E583C2','p+h0V6ytJCMD3bXl8584rQs/UlJnVal8Gl3cDIQbcU4=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26f802d26450bb4ec94d059088c841cfada930bc12b8ae9a1b48f4fecc2eecef96686e08d31d083b7015537b77dbb2d7a6b1d7f84bf2fad4c4736d6a70f0aa0e2fd9a100b914fb7cadc7da42bdb076a6345df143e55408d46f798bd509f7a0a429',70,'1A22E9DCFB3F4C269AA66027C1712E9A','0'),('38298135BC9F4963BD51E00935C1CB6C','/XeYgKMJh4zysdPW7yLhmTTIpj+LTX5oCFa7+Cp+kp8=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22efa043dc2042f13415bd390fe70a987c17ee1d61ba872b6d96b8dd017fb272d1b1789c88b108b9ce72fd13266bfa909ec0bd980c0d3e7cd87fbe172ef074eaba295fef587f09332c9724cbd78f035f717fa687351ce9568ebc372b27b204847663eed0baf5f73a2a45835eabd50610ff6',71,'B417A395D1D14AFCADFE67A686FAAAA1','0'),('D132C5743188485CA2864ED02CF26E95','X0dOu5FgJgH4CDNM2pUyXCwk0K2obJcnPVvUdyB3VkQ=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c268c2cffec6bd7008676061483a59d3236e13f6da07b0b1545c4f37fadbf0b3fb3779a79bda4d8f7f016804a94bbe4389e986fbdad4028f7d9c6659635f1a10d1288678b815855ce00c12da5d0fb19b76258a0cd0c540905dd58f7d2a1d390c599',72,'5CADDF5075014041BCB4597BEF5D4B1C','0'),('D6E009B37C8F4DF28FD24DE37E822C20','QNfde/xtEwsT1Gwdy76Azu8zkK62C08oCpdWlEGasMs=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c268856a01bca78d1738662cfd228e22c06df9bba8738b8343c3af6be5bd845f42c9b717e8598bd5a6882cd2ba3d7a90bce2e45bfda2ce740bef490bd80b4c89234a4ba236a8a932a435b3e04379229e3f9ccbe5751d69588abff8bc29101f476e5',73,'72D29932420E454280F1943D29B7D40B','0'),('7B1CD4EC240F4DFD99A3A378EA1E6A74','ubatVYFM/D0NKg4wYpMCY8qFOrHVS+buTG02fkOlO/U=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2688dd0454050c70a846a4275d88f215235b60eb7ea5436bbee91bece511ef574063f93bcd1c8dae000f311985205d34e34edfa4dfc2b594f55c53c6f40484c644c00691a69fcfee86eef5a5d8779bac4a21fd8df0699f20d2304ebe7eb5a3db25',74,'EBF97BE00E5449F0B98AC75F65FD37F4','0'),('A2767184306E4D1FB97EFA2D7728AA16','+1AnvL/D3+cc3OpKhWGBZWpLxDqcBU3xJ99Ws4t+b3E=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2626af4359db289c3e5758f56b0a37ccacb9c730ca775bf2667e7492e28aa5eeb39d4432f9c547060d14f622f5812cf2a5c39c08417c2261de6ba904b71736c0a803f10f8f18e6f6ade285de6e9db0482d83856200a863837fb83e6977c81ab6bb',75,'01E911469AF442448FF9C2FFC1DD671B','0'),('F1F182F0ACC74AF4A8650B8D19628A48','uthUxpXgGTm7eEBnYSs84KsGw2w9H9nW11c7Nj/E1OY=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c264916b7daf20a8934e03aaaa5af4ed3eeb19a319133a7e9f482435ccb35b61d1fa1811f7d6d7338e68c71b7a42698aac82b6fa9d30e979b19406b1380249c0283253a27a3d5c8980eb826816f88268431def6c11f4991bd88bb9f90e6f3f76231',76,'C9F301E590744E2AB0061834D2A349E8','0'),('119C79F836D24917996BA71319D72952','/nLFjvrld2irghI+VDjHr9c+UbKMnCW2Bo6DItxkYJU=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26f6fe1dce6ae824be41c4c1952ed41d51792ddf96ec2005112eb7313f2d0c3b6d338ecb26c9645ce1563c5beecee221729b44686efed0f495637dc9005934c25ea4332966d9c5072e45ce0914c089a4ca46721354b8afd7dcd66e2a518b0738e8',77,'E436E18F0D25438595F57D57CE9E0854','0'),('D556A2A72B0A4E9CABECE6222A906D63','xd3pUsGjUUGQxI3FeqFHntwKpGSaFgAP1FSjGX3kA3U=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2666db836e29adeb7c1b9baddacefb2bc1d9710544664eaa8300d1e4070ab53ffea5a6a899b81f460b51752317553cb4ef68fa400e46599f3b30318d131435a8d7425205b02f072a3e47c96755610905fd2774cc158820923c54937329b483672a',78,'08B5069042A342E1AD4947FE3ECDEAC8','0'),('FD18D4FAA67A4539B4990287A460D5D3','zNEAmFg9MnIIjQu0sK3aPeFaGLpmgJ/Hqwk6gAak6b0=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26964e8c2631702f1ae4c3d36fd482ef5b969cfef78d6dd40825f4f781860a85141fdd082fe402021f34846f1f4fc828f0a614516ddb79bfe0211a697521d06a5126876a1e62d9c58c35b8824e4210516e8af6332aae3bbe18f21ecc72c29549a0',79,'AF60EE056DC545D982C60E818035DF88','0'),('60FBEDB033144C5AB5E5084A824411DE','5znZ9DXk8wro/0z3VjNAgNUozcCU4SPgvHm6w7yup+g=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0d85b141b7a9176a58bf8b4fbb37531e28d4b8ed6af13e4b03a8e031f876c68cc468c99323480ea8b1c3457bc99d68bff95e55031824fd93aa748204e66296c25140a64a42f11ac67a14977ea5af0930fb1593f517e7f5ab3c5c840837f0edd03471a038ec9e363d83af80b7eac701aebde0a4e347098f74edf2f61e39ba40167',80,'3A0A10DF814640639789350AB09A7AFA','0'),('13E8B872AFEA44BBAF4420B8E1A72D2E','KtqjiBIpRyDOG9SPCYbQ8mJ8CPg13zii64Yu/8/dMjs=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c264d81faa611140ddc30e6e78d1029cba84efdfc31356cef86c63c0a23be51ed61ad5e53a0765e777e3119d26daa3f52c059904dab49e315c66caf7caf059f87edd822db29882d842eb0b0094ad1e95cf5751c82c11c9e33b321736922e66d46a6',81,'581E1285F9D246C19530F8925F632097','0'),('E40B160B56194E8C9A248240C3FFF792','niz5ujGt1nNiO44S9x6mCpUg23wbfhIwwDDhOqEa2+w=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c03f0f2d67e328132662c06f17bb79e57c41a89f94a1defafe5a68f4c56bc955cbcb0d005b9ec6e21a1462ea65a9c7acbaaadbfcd235bdb5b497df5b392630b658158be9a57b574c0d82090aa295fd22af344e8ea3307b904c0a46316c03381e5fae5b830f81be93e037cf3455675aa37da15c4776f54b0386f9e4279852691a91',82,'22C7F5C539DD4DE4B3E3E711D8F27D8A','0'),('46461603976E44748BB2A39014DE5DED','kqlGnnO2O+V8pSere6UKL0IkizxE0TqBYCci6v6UmJQ=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22ed0889e19edff648c76e84858c103aa11ff492cecf5f14eb113cdf76d4c25366cda00f6aa90ee4b5967d2474c0ad7e04bcf7d9a71fcc55866484e93b808091c6a5cc1bf16941c2e66b2977f3ad98fc469cdf85641d5a1b63c20f942185239e64795ee3ff96a6c18df3e0de664e693a290',83,'310B6C19D8C74D159C9ECE59432375FF','0'),('9C8773ABC7AB401EA443A55EBF277B97','BI7QQ/pden0MAgF2NZwoVXpY9SW6JEJyhouq6mL9Rk8=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26f7751a2e94c7c82512c9ca3f644bff2438a300251b7fb9488569d94a674ed3b7b4c1945fe71c8def8d5e222e3149cad6f9ac379de8b8558d637cc1a0cdaa6f309718182e848c58d87cbe2a2fa7e432d0d611587f582f463a55d7394bfefe3c64',84,'720B8610E3974DBEB62E59C84FED22B9','0'),('8C975393D24740288AD11DB8BEA65F8C','cUJijSKtuVTUp44xfG55kdFsyZwwb/xBHbk9xtEDhPc=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c260a31d8e92009022ec82940be0f78921a6c9fa30d1dc3b70219388f5e75da56e3739f4e815eb388b1e9fcfdb72d506616df82bd1f47deb376e521a7aa1a5685f997aabc3ac2a5908b8ea2baac52206fc506eda255a3fe9030df5940d970ba59fc',85,'F21367F0ACCE45B29B206620477E12A2','0'),('E2D43038295B4B88BD764AFCFA5DC750','sCj3ee65bwfDEAxU1pMf3g9YY1sCprn3btanc1C2yDE=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c263b8cc29649a8fc63536b5208f5345439baadf0631c019c538bb6609cb27c0cff6df470ed1ec020582ffba03b9cfba09085ea05651bc7487519015ee9a337d5ff16d8b6b9906b83c0522067d64262c3f15b65d2afcb349552d8720218e0a81a37',86,'6FCB799CA8FB41A8B50FBC448E6AD522','0'),('B243D1C5BEE74262AF032496E30A2B12','uU9UhGALb8gzwz/xdgvhlzEAOvA7WSUapOsvR+UXe0Q=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c02c616a76e81c6777324d970a7e42fc2ded911b59a383dee58879fbd9f8d7bbf615fc68f0f8c19e6726584abde1effb75160dfd046de5067a9188dec2035b44ced3b303b0d308a607474be7119502484c19849eebad83e7a3cf91107fb38814dd752b5fef0ba7a1979339f43507af323081654dc54340cca724ba7d9f71260507',87,'A0B34C6D9C2D410DA16D4FF181E3046C','0'),('9379F53FE41741389E84335B0AF76B0A','RKigZrRRKN1pLWlbjTKM3USpFF6y7+UmveNYAP8+P84=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26fc74a4a8d42d4fb5c0e9522026069f7f2d1380a3fad4dcb1613e7b4f3f409de168a5b6ed6bb533a46729f665e7ae713a22d748347567d8486a08fc05b07dfed823b9b6c742074c3254a65a8fe677f03809b9f5988b4ed770c51aedddb5715be0',88,'BF32A01C97A743D7B7BDBAE0D1D0E36A','0'),('AC59CADDF6A140D198823D310DB146C9','xD9jUSL751oZpEWs+egORzrFJU2AXr99i2FDUQlA+HI=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26f013f92c213043c1ac18800f074eab71f6ff0855584920740fa42297defa2167f8f64222c9d8d0d9947a5de5d9c9e99fe337beb24e2a575aeaccbdf4b605ba2b8d3471851f7b9d795e79ade2ef1eed0382d1a41e981f4e75b886e9d2f502477a',89,'B93B60413CD449F69EE98E17EDEC9926','0'),('E19AFB95E4C54AE5BAB825D8CC9870C9','nhD+mUJwKwtiexwS0KCWhqVFTF7cHR7p19/wxfZtE4w=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26b750ddb2be2ec14b0f6578565c3cf7800bd0c847e07a7d14dad3265bc1eabd61b225652d2ff348b2815cf69b28bc9078cc5da236a8264748c533ac6144204ff24bfa894eadfe0d16b6737f22a35fc72fc3457ca54437593639ed9c67b287f546',90,'11D457E590ED474D8BCB849D066F62CE','0'),('DFED1DFE5957438E95C462022E8CD26D','HhCSskQHM+vk842I0vbNGz7ZFzRrtkix60u0FhM51so=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2612dcdaf892d1289077215b4bffba20c28dc4d2916ebaf6638b232ef9a19e866fbb6aa2c0aad13ad16b1c4cb63657cfd411f385780426f098df77bf68cdca1711412bf06c564865f3eb10e90c10728ac6e8cab367719dcf607ecdf3a42da8a386',91,'96573AD78ED742A0B0F7328B70F69C5A','0'),('34BF1A88BEFF4EA58FEA5067BC93A1AD','632AqgoB96p/vKQWQ47pC9zjz7b7WcI8dhbKKjtK/CY=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26c35819ea949d34155710a70e629ed0dc4828c1afe4c851ad250f993acedd89aed514d4113a72a2efde3b951ad156412e64a8deac11bb84b7ded51bd25ec2969c04103de6f53879cd99ecf6a9eeca80b95766d3fff8f5a4121eb06d0ce3f4a4bc',92,'D75B08F075ED4FD38DDCAE1CE0452F86','0'),('B337EE182DD8435B80699C05178A8C2D','LaSfaw+3KmT67K2iSHB27vCmdhf/EUkJEseXNEANDuU=','b3513662d1e28d97bf72d8c992bbad76c03f64223273f97dafa28b08aaeb1c1a3f1bc199ce3926ad470e944fb389ff502388fc1be2dbe19bf86f1e80bce1a6a31045cceb9c28b05239096c3e0519f854e9d6b488936024ec79890a5b3e141dd5eda14a8a3d007b84820c208a71d96d192b7e75897366d6fdcb8065e5b03eac3d0ed7bcf94c5db73b9079fce44b2d4f460cd0cfadd9974056ec87d2938d1a606b7898741104585fdc57c10c5f4b56e653cec7d6dadd55c74099dab84e59e8227b5a97877d2a997f609b346b7f32a3f7b416f57a01ac3a1bafe5d7c95caf598199c961d668c4d21bfbfad80416f23bbe6a36ce28c2d209602fbb914c7eccbd0282abbb602b6159d72b9151f13d1ea8cbc2',93,'E5A89856512F4F2F98919D94F84D1E0E','0'),('6DF66CF8AED4447E9F6CD16645AA3D47','3NM8QBXsOMmqKzPjk43fhBb1SURvDAdy5hGsbEmAhGU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c03f0f2d67e328132662c06f17bb79e57cae834ebe0dfb5b0588c2c430f5145df9538bc9753c4a24375d0a841590981078dcba1f29a45f0ac7b2ba5da7835ee3d766e59f3a3a09a14b89c5454955e9116ea93ffbc6b7234241c9fe84745a5e68b58d1abec6ac76158d4a54e52fb6ff77944d02ad7c540b46454166408f9011246f',94,'D505B5DFCD6943F6824497C3F356A1D6','0'),('75C8DC735EB746D98655635FB126D4E1','jWpdnmZqBYQgKryixyk4lw+L/CGYOh5b2Z7W9Lj6mXA=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26b4820a6b2a952ea2db8b2fde1263d5214de0ca617a6bc2ed2e4a5e4413f7683784fd76e100c21b1f1b163b5e0230a044892da4bfefed238e6eeb0a58d491f7f72f1271923cce1f876d86889e21df1f0ce155bf8b2f10427d2fd9a6cfa91333c0',95,'7A98E5394C9D4ACB863C79DC6F91F696','0'),('46111FF62AA948DF8DEFBCC653597BB3','iTDytyLXvkSvmvAdku5Ln0bHgA5avQG8bzCfiHwffrE=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22e0c4e6101fb15c11109d91376b4cf6b46a0af008d7b46b60aeab517609a704d6758007f0a67e976e7c7b2e94dbb70cba9a69cfb787a7e3f77a941b5060bb3b29e8c1c554c5de0b695c5062a72588ed5791b0a3031e8895d544ba8c79e67df795c0102abe32cf6e502430e1b916dfc3b20',96,'D4AB79343DE4467388B489D38954DDE7','0'),('BFF61A27FF4B49F1825AC83611E1A432','wR5tTBcHx0YwnTNNMeScY64l1t4Cu6cQcCemd9lyk/A=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2680c560fb104b9e991a3dd654f01b02904496e21a75e1fbfe553b7fd288ef8cf10128227eec9063edb6f4f17d27480b718fb51a82297d7026ad638d4bdb97e39c690da46243918a1f28ae4106febca555468bce1f452ad122310bf60c024fb5ba',97,'F6DFC59547CF4371A9D25CC2BE569FC0','0'),('F61A10E6D09F41B4997956D1EF4E9657','Ga8QWhwCJM6xCOu0cCH95xtjfzkrsiYxVoMrBwywQ5k=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26ca01ac4d9a27e8f257177db27e7b156e281fe9a21058522b5ba0b8077a55ee77b9e12baafea6a1ac53299efa49aa5e74b85af1fae21c888a91c54b017e7be1557ad8e09952da86305c64cc4b567747adf5fe649bba0aa60160c10978b0bbde35',98,'216063BEBCEF4CB7A23EDCBC7EC56116','0'),('7AB320D45FE048F48483BB29B83813F9','Do8x+3NV0PT8CRUVk7vMNXM456FX3RfP8jPw8kg2iGo=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26b125fe9717e0ebc9518db891b651322d40a8501b86f5911a0c70dc7fe1510a0ea07f48b7f174fab7ed27545eb61e7b90bc3aff0a10f5e7bc8def18322db477d2397d1d8b58661bc1820a0f807cd98a95b6517b0c363e96badda54b7e3140d4df',99,'CDE10E421714433BB3D7D51EDD230061','0'),('1DF76058E7CA4D2F9EC7CF7CC16078D5','NnUvrWMygCj7BrgSsBa25Q/oGe1IJyZ3MrDOVhAQP3Y=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c263d69d4240f622b97d8c009f688d8d8ec8b16bd10a4561b5cc02062a310c652420570462fa26650cb0f8d41796bc090693e786e3b4271b4edf369519f4ce8e8dd57a7cf734c08c0cebd91a40a81afa5ad54ad1bc203b24acdbf0f8adcc9b68c46',100,'2D29497C974049D6BF142106C38344EC','0'),('E2A9D3E89E93495CBE9136B45D1C692C','hA3NrFFEBxUmE5M24Ef+5rx0c3H+w2P9PbrsyFT7aVA=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26321f30e5f8e0dcf94f3b4d622c1c1c6c5eb7479551b00af387c38ea7db7f6a066631d361d7b8b05c956b391dfa5bca4136a2b22c5a59c21cff363713a4928733c5275d76c5eb026faa464788a073d9e3be4bf99f3de69a5e68f25001c49aeedd',101,'C62DCC1A209640DD8F03B585859495E4','0'),('E2A9D3E89E93495CBE9136B45D1C692C','lupeoUcUykQ7V4eZdd2mj/RgXS8C3cHMFhKwEpO1fjM=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26321f30e5f8e0dcf94f3b4d622c1c1c6c5eb7479551b00af387c38ea7db7f6a066631d361d7b8b05c956b391dfa5bca4136a2b22c5a59c21cff363713a4928733c5275d76c5eb026faa464788a073d9e3be4bf99f3de69a5e68f25001c49aeedd',102,'B750AF74062A494180A57B3043A1C4E9','0'),('F0F51845D7734DD49B1D41F6ACA0907E','O6zaHrmfuVDTah1s9MC3ixggoytlZfW+U8xFw0v2Pmk=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0658a61c50c77769feb8e1282798c4931f1bf92909f2e5551c3d69166137e0313fc87a25e62cfdb1e34f000a2beabff012dc366d1725572b1cd6da5f55963682a16f00fdecc92b19831235f707b70b6e5f67994390b37d629e317d43912cfe76fab022bb0775e4c89b97026b7becf34e1c5bae527258be5348cf5d0a630dba941',103,'0042D1B48E7249EABD94AD69C36C2625','0'),('6DE3D9017E7543EEA4BD47E5179FF2C1','Q4zeJ33QyTQ5OJxPt/ifDZ3JGlwdkSVzWs5qlgVmzvU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0d82ff2be3e271efd01beaccae47546591ce8772b81d175487c4183fa6aad88708381947ae45356c1f0a0a6a9555c32e8a25fe109fd01d23cc9e53808e04fc6eb0e649a2f910f73477e9e28b744a0524955851384b8e95695241beeebab780416a3e4559fbf2c66cfabadfaf0a7562ff1b5c221b9c81c6ed9a87b481779a71583',104,'0B3AA27D61C04B24B1472E548EFD3E3E','0'),('A3868712A18940BBAC6184364E386DAB','7qiSqhZF6W7kMEwGsCoj79JCYS1ytB23KBa3iXMFiyU=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c263d0e9ad2cfd0a24c35f1ea2dc52256d719136feda846adef1e1a6b806a7c9a59f91f16cdc1f84b3bda7e09a017915cc05f754427df045e59b59cf2f2c819898048c132d2593e1ee31f48a84a5b44e7d06f655a46f82ca13f409f86de91672993',105,'01C9356703FF4C35BCF623A3C8FB18EA','0'),('50C745E8D43C40C9AC89AEF8D6CE3154','4Ia6ftB8MwHu8nlxFtVACqJ47f1af5xWMw1XposPNAU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22e05080d4bb606b0f7b2064b9c091a3205b8119d64dfd527ef6a989d64785791c1afcabf7dabb9231decde0a61bed24fed1b067a81e8f4896bce3e2213e18a801885212527d18cac64608ab1910ae87c4f845c78067e77b82740c477917d136b11be8db1567e8d941a7bb5cff8f6da8e4d',106,'9BD76AB8D6BD4DCA84B5A4E7B6BC30D8','0'),('3CC21FD764ED45D6B7EEC6152C54FF50','BnOMG0z76kqdDg2kL9ZruczUEDR8rQg0gWkCCaedTf4=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26328e9e832234071bc4fa5b1f89219e350cd6fc20909b3cc222d8e64f8aa3931966561b9b1dbaa865930b281bb6650d304bd6310afe9e15e79a724174783209f403647fca9c5f4218ee8f88653f239be87f27ab8284c70497b972c27ab9292335',107,'340A26CEADF94196950C22DD12B6E53C','0'),('4C80B95814554E47AB87EB83A318E7E6','Wx5niGY5Stf24cpUxyTu4FquffvOrkzfaIWGaY4negU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c4da8d85fa25c5a0aaafd44be6b6e22e9c7ec2ebea9fdc4fae42c8660b52574648575facfc75fb94c41fff9bb1cdebda990e64c168685e9b883b29b00e4b8582bf5a45eed1b74c3d723357c6782015f9f1fab44d07a8d6de23f4c69e7221aadb1c9cbcbdf6421e94c01311c8c14059d9356c63492f87a8159b33b62b8d3d230e',108,'3AF505059AC64FC2A145186C973CCD3D','0'),('57CFFF411ED341DF842DB8EB0970CDFC','4WCel2moBl1TzSiY/Z0zMUu6EZQsgGYCm0C6mi9//Eg=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c68b4e2b5b8cdcde581f6fa292af5eed69ece0285be4da0921a96605990ab8972573cb7356da1f30da1185d7c05cf8cdffe3815d7ceeb968ba17d81f4afbbeb94eaf2b56436f484e25afec002ed514e1a45d21cd07ea5f4d6da92680c784435e58ad0d900b96b949dff66ca3ad3a176f6ad',109,'88A50827B96846618262FDD8603969EA','0'),('3084BCD42EE2469A8C409E86948090AA','5FN63iIiM2h6w+UeYptyB4qGd6qjPPiH2zkcYtVE8LM=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26486db7d0714f1b980ff63694ece50b9412536814374a805b0f1e7a964186fbc06c320b2aee4f452ef6a2363f2ff781b068d09b096ac05eea169b72912f7d35f7df208b468d680d70266811c3e4c2e06b783b598d3e86280f7ad434ac0b94b258',110,'D946E65893014575A996500840AFB945','0'),('764C6F48CF8241BE8B13FD2C72A04850','MeJrtJkOXB3vDCswLPrRPNgHqQhxIijQmeXTe18l9Is=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26214872a85f053696f27a9c8b37493ce34ad72a83c23d260ec510420ffcbf714a2236d41fbfaea6edf443cbea3f1e0c551b6f8d344d3fb11687b5b1346000945f20c1871ef6115ba04f7eac5a370c3d2b27e13a40b35f831d41253fd1a48f814e',111,'731E3EE806E54D70BE4698809FD71C42','0'),('ECF57214CC18405980AFDA98F08312C5','Rfypq36/zZ6tWAvhDme+M2JM9MmY14EBU+Cg2enieE0=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26704f29aafd7e5451f34ab3040bd9c6c7024a54400d27e49d861339b0db4d59e2f74af5fd82b471cc99fdd87f266414c15cda7173d71b3455cd1cdaaed4744a209d462edbccf25de8f1dcda79297b10477aad81ab4e3106e79faf62b4323d02b4',112,'3BAFE97C493E4439808EC4E77E97DD06','0'),('2B0E92E8BD9C42E3923259AD0AA41896','QJbtduSUrYRqIHnoFwR1T8mcd7/4ttqbfnQWwYhU5qA=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c683152f204db8cd90520876c29a9bdf6878d6e575601aed78b281617c847b25fac5e743a33abb8a8f409376262b26a1f18b22d54321dd314e65d0de7ea1dc9c956f70b0c85ffea0d0b5ed90e163c42df5691d673cf747b40c635f113226ac549f2b16178aa4545e1a23e147c63181d5ea1',113,'9C8DF68C2BDD47C9BEBAF7735C944E73','0'),('D321441690434B4D86FE5171E9CC6488','W7letagX+etMVHtMZuk8U9xBDlPMPfyTNFRLPDYjzYs=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0a4fd8c75bcc077337c1e7dfb6ffa6addb8f949152181829aed689583be8679fe566e8d3d4ab222fabfc72680db2344387522030e14c74a2c373943102fc013ff12926291ba88ffd549b7c0049e8f898259eaf4943693b9d1120fd76778977df63eade8b5f24db6be336ccf21162eb68c79074d70205f3ce944e1e4c93229337d',114,'9168F6CA804B4AFABD3784052C3CB233','0'),('2CC20E54D80D43478288758B9D9F091F','4CN+LsK3NdEFm7ripL9vGqT1/V++HmWzB4SIQUbGqwI=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c685d84ff231e0e59bec243cca31cad5da02da26b2e1c7a449399450bc6a0311137af5a0759362c321ce3c72a710da9d8183eef8ecdec3a02448b10376d7c7eb298a02361905986bfaed0dde74c3257f5b72e5402af0282cc0f69d796e8ba345bcf0a70191d0ef6ede830ec7c369f30d4ae',115,'4258852878F341F59BC586E5597F7899','0'),('1278716923E74AA1B6738DD415D0D5B8','b36NsP3XYyL5Z5hv2USe7J7fvcJ0XM8pXXbycjz1M1s=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c689ee11d6e5cf82fb8957f08fa8d0863e95ba8965f50d225127b5e5ec3e94deffc913a893189dc9ae160151a2450aacec04ed9bfd0d871719e881252eb8be4ddd612caac895e4e379082e7e0f6eed9a26e01456c23cd76c267d61ee2d16dbc3628514cae56c18880d906031bfd855c6d0c',116,'2A9977A2EFC34C87A76FA3F8F81B806E','0'),('1793A584C30147AF9AEE0F4226181A53','vRQ2XsfCDPXYpF4fjF7Hnnq1X2Uk/NmSHXanSJJALVQ=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c687d29a1ae1e825963e1a43de81d56fb57947f21e5d361cba9698d578b12dcce906f76767827f324af55b23b6af9978029bcd309d1f01965cfc3503ec75f01b03ffd1ddac4eac4f2b7f88d42b2b641bef4d2c27669be56aeafa1901e7654be674c96ac067320ce72089bca4ebca1a3e550',117,'0F526269B4B04640AB9B42DC0861A902','0'),('5AB056D39D984CF9BFA0638446C9ACA3','B269k2Z3tQeCt8BI48IxMzxSAPFuUzdvQQhRQZ+vu5w=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c6866e1132d52405a1d31f4794e4c771e865788eda36a67fc6278ae0cf9792968b2361592d997fc376d2e0e01de83487a13eb43301847b0b113f085d4757faa8ab6be0477b7a3d568011e50d50a69c1468a106c5ea8759ff442aa27600609db2e2bc3939eb62b3066a572e59fb7a5e9a2c2',118,'EA1643B92588432A834C5E7B492CD37A','0'),('7629B32F9F7C4E3A809B9C3A27924B2B','dU/M0QqlIMf7crTzA+/JvVpewISk6m5Miq5XB4/6gbs=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c260146425e384e14bf2625fafc1d0780b58ab6dda6cdcd8941addcf1ed15b6d652c633d7dbe9ca8e73ddf37c685deea9308d7d36d30edc485b5abdcb8e9fecec3af722f5d869d7257390e635e18d690ed25c35ef9601170fd63d1483635c9b9b99',119,'F2978B2DC3384B3EA721C6EB5DEE14F4','0'),('F6E2FB2030ED46FD9F53BD9DFB111675','7A3KM7X8JBgTsdKiZV6qhWpYHD9R3OWB2ny/moblOtA=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26d9307f6b49d8d595cdd0607e5a8dd5a79965efb5548e5a9bd565ded91d7dafe1a1017802eead385a68a5f2c45dbd2c47ae0b425c8b75392643289136b03d32b6ecc22fc85e780f4bb3959a1e0800d9183b6a1e0be7b7f06a0af7ebdf37f2c51c',120,'7563D03406004A2B912B62538AE2413A','0'),('F55E1D74DE8B48A8859E1131D4A75CAF','ESoGfYboxTA8mZDYEaLAd71m3BkEIYZr9W+GvDa3gko=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26ea2720091260783e7f9a66add23187bbeb0d4fdebccd1b1ed8dcae7f4d456d9db9bf5e51a117ab46b620e897ad28169561c6045264bb4db369fd8357f2f3403c3cac48bd89f0ab73e6da5f89093f745bcb4f973291557def11fb9cb29c0ed518',121,'C4AA05EBFF2A451E87E87983427929C7','0'),('DC63B97376E049B795BC0E8EAC16A2A5','mareyI02GxaxyA4gb7EHrfNEhaaP2V+LhwBE2Wz0g6Y=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c266b6d1e7390cef7a1905f8d8bdd776c0eee03f309fb52cb2a65919ab380c82ad7afab6aaa3722182dca1fed30933f7844ee3bdc5489e498f26d32177d983d88ba961541a95e1a398c5e2180dbe4259d9876fd200f3e0681c5ec83694d60387b9f',122,'34906B469FE945B28DEDAC0D39B1C8DA','0'),('A6B8463A4BC2470DA30E3D037C01719D','sMWl2g4KCeIOAbAgV3SbcNpLcSeBBY8OqXm5IDJbYYs=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0a4fd8c75bcc077337c1e7dfb6ffa6add1e8ecb077e5bd9fdcb6847fbd9c9909f93947c8695bca4d21e7f3ba9ad83d145dbd8244ac21f219f80d70ccec8a13e653580dd8b24b8d2f56d036e481eec0a9028e568a7704ec9bf80789394fafbd68ebe7ed8559c17bfff4b5ad7a9c8fdbe6b8a4d098b6d0b5401cd7ea63158a41cfc',123,'56E0432AEB1049E79551EB80FEA618EB','0'),('0A6243512A03478A9A3B31960DB14700','pC340xeYrKoPM9VsLXzw3MS7oKYb0vB5ozwnwiK20FA=','c1c0f40fec187cf8f972913bd6eb2204f913b824c3980e9cadf29fda720384a437a90eaf2aaa25c94311d0f663eca3e166773f2d764099ea843b6870382ebf5f6aab959652aefd76fefc0946c1104e4bc71185df98416869f4666d6da1edaf3616980c4a7c6af11ffcc8f7408fbeaf4d85e788f47df5d4655df55c88237f21860610d855292cdbb218ee59c63407631a23d47cc008c9239b43f235e83be1c89c485d0774f84d7023b148cc9c75c5d4ee65cb07edbac525cde36ee0af89b707b77c7d89c93fe9a13e8e2de75a587f0a2109dfbb83071c3d4650f047e0e1c9043f80df298c7e01d77ae0667cf6f635f2a98ac1d9ce680635b02cb2c3df97c5681f7019541d2f21c03c0c30a01e0e8618e2',124,'C981FDA11B1847418922FB153C837CC5','0'),('C78AA42FC55D4C67AB7408ABE8FAFA2D','Cdq5AvVKcgQ1/HeMz821+oXdbpkZfW1uvveZUGgYSSY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c689053017246a2ce25830edf4031b9b64199a1c6dace41882449a59064d9eaded26eb5c6dc0d5db072d842c440b5e593ec21c432dfa6e096fd0748f0e4c04b094b3d26802e97e996be6d940e59cdc9783d74c3086430cd2139d7dd64bf7daa4a3d5f5a69ac7e0af60554232c09e5f25921',125,'C03C720AD72749919FD609B7E11C95A3','0'),('1F487C285DF8430FB151CE2C8898E25B','6DBwLQMNe9d1PETc054i35M/5YlVWH66VsaW22IoxxY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c685dd25fe8a7d6a9b4f8e282b6acbedb565210d58d599097730548a9a1d14e47507253b4eb866373c19883912f7f83fb8b07223c85e4f296ab9f787c88b4e9f2cb816412a65d30a565415b496fea3665c38b5f2eddb693436118d5c76b09eed43cd8d021e939a5f7539826fea97f416a6a',126,'56A0ACCEAC63410EA2B64AA6B3531805','0'),('2B46BE09959841AF9491BDE1983DC0C4','Y5YX4JsrIbCwpLW3Sd1J9CKGn94DrtZMMO3+70XgQ0g=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c263dfd39f5ee87311457ec2897b505adbd54506901c8cb75f7b03d73a3ad4bddd46ae95592072d57429286cb1f72ecaaedf2df22ba88431dbee96b136237aaaedb7697fb83b8d3a915cf39e1cac3a2129e3e5d57b5ffedfb667ada2208f187e3be',127,'B4978EC1C5FF4DEA90ED6337778A6064','0'),('071614209FC44868B4A60EB14DA9833A','zQ2w3TJFEAPwZ0FNwOiJl5HWwStf2oDhHc5LzYzOlm0=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0a4fd8c75bcc077337c1e7dfb6ffa6add43faddef8991e2f9292b74d2ef208488883061addf5c5f83a183cc7910bfd3fb0be3f33101f2e03a144bcba1106d9e11196ea4c2507686ad7cb2b91d745f01e845b6012288c7a14dea28ebab6245b5d69aa3269a1d1f71e054734c25a6205c1fc848a381831bb7512c73509ff54a6664',128,'AD5705616FEC40F495A2E8A8CE8110F5','0'),('8D85B314BC174E43AD0876DBC9FD465E','4b3gFipouTDB4pxcahpCWttC0PcOwYbg/cxdyUOYdK4=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26add8cdc49a591560a7e5b44dacbf806f0f2d6d324595672c70ba4bfdbe6603d22f42afe42c01c5cca23e338c425731b280e62de0c68c4a21d62ac6d9dafe6f9950d91c3229cc53a1c3750a9b208b5145f7eca7d2edc77c425907ef5768f07c9a',129,'4DFC9F68041B40B89B6E3713DCE2787D','0'),('C57A7AF48E31404AA1BAE2C8BEFE96D6','rGU2pA3N2betwNT+aH8LAFImH9bQVagYIf5ps0suoFk=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2664ad71951ea9baaf029ddbd003288bccbda99e4276d917f2a34a5740a645181b2015a271354ad2f111f73dc90b792f3a0bb19ec8af24a553ec7a9df5e1244e63dc8a090e410ca396ff7ff469288c4f20fca5d3f8fdc4d13c049edb6281e62b3a',130,'C749D84E24C9461B9994F394F0B3D763','0'),('FBB01E3C9EAF40E8BDD0444934BD79C8','JpeA0W9C6RPYkxwLynJ0rglaEPyt9mVevjzFTVVTLEk=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2655e8cd9d58d96c5ef51beee4894c9b00d0abeeebc127f4e65fa329f851c8a867f75f1877e200abead8bd4bd15c6b3f90f847a6a9f4252f0b2afe204d579636da75f80511cad3a82b48edc740f514bcfb5f189767a9caf9f219a4136f8406807f',131,'955D3DF62C3B43E58A753A5D14317C06','0'),('CD58769911BD46A9A94970FFAC31292E','bWB7rZzC4/lp5MRMKYqdmcSEhrUyn7uk4FwElrPTs3E=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26265f7be41656fa129b269f1bd7e899cd0871920ded799fe9d162525e2413f7a4e7daa5195e046164062d58e1ef7270b26f2a7fc9ba0bd6fd15593ee53a2be702fd4639fe746d73a36c5d588b9be3a6368bedc170ae2aade9f8cf33582e9fae62',132,'76A945B66A0F4EDAAAB33B04B99DCC2B','0'),('5974081C414E4BF2B2C134E75AFD6BB4','YCtMdCxfSdSWtapfW8sn46rTg1mkExz2WqNhvJdZSdU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0a4fd8c75bcc077337c1e7dfb6ffa6add3471c00913eae30af81189b5ac35ff09c52be42350fbfab2381975fde07427bc05663456d636c723f5820b4ad083949cabf9237ae3eb110dbb9ab0daf2a1c8006f67f5f3ba602a636c350e69429f49e978cecd4cd8a64ed57939e112674db32498a705715e43b42e07a66549fb74b3ba',133,'886AB97DD9FB486397F2A9C7F1AA68A9','0'),('8CE82E3DAC5140D7B3A920E5924C7A20','qO/0jT0ZFrlrvkr0B+ge9HSt/zSkZaXkmNMKFfj7ckY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c68f951ec5c0e55e18205f9da15d49bd021b4227d70f7a5d07510e0a0cf636f178901ba56a8d0bae1062b5c1c3c5b49d88a7b31f7fa20f68b1acff30ea51d1b6e497b64c4205bde2ea75e149a257f7736dff92fddbb186f3bd4e1a457ce9951f69424a8a96c00a8f1687a3e02b24b4b641d',134,'D7C474E2BB9E42AC98E7A998A94B4E37','0'),('C4D92B7AED1E4A41A5AFD0CF44C9A703','/ZOcpfHZDjZov32f4LCNakHg4VSOOcB4W7QyQYtjhlU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0e724f5d4da1e53e0ca0c06fd8438ee23945b0544e8963948b2b2864514092623781cb210a184e41977b091687edcdeaf9e0990c2d911b6f15d56ba2361d5d3f915479a31f161a9d6c03cd04e09bcde769ec40ffae8dc210678d08043e00e9a2d54242fc2f6a23dd485466997bedff75f42b26c115f9dcdba4fd7d8c1339612cf',135,'2DA4FB5DE9424D2DB761590362FD3EE9','0'),('02A44235C071460781C3D549F4FB6FBB','vqeEeai62mTCR5tEY/NlE5FdZmMyRgyK9bTmMwnwaOw=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c02c58fed81f96827efd3210ad7ae7cc35728fdfc70fddbf5c5be8514852a521717129cebcad7335e596a19a0475709abdc6414bd4972a9b6626a25ea153a5b45483fc422004fab8c9baebd086d3476fdba344cee1ed4d775286705c2f5c121cb9aa71e4a6053c1fded3d13420ddf0ee732ccae3863f283ccc76df9cf6731f9933',136,'DF075EC7C7204C2EBA9506CA1A6E1EA0','0'),('4151F7B8D75C4ABAB55CEE5EA7D9EDE5','7H5V7MeVBgP0HoHJDj3JPQRGO603PHXlmYWnDd3hUYA=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c02c58fed81f96827efd3210ad7ae7cc3595cb15a034d7c1a3126b4fc2b99895e846581fc6a901a6968740fec0edac50b8d8d1ae3eaa35f1503d64d93440b953429adf543b4616bd6166db9fb89a9b6c4ef39c0ac54464c9da66006d8e49f342e9642034ec9a03e072d329669112aee25bd56a880b02bc9d5f0acee2ddacdba4d4',137,'9171A4C9DAB44C5481402573F5382AD6','0'),('58BB6522F5D148B09C9DD38A3C2A4818','k7wHBY5u3S56B2VSf/5mpsed0B0HkXNStzwOIFUfcGk=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07edf5a93cda8e4374c4fff1ebdc6eb00188795f82908890d50448df973ff9647b00ebffbdd156472051561d7f70553b9d8182334783585e392f94a839db6c0ca621d550d21d5a64e8282fcafa7b55cf51b72cb66dcc57ec364698a2a812626093b1278ac163e661ca423356d7f205d7e89fe61b0d3f67b5349f04d939f1eef14',138,'5B4BDF74C4FA42C592C958EFC52FEC4C','0'),('1F6BEA7E9ED94849B0C18A85D7EC7411','O5ZqcbrdbW//1s3HL/yfA/EBYp2A2m4fJUZRQ3Y51/8=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2600d7aba6483d729cfeb26597247af5715953011bcfd1640007b542692c358b9370f7f17de7d3c6bc508a81cf128dabf05890cfd23e81e49854af27e0b6475aaa3b03251499e73e7cd922e479ff82bc98a2f582587c076194c2e1549a6dc2771b',139,'D89987E35AA64B76995E56671705E957','0'),('2A99EF0E5BA14B0882CA23B371A0B51E','BNRhl+DVKTvgFuyFEje0c88kRozz93yJvj9KsXzfw0o=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0a4fd8c75bcc077337c1e7dfb6ffa6add83ea6397e936cc6f37b3a96d1e972f9c8e3eb9e5e652851201a820f115dd6430c48eccc5447321f4460b415bb10dddcc35e278c2c9169d63f047fc8ce46a672e1a45d540c52bab97017291ac9db55e15cc8711bcc2d68d282c0350ea6b093c495f9c07681f44b7b1fdc60dab67a52248',140,'0B037B59914444ACBDF8BBFD5CAA8827','0'),('B6104AABC7F344339E18C4A15BA8FDEF','3dT2yRGyF4vjEBLcgM7nKqasH0E+nQ8R0s019hiVKtk=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c07edf5a93cda8e4374c4fff1ebdc6eb0049ed6aca8e346c2a41adb9b167c9cd3ea090944009787c42f400cefd0b92d8631a88ed427710a2a1934ae6a156fdf0d1f506ea112534f25a9671ea30206b990f83072b4721b84f6262fa9643e14a97cad23935890dcdad038443479d02e9589465acb7aecb4fcd6fba8c616ef9034d10',141,'2F728E3027D045AA95E2E73D8862A79C','0'),('0F5555CA99EE4028B37925581E2CBB40','lm9CYPYShN21KbhbIyiuIejDEXHyAPexUEjClIszhEM=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26c19706e9ef339389786eea63c621a8ba13d247c9e353dd9ae06a87cfa0a37ea3b82f61c5ed706b2b298d0144e2203b7643db39776af89ed084ca976d2a91e005453a22d9096c03496de7a5bd0fecc266caf7d33cac448efbd177bda3711106c2',142,'4BDE0FFDC1DF42BDBB39D48BCE759787','0'),('1ABB0F60240D47D3B6E73C9140BB3EEB','l+kdcDcmyaa7pmjLArifsqiPcYXOYO5CM5Atc02b4Yo=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0ba9d6155603f84003a88b94cb3acf314684ae08d5025d8f0df53c10113f59a9599c2daf8abcc2a2b52cfe9a825148b78897ad1239bcb839865d9b6e76d02f563eca6fad3c6de76dfcfc352d1ed062244a7de38666c05f9ccfb1875a3000dd0295f90f11d003aa98076a54264332583e55c4795678af8a11dd73773053644763c',143,'F292E87F7F65479F8FC33EE656323770','0'),('7A483EADA10B45B19D87D1CF69F63D64','57rukr2mlYS7ckg2Eyeuy5qGzQ1mAAK+HFyf6ZLJtk4=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c09273d59a241a7f16dc683332802eb913ca0d4d0900d50bcfc9d943837edb2befd5db33203f42fd7adf005722e4b630e7ef541e244c3ed76c57c49c2cd69667a545f41c273958fb969fd34f9c8a61bbcc0cdc1b86422f6bee180823e26771a323052b2a1e04b02a227329608b040fbc62c5435e2bcdbfee49f23fd133c2856e4b',144,'66901278FA2C4045B992CF90DBCF7771','0'),('3C31BB43471F484A8BE6A9065651FD5F','fIeyPtU8xzsNeJU6iLurWYHG9tiRFDtKk2QH5slPYQE=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0d9bf1e730c9573743683d0dadfd9c1db091b13768abfddca61508416b8245531e4a2b742909f21b871341bd2747ebaa7dfdfc3be04b2df61246c2096ec042e70c7d5ede70053dc8d35d0d5ea54c06ee5ee25e358db04c6729a061c7a7278b1d6c035a68f08cd64c98af3fa2c37d6afe90c698a9262bab2afde071677fdf4ac1e',145,'3CE72956CFBA424BA060D53A373D9149','0'),('78DFF971D8364DDDA7FED5F9A633019E','Fb8Po0OulyYe2BmsvsIRjHcEhzK6wQaOG/CQi9SDNkY=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0bf75760d0d09a6b084885ecb2ddcaac3c328bcc873d88d7e6a9e25ae517fd77fc1b13eb2e02d3d6da04c96880c1990915c494ba6433aae2f27a7ae347f9067d73188e7c8ae3db7d096dfb390f86023c6be9f82213f5982f9ebbe19e8b838f7b09512b9894a392f74126b44507f95a4d6dd45935a12397fafde9579947b928af8',146,'E4CF2ED4AED44754B44BE5A4435991E2','0'),('C6864010306D459C983B0C49D5F6F539','V+fPZREvzmFE8IxhYDW42P2CEcNN36W3nlixl4TeJEE=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2625cb991de0d3708ea2d06272b334cf327ddf44f170110ff1132ff2378756f1653bbf8b79a854ae655c8e6d9e68c45d754e8a4b40b5d0a37982e25f102dd97d149084b3013d127d40192a1c6e3bf50f2a6dff2bdb492452bde34d52be7eb252ec',147,'BD86F7989EF3475BA33F6207CB90B6C0','0'),('39D8504659344A66824BEC1D9D530E12','K8relm3s5kSIDtJg95vgi+nE4U5o20MLu/ImIpzKOqA=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c68e30279fb29238691fe586b8f0979192b0edefba8089384575c950933e1bab9d20e8946f5cdc37f1a883bda021d6af1b23988373fa29b3bef79ccfb0c3864a19d862f58c0b031a89c93145f043d5daf95a9a22c0f9acaa8e27e48e326bdf0c35af967375a681fc065bd1e85faab4117af',148,'4B326ABCD31447EE8C567C06013EA1EB','0'),('6BDAD5BF353C4BA0A55188788041C682','zBPUT2EGTD1OQI10Ytd/E7Ntkc0XiECQ1H8ceOmXX4w=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2694715e0d2c98c11a93d34cd6ac676a1fc748bd9434566df3cf05e5684e675884b78877743bf6b76a8806b9be3e537d6ca41a17f319e2807933f5a9b5c864353dfa23bb24124355090596a5293aa3e1247b2e239e2837ba45085f689cee177d62',149,'7A956E817F27491C88DD61DB6B5E3BFD','0'),('526745C5AFA548A2B146C25C4139DEE6','uX2o4Wtf98Be0mGIy40y3kCs1eZy7VBwPGoiZdSDNUs=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26aa40fd1a0d5adf1bc4dd3528b94fd27edc71bf80ec083292e4d8be479c774ff7dbad4dadddfb70851d70f007fb188656f5c8cb333432e5bb280bca9311d044cb67f6ffc904641789875585dba6e8b0b22f4145187c67bbd1197e72a803fe9501',150,'952AF43F14774E23AF5AC87EA8F759FE','0'),('C32B9E1E885C4119A5A3824BE356272B','VKdafKE/QCJ2BBf8zSpW9ckCvK3D003iRxrBfhPrNqU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06fa525cc21c8307e4b9067617e3b6c68d2b406b9e9d07e803f480cd5ea8f803f3001de5c8cb8ad29eacb9e0a4ed5857dd97fe0b1dd052420a92c961e9f8633f0f0e7da882e013fe070f3f2de3e8b7fce6ecb5f4a345d965b0882cbbb32455cde2bb21644d29eac786dc458e3af397e3ad336adaa5cd3a1c5983b037e167ce3f9',151,'A1532CCDF89D4ED5B1B15E15AB7EF8F6','0'),('891BD43226E24E9FB9EE060F558506FF','ULnsMgVWujmN5pmAQ0fkJt+MlWODo3q4k0jGGhj0VYY=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26fdc7861946bce9511b0e991edf9b6f7d04ff859215955e4d0f0018c35d45d90047c7852ed5fd5aa839cbc34f01ef755b873b6250f02404a27cf132898cb3f88b9a016ee6be8cd2f10b894adfefacfb82830937b1f2678a6a1f7b5cacc80993a3',152,'538277821346422C9499CB52DE45C721','0'),('D35130B53E234E29B40E5594F6E5E8D9','v2wdL4jbCvShOMgGqZt38SCLSDQd3C499kZaVLTtqXw=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c030cc4370c103c9342de2b93be911bd18365fa597517ec4ab1e7d7bda67fa708b1c953742923213ac8a0ec375dd268a3a9262b54a91d5d3afb49b2038c1d369209450af8911a8a5e5c04a34e25c76df2e7667301d7122fe587fd21cf49a48a2967c845f8006fb3438927e65b5e3cba0ea0b65ecb33fe0d2cb3333758c68144b58',153,'EF489DD00F4D48BFB06AE1E520499271','0'),('BF6BCCAB4E35405FA6E3FDE1957EC225','Tb5+Gq4eXxhxY2rzj8+iMLjlP+9HD125oIx0zJcLlBo=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0c1752e1dd60b3a32f316227b5fe6535463d86634f37d0511ae787651bbe9d8f0e07314735e192e192b5983bb3d9f3893af85a2a1fc80c69cc9f9fa88c5453271f50b7b86c61cd1c749287ee39da3ec11ca09068cbd983f2ad0a1e2f211e0de392348da7d142471ace6903d4e83c0051e34b1efccd238fd6467ce17ad05d80fce',154,'177CF857D55649CA8665F8A0CC1E8392','0'),('A5E55007ED0B41F39ECE8E69E1670F00','3R3EEkrHCDMHy1vobeooxaIZVP7UTIVnY4IjNstHogY=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26f2c8456df4a7d09835a490bb51e0c04a0d28e199953b05f8677d8874e483efaa5b7c2259512e1d5872c8560efef4d29381d6c97a6fe13b660e5feb912df64c0527220176166a767c8fe9804c445de54af87d35364b92cbef584666b5ef92c2a0',155,'4CC3234045C742709582AEAAD4AF97D0','0'),('A45016DC9EC9444AAF2FB01751C99150','yYf/8nZEVitvA3RV2eETr0ySRNt02WmF2DBM6gX8HB4=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2697c5f0036b79172773606815b82bacaafdc4f69f5db680164ff3096b6ee1110cf7f536ba591eb173a51afc10c78018142e1f9dc84ab648fa42195b9b8c057ae684190f61efc50b52af7b93315d36181751add1c7a536d3b5bb2202d92ac08c88',156,'1E71AA66F9654E839760BF79E5E12466','0'),('2E3D2CE636324B038A35F28E4AB9B74A','bwsHeD3XNt1//8OXgeSu1o5D3Yq3d4LZTpQCNp0pa48=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c263b12f89d31f93068c4eb99533398efb76cb2ea75ff17c4af6d1515025c24bf8ae351f8a3efe354273255e43c1a7ee375ba2d6b75f91ec1c8879abbddc6d99827b82863b74b0fff95499b2589c448eb5d510015184cad78c081d218cdb9716eb9',157,'60247DAD2FD74A6B82F6637241E5E935','0'),('6451CFDEE4DF4F17BE78B6B5AE4764EC','cxcL2FtPW+MuSW3dek2+lzahA1ZLUK3r5JQROXvtSN0=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26755e107897e32204f06718f6c5b7d84b3f19654a69c4cc224c2330e6d9f0e927db39f2cec3efaecc693f1cd4fcfd7241bdf024dc776ff1c38f5abdd4dcc5350a1f33da0bd6a9baf2339bd6ec3e79229f0cf72457c027e9b0a59b084aedc2179f',158,'93CFC3BF6554425F91E5E4B501F46151','0'),('72D3C441E83046AF9AD8764F955088D3','5uvb1CWYSnK2nD2uLWs/vChdWPRT+gdGDDJC9TT5uMY=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2628946ed337dd4ea04b0bb3fef305f75686bb94e82a875b5398be6570cad82dd4bce47a8ad2319921b6b79536856a3ec4209b336131fa29ec737b5cdc8207cc01fb83556180d9002b0009f54f6296551008c510e5a7577ecb24eb897d037ea7ab',159,'9A0C265FAC994E34B65271BBB6D0E888','0'),('BD5382108D2E46A9B888A4EDF8A47DC8','YnW7lUBaWywl9ttz56xhAGIIxpXlhUyQhBFOrRlEpAg=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26d8ec23375f73d5d665ad4e580103cfbed631656cc4a77e1a68941de3d70f2a7c8dd6e7707d096635feb66ae376406672ecf945b5a3cace55e04fdc7e482a630efc54e54c68d47db4bea3cfdf7a61cbacddc20cd40be4649a8bb29fee82785fce',160,'196BD4DEDDE640A88F7A890122938C28','0'),('A7606BB0C2C447E286CBAB4DC6E2DE72','HSME11Fl2w3/Fc5q2bF5cbKfsKcoybRgsoOImODA6pE=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c093f48b39dd2fef7bba3408c19568c585aea043ac398f0053e76cf142f9e730c9b2f3b226801583220d3a34cae9e07774d3afe304862353c8a1ad401ab5d615a07e4611c307f84af8100d0d773cec3b2a2b421505f567b6d256f7882e5296255e5adb696b54130ea83dceaae54e995057e1a4a561f9af82ff18ed648368dbc724',161,'214B7CA4FDBC4A3DB69F81F6A610AB91','0'),('2B29F1C1A0F84DFFBD8A7ACC4F782F1F','RNYmKT8/036e6YQJjPt7+tJsgqlf/D003WIPEVdVOuU=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c0bbc2cbfc890196375a8cc7c19d3fb62369c92f3fbd72f36c6be2f252a0a9b1018690a4f421e465a985e143e6337a183194820b2d6c87a42f31cf7a640464aa2c794aa88b609cc86327d473afd344f970be7716bc34b3dc379b31d4751f64f9b794cae6e9d3b8f20d7ad468445dac8017ebd09dd25ba0442c8d3af3fc96910b0f',162,'2532B667BEDC42D19838F5DAE0B0D9B8','0'),('752181AA9ECC4CA596B4534B458C37C3','WBgiV9FIW62AGySha4U/tGBiRtiqnrImWRyUEfZMbXs=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c05b23b22a31b877d4a90b8e44e9d413b1b1f429b54ebd206d2be76ef301b9a1fed3dac033d32bd1d9d339bfdbf29fcacc6503d02ce9fd70e1059efdd10f961e7933ac5ddd33520b7e831f3674784d7516e9a4ac82a9e18ded6856923acdea862364f2774a00bd7fbc50c741714236780bceac485e92563fc942908b79a708670d',163,'EA99C861CF63465E9A77963611A7341F','0'),('9F9619B42CAC424E931E18DFF2A05766','3ChpRLx7Uaq6xePaiKapvu5zDBRsbWNFkxg750IFoEU=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26d55e0ec8a24870072bb56bfba82301624d1ec16a5cda6ecc5ef86f097dba87d2ff41a1ff4a62498465eab930cfae8cd8c20fd3c74a8d3be07ab9ff24712f453007cb90820a4eefd6add53fca7d4b0c31fd46f6321936deead3c2585d07a177f2',164,'3B4F9669C35946DEA0DC928C2B053106','0'),('59496BF2822140E280795664FF3919CB','f+XDwgkt2f9pV3KCRjVMNC96ZDN8/5H1A3bnBDm1V1g=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2640efc2f5fbcbf0bd5636e47ff22a4ca15bba64825a54180cee966f8c4a6f94fd94b454ed1fe0a7a30aa05a6bfd41f33ebaab83b802a7e9b2c84cfc459c1b64721c9d380e4d9533a3aecf6202855e102c55fe98c4673fd9d7caf5b42bd6c0f3d3',165,'AE8AC50A26F84F84909FFA514579B9FB','0'),('65FFC7332D994ADD8601BDCF2F0F32C7','kPNQCGmreqdKhfoNl1Gwf8Q2DpfQLyLz299nonSqDXI=','11baf485efe4e048ff0ef9d0640d8da59c95723fd0b9074594f90ce8cd9e7e710e3a54efc7a085581ede7518e987f7d73b5079847733ad768fd7fb39f1e720ddfc96e55654ac6446049990f56ab8f48edc4bf58d77434e12163455cb09fd5c77178dbae735b419b3fb819299f9866c7ab46cd43fe5c41194a50731e8f2a7506c162b5457166dc97abfb58f2751d966ab134515550b86880207ff361eb1af720bcda3c5861554b00a6fd1a2b5d1e88768ee9d17b013264333a8bd28ebc1b1d3725f731a8549f0ddcd088cbd70030cee97999c24cbc17c627f0552ce006d94cc2d78d64d0156d16881bf4095ac12b192bad16c9a10cb7595b83ffbcbb9d57f22de64fb64ab87794959862b7675e071677c',166,'A00AF7B653BB41BA891A59C644ED1513','0'),('4C43445ACE444CA58070E71A55593291','knZP+wZbrpcy5T+ujbKLJOk1W/aKrk0itEQZEayGPrk=','990425a9ad12bab9968f955dfe1d1037e135442370d4bcb284b241a8474c2e298989ce2c099dc8cfb1aa8a7557869f001ee3992f73ac8c542f80b31641a1df77dee60258403605d5a6b2b9127eb9a98a67cc78e796bc6eee7120eab23b45f60a9a3cc6ef86d859a5d0a0c1860ec8c5f8067a81691662a5dd90160d34459921c06d3419bc5893f6a8aa87067c25d021c69b6891ab60fde84ef3f1adcb6911db00f1eabf5f407a73e23349af3d525b7f5dff4864af81cbc1641a2fd585acf6a9f25979f581863d44a5a142748a87bc648c14dfe7220125234dde77c583e800fdbda2061bdb6a05ad703862c2ae5e8d1d745534068bf2d291e1f590c05f7a718fcc',167,'0BE34CD512F84A3991E473A43A3D80FB','0'),('6AE0503B551E440AABB448C90181B4F2','ctyu+38oGvLvT2OnVO+ds03OrvDBvGUsV3zhY0cqpXc=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26c1038c640452299e1e46cb286d0faab5e4e6617f7cfbf5cb68fa13b56a045f6635353dfaced2af7c4d1c12cc6192900bc6e3e64d6f5bf126d6faf347ae85a67178d68fb228f54c97b56b0eb275ad61cd510d2b84c1688db997c973dfe7ac10f2',168,'CB099F72B86040508E36CC00F41AFB7A','0'),('CF6F40251D934FF9A33C16F9E0E204B8','r4bUhMNSSpaLl5H0QavYcY4fNJA9XHS9LADUTktlft0=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c268d206bf179c2594d330a033be0159f8e485f66055ad07a60c4a30fefb2f58844c5942417289a2fdf8139649888a3d1bdf26d13a89026e078e713ffe58e19eba26c11fb91ce699199d6218030997e72c326702e027ed11f67903b2684e3eccc1c',169,'F63072F9C6BF47AD9F11355954C539E8','0'),('BC7131286C384FD797659D897C7C7690','ofGhjs5TcTnWaXJJgNMdIg6GtiKtD4crEpiWJ2Dhyq8=','32eb4db85d52a8f5510f919f75c1cb519849753cd67460a1ff2bef6f805464b987fce6bea402c5b6743abae43c88cf4ceb05cfe63c3e6216676c36ab4b28a2b09953a8c048fe0f6fc7080df46a5370df06b82b328d74cb845d0740a727abbedfb7712b49a0bdf767f06e761ea0176e8e3a1cca9d3e9bea8ff46873f75dbfe5658230fcad6848e574447a768d84c3de4d4cf76d8f0fafa6443796c627d0a4467a348c326714524130673b3f1dd0986116124125a7f495c89b2f6adcefd4c937f413edb82434721f0fcec7c7e3b8d38238972891758bcc6dc8b6ccdafc2b2285abac29b993f408f5dd1f79b1914f748818e504df0fc3a60b61ec136cf47edfe48c4115c9d4c2489095654d67f6c9cd7907',170,'458E330A668E483FB0533A54DFB504D3','0'),('9034EBB02F794683B15AF52E813E6786','WLqXNiGe12gZQOjztIxDVz//LPJpwkrMFoaFhmw716I=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c26abd9661448de9b9bf68d99db040b6d92c30763b31d3140a834aa8328fbae61be3853ba1a7b64f2809a90f01ef4681ed2e9f7b959a9d6778bdd20d756e4638ad654926d8f665aeefa2f1a6bb83a3bbc807b5792bc575384754ad844dd9a57c0a7',171,'C65416DD7D17495D92BEE9BA82F6752C','0'),('9FF4F29BF6894CE78F3961FFF543BB38','dcttwBh+eFToXVRd8OH7EDdU+Db+DsPDlbekURjrzes=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c2680c48feb502ebbf8c903be1ce44ee312f4d88adba18d62b4aa2be928b3d775f05ef903c13194daf6feadf37f9c1b28e8833e5ca52a60a948cb6b7a40c867a0756b822c053ce262ef1cc84c40db06daf3c596e82ac3e61d2aae3f189277bc9338',172,'E6A87B2A5E0F43F4B0B7182F9B1D4B76','0'),('0405378A44CE44CC9A126D1DB196B652','keOPK9FTEaglT87wek3Gk7oIVWD0tnXlBxkdHEcKyek=','7f2ba94a417cb45f10e1c9ad11e6c0c3f4288ba7fc0ebfa80067f305a3f6bb100e3d709644b4c22e449cbca4bf16e46b35caef30dbd4eb795b209156cb5d07c6dd969448f2bf670203bc30d408069180d254d999ff021ee211b2126f84fbc71572e7068c50667ea528edb6df89f0b7b34cb0392d0debe219eeacb12a21853c261ea439f3dd2e85723a5ff3fd5082ea34e7677afdddcf6c4b2ac34daa7cd87007fbbe8115ba1f5fafe0e2fa69b376ac2a6f4f327f83f611a72e6bc5876023c0592e76cf7b599268ffb9d57df77709f2031ce1038bc2064b2bc6514d3c3d660d0c',173,'5947AB8939594B5C936073EB56A4ED30','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(250) 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,'','','','1','Experience Travelshop : Best deals in Flights, Hotels and Holiday Packages','Flights, Best Flights Deals, Book Flights, Holidays, Travelidea, Hotels, Book Cheap Hotels, Best deals in Hotels, International Packages, Domestic Packages, Summer Holiday Packages, Best Holiday Tours & Cheap Packages.','Flight ticket, Book now and get instant discount, Hassle free booking, Best deal with Holiday packages, International Packages, Book now and get Instant Discount on Holiday, Travel and Tours Packages, Hotels best fares and prices, Experience Travel shop, Customize an Unforgettable Experience, find best deals for international holidays','','','','','0',NULL),(2,'','','','1','Experience Travelshop : Best deals in Flights, Hotels and Holiday Packages','Flights, Best Flights Deals, Book Flights, Holidays, Travelidea, Hotels, Book Cheap Hotels, Best deals in Hotels, International Packages, Domestic Packages, Summer Holiday Packages, Best Holiday Tours & Cheap Packages.','Flight ticket, Book now and get instant discount, Hassle free booking, Best deal with Holiday packages, International Packages, Book now and get Instant Discount on Holiday, Travel and Tours Packages, Hotels best fares and prices, Experience Travel shop, Customize an Unforgettable Experience, find best deals for international holidays','','','','','1',NULL);
/*!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=13 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,'UNITED KINGDOM','united-kingdom','UNITED KINGDOM',469,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(2,'United Arab Emirates','united-arab-emirates','United Arab Emirates',228,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(3,'Turkey','turkey','Turkey',222,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(4,'Switzerland','switzerland','Switzerland',210,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(5,'Netherlands','netherlands','Netherlands',154,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(6,'Italy','italy','Italy',107,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(7,'Ireland','ireland','Ireland',105,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(8,'India','india','India',101,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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,'Germany','germany','Germany',83,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(10,'France','france','France',76,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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),(11,'Belgium','belgium','Belgium',21,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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,'Austria','austria','Austria',14,'',0,'2022-05-12 16:28:45','2022-05-12 16:28: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);
/*!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=142 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,202304,12211,0,0,'aasif.sch@gmail.com','1',0,'0','8825081020','Aasif Hassan','Sheikh','',0,12211,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-27','0','1','5c79a-d97d8-0c5b7-3149b',NULL,'2022-05-27 20:03:43','2022-05-27 20:03:43','0',NULL,NULL),(7,192887,12606,12211,0,'komal@hellogtx.com','1',0,'0','9999977655','Gaurav','Gupta','',0,12606,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-07','0','1','13945-cbbfc-70ef9-aa35d',NULL,'2022-05-31 16:09:02','2022-06-07 12:12:25','0',NULL,NULL),(8,203332,12817,12211,0,'gpurwar@gmail.com','1',0,'0','9811192312','Gaurav','Gupta','',0,12817,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-31','0','1','0bbab-2f261-fddab-dbcd2',NULL,'2022-05-31 16:48:50','2022-05-31 16:52:19','0',NULL,NULL),(9,198145,12691,12211,0,'aafan.irfan@yahoo.com','1',0,'0','9906729503','irfan','attar','',0,12691,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-14','0','1','e15e0-04712-4a569-0994a',NULL,'2022-06-02 22:04:01','2022-06-14 16:10:30','0',NULL,NULL),(11,193535,12211,0,0,'ATTARTOURANDTRAVELS@GMAIL.COM','1',0,'0','09906729503','fehmeeda','test','',0,12211,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-02','0','1','de83e-08483-ce578-c21f3',NULL,'2022-06-02 22:18:31','2022-06-02 22:18:31','0',NULL,NULL),(12,202311,12211,0,0,'abdulmuneeb0608@gmail.com','1',0,'0','8082992086','Aasif Hassan','Sheikh','',0,12211,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-09','0','1','d4099-6eb08-74f90-72c92',NULL,'2022-06-09 18:14:52','2022-06-09 18:14:52','0',NULL,NULL),(13,205764,12916,12211,0,'sajadahmadshawl05@gmail.com','1',0,'0','9906729503','fehmeeda','test','',0,12916,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-10','0','1','b9a80-40d0e-cb1e8-77487',NULL,'2022-06-10 10:21:49','2022-06-10 10:21:49','0',NULL,NULL),(14,206380,12916,12211,0,'NEWTRAVOCARE@GMAIL.COM','1',0,'0','9940144121','test','test','',0,12916,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-10','0','1','7df9c-b0eb5-7af8b-7832d',NULL,'2022-06-10 10:46:35','2022-06-10 10:46:35','0',NULL,NULL),(15,206535,12211,0,0,'gulamrasooltravels@gmail.com','1',0,NULL,'9936678910','ABU','ZAID','8e33f0bf0d7e187275888a2586325e1b',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),(16,206828,12211,0,0,'bismilahtourandtravels@gmail.com','1',0,NULL,'6006717808','Asrar Hussain','Mir ','c5a6cbb90fedfe4cc2f9accb3e5a435e',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),(17,0,13061,12211,0,'rahulrk1305@gmail.com','1',0,'0','9891985015','RITESH','CHORARIA','',0,13061,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-14','0','1','8c0b6-788bb-107a8-044e3',NULL,'2022-06-14 20:36:04','2022-06-14 20:42:43','0',NULL,NULL),(18,207518,13062,12211,0,'ATTARTOURANDTRAVELS@GMAIL.COM','1',0,'0','9906729503','TEST','TEST','',0,13062,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','1654d-b0d2e-e2d82-25742',NULL,'2022-06-15 11:37:09','2022-07-27 12:50:27','0',NULL,NULL),(19,207657,13091,12211,0,'dineshjaswani2010@gmail.com','1',0,'0','7014874806','Dnyanesh','Bangale','',0,13091,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-15','0','1','ec84a-fb125-a1e5b-f379e',NULL,'2022-06-15 12:24:11','2022-06-15 12:24:11','0',NULL,NULL),(20,207778,13117,12211,0,'bookings.letsfly@gmail.com','1',0,'0','9883230367','VISHAL PRASAD','GUPTA','',0,13117,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-15','0','1','88ebc-dd733-b97dd-20e27',NULL,'2022-06-15 17:10:44','2022-06-15 17:10:44','0',NULL,NULL),(21,0,13069,12211,0,'bengaltravelservice1@gmail.com','1',0,'0','9831086208','md','kalam','',0,13069,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-15','0','1','5af84-1485f-910df-42000',NULL,'2022-06-15 18:25:22','2022-06-15 18:25:22','0',NULL,NULL),(22,207869,13129,12211,0,'BESTBUYTOURANDTRAVELS@GMAIL.COM','1',0,'0','9796505659','asif','iqbal','',0,13129,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-16','0','1','87090-5e33b-bc6bd-ea362',NULL,'2022-06-16 12:47:45','2022-06-16 12:47:45','0',NULL,NULL),(23,207542,13063,12211,0,'tufailmondal@gmail.com','1',0,'0','8013234644','MUNNA','JAMADAR','',0,13063,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-16','0','1','ace0a-5a192-dbbc5-76112',NULL,'2022-06-16 15:32:43','2022-06-16 15:32:43','0',NULL,NULL),(24,207978,13169,12211,0,'VATANTOURISM@GMAIL.COM','2',0,'0','9987990770','NISHTHA','MIRCHANDANI','',0,13169,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-16','0','1','f8246-cff5a-96e89-65f0f',NULL,'2022-06-16 16:04:06','2022-06-16 16:04:06','0',NULL,NULL),(25,0,13073,12211,0,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','Ajahar','Mollick','',0,13073,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-16','0','1','f8663-144b9-45ff4-4f920',NULL,'2022-06-16 18:42:34','2022-06-16 18:42:34','0',NULL,NULL),(26,0,13151,12211,0,'ksubrata91@gmail.com','1',0,'0','7797636353','Ghhhv','Ffjkk','',0,13151,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-16','0','1','87956-3d7cf-99256-8ff99',NULL,'2022-06-16 20:25:14','2022-06-16 20:25:14','0',NULL,NULL),(27,0,13171,12211,0,'fazilyaqoob4@gmail.com','1',0,'0','7889326876','fazil','khan','',0,13171,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-04','0','1','79080-8debc-11416-0c0b1',NULL,'2022-06-17 00:03:14','2022-08-04 14:21:12','0',NULL,NULL),(28,208100,13186,12211,0,'Cadburytravel@gmail.com','1',0,'0','7006259289','Vijaypal ','SINGH','',0,13186,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','918fb-2886e-06de9-6fff8',NULL,'2022-06-17 09:05:00','2022-06-17 09:05:00','0',NULL,NULL),(29,208216,13186,12211,0,'umairlone902@gmail.com','1',0,'0','7006351433','KSHATRESH','KAUR','',0,13186,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','1ff57-3e8e2-95a05-9e34f',NULL,'2022-06-17 12:40:44','2022-06-17 12:40:44','0',NULL,NULL),(30,0,13193,12211,0,'kashmireshoppe@gmail.com','1',0,'0','9858702707','Zahid Abbas ','Shah','',0,13193,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','7fed1-33c2a-b371f-f5c7b',NULL,'2022-06-17 15:37:24','2022-06-17 15:37:24','0',NULL,NULL),(31,208296,13211,12211,0,'TARUN@SUPREMEVACATIONS.IN','1',0,'0','9999903545','SANDEEP ','KHURANA ','',0,13211,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','be125-4115e-e316b-f6c68',NULL,'2022-06-17 17:12:49','2022-06-17 17:12:49','0',NULL,NULL),(32,208381,13238,12211,0,'TICKETS.TRAVEL786@GMAIL.COM','1',0,'0','9484210314','MOHD','RAFIQUE','',0,13238,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','fcce6-9eb89-69eae-55787',NULL,'2022-06-17 17:30:28','2022-06-17 17:30:28','0',NULL,NULL),(33,207868,13128,12211,0,'bhattravelhub2008@gmail.com','1',0,'0','9596595965','MANZOOR AHMAD','ITOO','',0,13128,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','9b58f-51b06-95b9f-2e8f8',NULL,'2022-06-17 18:46:51','2022-06-17 18:46:51','0',NULL,NULL),(35,208336,13221,12211,0,'hayatitravels.sxr@gmail.com','1',0,'0','9797150324','RIYAZ AHMAD','MIR','',0,13221,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','e6ba9-c3c27-208af-35c36',NULL,'2022-06-17 21:12:36','2022-06-17 21:12:36','0',NULL,NULL),(36,207885,13142,12211,0,'kashmirwayz@gmail.com','3',0,'0','9419033092','SHUGUFTA','ASHRAF','',0,13142,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','b44d9-66be3-50685-6352f',NULL,'2022-06-17 22:03:38','2022-06-17 22:17:36','0',NULL,NULL),(37,208361,13231,12211,0,'travelwithskyroute@gmail.com','1',0,'0','7006310658','DAR TAFAZUL','ISLAM','',0,13231,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','c4775-00003-c9721-ae0d2',NULL,'2022-06-17 22:56:08','2022-06-17 22:56:08','0',NULL,NULL),(38,0,13252,12211,0,'alummattravels@gmail.com','1',0,'0','9419033719','abc','cccc','',0,13252,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','264b3-7da0f-db607-2805a',NULL,'2022-06-18 16:02:24','2022-06-18 16:02:24','0',NULL,NULL),(39,0,13296,12211,0,'hikmat123travel@gmail.com','1',0,'0','7889435094','Bbb','Gff','',0,13296,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','ed8d9-11478-5abe8-3d478',NULL,'2022-06-18 22:34:43','2022-06-18 22:34:43','0',NULL,NULL),(40,208336,13221,12211,0,'hayatitravels.sxr@gmail.com','3',0,'0','9796796000','ASIMA','ASIMA','',0,13221,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','8c0ea-dbf7c-ac706-70961',NULL,'2022-06-18 23:19:22','2022-06-18 23:19:22','0',NULL,NULL),(41,208724,13311,12211,0,'furaat.tourandtravels@gmail.com','1',0,'0','9622624447','Irfan','Latief','',0,13311,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','808c0-913ea-e6052-b90bb',NULL,'2022-06-19 10:54:43','2022-06-19 10:54:43','0',NULL,NULL),(42,0,13067,12211,0,'rajib04155@gmail.com','1',0,'0','6005032573','Rajib','Choudhury','',0,13067,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','1d34d-7ed79-64ac4-ae32e',NULL,'2022-06-19 13:15:04','2022-06-19 13:15:04','0',NULL,NULL),(43,208670,13281,12211,0,'info@dhruvtravelsonline.com','1',0,'0','8850470587','Hardik','Jaluka','',0,13281,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','7daf3-c7bcd-15173-b5ed3',NULL,'2022-06-19 15:20:36','2022-06-19 15:20:36','0',NULL,NULL),(44,208756,13328,12211,0,'fctourandtravels@gmail.com','1',0,'0','9906423725','AMIT','JAIN','',0,13328,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','058ce-e0f7b-3268f-a42f3',NULL,'2022-06-19 15:45:35','2022-06-19 15:45:35','0',NULL,NULL),(45,208717,13304,12211,0,'offcomtravels@gmail.com','1',0,'0','7006448117','MAJID HUSSAIN','ASHRAF','',0,13304,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','782ff-a0171-dfe1d-2cb04',NULL,'2022-06-19 16:06:11','2022-06-19 16:06:11','0',NULL,NULL),(47,207837,13125,12211,0,'bookings@slipatrip.com','1',0,'0','9748778838','Mihir','Mayank','',0,13125,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','98e0e-63fb3-35c73-6bc81',NULL,'2022-06-19 17:56:42','2022-06-19 17:56:42','0',NULL,NULL),(48,207726,13106,12211,0,'mohitairways@gmail.com','2',0,'0','9419088764','GEETA','GEETA','',0,13106,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','e6a33-41618-8320c-72b00',NULL,'2022-06-19 18:56:07','2022-06-19 18:56:07','0',NULL,NULL),(49,0,13342,12211,0,'SHEIKHULALAMTRAVEL@GMAIL.COM','1',0,'0','9469644699','gautam','Tiwari','',0,13342,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','1eacc-86f0b-8a0d9-8d780',NULL,'2022-06-19 19:23:24','2022-06-19 19:23:24','0',NULL,NULL),(50,208085,13181,12211,0,'travelplanners80@gmail.com','1',0,'0','7006556049','JAGJIT','KUMAR','',0,13181,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','688b3-3acbc-80ede-31a43',NULL,'2022-06-19 22:09:53','2022-06-19 22:09:53','0',NULL,NULL),(51,207885,13142,12211,0,'kashmirwayz@gmail.com','3',0,'0','9797610106','MASARAT','NAZIR','',0,13142,'1996-12-28','M0283755','IN','2024-07-21','2014-07-22',NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','07b10-fcdd0-6e260-5e246',NULL,'2022-06-19 22:25:09','2022-06-19 22:25:09','0',NULL,NULL),(52,208882,13351,12211,0,'salesgracetravel123@gmail.com','1',0,'0','7358528871','MD kadir','Hussain','',0,13351,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','5dff0-75778-9abdb-8eee5',NULL,'2022-06-20 10:45:29','2022-06-20 10:45:29','0',NULL,NULL),(53,208910,12211,0,0,'kaiserbhat@gmail.com','1',0,NULL,'7006555384','Kaiser','Bhat','bb4772477cf0124e63a2e28f9bb2809c',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),(54,208912,13355,12211,0,'alanwartravel1@gmail.com','3',0,'0','9018549796','Tasmeeha','Tasmeeha','',0,13355,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','7ef81-10ac8-11dae-53e50',NULL,'2022-06-20 11:37:43','2022-06-20 11:37:43','0',NULL,NULL),(55,208756,13328,12211,0,'fctourandtravels@gmail.com','1',0,'0','7006636772','TASHOOQ AHMAD','MALIK','',0,13328,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','4f5fe-1b1af-483ae-407d0',NULL,'2022-06-20 12:02:29','2022-06-20 12:02:29','0',NULL,NULL),(56,209004,13367,12211,0,'marutitravelscc@gmail.com','3',0,'0','9903775862','Muskan','Kumari','',0,13367,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','934da-9e696-9633d-921ca',NULL,'2022-06-20 13:49:56','2022-06-20 13:54:48','0',NULL,NULL),(57,208691,13293,12211,0,'thesamzworld@gmail.com','1',0,'0','9419476359','SARWAN','KUMAR','',0,13293,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','58e7c-a29a5-f7adf-f5e01',NULL,'2022-06-20 14:34:42','2022-06-20 14:34:42','0',NULL,NULL),(58,209087,12211,0,0,'arhantourandtravels@gmail.com','1',0,NULL,'7006577380','Mushtaq ','Sheikh','373301e1b48125da6bdad4fa5b995136',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,207885,13142,12211,0,'kashmirwayz@gmail.com','1',0,'0','7006544980','PERVAIZ AHMAD','AHANGER','',0,13142,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','481cc-df5fc-65e0b-df685',NULL,'2022-06-20 16:22:30','2022-06-20 16:22:30','0',NULL,NULL),(61,208747,13324,12211,0,'flywithusHandwara@gmail.com','1',0,'0','7006335766','Mohammad hussain','Khan','',0,13324,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','bff93-0f3ae-4eedf-1d197',NULL,'2022-06-20 16:26:24','2022-06-20 16:26:24','0',NULL,NULL),(62,207878,13136,12211,0,'relive.purchases@gmail.com','1',0,'0','7006975244','SAHIL','SAHIL','',0,13136,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','d368d-a9dab-a1c05-1088e',NULL,'2022-06-20 16:31:55','2022-06-20 16:31:55','0',NULL,NULL),(63,208679,13286,12211,0,'Skyhightoursandtravelz@gmail.com','1',0,'0','9797117286','RIYAJ','RIYAJ','',0,13286,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','05259-7bb63-7049c-4010c',NULL,'2022-06-20 17:44:27','2022-06-20 17:44:27','0',NULL,NULL),(64,208679,13286,12211,0,'Skyhightoursandtravelz@gmail.com','1',0,'0','9018603134','RIYAJ','RIYAJ','',0,13286,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','27ebd-d9b41-3e50c-ddad6',NULL,'2022-06-20 17:48:08','2022-06-20 17:48:08','0',NULL,NULL),(65,0,13185,12211,0,'mirtravelworld@gmail.com','1',0,'0','7006390805','Vivek','Kumar','',0,13185,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','4d51a-080fb-75d7d-59427',NULL,'2022-06-20 17:48:11','2022-06-20 17:48:11','0',NULL,NULL),(66,207901,13153,12211,0,'nobletoursandtravels2020@gmail.com','1',0,'0','8879008075','MOHAMMED SAYEED ALI','KUPAY','',0,13153,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','64013-d0e5c-74f41-84029',NULL,'2022-06-20 17:53:20','2022-06-20 17:53:20','0',NULL,NULL),(67,0,13106,12211,0,'mohitairways@gmail.com','1',0,'0','8178838802','Kapil',' Dangi','',0,13106,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','e7e03-5e7e6-89c4e-20fd2',NULL,'2022-06-20 18:18:06','2022-06-20 18:18:06','0',NULL,NULL),(68,0,13180,12211,0,'PUNEETSINGHINDIA@GMAIL.COM','1',0,'0','9650391000','PUNEET SINGH','CHANDHOK','',0,13180,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-13','0','1','71dc1-2969c-1611b-a42df',NULL,'2022-06-20 19:02:32','2022-08-13 20:04:57','0',NULL,NULL),(69,208766,13333,12211,0,'umeribniali1319@gmail.com','1',0,'0','7006185478','GOWHER HASSAN','BHAT','',0,13333,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','0ded5-c3032-7e0de-05273',NULL,'2022-06-21 09:39:42','2022-06-21 09:39:42','0',NULL,NULL),(70,208680,13287,12211,0,'HMTRAVELSXR@GMAIL.COM','1',0,'0','9797908883','Manpriya','Kaur','',0,13287,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','61634-9a1c5-24f36-47f03',NULL,'2022-06-21 11:31:21','2022-06-21 11:31:21','0',NULL,NULL),(71,209409,13409,12211,0,'gk.nahata82@gmail.com','1',0,'0','9413268882','VINIT','SHAH','',0,13409,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','60e19-c04fd-dd4e1-daf1f',NULL,'2022-06-21 13:06:02','2022-06-21 13:49:12','0',NULL,NULL),(72,207885,13142,12211,0,'kashmirwayz@gmail.com','1',0,'0','8008124561','D S','Shatish','',0,13142,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','72b33-46c5f-7b086-1c978',NULL,'2022-06-21 15:08:27','2022-06-21 15:08:27','0',NULL,NULL),(73,208456,13264,12211,0,'firstclasstourandtravel@gmail.com','1',0,'0','7006435889','VIJAY','PAL','',0,13264,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','f622c-4ef4a-674d2-22c13',NULL,'2022-06-21 15:10:55','2022-06-21 15:10:55','0',NULL,NULL),(74,0,13137,12211,0,'harleen.yatraunlimited@gmail.com','1',0,'0','9812932337','Ghhhj','Vhjjmk','',0,13137,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','769e8-87baa-20bd0-ad984',NULL,'2022-06-21 17:06:10','2022-06-21 17:06:10','0',NULL,NULL),(75,207900,13152,12211,0,'mtravelsxr@gmail.com','1',0,'0','9596256544','IVAN ','PEREIRA','',0,13152,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','df0d4-66643-a7dd0-beb51',NULL,'2022-06-21 17:53:53','2022-06-21 17:53:53','0',NULL,NULL),(76,208743,13323,12211,0,'myasirtravels@gmail.com','1',0,'0','9797966878','ABID RASHID','LONE','',0,13323,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','203fe-6a5d3-04ec0-307f2',NULL,'2022-06-21 21:52:52','2022-06-21 22:08:40','0',NULL,NULL),(78,208388,13241,12211,0,'luckyholidayskmr@gmail.com','3',0,'0','9622222269','SHAHIN','SHAHIN','',0,13241,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','5672c-0cff4-e22b8-b0647',NULL,'2022-06-22 11:42:18','2022-06-22 11:42:18','0',NULL,NULL),(79,208783,13339,12211,0,'kashmirtravelnetwork@gmail.com','1',0,'0','8899223321','NAEEM','NAEEM','',0,13339,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','4cf9e-7abc4-5e905-9c15b',NULL,'2022-06-22 13:16:08','2022-06-22 13:24:30','0',NULL,NULL),(81,208733,13318,12211,0,'shairholidays@gmail.com','1',0,'0','7006793430','ikram farooq','Roshangar','',0,13318,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','95348-5d670-4005f-a5320',NULL,'2022-06-22 14:27:19','2022-06-22 14:27:19','0',NULL,NULL),(82,209755,13441,12211,0,'vgmaniaz@gmail.com','1',0,'0','9910620716','MUDIT','AGGARWAL','',0,13441,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','0ae03-785fd-dbd3b-89e9e',NULL,'2022-06-22 14:35:49','2022-06-22 14:46:54','0',NULL,NULL),(83,209306,13395,12211,0,'ZAHROOM02@GMAIL.COM','1',0,'0','7006689081','Santosh ','Kumar','',0,13395,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','b5d93-e7a11-461f3-97b8f',NULL,'2022-06-23 10:33:31','2022-06-23 11:15:23','0',NULL,NULL),(84,208738,13320,12211,0,'sales@travelmission.in','1',0,'0','9596346926','mukul','singh','',0,13320,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','22165-5ad49-52d1b-002f3',NULL,'2022-06-23 11:03:28','2022-06-23 11:03:28','0',NULL,NULL),(85,0,13294,12211,0,'Yas_speed11@yahoo.com','2',0,'0','7006010600','RUHI','JAN','',0,13294,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','339dc-b25af-716fd-2fad3',NULL,'2022-06-23 13:27:49','2022-06-23 13:27:49','0',NULL,NULL),(86,207751,13112,12211,0,'sales@dreamlinertravolta.in','1',0,'0','9858299200','Abdul oyahid ','Sarkar','',0,13112,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','82822-4ede6-5e144-879dd',NULL,'2022-06-23 15:28:20','2022-06-23 15:28:20','0',NULL,NULL),(88,210274,13432,12211,0,'masha@waxwingholidays.com','1',0,'0','9810707282','SHAHZAD','SHAHZAD','',0,13432,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','9e907-a8bca-e6a20-dc613',NULL,'2022-06-23 19:15:41','2022-06-23 19:15:41','0',NULL,NULL),(89,208742,13322,12211,0,'travelsb9@gmail.com','3',0,'0','9797777577','Shampa ','Nandi','',0,13322,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','5e270-3fa32-acf45-93840',NULL,'2022-06-23 19:25:01','2022-06-23 19:25:01','0',NULL,NULL),(90,208313,13214,12211,0,'Skylinetravel777@gmail.com','1',0,'0','9906465201','BAAKIR ','BASHIR','',0,13214,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','60058-e744f-42a1a-1adc8',NULL,'2022-06-24 15:21:12','2022-06-24 15:31:57','0',NULL,NULL),(91,210358,13479,12211,0,'Aliabbastourtravels@gmail.com','1',0,'0','7780833087','AQEEL','AQEEL','',0,13479,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','38d7d-6b0df-5cc0c-84835',NULL,'2022-06-24 16:25:23','2022-06-24 16:25:23','0',NULL,NULL),(92,208428,13253,12211,0,'tazkiyahtravelz@gmail.com','1',0,'0','9469444469','MOHAMMAD ASHRAF','BHAT','',0,13253,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','75b07-30487-77f89-7efa2',NULL,'2022-06-24 17:13:14','2022-06-24 17:13:14','0',NULL,NULL),(93,207836,13124,12211,0,'travelhomesgr@gmail.com','1',0,'0','9018066764','ABDUL ROUF ','MALIK','',0,13124,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','6e12e-90bbb-97395-508e4',NULL,'2022-06-24 20:58:12','2022-06-24 20:58:12','0',NULL,NULL),(94,0,13500,12211,0,'ghulamtravels786@yahoo.com','1',0,'0','7889663376','MOHD AKRAR','KHAN','',0,13500,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','314cf-d2d2a-7bf0a-93c4e',NULL,'2022-06-24 21:39:14','2022-06-24 21:39:14','0',NULL,NULL),(95,210615,13508,12211,0,'shreeshyamtravels2019@gmail.com','1',0,'0','9831115311','Dharmendra kumar ',' sheth','',0,13508,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','6ef86-c936a-a12bb-086a1',NULL,'2022-06-24 22:05:57','2022-06-24 22:05:57','0',NULL,NULL),(96,208728,13314,12211,0,'firstklickbla@gmail.com','1',0,'0','9149502525','Umesh','Chandra','',0,13314,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-25','0','1','4ce0e-82eb1-20af3-3cda7',NULL,'2022-06-25 15:21:47','2022-06-25 16:47:03','0',NULL,NULL),(97,207613,13078,12211,0,'ops@tripshaala.com','1',0,'0','9773769011','VAIBHAV','SEHGAL','',0,13078,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-25','0','1','9cd26-3c251-eb283-bd285',NULL,'2022-06-25 17:56:31','2022-06-25 17:56:31','0',NULL,NULL),(98,208882,13351,12211,0,'salesgracetravel123@gmail.com','1',0,'0','9797480497','Ram pyare','Yadav','',0,13351,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','06c36-d9833-08727-7daea',NULL,'2022-06-26 10:17:29','2022-06-26 10:17:29','0',NULL,NULL),(99,210873,13529,12211,0,'bajajtoursandtravelsjorhat@gmail.com','1',0,'0','6000408567','AMIT','BANG','',0,13529,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','609ab-3548a-c4ecc-3a0a4',NULL,'2022-06-26 12:54:22','2022-06-26 12:54:22','0',NULL,NULL),(100,208882,13351,12211,0,'salesgracetravel123@gmail.com','3',0,'0','9797909769','Apak bagang','Doka','',0,13351,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','15015-8c183-6acd9-208cf',NULL,'2022-06-26 13:14:17','2022-06-26 13:14:17','0',NULL,NULL),(101,207596,13066,12211,0,'layekmemari@gmail.com','1',0,'0','8343832959','SYED ABDUS','SOYEB','',0,13066,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','50c1e-e6b08-9df28-60348',NULL,'2022-06-26 16:22:32','2022-06-26 16:22:32','0',NULL,NULL),(102,208718,13305,12211,0,'Aldabaltravel@gmail.com','1',0,'0','7889604082','RAJINDER ','SINGH ','',0,13305,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','80c58-0b1b1-fede7-5b85b',NULL,'2022-06-26 16:23:50','2022-06-26 16:23:50','0',NULL,NULL),(103,208841,13350,12211,0,'Emintravels@gmail.com','1',0,'0','9541086556','ADIL AYOUB','BHAT','',0,13350,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','fba8c-2639e-f1ac4-ef0d8',NULL,'2022-06-27 14:28:44','2022-06-27 14:28:44','0',NULL,NULL),(104,209585,13430,12211,0,'support@skysafar.in','1',0,'0','9654100207','WASSH PATEL','MOHAMADE','',0,13430,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','8e0a2-ca92e-0767d-4bf6b',NULL,'2022-06-27 15:57:38','2022-06-27 15:57:38','0',NULL,NULL),(106,207884,13141,12211,0,'charqul786@gmail.com','1',0,'0','7006124554','Swarup','Poria','',0,13141,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','3efe3-31458-378d3-5c23a',NULL,'2022-06-27 21:47:46','2022-06-27 21:47:46','0',NULL,NULL),(107,207614,13079,12211,0,'rajagarwal4560@gmail.com','1',0,'0','9123615096','SANJAY','YADAV','',0,13079,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','29b1d-03cb4-c97f5-896a3',NULL,'2022-06-28 12:33:29','2022-06-28 12:33:29','0',NULL,NULL),(108,208882,13351,12211,0,'salesgracetravel123@gmail.com','1',0,'0','940125 856','Santosh','Kumar','',0,13351,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','6aafa-9da8e-1082d-527cb',NULL,'2022-06-28 16:52:28','2022-06-28 16:52:28','0',NULL,NULL),(109,211916,12211,0,0,'malikmujeeb113@gmail.com','1',0,NULL,'7006619793','Mujeeb','Malik','442194eb6c6c39d2f2881ed690e9237f',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),(110,208767,13334,12211,0,'alanfaltravels@gmail.com','3',0,'0','9796369197','ARUSHA','FAYAZ','',0,13334,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-29','0','1','53fba-0f81c-96bec-c4761',NULL,'2022-06-29 14:39:46','2022-06-29 14:45:59','0',NULL,NULL),(111,207631,13088,12211,0,'kanakbihariholidays@gmail.com','1',0,'0','8961995236','Ashok','Agarwal','',0,13088,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','dce92-e7746-c67ed-72471',NULL,'2022-06-30 00:13:33','2022-06-30 00:13:33','0',NULL,NULL),(112,0,13222,12211,0,'SALES@TRVLXTREME.COM','1',0,'0','7006430018','AMir  ','NAZIR ','',0,13222,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','e801c-0f253-c558f-864a8',NULL,'2022-06-30 11:04:18','2022-06-30 11:04:18','0',NULL,NULL),(113,212031,13647,12211,0,'NIKUNJKEDIA707@GMAIL.COM','2',0,'0','9051187034','SONIKA','KEDIA','',0,13647,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','e7f81-f0d90-ac1a4-06ffb',NULL,'2022-06-30 16:15:04','2022-06-30 16:15:04','0',NULL,NULL),(115,208315,13215,12211,0,'jehlumtravels786@gmail.com','3',0,'0','9906542943','FARJAMUND','SIDIQI','',0,13215,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-02','0','1','97885-61bf2-ee9e5-79885',NULL,'2022-07-02 22:41:50','2022-07-02 22:41:50','0',NULL,NULL),(116,212847,13742,12211,0,'airlinestours@gmail.com','1',0,'0','9818301205','Nitin','Ahuja','',0,13742,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-03','0','1','060e5-a0fb5-4a0e4-276b1',NULL,'2022-07-03 13:54:50','2022-07-03 13:54:50','0',NULL,NULL),(117,208679,13286,12211,0,'Skyhightoursandtravelz@gmail.com','1',0,'0','7006838123','ABDUL MAJEED','MALIK','',0,13286,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-03','0','1','818c4-a756b-816ea-7750b',NULL,'2022-07-03 16:55:20','2022-07-03 16:55:20','0',NULL,NULL),(118,0,13135,12211,0,'Aldaietravels@gmail.com','1',0,'0','7006163565','Mukul','Chankaya','',0,13135,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-04','0','1','bd94c-d3c1a-0e185-320d1',NULL,'2022-07-04 12:58:10','2022-07-04 12:58:10','0',NULL,NULL),(119,0,13282,12211,0,'contact@treksandhikes.com','1',0,'0','8879418581','HAjhsjahs','AJshkjahskjah','',0,13282,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','f79b9-a9ba0-56523-167af',NULL,'2022-07-05 14:12:17','2022-07-05 14:12:17','0',NULL,NULL),(120,211773,13593,12211,0,'shyamtravelsin@gmail.com','1',0,'0','9832330248','ANKUR','SINGAL','',0,13593,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-06','0','1','0f1e1-e6125-4625d-e5367',NULL,'2022-07-06 11:54:43','2022-07-06 11:54:43','0',NULL,NULL),(121,0,13869,12211,0,'meghraj1954@gmail.com','1',0,'0','9855102032','deepak','verma','',0,13869,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-07','0','1','1758a-a75be-4de10-039df',NULL,'2022-07-07 12:03:41','2022-07-07 12:03:41','0',NULL,NULL),(122,209138,13381,12211,0,'ajmertickets@gmail.com','3',0,'0','9001465444','RADHIKA','SINGH','',0,13381,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-07','0','1','04f79-67e9b-238c5-8804d',NULL,'2022-07-07 14:14:28','2022-07-07 14:14:28','0',NULL,NULL),(123,214502,13941,12211,0,'holidaysfairdeal@gmail.com','3',0,'0','7044293407','KAHKASHAN','Kamal','',0,13941,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-08','0','1','25b4d-17983-46bd6-679ea',NULL,'2022-07-08 09:19:18','2022-07-08 09:19:18','0',NULL,NULL),(124,215733,14078,12211,0,'nikunjkothari10@gmail.com','1',0,'0','9681080650','VISHAL','GOENKA','',0,14078,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-11','0','1','6d5af-68f90-89c80-1ae11',NULL,'2022-07-11 19:41:33','2022-07-11 19:41:33','0',NULL,NULL),(125,216367,12211,0,0,'komal@hellogtx.com','3',0,'0','8595077740','Komal','test','',0,12211,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-14','0','1','fd136-8af7a-b6039-c58d0',NULL,'2022-07-14 10:48:02','2022-07-14 10:48:02','0',NULL,NULL),(126,217660,14183,12211,0,'rajdhanitravel94@gmail.com','1',0,'0','9212136788','VISHAL','NANDURKAR','',0,14183,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-19','0','1','bdc47-c48a7-7d5f1-073eb',NULL,'2022-07-19 17:32:11','2022-07-19 17:32:11','0',NULL,NULL),(127,218246,13508,12211,0,'amit.goel8001@gmail.com','1',0,'0','9831115311','JAI','MEHRA','',0,13508,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-21','0','1','aca39-fb5a6-e07d8-cd3a2',NULL,'2022-07-21 21:50:24','2022-07-21 21:50:24','0',NULL,NULL),(128,216931,14139,12211,0,'tripmaxtravels@gmail.com','1',0,'0','7001947646','UTTAM','DEY','',0,14139,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-23','0','1','450bf-32fb1-ece0b-c7730',NULL,'2022-07-23 12:47:20','2022-07-23 12:47:20','0',NULL,NULL),(129,0,14094,12211,0,'mridulkhemka819@gmail.com','1',0,'0','9038352841','RITESH KUMAR','MISHRA','',0,14094,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-25','0','1','20904-03acb-a766a-54659',NULL,'2022-07-25 17:45:11','2022-07-25 17:57:13','0',NULL,NULL),(130,0,13171,12211,0,'fazilyaqoob4@gmail.com','1',0,'0','7006984511','mohammad bilal','bazaz','',0,13171,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-17','0','1','d54be-b1ffb-d44a8-028ad',NULL,'2022-08-17 16:46:48','2022-08-17 16:46:48','0',NULL,NULL),(131,0,13180,12211,0,'jaspreet.puma@gmail.com','1',0,'0','9824022624','Jaspreet Singh','Sabharwal','',0,13180,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-23','0','1','b7d29-421ed-eb51c-4c408',NULL,'2022-08-23 11:20:43','2022-08-23 11:20:43','0',NULL,NULL),(132,231696,12211,0,0,'elliyatravels8@gmail.com','1',0,NULL,'7889564156','SYED MUZAFFAR','SHAH','5188f0837f562c57b2ff445417f236af',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),(133,0,13941,12211,0,'holidaysfairdeal@gmail.com','2',0,'0','7827591691','Devi','Verma','',0,13941,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-30','0','1','a7202-5937c-84033-13163',NULL,'2022-08-30 16:39:43','2022-08-30 16:39:43','0',NULL,NULL),(134,0,13323,12211,0,'emreaykan02@yandex.com','1',0,'0','9566548852','serhat','topal','',0,13323,'1995-09-28','u256987456','TR','2031-05-18','2021-05-18',NULL,'','','0',1,0,'0',NULL,'62',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-12','0','1','e6849-34f90-72ed2-bb8f9',NULL,'2022-09-12 14:21:07','2022-09-12 14:21:07','0',NULL,NULL),(135,239360,12211,0,0,'faheembrightspark@gmail.com','1',0,'0','9555180663','MD','faheem','',0,12211,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-12','0','1','223be-f4f3d-60aed-8d38e',NULL,'2022-09-12 23:12:54','2022-09-12 23:12:54','0',NULL,NULL),(136,239387,12211,0,0,'mdfaheem890@gmail.com','1',0,'0','9555180663','MD','FAHEEM','',0,12211,NULL,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-13','0','1','17c8b-af355-b756e-0f2b9',NULL,'2022-09-13 01:01:28','2022-09-13 01:01:28','0',NULL,NULL),(137,0,13323,12211,0,'flightbook@outlook.com','2',0,'0','9956586654','buse emine','tekeci','',0,13323,'1999-06-09','u25556659','TR','2027-06-10','2020-06-12',NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-14','0','1','b5e12-5a456-4c727-91547',NULL,'2022-09-14 15:43:23','2022-09-14 15:43:23','0',NULL,NULL),(138,0,13323,12211,0,'flightbookk@outlook.com','2',0,'0','9965856652','buse emine','tekeci','',0,13323,'1999-06-09','u26599966','TR','2027-09-14','2021-09-14',NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-15','0','1','14a8c-a6c6b-6187d-7cd20',NULL,'2022-09-15 02:03:58','2022-09-15 02:03:58','0',NULL,NULL),(139,0,13328,12211,0,'fctourandtravels@gmail.com','1',0,'0','8825000723','MOHD SHAFI','LALI','',0,13328,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-03','0','1','0c45c-8597e-7ce7d-90969',NULL,'2022-10-03 21:22:26','2022-10-03 21:22:26','0',NULL,NULL),(140,252009,12211,0,0,'shethnc@yahoo.com','1',0,NULL,'8879418581','Nishant','Sheth','fcf281da69a6f957cadfd52297d93348',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),(141,0,14297,12211,0,'inarendra86@gmail.com','1',0,'0','9798431594','ABHISHEK','RAJ','',0,14297,NULL,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-27','0','1','e177e-254fd-55a69-6ee55',NULL,'2022-11-27 17:28:21','2022-11-27 17:28:21','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',
  PRIMARY KEY (`CustomerMemberSysId`)
) ENGINE=InnoDB AUTO_INCREMENT=253 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,12211,0,'aasif.sch@gmail.com','3',0,'0','8825081020','Khalifa','Akhter','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-27','0','1','5c79a-d97d8-0c5b7-3149b',NULL,'2022-05-27 20:03:43','2022-05-27 20:03:43','0'),(5,7,0,12606,12211,'komal@hellogtx.com','1',0,'9','9999977655','Mohammad','Sabir','',0,12606,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-07','0','1','7be1e-fa2c4-e0b45-285da',NULL,'2022-05-31 16:23:38','2022-06-07 12:23:17','0'),(6,11,193535,12211,0,'ATTARTOURANDTRAVELS@GMAIL.COM','1',0,'0','09906729503','fehmeeda','test','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-06','0','1','44354-84ef6-7119a-57fef',NULL,'2022-06-06 23:42:16','2022-06-06 23:42:16','0'),(7,12,0,12211,0,'abdulmuneeb0608@gmail.com','3',0,'0','8082992086','Khalifa','Akhter','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-09','0','1','d4099-6eb08-74f90-72c92',NULL,'2022-06-09 18:14:52','2022-06-09 18:14:52','0'),(8,1,202304,12211,0,'aasif.sch@gmail.com','1',0,'0','8825081020','Aasif Hassan','Sheikh','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-10','0','1','bae71-24202-f4d7f-cb904',NULL,'2022-06-10 08:46:34','2022-06-10 08:46:34','0'),(9,1,0,12211,0,'aasif.sch@gmail.com','2',0,'0','8825081020','Khaleefa','Akhter','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-10','0','1','bae71-24202-f4d7f-cb904',NULL,'2022-06-10 08:46:34','2022-06-10 08:46:34','0'),(10,12,202311,12211,0,'abdulmuneeb0608@gmail.com','1',0,'0','8082992086','AASIF HASSAN','SHEIKH','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-10','0','1','df2f1-6747b-944be-6a652',NULL,'2022-06-10 11:19:27','2022-06-10 11:19:27','0'),(11,12,0,12211,0,'abdulmuneeb0608@gmail.com','3',0,'0','8082992086','KHALIFA','AKHTER','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-10','0','1','df2f1-6747b-944be-6a652',NULL,'2022-06-10 11:19:27','2022-06-10 11:19:27','0'),(12,16,206828,12211,0,'bismilahtourandtravels@gmail.com','1',0,'0','6006717808','bismilahtour','Ali','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-13','0','1','19619-8a48e-b93d2-d33c4',NULL,'2022-06-13 11:57:22','2022-06-13 11:57:22','0'),(13,8,0,12817,12211,'gpurwar@gmail.com','1',0,'9','9811192312','Gaurav','Gupta','',0,12817,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-13','0','1','69cef-b6eb7-35886-abd25',NULL,'2022-06-13 17:53:14','2022-06-13 17:53:14','0'),(14,18,0,13062,12211,'ATTARTOURANDTRAVELS@GMAIL.COM','1',0,'9','9906729503','Md','Sabir','',0,13062,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-15','0','1','af7ee-06f23-76e36-a9f4c',NULL,'2022-06-15 11:50:54','2022-06-15 11:50:54','0'),(15,19,0,13091,12211,'dineshjaswani2010@gmail.com','3',0,'0','7014874806','Smita','Bangale','',0,13091,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-15','0','1','ec84a-fb125-a1e5b-f379e',NULL,'2022-06-15 12:24:11','2022-06-15 12:24:11','0'),(16,24,0,13169,12211,'VATANTOURISM@GMAIL.COM','1',0,'0','9987990770','REHANSH','MIRCHANDANI','',0,13169,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-16','0','1','f8246-cff5a-96e89-65f0f',NULL,'2022-06-16 16:04:06','2022-06-16 16:04:06','0'),(17,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','rejman','sekh','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','141b3-b37c3-f2732-cc2d8',NULL,'2022-06-17 12:10:16','2022-06-17 12:10:16','0'),(18,30,0,13193,12211,'kashmireshoppe@gmail.com','1',0,'9','9858702707','Zahid Abbas ','Shah','',0,13193,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','10936-06260-8aa7b-3a609',NULL,'2022-06-17 16:13:41','2022-06-17 16:13:41','0'),(19,33,0,13128,12211,'bhattravelhub2008@gmail.com','2',0,'0','9596595965','ROZEY','JAN','',0,13128,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','9b58f-51b06-95b9f-2e8f8',NULL,'2022-06-17 18:46:51','2022-06-17 18:46:51','0'),(20,33,0,13128,12211,'bhattravelhub2008@gmail.com','1',0,'0','9596595965','MUZAFFAR HUSSAIN','RATHER','',0,13128,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','9b58f-51b06-95b9f-2e8f8',NULL,'2022-06-17 18:46:51','2022-06-17 18:46:51','0'),(21,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','Salim','Mohammad','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','4086d-23b84-73e10-88386',NULL,'2022-06-17 22:07:26','2022-06-17 22:07:26','0'),(22,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','Lal Chand','Sekh','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','4086d-23b84-73e10-88386',NULL,'2022-06-17 22:07:26','2022-06-17 22:07:26','0'),(23,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','Rakib','Mallick','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','4086d-23b84-73e10-88386',NULL,'2022-06-17 22:07:26','2022-06-17 22:07:26','0'),(24,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','Sujan','Sk','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','4086d-23b84-73e10-88386',NULL,'2022-06-17 22:07:26','2022-06-17 22:07:26','0'),(25,32,0,13238,12211,'TICKETS.TRAVEL786@GMAIL.COM','1',0,'9','9484210314','Lahane Umesh ','Sharad','',0,13238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','4e963-a553b-37481-94bd2',NULL,'2022-06-17 22:29:46','2022-06-17 22:29:46','0'),(26,28,0,13186,12211,'Cadburytravel@gmail.com','1',0,'9','7006259289','Aidel Fayaz ','parray','',0,13186,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-17','0','1','051c0-a2375-56646-496fa',NULL,'2022-06-17 22:37:08','2022-06-17 22:37:08','0'),(27,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','SABIR UDDIN','SEKH','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','92469-32830-8b6f3-feea6',NULL,'2022-06-18 14:19:10','2022-06-18 14:19:10','0'),(28,21,0,13069,12211,'bengaltravelservice1@gmail.com','1',0,'9','9831086208','KAMAL','CHOUDHURY','',0,13069,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','0ec8c-c9986-9ae91-79641',NULL,'2022-06-18 16:28:03','2022-06-18 16:28:03','0'),(29,21,0,13069,12211,'bengaltravelservice1@gmail.com','2',0,'0','9831086208','MUMTAZ ','CHOWDHURY','',0,13069,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','0ec8c-c9986-9ae91-79641',NULL,'2022-06-18 16:28:03','2022-06-18 16:28:03','0'),(30,21,0,13069,12211,'bengaltravelservice1@gmail.com','1',0,'0','9831086208','TOWHID ABDULLAH','CHOWDHURY','',0,13069,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','0ec8c-c9986-9ae91-79641',NULL,'2022-06-18 16:28:03','2022-06-18 16:28:03','0'),(31,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','SALIM','SEKH','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','3cd36-90db5-1f1f3-cf420',NULL,'2022-06-18 20:10:48','2022-06-18 20:10:48','0'),(32,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','INJAJUL','SEKH','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-18','0','1','3cd36-90db5-1f1f3-cf420',NULL,'2022-06-18 20:10:48','2022-06-18 20:10:48','0'),(33,41,0,13311,12211,'furaat.tourandtravels@gmail.com','1',0,'0','9622624447','Lateef Ahmad','Ganaie','',0,13311,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','808c0-913ea-e6052-b90bb',NULL,'2022-06-19 10:54:43','2022-06-19 10:54:43','0'),(34,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'0','9906423725','KISHOR KUMAR','JUNEJA','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','058ce-e0f7b-3268f-a42f3',NULL,'2022-06-19 15:45:35','2022-06-19 15:45:35','0'),(35,22,0,13129,12211,'BESTBUYTOURANDTRAVELS@GMAIL.COM','1',0,'9','9796505659','Mehraj ud din','Khan','',0,13129,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','1862b-43114-45b84-a430d',NULL,'2022-06-19 15:53:51','2022-06-19 15:53:51','0'),(36,22,0,13129,12211,'BESTBUYTOURANDTRAVELS@GMAIL.COM','1',0,'0','9796505659','Adnan','Wani','',0,13129,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','1862b-43114-45b84-a430d',NULL,'2022-06-19 15:53:51','2022-06-19 15:53:51','0'),(39,47,0,13125,12211,'bookings@slipatrip.com','1',0,'0','9748778838','Madhur','Mayank','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','98e0e-63fb3-35c73-6bc81',NULL,'2022-06-19 17:56:42','2022-06-19 17:56:42','0'),(40,47,0,13125,12211,'bookings@slipatrip.com','3',0,'0','9748778838','Shweta','Kumari','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','98e0e-63fb3-35c73-6bc81',NULL,'2022-06-19 17:56:42','2022-06-19 17:56:42','0'),(41,48,0,13106,12211,'mohitairways@gmail.com','1',0,'0','9419088764','MAHENDER','MAHENDER','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','e6a33-41618-8320c-72b00',NULL,'2022-06-19 18:56:07','2022-06-19 18:56:07','0'),(42,48,0,13106,12211,'mohitairways@gmail.com','3',0,'0','9419088764','TIYA','TIYA','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','e6a33-41618-8320c-72b00',NULL,'2022-06-19 18:56:07','2022-06-19 18:56:07','0'),(43,48,0,13106,12211,'mohitairways@gmail.com','2',0,'0','9419088764','LAKSHAMI','LAKSHAMI','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','e6a33-41618-8320c-72b00',NULL,'2022-06-19 18:56:07','2022-06-19 18:56:07','0'),(44,48,0,13106,12211,'mohitairways@gmail.com','2',0,'0','9419088764','PUSHPA ','DEVI','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','e6a33-41618-8320c-72b00',NULL,'2022-06-19 18:56:07','2022-06-19 18:56:07','0'),(45,48,0,13106,12211,'mohitairways@gmail.com','1',0,'9','9419088764','AISHA','AISHA','',0,13106,'2020-08-12',NULL,NULL,NULL,NULL,'','','0',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','e6a33-41618-8320c-72b00',NULL,'2022-06-19 18:56:07','2022-06-19 18:56:07','0'),(46,48,0,13106,12211,'mohitairways@gmail.com','1',0,'9','9419088764',' BHUMI  ',' BHUMI  ','',0,13106,'2021-10-13',NULL,NULL,NULL,NULL,'','','0',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','e6a33-41618-8320c-72b00',NULL,'2022-06-19 18:56:07','2022-06-19 18:56:07','0'),(47,49,0,13342,12211,'SHEIKHULALAMTRAVEL@GMAIL.COM','1',0,'9','9469644699','GAUTAM','TIWARI','',0,13342,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','b68bf-277fb-9d047-6274f',NULL,'2022-06-19 19:41:01','2022-06-19 19:41:01','0'),(48,48,0,13106,12211,'mohitairways@gmail.com','1',0,'9','9419088764','MEHRAJ ','KHAN','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','4032f-58fce-00e4b-d63c2',NULL,'2022-06-19 20:06:24','2022-06-19 20:06:24','0'),(49,48,0,13106,12211,'mohitairways@gmail.com','1',0,'0','9419088764','MOHAMMAD AYAZ ','KHAN','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','4032f-58fce-00e4b-d63c2',NULL,'2022-06-19 20:06:24','2022-06-19 20:06:24','0'),(50,48,0,13106,12211,'mohitairways@gmail.com','2',0,'0','9419088764','AARIFA ','KHALID','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','4032f-58fce-00e4b-d63c2',NULL,'2022-06-19 20:06:24','2022-06-19 20:06:24','0'),(51,48,0,13106,12211,'mohitairways@gmail.com','1',0,'0','9419088764','KHALID ','MUZAFFAR ','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-19','0','1','4032f-58fce-00e4b-d63c2',NULL,'2022-06-19 20:06:24','2022-06-19 20:06:24','0'),(53,48,0,13106,12211,'mohitairways@gmail.com','1',0,'9','9419088764','ANKUSH','TANWAR','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','2577e-72712-e2821-38062',NULL,'2022-06-20 10:22:35','2022-06-20 10:22:35','0'),(54,48,0,13106,12211,'mohitairways@gmail.com','1',0,'0','9419088764','ANKIT','ANKIT','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','2577e-72712-e2821-38062',NULL,'2022-06-20 10:22:35','2022-06-20 10:22:35','0'),(55,54,0,13355,12211,'alanwartravel1@gmail.com','3',0,'0','9018549796','Talbiya','Qureshi ','',0,13355,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','7ef81-10ac8-11dae-53e50',NULL,'2022-06-20 11:37:43','2022-06-20 11:37:43','0'),(56,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','Apurva','Bhotika','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','5d7b2-3153e-3cffc-5cd56',NULL,'2022-06-20 15:14:54','2022-06-20 15:14:54','0'),(57,47,0,13125,12211,'bookings@slipatrip.com','2',0,'0','9748778838','Priyanka','Bhotika','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','5d7b2-3153e-3cffc-5cd56',NULL,'2022-06-20 15:14:54','2022-06-20 15:14:54','0'),(58,47,0,13125,12211,'bookings@slipatrip.com','1',0,'0','9748778838','Aaryav','Bhotika','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','5d7b2-3153e-3cffc-5cd56',NULL,'2022-06-20 15:14:54','2022-06-20 15:14:54','0'),(59,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'9','9906423725','SYED MURTAZA','SHAH','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','1b185-7df22-9e33d-ec989',NULL,'2022-06-20 16:17:54','2022-06-20 16:17:54','0'),(60,63,0,13286,12211,'Skyhightoursandtravelz@gmail.com','1',0,'0','9797117286','MOHD','SARIK','',0,13286,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','05259-7bb63-7049c-4010c',NULL,'2022-06-20 17:44:27','2022-06-20 17:44:27','0'),(61,66,0,13153,12211,'nobletoursandtravels2020@gmail.com','1',0,'0','8879008075','MOHAMMED FAROOQ ABDUL KADER','SHAIKH','',0,13153,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','64013-d0e5c-74f41-84029',NULL,'2022-06-20 17:53:20','2022-06-20 17:53:20','0'),(62,66,0,13153,12211,'nobletoursandtravels2020@gmail.com','1',0,'9','8879008075','MOHAMMED FAROOQ ABDUL KADER','SHAIKH','',0,13153,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','b0a1d-048da-2fc91-05b4b',NULL,'2022-06-20 18:20:20','2022-06-20 18:20:20','0'),(63,63,0,13286,12211,'Skyhightoursandtravelz@gmail.com','1',0,'9','9797117286','RIYAJ','RIYAJ','',0,13286,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','40444-5dc21-397c2-019a2',NULL,'2022-06-20 19:40:11','2022-06-20 19:40:11','0'),(64,49,0,13342,12211,'SHEIKHULALAMTRAVEL@GMAIL.COM','1',0,'9','9469644699','Prashant Singh ','jadon','',0,13342,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','f1765-ffc77-f9754-ba777',NULL,'2022-06-20 20:20:11','2022-06-20 20:20:11','0'),(65,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','Niranjan','Jain','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','16dc6-8aa9b-fbfd5-f401f',NULL,'2022-06-20 22:26:42','2022-06-20 22:26:42','0'),(66,47,0,13125,12211,'bookings@slipatrip.com','3',0,'0','9748778838','Sonu','Jain','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-20','0','1','16dc6-8aa9b-fbfd5-f401f',NULL,'2022-06-20 22:26:42','2022-06-20 22:26:42','0'),(69,57,0,13293,12211,'thesamzworld@gmail.com','1',0,'9','9419476359','YASIR AHMAD','BEIGH','',0,13293,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','8b2b3-abcf2-5dd2b-b55da',NULL,'2022-06-21 15:27:19','2022-06-21 15:27:19','0'),(70,57,0,13293,12211,'thesamzworld@gmail.com','2',0,'0','9419476359','GOUSIA','JAVED','',0,13293,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','8b2b3-abcf2-5dd2b-b55da',NULL,'2022-06-21 15:27:19','2022-06-21 15:27:19','0'),(71,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','MOHAMMAD ','ARMAN','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','bada8-89906-096a8-2850e',NULL,'2022-06-21 15:54:56','2022-06-21 15:54:56','0'),(72,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','SK RAKIBUL','ISLAM','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','bada8-89906-096a8-2850e',NULL,'2022-06-21 15:54:56','2022-06-21 15:54:56','0'),(73,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','RAFIUL ','BUX','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','bada8-89906-096a8-2850e',NULL,'2022-06-21 15:54:56','2022-06-21 15:54:56','0'),(74,73,0,13264,12211,'firstclasstourandtravel@gmail.com','1',0,'9','7006435889','RANJAY','YADAV','',0,13264,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','6e778-04f73-a931c-6ca87',NULL,'2022-06-21 16:03:38','2022-06-21 16:03:38','0'),(75,32,0,13238,12211,'TICKETS.TRAVEL786@GMAIL.COM','1',0,'9','9484210314','MOHIT','KUMAR','',0,13238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','ea058-df21d-16c10-65142',NULL,'2022-06-21 19:17:45','2022-06-21 19:17:45','0'),(76,61,0,13324,12211,'flywithusHandwara@gmail.com','1',0,'9','7006335766','SHAMEEM BASHIR','KHAN','',0,13324,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','92248-b0237-59617-85f80',NULL,'2022-06-21 19:30:23','2022-06-21 19:30:23','0'),(77,61,0,13324,12211,'flywithusHandwara@gmail.com','3',0,'0','7006335766','NAZIRAH','QAYOOM','',0,13324,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','92248-b0237-59617-85f80',NULL,'2022-06-21 19:30:23','2022-06-21 19:30:23','0'),(78,76,0,13323,12211,'myasirtravels@gmail.com','1',0,'0','9797966878','SHEIKH','SAMIULLAH','',0,13323,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','203fe-6a5d3-04ec0-307f2',NULL,'2022-06-21 21:52:52','2022-06-21 22:08:40','0'),(79,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'9','9906423725','MUSHTAQ  AHMAD','GANIE','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','8922c-c3709-ec3c0-ca8b0',NULL,'2022-06-21 23:06:01','2022-06-21 23:06:01','0'),(80,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'0','9906423725','BASIT','MUSHTAQ','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-21','0','1','8922c-c3709-ec3c0-ca8b0',NULL,'2022-06-21 23:06:01','2022-06-21 23:06:01','0'),(81,28,0,13186,12211,'Cadburytravel@gmail.com','1',0,'9','7006259289','Kundal ','singh','',0,13186,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','0c79c-b27bb-18f44-ace99',NULL,'2022-06-22 09:11:31','2022-06-22 09:11:31','0'),(82,82,0,13441,12211,'vgmaniaz@gmail.com','1',0,'0','9910620716','MUDIT','AGGARWAL','',0,13441,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','0ae03-785fd-dbd3b-89e9e',NULL,'2022-06-22 14:35:49','2022-06-22 14:35:49','0'),(83,82,0,13441,12211,'vgmaniaz@gmail.com','3',0,'0','9910620716','CHARU','AGGARWAL','',0,13441,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','0ae03-785fd-dbd3b-89e9e',NULL,'2022-06-22 14:35:49','2022-06-22 14:46:54','0'),(84,82,0,13441,12211,'vgmaniaz@gmail.com','3',0,'0','9910620716','Archana ','AGGARWAL','',0,13441,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','0ae03-785fd-dbd3b-89e9e',NULL,'2022-06-22 14:35:49','2022-06-22 14:46:54','0'),(85,82,0,13441,12211,'vgmaniaz@gmail.com','1',0,'0','9910620716','Kedarnath ','AGGARWAL','',0,13441,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','bd22c-75321-35c6e-e0ef5',NULL,'2022-06-22 14:46:54','2022-06-22 14:46:54','0'),(86,73,0,13264,12211,'firstclasstourandtravel@gmail.com','1',0,'9','7006435889','PINJARKAR','PRASANT','',0,13264,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','9600a-e0a38-82a86-76132',NULL,'2022-06-22 15:21:37','2022-06-22 15:21:37','0'),(87,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'9','9906423725','ZAHOOR AHMAD','SHAH','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','e29db-d7f4b-3b3e9-1526d',NULL,'2022-06-22 15:31:15','2022-06-22 15:31:15','0'),(88,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'0','9906423725','ASRAR AHMAD','SHAH','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','e29db-d7f4b-3b3e9-1526d',NULL,'2022-06-22 15:31:15','2022-06-22 15:31:15','0'),(89,73,0,13264,12211,'firstclasstourandtravel@gmail.com','1',0,'9','7006435889','Ravikant','Poddar','',0,13264,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','a11da-63b22-27138-26c3f',NULL,'2022-06-22 17:16:31','2022-06-22 17:16:31','0'),(90,73,0,13264,12211,'firstclasstourandtravel@gmail.com','1',0,'9','7006435889','RUPKANT ','KUMAR','',0,13264,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','7512e-a2d54-38e23-124f0',NULL,'2022-06-22 18:18:22','2022-06-22 18:18:22','0'),(91,73,0,13264,12211,'firstclasstourandtravel@gmail.com','1',0,'0','7006435889','GAUTAM ','KUMAR','',0,13264,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','7512e-a2d54-38e23-124f0',NULL,'2022-06-22 18:18:22','2022-06-22 18:18:22','0'),(92,73,0,13264,12211,'firstclasstourandtravel@gmail.com','1',0,'0','7006435889','AMAR ','KUMAR ','',0,13264,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','7512e-a2d54-38e23-124f0',NULL,'2022-06-22 18:18:22','2022-06-22 18:18:22','0'),(93,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','MANISH ','GOEL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','47065-528e5-ff091-ce92b',NULL,'2022-06-22 19:25:06','2022-06-22 19:25:06','0'),(94,47,0,13125,12211,'bookings@slipatrip.com','1',0,'0','9748778838','HEMANT ','BANSAL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-22','0','1','47065-528e5-ff091-ce92b',NULL,'2022-06-22 19:25:06','2022-06-22 19:25:06','0'),(95,47,0,13125,12211,'bookings@slipatrip.com','2',0,'9','9748778838','Megha ','Agrawal ','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','0c9e4-b1919-59057-9cd98',NULL,'2022-06-23 10:26:05','2022-06-23 10:26:05','0'),(96,83,0,13395,12211,'ZAHROOM02@GMAIL.COM','1',0,'0','7006689081','Surender ','singh','',0,13395,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','b5d93-e7a11-461f3-97b8f',NULL,'2022-06-23 10:33:31','2022-06-23 11:15:24','0'),(97,47,0,13125,12211,'bookings@slipatrip.com','2',0,'9','9748778838','Megha ','Agrawal ','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','3ab0d-16a38-e72c7-ab77d',NULL,'2022-06-23 12:17:29','2022-06-23 12:17:29','0'),(98,85,0,13294,12211,'Yas_speed11@yahoo.com','1',0,'9','7006010600','RUHI','JAN','',0,13294,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','1eb19-98345-8f68c-6f2fb',NULL,'2022-06-23 13:41:41','2022-06-23 13:41:41','0'),(99,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','NAZRUL ','SEKH','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-23','0','1','dd9c9-9954a-86b2d-bd9e4',NULL,'2022-06-23 21:32:19','2022-06-23 21:32:19','0'),(100,28,0,13186,12211,'Cadburytravel@gmail.com','1',0,'9','7006259289','JUNED','KHAN','',0,13186,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','62e72-0054a-1779f-f2a71',NULL,'2022-06-24 11:14:34','2022-06-24 11:14:34','0'),(101,62,0,13136,12211,'relive.purchases@gmail.com','1',0,'9','7006975244','SYED ILHAAN','HAMDANI','',0,13136,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','011d1-181cd-6352c-83f09',NULL,'2022-06-24 11:25:44','2022-06-24 11:25:44','0'),(102,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','BAKIBILLA','MALLIK','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','05f65-0d67c-adce8-10ce3',NULL,'2022-06-24 11:40:05','2022-06-24 11:40:05','0'),(103,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','MONIRUL','SAIKH','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','05f65-0d67c-adce8-10ce3',NULL,'2022-06-24 11:40:05','2022-06-24 11:40:05','0'),(104,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','Sanjay','Agarwal','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','8fd44-b0d20-f4c08-36461',NULL,'2022-06-24 12:27:31','2022-06-24 12:27:31','0'),(105,90,0,13214,12211,'Skylinetravel777@gmail.com','1',0,'0','9906465201','INAYAT ULLAH','WANI','',0,13214,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','60058-e744f-42a1a-1adc8',NULL,'2022-06-24 15:21:12','2022-06-24 15:31:57','0'),(106,64,0,13286,12211,'Skyhightoursandtravelz@gmail.com','1',0,'9','9018603134','ROHIT SINGH','BISHT','',0,13286,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','4863c-fc7e4-6627e-d403d',NULL,'2022-06-24 21:01:05','2022-06-24 21:01:05','0'),(107,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'0','9831115311','KALPESH ','Sheth','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-24','0','1','6ef86-c936a-a12bb-086a1',NULL,'2022-06-24 22:05:57','2022-06-24 22:05:57','0'),(108,37,0,13231,12211,'travelwithskyroute@gmail.com','1',0,'9','7006310658','RISHABH','TOMAR','',0,13231,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-25','0','1','125a0-c4293-2e3e6-9f48c',NULL,'2022-06-25 14:47:18','2022-06-25 14:47:18','0'),(109,37,0,13231,12211,'travelwithskyroute@gmail.com','1',0,'0','7006310658','MIR UBAID','RAZA','',0,13231,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-25','0','1','125a0-c4293-2e3e6-9f48c',NULL,'2022-06-25 14:47:18','2022-06-25 14:47:18','0'),(110,17,0,13061,12211,'rahulrk1305@gmail.com','1',0,'9','9891985015','MUKUL','JAIN','',0,13061,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-25','0','1','3ae57-073aa-d3096-5bf08',NULL,'2022-06-25 14:51:53','2022-06-25 14:51:53','0'),(111,73,0,13264,12211,'firstclasstourandtravel@gmail.com','1',0,'9','7006435889','JOHARE','R R','',0,13264,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-25','0','1','90ab2-c1b19-cac38-46722',NULL,'2022-06-25 18:26:00','2022-06-25 18:26:00','0'),(112,22,0,13129,12211,'BESTBUYTOURANDTRAVELS@GMAIL.COM','3',0,'9','9796505659','SAIYBA','BAZAZ','',0,13129,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','af33f-b9269-5992b-c23f9',NULL,'2022-06-26 11:28:54','2022-06-26 11:28:54','0'),(113,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'9','9875598950','MAHBOOB','AHAMAD','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','4364a-4a8ce-8c7d2-c2bba',NULL,'2022-06-26 12:00:51','2022-06-26 12:01:33','0'),(114,25,0,13073,12211,'READYTOFLY.IN@GMAIL.COM','1',0,'0','9875598950','HAMID','ALI','',0,13073,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','4364a-4a8ce-8c7d2-c2bba',NULL,'2022-06-26 12:00:51','2022-06-26 12:01:33','0'),(115,62,0,13136,12211,'relive.purchases@gmail.com','1',0,'9','7006975244','KARAMVEER','KARAMVEER','',0,13136,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','4db3b-3e8a9-fe2b9-818ea',NULL,'2022-06-26 12:15:26','2022-06-26 12:15:26','0'),(116,48,0,13106,12211,'mohitairways@gmail.com','1',0,'9','9419088764','Vijayender ','kumar ','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','08b02-17595-475cf-8b8cb',NULL,'2022-06-26 12:50:32','2022-06-26 12:50:32','0'),(117,100,0,13351,12211,'salesgracetravel123@gmail.com','3',0,'0','9797909769','Meli tarh','Tarh','',0,13351,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','15015-8c183-6acd9-208cf',NULL,'2022-06-26 13:14:17','2022-06-26 13:14:17','0'),(118,101,0,13066,12211,'layekmemari@gmail.com','1',0,'0','8343832959','SHARUKH','CHOWDHURY','',0,13066,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','50c1e-e6b08-9df28-60348',NULL,'2022-06-26 16:22:32','2022-06-26 16:22:32','0'),(119,102,0,13305,12211,'Aldabaltravel@gmail.com','2',0,'0','7889604082','MANPREET KOUR ','RAI ','',0,13305,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','80c58-0b1b1-fede7-5b85b',NULL,'2022-06-26 16:23:50','2022-06-26 16:23:50','0'),(120,102,0,13305,12211,'Aldabaltravel@gmail.com','3',0,'0','7889604082',' SARGUN ','KAUR ','',0,13305,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','80c58-0b1b1-fede7-5b85b',NULL,'2022-06-26 16:23:50','2022-06-26 16:23:50','0'),(121,102,0,13305,12211,'Aldabaltravel@gmail.com','2',0,'9','7889604082',' JAIKIRAT ','SINGH ','',0,13305,'2022-03-03',NULL,NULL,NULL,NULL,'','','0',3,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-26','0','1','80c58-0b1b1-fede7-5b85b',NULL,'2022-06-26 16:23:50','2022-06-26 16:23:50','0'),(122,32,0,13238,12211,'TICKETS.TRAVEL786@GMAIL.COM','1',0,'9','9484210314','KUMBHKARAN','KUMBHKARAN','',0,13238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','c51a0-9b43f-10166-14a70',NULL,'2022-06-27 11:52:16','2022-06-27 11:52:16','0'),(123,32,0,13238,12211,'TICKETS.TRAVEL786@GMAIL.COM','1',0,'9','9484210314','U K','TIWARI','',0,13238,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','93d0b-f4516-d6c3a-8b632',NULL,'2022-06-27 12:35:44','2022-06-27 12:35:44','0'),(124,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','ANKIT','AGARWAL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','ee49c-21b80-3f712-ce40a',NULL,'2022-06-27 14:05:16','2022-06-27 14:05:16','0'),(125,47,0,13125,12211,'bookings@slipatrip.com','2',0,'0','9748778838','SONAM','AGARWAL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','ee49c-21b80-3f712-ce40a',NULL,'2022-06-27 14:05:16','2022-06-27 14:05:16','0'),(126,47,0,13125,12211,'bookings@slipatrip.com','1',0,'0','9748778838','DARSH','AGARWAL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','ee49c-21b80-3f712-ce40a',NULL,'2022-06-27 14:05:16','2022-06-27 14:18:12','0'),(127,47,0,13125,12211,'bookings@slipatrip.com','2',0,'0','9748778838','ANITA','SARKAR','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','ee49c-21b80-3f712-ce40a',NULL,'2022-06-27 14:05:16','2022-06-27 14:18:12','0'),(128,28,0,13186,12211,'Cadburytravel@gmail.com','1',0,'9','7006259289','Arfat ','Ali','',0,13186,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','851ee-4673f-05675-05e7a',NULL,'2022-06-27 14:15:57','2022-06-27 14:15:57','0'),(129,47,0,13125,12211,'bookings@slipatrip.com','2',0,'0','9748778838','SONAM','AGARWAL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','a9a9c-a91d4-b1059-31b30',NULL,'2022-06-27 14:18:12','2022-06-27 14:18:12','0'),(130,103,0,13350,12211,'Emintravels@gmail.com','1',0,'0','9541086556','UBAID AHMAD','LONE','',0,13350,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','fba8c-2639e-f1ac4-ef0d8',NULL,'2022-06-27 14:28:44','2022-06-27 14:28:44','0'),(131,47,0,13125,12211,'bookings@slipatrip.com','3',0,'9','9748778838','NISHA','JAISWAL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','984e4-dc8b5-52c6f-63b82',NULL,'2022-06-27 15:23:59','2022-06-27 15:23:59','0'),(132,47,0,13125,12211,'bookings@slipatrip.com','3',0,'0','9748778838','RAMA','JAISWAL','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','984e4-dc8b5-52c6f-63b82',NULL,'2022-06-27 15:23:59','2022-06-27 15:23:59','0'),(133,104,0,13430,12211,'support@skysafar.in','2',0,'0','9654100207','SALMA','NOORMAMODE','',0,13430,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','8e0a2-ca92e-0767d-4bf6b',NULL,'2022-06-27 15:57:38','2022-06-27 15:57:38','0'),(134,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','NAVEEN','MEHTA','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','010a7-e89f0-704db-2f635',NULL,'2022-06-27 18:35:12','2022-06-27 18:35:12','0'),(135,62,0,13136,12211,'relive.purchases@gmail.com','1',0,'9','7006975244','Pushpendera','kumar','',0,13136,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','d8db9-bca23-2d2e8-d2af5',NULL,'2022-06-27 19:44:50','2022-06-27 19:44:50','0'),(137,106,0,13141,12211,'charqul786@gmail.com','3',0,'0','7006124554','Debika','Poria','',0,13141,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-27','0','1','3efe3-31458-378d3-5c23a',NULL,'2022-06-27 21:47:46','2022-06-27 21:47:46','0'),(138,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','Subir Kumar','Dutta','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','954df-6af24-c9866-1419a',NULL,'2022-06-28 12:34:57','2022-06-28 12:34:57','0'),(139,17,0,13061,12211,'rahulrk1305@gmail.com','1',0,'9','9891985015','SIRIPORN','SIRILA','',0,13061,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','a6416-8bf08-0c63b-063d0',NULL,'2022-06-28 14:11:22','2022-06-28 14:11:22','0'),(140,36,0,13142,12211,'kashmirwayz@gmail.com','1',0,'9','9419033092','R J','KOUL','',0,13142,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','3cb29-7d5d3-f9cf7-6c339',NULL,'2022-06-28 15:43:04','2022-06-28 15:49:13','0'),(141,76,0,13323,12211,'myasirtravels@gmail.com','1',0,'9','9797966878','Sajad Rasool',' Kumar','',0,13323,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','17edf-ec46b-3e9db-50276',NULL,'2022-06-28 17:50:25','2022-06-28 17:50:25','0'),(142,76,0,13323,12211,'myasirtravels@gmail.com','3',0,'0','9797966878','Nadiya ','Shafi','',0,13323,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','17edf-ec46b-3e9db-50276',NULL,'2022-06-28 17:50:25','2022-06-28 17:50:25','0'),(143,20,0,13117,12211,'bookings.letsfly@gmail.com','1',0,'9','9883230367','SHREY','LUNIA','',0,13117,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','edd7a-7a37d-387a3-2e845',NULL,'2022-06-28 18:20:25','2022-06-28 18:20:25','0'),(144,64,0,13286,12211,'Skyhightoursandtravelz@gmail.com','1',0,'9','9018603134','YOGESH','KUMAR','',0,13286,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-28','0','1','1de6d-29642-f0bff-22926',NULL,'2022-06-28 19:36:47','2022-06-28 19:36:47','0'),(145,109,211916,12211,0,'malikmujeeb113@gmail.com','1',0,'0','7006619793','Mujeeb Ullah','Malik','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-29','0','1','8b5be-68d4a-d70aa-dcc0c',NULL,'2022-06-29 12:14:09','2022-06-29 12:14:09','0'),(146,107,0,13079,12211,'rajagarwal4560@gmail.com','1',0,'9','9123615096','hARSH','AGARWAL','',0,13079,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-29','0','1','16a59-2b52e-bc9fb-5421d',NULL,'2022-06-29 19:53:15','2022-06-29 19:53:15','0'),(147,48,0,13106,12211,'mohitairways@gmail.com','1',0,'9','9419088764','Nitin ','Sharma ','',0,13106,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-29','0','1','1018e-db746-2ee02-64b2f',NULL,'2022-06-29 22:50:36','2022-06-29 22:50:36','0'),(148,111,0,13088,12211,'kanakbihariholidays@gmail.com','2',0,'0','8961995236','Deepika','Agarwal','',0,13088,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','dce92-e7746-c67ed-72471',NULL,'2022-06-30 00:13:33','2022-06-30 00:13:33','0'),(149,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','Sanjay Kumar','Bhutoria','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','8cf61-5e02f-47a86-b13b0',NULL,'2022-06-30 17:58:48','2022-06-30 17:58:48','0'),(150,90,0,13214,12211,'Skylinetravel777@gmail.com','1',0,'9','9906465201','MUSHTAQ AHMAD','NAJAR','',0,13214,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','a5bdf-a7f55-4c1e8-8fe21',NULL,'2022-06-30 20:58:04','2022-06-30 20:58:04','0'),(151,90,0,13214,12211,'Skylinetravel777@gmail.com','3',0,'0','9906465201','LATEEFA','BEGUM','',0,13214,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-30','0','1','a5bdf-a7f55-4c1e8-8fe21',NULL,'2022-06-30 20:58:04','2022-06-30 20:58:04','0'),(152,36,0,13142,12211,'kashmirwayz@gmail.com','1',0,'9','9419033092','Vaishno','Dass','',0,13142,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-02','0','1','15b5a-c9a9c-87693-26dd9',NULL,'2022-07-02 14:19:42','2022-07-02 14:19:42','0'),(154,115,0,13215,12211,'jehlumtravels786@gmail.com','3',0,'0','9906542943','KAFIL','SIDIQI','',0,13215,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-02','0','1','97885-61bf2-ee9e5-79885',NULL,'2022-07-02 22:41:50','2022-07-02 22:41:50','0'),(155,117,0,13286,12211,'Skyhightoursandtravelz@gmail.com','3',0,'0','7006838123',' NAGEENA','BANO','',0,13286,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-03','0','1','818c4-a756b-816ea-7750b',NULL,'2022-07-03 16:55:20','2022-07-03 16:55:20','0'),(156,117,0,13286,12211,'Skyhightoursandtravelz@gmail.com','1',0,'0','7006838123','ABDUL HAMID','KHANDAY','',0,13286,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-03','0','1','818c4-a756b-816ea-7750b',NULL,'2022-07-03 16:55:20','2022-07-03 16:55:20','0'),(158,116,0,13742,12211,'airlinestours@gmail.com','1',0,'9','9818301205','Nitin','ahuja','',0,13742,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-03','0','1','9aa00-21d68-1d611-cf02c',NULL,'2022-07-03 19:18:50','2022-07-03 19:18:50','0'),(159,90,0,13214,12211,'Skylinetravel777@gmail.com','1',0,'9','9906465201','DINESH R','DINESH R','',0,13214,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-04','0','1','b8c8f-c2ff4-270a5-bdf38',NULL,'2022-07-04 13:46:31','2022-07-04 13:46:31','0'),(160,119,0,13282,12211,'contact@treksandhikes.com','1',0,'0','8879418581','Ajhskajhskah','Asjhakshaksh','',0,13282,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','f79b9-a9ba0-56523-167af',NULL,'2022-07-05 14:12:17','2022-07-05 14:12:17','0'),(161,119,0,13282,12211,'contact@treksandhikes.com','1',0,'0','8879418581','uywiueywiyue','asasahsj','',0,13282,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','f79b9-a9ba0-56523-167af',NULL,'2022-07-05 14:12:17','2022-07-05 14:12:17','0'),(162,119,0,13282,12211,'contact@treksandhikes.com','1',0,'0','8879418581','wsdkjshd','sdhksheh','',0,13282,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','f79b9-a9ba0-56523-167af',NULL,'2022-07-05 14:12:17','2022-07-05 14:12:17','0'),(163,119,0,13282,12211,'contact@treksandhikes.com','1',0,'0','8879418581','dldh','sdaksdh','',0,13282,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-05','0','1','f79b9-a9ba0-56523-167af',NULL,'2022-07-05 14:12:17','2022-07-05 14:12:17','0'),(164,113,0,13647,12211,'NIKUNJKEDIA707@GMAIL.COM','1',0,'9','9051187034','MANISH KUMAR','GOYAL','',0,13647,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-07','0','1','3fe1a-c5f9a-7f7c9-54d48',NULL,'2022-07-07 11:51:05','2022-07-07 11:51:05','0'),(165,122,0,13381,12211,'ajmertickets@gmail.com','3',0,'0','9001465444','ANNUPREET','KAUR','',0,13381,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-07','0','1','04f79-67e9b-238c5-8804d',NULL,'2022-07-07 14:14:28','2022-07-07 14:14:28','0'),(166,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','Loveneesh','Jain','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-07','0','1','446ea-28406-39cbe-83499',NULL,'2022-07-07 17:28:17','2022-07-07 17:28:17','0'),(167,101,0,13066,12211,'layekmemari@gmail.com','1',0,'9','8343832959','TAMAL','DAS','',0,13066,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-09','0','1','e17cc-8c94e-77711-dd7bd',NULL,'2022-07-09 12:38:22','2022-07-09 12:38:22','0'),(168,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','VIJAY','DHANUKA','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-09','0','1','19235-9ddf4-deba7-896a3',NULL,'2022-07-09 17:40:34','2022-07-09 17:40:34','0'),(169,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','VIJAY','DHANUKA','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-09','0','1','3e2ab-a31d6-1674a-4c381',NULL,'2022-07-09 17:52:33','2022-07-09 17:52:33','0'),(170,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','VIJAY','DHANUKA','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-09','0','1','a59f8-88ddb-af404-066f1',NULL,'2022-07-09 17:57:48','2022-07-09 17:57:48','0'),(171,47,0,13125,12211,'bookings@slipatrip.com','1',0,'9','9748778838','VIJAY','DHANUKA','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-09','0','1','c57f4-118ca-f7549-04a53',NULL,'2022-07-09 17:59:11','2022-07-09 17:59:11','0'),(172,21,0,13069,12211,'bengaltravelservice1@gmail.com','1',0,'9','9831086208','MD ABU ZAFOUR','BHUIYAN ','',0,13069,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-09','0','1','99490-33cd2-075ff-5257d',NULL,'2022-07-09 21:32:57','2022-07-09 21:32:57','0'),(173,47,0,13125,12211,'bookings@slipatrip.com','3',0,'9','9748778838','Babita ','Agarwal','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-11','0','1','1220b-03e38-ee2f0-f4cf8',NULL,'2022-07-11 09:55:01','2022-07-11 09:56:52','0'),(174,33,0,13128,12211,'bhattravelhub2008@gmail.com','1',0,'9','9596595965','Gurjat','Singh','',0,13128,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-11','0','1','38be9-6ec39-86d99-182f3',NULL,'2022-07-11 12:16:27','2022-07-11 12:16:27','0'),(176,111,0,13088,12211,'kanakbihariholidays@gmail.com','2',0,'9','8961995236','DR SUMANA ','KUNDU','',0,13088,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-11','0','1','f3375-d212e-def3a-ee978',NULL,'2022-07-11 17:15:15','2022-07-11 17:15:15','0'),(177,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'9','8013234644','NAFIS','ALAM','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-11','0','1','0f5bf-b1af1-a6965-b9034',NULL,'2022-07-11 22:30:04','2022-07-11 22:30:04','0'),(178,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'0','8013234644',' SK','SAKIR','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-11','0','1','0f5bf-b1af1-a6965-b9034',NULL,'2022-07-11 22:30:04','2022-07-11 22:30:04','0'),(179,113,0,13647,12211,'NIKUNJKEDIA707@GMAIL.COM','1',0,'9','9051187034','Akash ','Sheth','',0,13647,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-12','0','1','0264c-ed4ec-9151d-36a75',NULL,'2022-07-12 09:06:46','2022-07-12 09:06:46','0'),(180,124,0,14078,12211,'nikunjkothari10@gmail.com','2',0,'9','9681080650','NEETA','JAIN','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-12','0','1','0e4ee-31d41-0471e-f4b76',NULL,'2022-07-12 12:13:58','2022-07-12 12:13:58','0'),(181,120,0,13593,12211,'shyamtravelsin@gmail.com','1',0,'9','9832330248','GOURAV','KABRA','',0,13593,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-12','0','1','2c8ce-1c518-603cf-f6c78',NULL,'2022-07-12 13:39:15','2022-07-12 13:39:15','0'),(182,120,0,13593,12211,'shyamtravelsin@gmail.com','2',0,'0','9832330248','PUJA','KABRA','',0,13593,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-12','0','1','2c8ce-1c518-603cf-f6c78',NULL,'2022-07-12 13:39:15','2022-07-12 13:39:15','0'),(183,111,0,13088,12211,'kanakbihariholidays@gmail.com','1',0,'9','8961995236',' Ashok ','Bothra','',0,13088,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-12','0','1','9d7b9-6d92a-1778f-1b61a',NULL,'2022-07-12 17:52:06','2022-07-12 17:52:06','0'),(184,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'9','8013234644','AMIR','KHANSAMA','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-13','0','1','a5a28-cf630-96396-eb1fd',NULL,'2022-07-13 10:48:42','2022-07-13 10:58:02','0'),(185,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'9','9831115311','Tushar','Kamra','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-13','0','1','40916-0550a-5ecec-b8596',NULL,'2022-07-13 13:01:42','2022-07-13 13:01:42','0'),(186,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'0','9831115311','Paras ','Kumar','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-13','0','1','40916-0550a-5ecec-b8596',NULL,'2022-07-13 13:01:42','2022-07-13 13:01:42','0'),(187,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'9','8013234644','saniaj','sekh','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-13','0','1','7e278-a86af-beade-23ed5',NULL,'2022-07-13 22:00:08','2022-07-13 22:02:58','0'),(188,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'0','8013234644','sheikh makidul','islam','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-13','0','1','7e278-a86af-beade-23ed5',NULL,'2022-07-13 22:00:08','2022-07-13 22:02:58','0'),(189,124,0,14078,12211,'nikunjkothari10@gmail.com','2',0,'9','9681080650','NEHA','PODDAR','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-14','0','1','c858a-80045-4d428-50465',NULL,'2022-07-14 10:56:27','2022-07-14 10:56:27','0'),(190,124,0,14078,12211,'nikunjkothari10@gmail.com','1',0,'9','9681080650','RAVI','ARORA','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-14','0','1','3366b-b4ad1-c01a6-5488c',NULL,'2022-07-14 12:15:51','2022-07-14 12:15:51','0'),(191,111,0,13088,12211,'kanakbihariholidays@gmail.com','1',0,'9','8961995236','MANIRUL ','ISLAM','',0,13088,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-14','0','1','9dbfd-b5322-c1817-9304f',NULL,'2022-07-14 20:39:33','2022-07-14 20:39:33','0'),(192,26,0,13151,12211,'ksubrata91@gmail.com','1',0,'9','7797636353','IKRAMUL','BISWAS','',0,13151,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-15','0','1','bf8a9-40a81-ec508-68085',NULL,'2022-07-15 20:14:24','2022-07-15 20:14:24','0'),(193,26,0,13151,12211,'ksubrata91@gmail.com','1',0,'0','7797636353','TAPAN','BISWAS','',0,13151,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-15','0','1','bf8a9-40a81-ec508-68085',NULL,'2022-07-15 20:14:24','2022-07-15 20:14:24','0'),(194,26,0,13151,12211,'ksubrata91@gmail.com','1',0,'0','7797636353','SAFIKUL ','MONDAL','',0,13151,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-15','0','1','bf8a9-40a81-ec508-68085',NULL,'2022-07-15 20:14:24','2022-07-15 20:14:24','0'),(195,124,0,14078,12211,'nikunjkothari10@gmail.com','2',0,'9','9681080650','SANGEETA','GUPTA','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-16','0','1','d98b7-24288-8780e-ba656',NULL,'2022-07-16 12:27:16','2022-07-16 12:27:16','0'),(196,124,0,14078,12211,'nikunjkothari10@gmail.com','1',0,'0','9681080650','CHIRAG','GUPTA','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-16','0','1','d98b7-24288-8780e-ba656',NULL,'2022-07-16 12:27:16','2022-07-16 12:27:16','0'),(197,113,0,13647,12211,'NIKUNJKEDIA707@GMAIL.COM','1',0,'9','9051187034','PREM CHAND','BANIK','',0,13647,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-18','0','1','7a146-af15d-68846-e4bdd',NULL,'2022-07-18 17:13:53','2022-07-18 17:13:53','0'),(198,113,0,13647,12211,'NIKUNJKEDIA707@GMAIL.COM','2',0,'0','9051187034','NIDHI','KESHAN','',0,13647,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-18','0','1','7a146-af15d-68846-e4bdd',NULL,'2022-07-18 17:13:53','2022-07-18 17:13:53','0'),(199,113,0,13647,12211,'NIKUNJKEDIA707@GMAIL.COM','1',0,'9','9051187034','PREM CHAND','BANIK','',0,13647,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-18','0','1','526d2-f3f2a-b901a-993b3',NULL,'2022-07-18 17:15:55','2022-07-18 17:15:55','0'),(200,113,0,13647,12211,'NIKUNJKEDIA707@GMAIL.COM','2',0,'9','9051187034','NIDHI ','KESHAN','',0,13647,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-18','0','1','7d9d2-53957-3fe39-e57bb',NULL,'2022-07-18 17:17:35','2022-07-18 17:17:35','0'),(201,104,0,13430,12211,'support@skysafar.in','1',0,'9','9654100207','PERMENDER','KUMAR','',0,13430,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-19','0','1','4542b-a6878-2dc12-d5a27',NULL,'2022-07-19 16:03:28','2022-07-19 16:03:28','0'),(202,104,0,13430,12211,'support@skysafar.in','1',0,'0','9654100207','SANJAY','KUMAR','',0,13430,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-19','0','1','4542b-a6878-2dc12-d5a27',NULL,'2022-07-19 16:03:28','2022-07-19 16:03:28','0'),(203,126,0,14183,12211,'rajdhanitravel94@gmail.com','1',0,'9','9212136788','JASVINDER','SINGH','',0,14183,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-19','0','1','ade9d-d17cb-00426-6c38d',NULL,'2022-07-19 18:00:07','2022-07-19 18:00:07','0'),(204,47,0,13125,12211,'bookings@slipatrip.com','3',0,'9','9748778838','Devanshi','Khetan','',0,13125,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-19','0','1','4adbc-267f5-631ed-7fa37',NULL,'2022-07-19 18:19:32','2022-07-19 18:19:32','0'),(205,107,0,13079,12211,'rajagarwal4560@gmail.com','1',0,'9','9123615096','ROHIT KUMAR','CHOUDHURY','',0,13079,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-19','0','1','4e76b-5ee97-30f16-ae012',NULL,'2022-07-19 18:44:56','2022-07-19 18:44:56','0'),(206,124,0,14078,12211,'nikunjkothari10@gmail.com','1',0,'9','9681080650','AMIT','RAISURANA','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-20','0','1','3f38f-8e70f-7cd81-7aaf4',NULL,'2022-07-20 10:52:59','2022-07-20 10:52:59','0'),(207,124,0,14078,12211,'nikunjkothari10@gmail.com','3',0,'0','9681080650','SUHANI','RAISURANA','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-20','0','1','3f38f-8e70f-7cd81-7aaf4',NULL,'2022-07-20 10:52:59','2022-07-20 10:52:59','0'),(208,104,0,13430,12211,'support@skysafar.in','1',0,'9','9654100207','MD KAMAL','HOSSAIN','',0,13430,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-20','0','1','eb0b4-01267-a51d9-b2b7c',NULL,'2022-07-20 19:17:29','2022-07-20 19:17:29','0'),(209,27,0,13171,12211,'fazilyaqoob4@gmail.com','1',0,'9','7889326876','fazil','ahmad','',0,13171,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-21','0','1','36a84-b29d5-75c97-b98de',NULL,'2022-07-21 17:31:51','2022-07-21 17:31:51','0'),(210,124,0,14078,12211,'nikunjkothari10@gmail.com','2',0,'9','9681080650','SANGEETA','GUPTA','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-21','0','1','84413-f86fc-cf718-cb275',NULL,'2022-07-21 21:24:31','2022-07-21 21:24:31','0'),(211,124,0,14078,12211,'nikunjkothari10@gmail.com','1',0,'0','9681080650','CHIRAG','GUPTA','',0,14078,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-21','0','1','84413-f86fc-cf718-cb275',NULL,'2022-07-21 21:24:31','2022-07-21 21:24:31','0'),(212,126,0,14183,12211,'rajdhanitravel94@gmail.com','1',0,'9','9212136788','ABHISHEK','JAIN','',0,14183,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-22','0','1','7ed57-b5da0-74f15-1fe0e',NULL,'2022-07-22 20:05:07','2022-07-22 20:05:07','0'),(213,120,0,13593,12211,'shyamtravelsin@gmail.com','1',0,'9','9832330248','ANUJ KUMAR','SINGHAL','',0,13593,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-24','0','1','95290-038ae-ceb65-53014',NULL,'2022-07-24 11:10:38','2022-07-24 11:26:42','0'),(214,33,0,13128,12211,'bhattravelhub2008@gmail.com','3',0,'9','9596595965','Insha','fayaz','',0,13128,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-24','0','1','ba70f-a8a1a-b0639-cfaef',NULL,'2022-07-24 21:56:48','2022-07-24 21:56:48','0'),(215,21,0,13069,12211,'bengaltravelservice1@gmail.com','1',0,'9','9831086208','debabrata','bhattacharya','',0,13069,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-25','0','1','82c48-5fde8-3b8b2-d2b54',NULL,'2022-07-25 11:12:27','2022-07-25 11:12:27','0'),(216,21,0,13069,12211,'bengaltravelservice1@gmail.com','1',0,'9','9831086208','YUVRAJ','GUPTA','',0,13069,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-25','0','1','e8a6b-70a7e-cec6b-655de',NULL,'2022-07-25 17:54:39','2022-07-25 17:54:39','0'),(217,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'9','9831115311','Vishal',' Dilipat','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-25','0','1','cf86e-44639-d7932-b3d5e',NULL,'2022-07-25 22:16:01','2022-07-25 22:16:01','0'),(218,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-25','0','1','cf86e-44639-d7932-b3d5e',NULL,'2022-07-25 22:16:01','2022-07-25 22:16:01','0'),(219,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'9','8013234644','ABBAS UDDIN ','SHAIKH','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','0fb21-f0eee-23235-3f6db',NULL,'2022-07-27 14:24:39','2022-07-27 14:24:39','0'),(220,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'0','8013234644','MAIDUL ISLAM ','SAIKH','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','0fb21-f0eee-23235-3f6db',NULL,'2022-07-27 14:24:39','2022-07-27 14:24:39','0'),(221,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'0','8013234644','ASLAM ','SEKH','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','0fb21-f0eee-23235-3f6db',NULL,'2022-07-27 14:24:39','2022-07-27 14:24:39','0'),(222,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'0','8013234644','SAIDUL ','SEKH','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','0fb21-f0eee-23235-3f6db',NULL,'2022-07-27 14:24:39','2022-07-27 14:24:39','0'),(223,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'0','8013234644','INSAN ','SHAIKH','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','0fb21-f0eee-23235-3f6db',NULL,'2022-07-27 14:24:39','2022-07-27 14:24:39','0'),(224,23,0,13063,12211,'tufailmondal@gmail.com','1',0,'0','8013234644','HAYDAR ','MOLLA','',0,13063,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','0fb21-f0eee-23235-3f6db',NULL,'2022-07-27 14:24:39','2022-07-27 14:24:39','0'),(225,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','0f35a-60a41-eca42-210d3',NULL,'2022-07-27 15:30:15','2022-07-27 15:30:15','0'),(226,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','5fca0-ef1ad-57bd5-7c7ee',NULL,'2022-07-27 15:36:23','2022-07-27 15:36:23','0'),(227,95,0,13508,12211,'shreeshyamtravels2019@gmail.com','1',0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','93837-db03d-6dd8a-de1bb',NULL,'2022-07-27 15:39:07','2022-07-27 15:39:07','0'),(228,104,0,13430,12211,'support@skysafar.in','3',0,'9','9654100207','MRS TAHAMINA AKTAR','RUMA','',0,13430,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-07-27','0','1','fa211-5ed11-86f4d-14784',NULL,'2022-07-27 16:00:44','2022-07-27 16:00:44','0'),(229,123,0,13941,12211,'holidaysfairdeal@gmail.com','1',0,'9','7044293407','Rajesh ','Ranjan','',0,13941,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-12','0','1','42eab-77cb4-717be-2a8b7',NULL,'2022-08-12 21:55:56','2022-08-12 21:55:56','0'),(230,130,0,13171,12211,'fazilyaqoob4@gmail.com','1',0,'0','7006984511','faizan bilal','bazaz','',0,13171,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-17','0','1','d54be-b1ffb-d44a8-028ad',NULL,'2022-08-17 16:46:48','2022-08-17 16:46:48','0'),(231,27,0,13171,12211,'fazilyaqoob4@gmail.com','1',0,'9','7889326876','mohammad bilal ','bazaz','',0,13171,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-17','0','1','7c01f-b295d-1154a-978ec',NULL,'2022-08-17 19:23:33','2022-08-17 19:23:33','0'),(232,27,0,13171,12211,'fazilyaqoob4@gmail.com','1',0,'0','7889326876','faizan bilal ','bazaz','',0,13171,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-17','0','1','7c01f-b295d-1154a-978ec',NULL,'2022-08-17 19:23:33','2022-08-17 19:23:33','0'),(233,131,0,13180,12211,'JASPREET.PUMA@GMAIL.COM','1',0,'9','9824022624','JASPREET SINGH','SABHARWAL','',0,13180,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-23','0','1','e42b6-dc812-7a21c-b5dc4',NULL,'2022-08-23 15:09:16','2022-08-23 15:09:16','0'),(234,68,0,13180,12211,'PUNEETSINGHINDIA@GMAIL.COM','1',0,'9','9650391000','JASPREET SINGH','SABHARWAL','',0,13180,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-08-23','0','1','a234d-98e95-bb8da-bda26',NULL,'2022-08-23 15:17:35','2022-08-23 15:17:35','0'),(235,123,0,13941,12211,'holidaysfairdeal@gmail.com','1',0,'9','7044293407','Amaresh','Majumder','',0,13941,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-08','0','1','7d21f-6ea27-07b38-35ddb',NULL,'2022-09-08 06:53:45','2022-09-08 06:53:45','0'),(236,76,0,13323,12211,'myasirtravels@gmail.com','1',0,'9','9797966878','serhat','topal','',0,13323,'1995-09-28','u256987456','TR','2031-06-14','2022-06-14','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-12','0','1','b042d-617ea-d6bac-f761b',NULL,'2022-09-12 14:28:17','2022-09-12 14:28:17','0'),(237,76,0,13323,12211,'myasirtravels@gmail.com','1',0,'9','9797966878','ERSEL','KACAR','',0,13323,'1996-07-25','U28079332','TR','2032-07-06','2022-07-06','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-13','0','1','8d0af-e53b5-1295a-57f91',NULL,'2022-09-13 20:25:04','2022-09-13 20:25:04','0'),(238,123,0,13941,12211,'holidaysfairdeal@gmail.com','1',0,'9','7044293407','Rashid','Rashid','',0,13941,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-14','0','1','1280a-443c6-3bf1e-3e35c',NULL,'2022-09-14 11:25:21','2022-09-14 11:57:58','0'),(239,123,0,13941,12211,'holidaysfairdeal@gmail.com','1',0,'0','7044293407','Yawar','Abbas','',0,13941,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-14','0','1','1280a-443c6-3bf1e-3e35c',NULL,'2022-09-14 11:25:21','2022-09-14 11:57:58','0'),(240,137,0,13323,12211,'flightbook@outlook.com','2',0,'0','9956586654','sude naz','tekeci','',0,13323,'2004-04-22','u254588656','IN','2027-10-02','2020-10-02','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-14','0','1','b5e12-5a456-4c727-91547',NULL,'2022-09-14 15:43:23','2022-09-14 15:43:23','0'),(241,138,0,13323,12211,'flightbookk@outlook.com','2',0,'0','9965856652','sude naz','tekeci','',0,13323,'2004-01-22','u26599556','TR','2027-09-14','2021-09-14','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-15','0','1','14a8c-a6c6b-6187d-7cd20',NULL,'2022-09-15 02:03:58','2022-09-15 02:03:58','0'),(242,76,0,13323,12211,'myasirtravels@gmail.com','2',0,'9','9797966878','aynura','balabayeva','',0,13323,'1983-10-15','c32659953','AZ','2031-10-14','2021-09-14','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-19','0','1','aa77c-0af5f-10627-59a61',NULL,'2022-09-19 21:38:54','2022-09-19 21:38:54','0'),(243,76,0,13323,12211,'myasirtravels@gmail.com','2',0,'0','9797966878','feqana','agamaliyeva','',0,13323,'1962-07-17','c26599955','AZ','2031-09-14','2021-09-14','','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-19','0','1','aa77c-0af5f-10627-59a61',NULL,'2022-09-19 21:38:54','2022-09-19 21:38:54','0'),(244,139,0,13328,12211,'fctourandtravels@gmail.com','1',0,'0','8825000723','MUSTAFA','TARIQ','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-03','0','1','0c45c-8597e-7ce7d-90969',NULL,'2022-10-03 21:22:26','2022-10-03 21:22:26','0'),(245,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'9','9906423725','MOHD SHAFI','LALI','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-03','0','1','8c413-bf6ce-b3406-ac168',NULL,'2022-10-03 21:25:46','2022-10-03 21:25:46','0'),(246,44,0,13328,12211,'fctourandtravels@gmail.com','1',0,'0','9906423725','MUSTAFA','TARIQ','',0,13328,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-03','0','1','8c413-bf6ce-b3406-ac168',NULL,'2022-10-03 21:25:46','2022-10-03 21:25:46','0'),(247,140,0,12211,0,'shethnc@yahoo.com','1',0,'1','8879418581','Nishant','Sheth','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-06','0','1','d8167-f792e-a28ed-966c0',NULL,'2022-10-06 14:08:50','2022-10-06 14:08:50','0'),(248,140,0,12211,0,'shethnc@yahoo.com','2',0,'0','8879418581','Nisha','Sheth','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-06','0','1','d8167-f792e-a28ed-966c0',NULL,'2022-10-06 14:08:50','2022-10-06 14:08:50','0'),(249,140,0,12211,0,'shethnc@yahoo.com','3',0,'0','8879418581','Tanisha','Sheth','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-06','0','1','d8167-f792e-a28ed-966c0',NULL,'2022-10-06 14:08:50','2022-10-06 14:08:50','0'),(250,125,0,12211,0,'komal@hellogtx.com','3',0,'1','8595077740','Komal','test','',0,12211,NULL,NULL,NULL,NULL,NULL,'','0','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-07','0','1','4d990-a9cfe-10c1f-10d51',NULL,'2022-10-07 11:45:55','2022-10-07 11:45:55','0'),(251,120,0,13593,12211,'shyamtravelsin@gmail.com','1',0,'9','9832330248','ANKIT','SHAW','',0,13593,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-12','0','1','5eae3-9feb4-dbcd9-a2ad2',NULL,'2022-11-12 17:42:41','2022-11-12 17:42:41','0'),(252,120,0,13593,12211,'shyamtravelsin@gmail.com','1',0,'9','9832330248','ANKIT','SHAW','',0,13593,NULL,NULL,NULL,NULL,NULL,'','','0',1,0,'0',NULL,'91',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-12','0','1','18d0f-319f7-5f9ed-d9aa4',NULL,'2022-11-12 17:43:54','2022-11-12 17:43:54','0');
/*!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,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB 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 */;
/*!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 AUTO_INCREMENT=24 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 */;
INSERT INTO `tbl_explore_icon` VALUES (17,'Adventure','','1582539303.jpg',1,'[\"56\",\"34\",\"31\",\"4\"]','1577959958.jpg','1577958147.jpg','1577964495.jpg','1577965002.jpg','1577965204.jpg'),(18,'Group Tours','','1582549345.jpg',1,'[\"77\",\"76\",\"75\",\"74\",\"73\",\"71\",\"70\",\"44\",\"43\"]','1577183534.jpg','','','1577183598.jpg',''),(19,'Leisure','','1575447286.png',1,'[\"106\",\"97\",\"87\",\"76\"]','1577183781.jpg','','1577183731.jpg','','1577183827.jpg'),(20,'Honeymoon','','1575447160.png',1,'[\"122\",\"85\",\"55\",\"50\"]','1577183476.jpg','','','1577183500.jpg',''),(21,'Family','','1575447106.png',1,'[\"165\",\"72\",\"62\",\"5\"]','','','','','1577183444.jpg'),(22,'Beach','','1582539114.jpg',1,'[\"121\",\"90\",\"67\",\"18\"]','1577183343.jpg','','','',''),(23,'Weekend','','1575447218.png',1,'[\"168\",\"167\",\"166\",\"164\",\"163\",\"162\",\"157\"]','1577183649.jpg','','','','1577183673.jpg');
/*!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 AUTO_INCREMENT=4 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 */;
INSERT INTO `tbl_feedback` VALUES (1,12211,1077,0,3,'Naina Sahu','naina.sahu@gmail.com','+91','8876477354','',0,'Feb',5,'Lovely Trip','Being a student traveling and flight booking is always not a pocket friendly affair for me, but when I came across with Travelshop, I was really amazed with the services and prices they offered.. Excellent Experience with them and would surely recommend.','','1','1','0'),(2,12211,1076,0,3,'Riya Malik','riya.malik@gmail.com','+91','9876435625','',0,'',5,'Awesome Experience','As always, Travelshop has delivered a truly wonderful travel experience for me and my family.','','1','1','0'),(3,12211,1075,0,1,'Rohan Aggarwal','rohan.aggarwal@gmail.com','+91','9876546372','',0,'Jan',5,'Wonderful Trip','Many thanks to Travelshop for organizing such a wonderful tour for us.','','1','1','0');
/*!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=72 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 (40,'Tezpur(TEZ)','{\"AirportCode\":\"TEZ\",\"CityID\":27116,\"ContSysId\":101,\"ICAO\":\"TEZ\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Tezpur\",\"ContName\":\"India\",\"label\":\"Tezpur, IN - Salonibari Airport (TEZ), India\",\"value\":\"Tezpur, IN - Salonibari Airport (TEZ), India\"}',10,1,1,'1'),(41,'Kolkata(CCU)','{\"AirportCode\":\"CCU\",\"CityID\":14323,\"ContSysId\":101,\"ICAO\":\"CCU\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Kolkata\",\"ContName\":\"India\",\"label\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\",\"value\":\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"}',3,1,0,'1'),(42,'Chennai(MAA)','{\"AirportCode\":\"MAA\",\"CityID\":6000,\"ContSysId\":101,\"ICAO\":\"MAA\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Chennai\",\"ContName\":\"India\",\"label\":\"Chennai, IN - Chennai Arpt (MAA), India\",\"value\":\"Chennai, IN - Chennai Arpt (MAA), India\"}',4,1,0,'1'),(43,'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\"}',5,1,0,'1'),(44,'Bagdogra(IXB)','{\"AirportCode\":\"IXB\",\"CityID\":2012,\"ContSysId\":101,\"ICAO\":\"IXB\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Bagdogra\",\"ContName\":\"India\",\"label\":\"Bagdogra, IN - Bagdogra Arpt (IXB), India\",\"value\":\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"}',6,1,0,'1'),(45,'Patna(PAT)','{\"AirportCode\":\"PAT\",\"CityID\":20918,\"ContSysId\":101,\"ICAO\":\"PAT\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Patna\",\"ContName\":\"India\",\"label\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT), India\",\"value\":\"Patna, IN - Jai Prakash Narayan Arpt (PAT), India\"}',6,1,0,'1'),(46,'Jaipur(JAI)','{\"AirportCode\":\"JAI\",\"CityID\":12995,\"ContSysId\":101,\"ICAO\":\"JAI\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Jaipur\",\"ContName\":\"India\",\"label\":\"Jaipur, IN - Sanganeer Arpt (JAI), India\",\"value\":\"Jaipur, IN - Sanganeer Arpt (JAI), India\"}',8,1,0,'1'),(47,'Kochi(COK)','{\"AirportCode\":\"COK\",\"CityID\":14275,\"ContSysId\":101,\"ICAO\":\"COK\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Kochi\",\"ContName\":\"India\",\"label\":\"Kochi, IN - Cochin Internation Arpt (COK), India\",\"value\":\"Kochi, IN - Cochin Internation Arpt (COK), India\"}',9,1,0,'1'),(48,'Hyderabad(HYD)','{\"AirportCode\":\"HYD\",\"CityID\":12538,\"ContSysId\":101,\"ICAO\":\"HYD\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Hyderabad\",\"ContName\":\"India\",\"label\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\",\"value\":\"Hyderabad, IN - Shamshabad Rajiv Gandhi Intl Arpt (HYD), India\"}',10,1,0,'1'),(52,'Indore(IDR)','{\"AirportCode\":\"IDR\",\"CityID\":12706,\"ContSysId\":101,\"ICAO\":\"IDR\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Indore\",\"ContName\":\"India\",\"label\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt (IDR), India\",\"value\":\"Indore, IN - Devi Ahilya Bai Holkar Arpt (IDR), India\"}',14,1,0,'1'),(53,'Bhubaneswar(BBI)','{\"AirportCode\":\"BBI\",\"CityID\":3141,\"ContSysId\":101,\"ICAO\":\"BBI\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Bhubaneswar\",\"ContName\":\"India\",\"label\":\"Bhubaneswar, IN - Biju Patnaik Arpt (BBI), India\",\"value\":\"Bhubaneswar, IN - Biju Patnaik Arpt (BBI), India\"}',15,1,0,'1'),(55,'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\"}',17,1,0,'1'),(56,'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\"}',17,1,1,'1'),(57,'Ranchi(IXR)','{\"AirportCode\":\"IXR\",\"CityID\":22562,\"ContSysId\":101,\"ICAO\":\"IXR\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Ranchi\",\"ContName\":\"India\",\"label\":\"Ranchi, IN - Birsa Munda Arpt (IXR), India\",\"value\":\"Ranchi, IN - Birsa Munda Arpt (IXR), India\"}',18,1,0,'1'),(59,'Srinagar(SXR)','{\"AirportCode\":\"SXR\",\"CityID\":25897,\"ContSysId\":101,\"ICAO\":\"SXR\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Srinagar\",\"ContName\":\"India\",\"label\":\"Srinagar, IN - Srinagar Arpt (SXR), India\",\"value\":\"Srinagar, IN - Srinagar Arpt (SXR), India\"}',21,1,0,'1'),(64,'Durgapur(RDP)','{\"AirportCode\":\"RDP\",\"CityID\":8361,\"ContSysId\":101,\"ICAO\":\"RDP\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Durgapur\",\"ContName\":\"India\",\"label\":\"Durgapur, IN - Kazi Nazrul Islam Airport (RDP), India\",\"value\":\"Durgapur, IN - Kazi Nazrul Islam Airport (RDP), India\"}',26,1,0,'1'),(65,'Madurai(IXM)','{\"AirportCode\":\"IXM\",\"CityID\":16319,\"ContSysId\":101,\"ICAO\":\"IXM\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Madurai\",\"ContName\":\"India\",\"label\":\"Madurai, IN - Madurai Airport (IXM), India\",\"value\":\"Madurai, IN - Madurai Airport (IXM), India\"}',27,1,0,'1'),(67,'Sydney(YQY)','{\"AirportCode\":\"YQY\",\"CityID\":26540,\"ContSysId\":39,\"ICAO\":\"YQY\",\"CountryCode\":\"CA\",\"DO\":0,\"cn\":\"Sydney\",\"ContName\":\"Canada\",\"label\":\"Sydney, CA - Sydney Airport (YQY), Canada\",\"value\":\"Sydney, CA - Sydney Airport (YQY), Canada\"}',2,1,0,'1'),(70,'Guwahati(GAU)','{\"AirportCode\":\"GAU\",\"CityID\":11240,\"ContSysId\":101,\"ICAO\":\"GAU\",\"CountryCode\":\"IN\",\"DO\":0,\"cn\":\"Guwahati\",\"ContName\":\"India\",\"label\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\",\"value\":\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"}',1,1,0,'1'),(71,'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\"}',1,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 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,
  `YQTax` float NOT NULL,
  `OtherCharges` 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',
  `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=326 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,12211,0,0,NULL,'2022-05-29',NULL,NULL,'6E-6073','IndiGo','1',1,'5c79a-d97d8-0c5b7-3149b','267','08:50:00','10:25:00',0,'R',95,'1h 35m',7701,25897,'DEL','SXR','Non-stop',2,1,9837.4,'5-5161435710_0DELSXR6E6073_33853654529825',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',8000,1719.4,0,878,0,30,9837.4,0,0,338.98,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS105600259687\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"PublishedFareTxt\":\"9,719\",\"ApiResultIndex\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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,\"CRFT\":9,\"ARFT\":150,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5161435710_0DELSXR6E6073_33878257353828\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9837.4,\"CostToCustomer\":9837.4,\"BaseFareCal\":9398.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9398.42,\"intOfferedFare\":9319.4,\"intPublishFare\":9719.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"988\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5c79a-d97d8-0c5b7-3149b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105600259687\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"strTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"ApiResultIndex\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"5c79a-d97d8-0c5b7-3149b\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"988\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"localFromDateTime\":\"2022-05-29 08:50\",\"localToDateTime\":\"2022-05-29 10:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','157.37.204.39','2022-05-27 14:33:43','2022-05-27 14:33: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,'0',NULL),(7,0,7,12606,0,0,NULL,'2022-06-10',NULL,NULL,'Sg-8150','SpiceJet','1',0,'13945-cbbfc-70ef9-aa35d','0','14:50:00','16:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,3200,'376-13945-cbbfc-70ef9-aa35d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',2400,800,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"13945-cbbfc-70ef9-aa35d\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-13945-cbbfc-70ef9-aa35d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,1,0,'11000000229784','0E73FF8BE56043978546B1D5097A4DFE','TRANSACTION IS SUCCESSFUL.','C34A005797604938B97CC391E0B82730',NULL,'0',NULL,'2022-05-31 10:39:02','2022-05-31 10:39:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Komal Malhotra','Gaurav Gupta',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(8,0,7,12606,0,0,NULL,'2022-06-02',NULL,NULL,'Sg-8150','SpiceJet','1',0,'7be1e-fa2c4-e0b45-285da','0','14:50:00','16:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,3200,'376-7be1e-fa2c4-e0b45-285da',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',2500,700,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7be1e-fa2c4-e0b45-285da\",\"apiTraceId\":\"376_4816\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-02\",\"LocalFromTime\":\"2022-06-02 14:50\",\"FromUTCTime\":\"2022-06-02 14:50\",\"LocalToTime\":\"2022-06-02 16:20:00\",\"ToUTCTime\":\"2022-06-02 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-7be1e-fa2c4-e0b45-285da\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4816\",\"ApiResultIndex\":\"376_4816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"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\":200,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-02T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-02T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"02\\/06\\/2022\",\"FromDateSort\":1654108200,\"DepartureDateTxt\":\"Thu, 02 Jun\",\"ArrivalDateTxt\":\"Thu, 02 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TestPNR\",\"OnwardGroupPNRDummy\":\"TestPNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00D\"}',0,NULL,NULL,NULL,1,0,'11000000229799','1A93D6373CE345E78EA92260CF571066','TRANSACTION IS SUCCESSFUL.','F267258920E745FA884836229B1BE4C4',NULL,'0',NULL,'2022-05-31 10:53:38','2022-05-31 10:53:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Komal Malhotra','Mohammad Sabir',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(9,0,7,12606,380680,380681,'PNR2','2022-06-10','7A923745268044349BC3C0A38E710CB4','7A923745268044349BC3C0A38E710CB4','Sg-8150','SpiceJet','1',0,'b56d3-f96ae-98ace-6a55b','0','14:50:00','16:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,3200,'376-b56d3-f96ae-98ace-6a55b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',2400,800,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b56d3-f96ae-98ace-6a55b\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-b56d3-f96ae-98ace-6a55b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b56d3-f96ae-98ace-6a55b\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-b56d3-f96ae-98ace-6a55b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"PNR2\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7A923745268044349BC3C0A38E710CB4\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"PNR2\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Mohammad\",\"lN\":\"Sabir\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"7A923745268044349BC3C0A38E710CB4\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"380680\",\"TPSysId\":\"380681\",\"VersionId\":[\"73277\"],\"CustomerSysId\":\"192887\",\"TrxId\":\"26522\",\"FareBreakdownid\":[\"354444\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000229803','32CB0F08EFB445B597B9AC0E38815350','TRANSACTION IS SUCCESSFUL.','E9FC3271168D4F93B273DD1352FED062','752D20179350464F875F91FE00C95B87','0',NULL,'2022-05-31 10:57:14','2022-05-31 10:57:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Komal Malhotra','Mohammad Sabir',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(10,0,8,12817,380699,380700,'TestPNR','2022-06-02','99B2BEA10DF3473D96278BB6A3E6647E','99B2BEA10DF3473D96278BB6A3E6647E','Sg-8150','SpiceJet','1',0,'0bbab-2f261-fddab-dbcd2','0','14:50:00','16:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,3200,'376-0bbab-2f261-fddab-dbcd2',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',2500,700,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0bbab-2f261-fddab-dbcd2\",\"apiTraceId\":\"376_4816\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-02\",\"LocalFromTime\":\"2022-06-02 14:50\",\"FromUTCTime\":\"2022-06-02 14:50\",\"LocalToTime\":\"2022-06-02 16:20:00\",\"ToUTCTime\":\"2022-06-02 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-0bbab-2f261-fddab-dbcd2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4816\",\"ApiResultIndex\":\"376_4816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"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\":200,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-02T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-02T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"02\\/06\\/2022\",\"FromDateSort\":1654108200,\"DepartureDateTxt\":\"Thu, 02 Jun\",\"ArrivalDateTxt\":\"Thu, 02 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TestPNR\",\"OnwardGroupPNRDummy\":\"TestPNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00D\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0bbab-2f261-fddab-dbcd2\",\"apiTraceId\":\"376_4816\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-02\",\"LocalFromTime\":\"2022-06-02 14:50\",\"FromUTCTime\":\"2022-06-02 14:50\",\"LocalToTime\":\"2022-06-02 16:20:00\",\"ToUTCTime\":\"2022-06-02 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-0bbab-2f261-fddab-dbcd2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4816\",\"ApiResultIndex\":\"376_4816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"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\":200,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-02T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-02T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"02\\/06\\/2022\",\"FromDateSort\":1654108200,\"DepartureDateTxt\":\"Thu, 02 Jun\",\"ArrivalDateTxt\":\"Thu, 02 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TestPNR\",\"OnwardGroupPNRDummy\":\"TestPNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00D\",\"bookingId\":\"99B2BEA10DF3473D96278BB6A3E6647E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"TestPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"99B2BEA10DF3473D96278BB6A3E6647E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"380699\",\"TPSysId\":\"380700\",\"VersionId\":[\"73282\"],\"CustomerSysId\":\"203332\",\"TrxId\":\"26524\",\"FareBreakdownid\":[\"354445\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000229816','85B1501719C54F66982D29B959DFDE38','TRANSACTION IS SUCCESSFUL.','3CAE4813DC95491B8D408EF665CEAD1C','093741A1B8DD4402BE6B18470C84AEDD','0',NULL,'2022-05-31 11:18:50','2022-05-31 11:18:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Gaurav Gupta','Gaurav Gupta',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(11,0,8,12817,380708,380709,'PNR24r4','2022-06-10','FAB52C76784B4814976B806E93FA1DF4','FAB52C76784B4814976B806E93FA1DF4','Sg-8150','SpiceJet','1',0,'36913-65053-e4422-8cbd6','0','14:50:00','16:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,3200,'376-36913-65053-e4422-8cbd6',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',2400,800,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"36913-65053-e4422-8cbd6\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-36913-65053-e4422-8cbd6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"36913-65053-e4422-8cbd6\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-36913-65053-e4422-8cbd6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"PNR24r4\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"FAB52C76784B4814976B806E93FA1DF4\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"PNR24r4\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"FAB52C76784B4814976B806E93FA1DF4\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"380708\",\"TPSysId\":\"380709\",\"VersionId\":[\"73283\"],\"CustomerSysId\":\"203332\",\"TrxId\":\"26526\",\"FareBreakdownid\":[\"354446\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000229819','046FA187581A4A63B701754228789F80','TRANSACTION IS SUCCESSFUL.','05E2B1BDEA16448791269E4E6368CA23','CFEAD82EC4D84134BB0E51B3D3CC95B3','0',NULL,'2022-05-31 11:22:19','2022-05-31 11:22:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Gaurav Gupta','Gaurav Gupta',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(12,0,9,12691,382158,382159,'','2022-06-10','DDA1315E691744129E659BE318F817D8','DDA1315E691744129E659BE318F817D8','Sg-8150','SpiceJet','1',0,'e15e0-04712-4a569-0994a','0','14:50:00','16:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,3200,'376-e15e0-04712-4a569-0994a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',2400,800,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e15e0-04712-4a569-0994a\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-e15e0-04712-4a569-0994a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e15e0-04712-4a569-0994a\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-e15e0-04712-4a569-0994a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"DDA1315E691744129E659BE318F817D8\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DDA1315E691744129E659BE318F817D8\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"382158\",\"TPSysId\":\"382159\",\"VersionId\":[\"73752\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26681\",\"FareBreakdownid\":[\"354542\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'17B630BB7E4748CD9AA719E96510C6B2','','',NULL,'17B630BB7E4748CD9AA719E96510C6B2','0',NULL,'2022-06-02 16:34:01','2022-06-02 16:34:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(13,0,9,12691,382543,382544,'','2022-06-03','634FA89DE3A443D98576332E18644D75','634FA89DE3A443D98576332E18644D75','SG-8150','SpiceJet','1',0,'15a02-298b2-0fd87-4498d','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,6000,'383-15a02-298b2-0fd87-4498d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"15a02-298b2-0fd87-4498d\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-03\",\"LocalFromTime\":\"2022-06-03 14:50\",\"FromUTCTime\":\"2022-06-03 14:50\",\"LocalToTime\":\"2022-06-03 16:20:00\",\"ToUTCTime\":\"2022-06-03 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-15a02-298b2-0fd87-4498d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-03T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-03T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"03\\/06\\/2022\",\"FromDateSort\":1654194600,\"DepartureDateTxt\":\"Fri, 03 Jun\",\"ArrivalDateTxt\":\"Fri, 03 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"15a02-298b2-0fd87-4498d\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-03\",\"LocalFromTime\":\"2022-06-03 14:50\",\"FromUTCTime\":\"2022-06-03 14:50\",\"LocalToTime\":\"2022-06-03 16:20:00\",\"ToUTCTime\":\"2022-06-03 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-15a02-298b2-0fd87-4498d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-03T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-03T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"03\\/06\\/2022\",\"FromDateSort\":1654194600,\"DepartureDateTxt\":\"Fri, 03 Jun\",\"ArrivalDateTxt\":\"Fri, 03 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"634FA89DE3A443D98576332E18644D75\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"634FA89DE3A443D98576332E18644D75\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"382543\",\"TPSysId\":\"382544\",\"VersionId\":[\"73879\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26726\",\"FareBreakdownid\":[\"354580\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9561350FF01745BE9C47AE1494B4F806','','',NULL,'9561350FF01745BE9C47AE1494B4F806','0',NULL,'2022-06-03 09:05:29','2022-06-03 09:05:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(14,0,9,12691,0,0,NULL,'2022-06-07',NULL,NULL,'SG-8150','SpiceJet','1',0,'51a17-c1ce7-e6b61-36c94','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,6000,'383-51a17-c1ce7-e6b61-36c94',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"51a17-c1ce7-e6b61-36c94\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-51a17-c1ce7-e6b61-36c94\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-06 08:42:58','2022-06-06 08:42:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(15,0,9,12691,384003,384004,'','2022-06-07','2140FBCF6B9E4FB08A0BA862D1123C12','2140FBCF6B9E4FB08A0BA862D1123C12','SG-8150','SpiceJet','1',0,'fcc91-682fb-8b817-445c3','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,6000,'383-fcc91-682fb-8b817-445c3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fcc91-682fb-8b817-445c3\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-fcc91-682fb-8b817-445c3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fcc91-682fb-8b817-445c3\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-fcc91-682fb-8b817-445c3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2140FBCF6B9E4FB08A0BA862D1123C12\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2140FBCF6B9E4FB08A0BA862D1123C12\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384003\",\"TPSysId\":\"384004\",\"VersionId\":[\"74386\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26845\",\"FareBreakdownid\":[\"354698\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'869C104B86D94654B1FB89F32A5BF1AC','','',NULL,'869C104B86D94654B1FB89F32A5BF1AC','0',NULL,'2022-06-06 08:43:55','2022-06-06 08:43:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(16,0,7,12606,384527,384528,'','2022-06-07','0329C417AA6B493EB3A3135C59B9EEC3','0329C417AA6B493EB3A3135C59B9EEC3','SG-8150','SpiceJet','1',0,'0425f-55afa-5a929-212e3','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,6000,'383-0425f-55afa-5a929-212e3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0425f-55afa-5a929-212e3\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-0425f-55afa-5a929-212e3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0425f-55afa-5a929-212e3\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-0425f-55afa-5a929-212e3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"0329C417AA6B493EB3A3135C59B9EEC3\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammad\",\"lN\":\"Sabir\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"0329C417AA6B493EB3A3135C59B9EEC3\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384527\",\"TPSysId\":\"384528\",\"VersionId\":[\"74526\"],\"CustomerSysId\":\"192887\",\"TrxId\":\"26877\",\"FareBreakdownid\":[\"354718\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000232026','63AB9A0551E341FCBE9B92570EA121AD','TRANSACTION IS SUCCESSFUL.','AEB614FA4D3044C29936626938EACAE2','6F6F730468CF4774B15A4BB1D0F27E77','0',NULL,'2022-06-06 13:13:13','2022-06-06 13:13:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Komal Malhotra','Mohammad Sabir',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(17,0,7,12606,384540,384541,'Test PNR','2022-06-07','5ACAD977688843969D8C0556B9C14F4B','5ACAD977688843969D8C0556B9C14F4B','SG-8150','SpiceJet','1',0,'e94dc-c3d8c-6a56e-1644a','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,6000,'383-e94dc-c3d8c-6a56e-1644a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e94dc-c3d8c-6a56e-1644a\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-e94dc-c3d8c-6a56e-1644a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e94dc-c3d8c-6a56e-1644a\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-e94dc-c3d8c-6a56e-1644a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5ACAD977688843969D8C0556B9C14F4B\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"Test PNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"5ACAD977688843969D8C0556B9C14F4B\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384540\",\"TPSysId\":\"384541\",\"VersionId\":[\"74529\"],\"CustomerSysId\":\"192887\",\"TrxId\":\"26881\",\"FareBreakdownid\":[\"354719\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000232035','A99E90E605F6434D9C33DF931266772C','TRANSACTION IS SUCCESSFUL.','C65F237F175E4261B83A24BC2691C137','07378EAD18B34A609EDB7228EF3DC3AA','0',NULL,'2022-06-06 13:25:16','2022-06-06 13:25:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Komal Malhotra','Gaurav Gupta',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(18,0,9,12691,384585,384586,'Test PNR','2022-06-07','9674AD79D1604C12933F21782111B14D','9674AD79D1604C12933F21782111B14D','SG-8150','SpiceJet','1',0,'6c13a-d909d-e5945-9e958','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4000,'383-6c13a-d909d-e5945-9e958',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6c13a-d909d-e5945-9e958\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-6c13a-d909d-e5945-9e958\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6c13a-d909d-e5945-9e958\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-6c13a-d909d-e5945-9e958\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"9674AD79D1604C12933F21782111B14D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"Test PNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"9674AD79D1604C12933F21782111B14D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384585\",\"TPSysId\":\"384586\",\"VersionId\":[\"74551\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26885\",\"FareBreakdownid\":[\"354722\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'EB57F1E81CD54FCA84B2689E304E5F68','','',NULL,'EB57F1E81CD54FCA84B2689E304E5F68','0',NULL,'2022-06-06 17:32:31','2022-06-06 17:32:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(19,0,9,12691,384587,384588,'Test PNR','2022-06-07','A0658FE0AA894B68A4FC9B64AAC51BAA','A0658FE0AA894B68A4FC9B64AAC51BAA','SG-8150','SpiceJet','1',0,'35af4-9a177-d6061-2c206','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4000,'383-35af4-9a177-d6061-2c206',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"35af4-9a177-d6061-2c206\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-35af4-9a177-d6061-2c206\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"35af4-9a177-d6061-2c206\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-35af4-9a177-d6061-2c206\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"A0658FE0AA894B68A4FC9B64AAC51BAA\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"Test PNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A0658FE0AA894B68A4FC9B64AAC51BAA\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384587\",\"TPSysId\":\"384588\",\"VersionId\":[\"74552\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26886\",\"FareBreakdownid\":[\"354723\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'FA311C72B6FF461D912C7CB46F25A23A','','',NULL,'FA311C72B6FF461D912C7CB46F25A23A','0',NULL,'2022-06-06 17:35:38','2022-06-06 17:35:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(20,0,9,12691,384589,384590,'','2022-06-07','B61288013E4446AE857BAB8FBBE8A738','B61288013E4446AE857BAB8FBBE8A738','SG-8150','SpiceJet','1',0,'4cf5b-e4679-1b80f-2ea17','463','14:50:00','15:25:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4000,'383-4cf5b-e4679-1b80f-2ea17',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4cf5b-e4679-1b80f-2ea17\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-4cf5b-e4679-1b80f-2ea17\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4cf5b-e4679-1b80f-2ea17\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-4cf5b-e4679-1b80f-2ea17\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B61288013E4446AE857BAB8FBBE8A738\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B61288013E4446AE857BAB8FBBE8A738\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384589\",\"TPSysId\":\"384590\",\"VersionId\":[\"74553\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26887\",\"FareBreakdownid\":[\"354724\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'2FC55BBFEE194516B2ABC3EBA0E29E80','','',NULL,'2FC55BBFEE194516B2ABC3EBA0E29E80','0',NULL,'2022-06-06 17:37:32','2022-06-06 17:37:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(21,0,6,12211,0,0,NULL,'2022-06-07',NULL,NULL,'SG-8492','SpiceJet','1',1,'44354-84ef6-7119a-57fef','463','13:50:00','15:25:00',0,'RS',95,'1h 35m',7701,25897,'DEL','SXR','Non-stop',1,1,3751.7,'4-9611999681_2DELSXRSG8492_478830913649294',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2435,1198.7,500,345,0,15,3751.7,0,0,169.49,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS105100265815\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07T13:50\",\"LocalFromTime\":\"2022-06-07 13:50\",\"FromUTCTime\":\"2022-06-07T13:50\",\"LocalToTime\":\"2022-06-07 15:25\",\"ToUTCTime\":\"2022-06-07T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"PublishedFareTxt\":\"3,634\",\"ApiResultIndex\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9611999681_0DELSXRSG8492_478871840233704\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3751.7,\"CostToCustomer\":3751.7,\"BaseFareCal\":3482.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3482.21,\"intOfferedFare\":3433.7,\"intPublishFare\":3633.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-07T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-07T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"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\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"44354-84ef6-7119a-57fef\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-07 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\":\"TJS105100265815\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"strTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07T13:50\",\"LocalFromTime\":\"2022-06-07 13:50\",\"FromUTCTime\":\"2022-06-07T13:50\",\"LocalToTime\":\"2022-06-07 15:25\",\"ToUTCTime\":\"2022-06-07T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"ApiResultIndex\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"44354-84ef6-7119a-57fef\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"552\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-07T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-07T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"localFromDateTime\":\"2022-06-07 13:50\",\"localToDateTime\":\"2022-06-07 15: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','182.64.250.246','2022-06-06 18:12:16','2022-06-06 18:12: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),(22,0,9,12691,384758,384759,'','2022-06-09','2C31A718871747B9BE3F91BCC0519710','2C31A718871747B9BE3F91BCC0519710','SG- 8961','SpiceJet','1',0,'90d86-8103e-e7c37-330aa','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,2200,'387-90d86-8103e-e7c37-330aa',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',1000,1200,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"90d86-8103e-e7c37-330aa\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-90d86-8103e-e7c37-330aa\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"010\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"90d86-8103e-e7c37-330aa\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-90d86-8103e-e7c37-330aa\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"010\",\"bookingId\":\"2C31A718871747B9BE3F91BCC0519710\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2C31A718871747B9BE3F91BCC0519710\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384758\",\"TPSysId\":\"384759\",\"VersionId\":[\"74602\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26910\",\"FareBreakdownid\":[\"354741\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8AB7D6FB90D54C6BAE0118EA73B18CC9','','',NULL,'8AB7D6FB90D54C6BAE0118EA73B18CC9','0',NULL,'2022-06-07 06:34:12','2022-06-07 06:34:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(23,0,7,12606,384780,384781,'','2022-06-09','B5C9D634CCBD409DA8C04DC5EBBFD674','B5C9D634CCBD409DA8C04DC5EBBFD674','SG- 8961','SpiceJet','1',0,'896e5-6a3c6-b290e-b936a','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,2200,'387-896e5-6a3c6-b290e-b936a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',1000,1200,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"896e5-6a3c6-b290e-b936a\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-896e5-6a3c6-b290e-b936a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"896e5-6a3c6-b290e-b936a\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-896e5-6a3c6-b290e-b936a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B5C9D634CCBD409DA8C04DC5EBBFD674\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B5C9D634CCBD409DA8C04DC5EBBFD674\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384780\",\"TPSysId\":\"384781\",\"VersionId\":[\"74605\"],\"CustomerSysId\":\"192887\",\"TrxId\":\"26912\",\"FareBreakdownid\":[\"354742\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000232190','B2A2C7644A7D402FA23B078A498583E5','TRANSACTION IS SUCCESSFUL.','503E4FC1B95947EAB1FB93C38BB537A4','E8F85667609149CFB4889563E1901A9D','0',NULL,'2022-06-07 06:42:25','2022-06-07 06:42:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Komal Malhotra','Gaurav Gupta',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(24,0,7,12606,384789,384790,'TESTPNR','2022-06-23','DMCS107900265970','TJS107900265970','6E-6271','IndiGo','1',1,'ae5b6-bf10f-3d29d-02af5','267','21:35:00','06:15:00',0,'R',520,'09h 40m',7701,11240,'DEL','GAU','1 Stop(s)',1,1,2010.7,'5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',1245,765.7,0,489,0,15,2010.7,0,0,50,9,0,0,0,0,1350,225,0,'{\"bookingId\":\"DMCS107900265970\",\"bookingId_TJ\":\"TJS107900265970\",\"FlightNumber\":\"6E-6271\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ae5b6-bf10f-3d29d-02af5\",\"apiTraceId\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2022-06-23T21:35\",\"LocalFromTime\":\"2022-06-23 21:35\",\"FromUTCTime\":\"2022-06-23T21:35\",\"LocalToTime\":\"2022-06-24 06:15\",\"ToUTCTime\":\"2022-06-24T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":520,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"09h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,011\",\"ApiResultIndex\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1245,\"Tax\":706.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1951.7,\"PublishedFare\":2010.7,\"PublishedFareAgent\":2010.7,\"OfferedFareAgent\":2010.7,\"OfferedFare\":1751.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2471486589_0DELCCU6E6271CCUGAU6E6558_524533820938644\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":39.5084745762712,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":706.7,\"TotalBaseFare\":1951.7,\"BaseFareCal\":1760.7,\"BaseFare\":1245,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":489,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":39.5084745762712,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.5084745762712,\"PublishFare\":2010.7,\"CostToCustomer\":2010.7,\"BaseFareCal\":1760.7,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":1760.7,\"intOfferedFare\":1751.7,\"intPublishFare\":1951.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"693\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-06-23T23:40\",\"SegFlightNumber\":\"6E-6271\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-23T21:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":325,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"694\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-06-24T06:15\",\"SegFlightNumber\":\"6E-6558\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-06-24T05:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio 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\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"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,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMCS107900265970\",\"bookingId_TJ\":\"TJS107900265970\",\"FlightNumber\":\"6E-6271\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ae5b6-bf10f-3d29d-02af5\",\"apiTraceId\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2022-06-23T21:35\",\"LocalFromTime\":\"2022-06-23 21:35\",\"FromUTCTime\":\"2022-06-23T21:35\",\"LocalToTime\":\"2022-06-24 06:15\",\"ToUTCTime\":\"2022-06-24T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":520,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"09h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,011\",\"ApiResultIndex\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1245,\"Tax\":706.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1951.7,\"PublishedFare\":2010.7,\"PublishedFareAgent\":2010.7,\"OfferedFareAgent\":2010.7,\"OfferedFare\":1751.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2471486589_0DELCCU6E6271CCUGAU6E6558_524533820938644\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":39.5084745762712,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":706.7,\"TotalBaseFare\":1951.7,\"BaseFareCal\":1760.7,\"BaseFare\":1245,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":489,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":39.5084745762712,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.5084745762712,\"PublishFare\":2010.7,\"CostToCustomer\":2010.7,\"BaseFareCal\":1760.7,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":1760.7,\"intOfferedFare\":1751.7,\"intPublishFare\":1951.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"693\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-06-23T23:40\",\"SegFlightNumber\":\"6E-6271\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-23T21:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":325,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"694\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-06-24T06:15\",\"SegFlightNumber\":\"6E-6558\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-06-24T05:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio 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\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"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,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJS107900265970\",\"amount\":3326.7,\"markup\":200,\"deliveryInfo\":{\"emails\":[\"komal@hellogtx.com\"],\"contacts\":[\"919999977655\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-07T12:24:34.430\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"68595\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6271\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"cT\":325,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-23T21:35\",\"at\":\"2022-06-23T23:40\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"68596\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6558\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"GAU\",\"name\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"cityCode\":\"GAU\",\"city\":\"Guwahati\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-24T05:05\",\"at\":\"2022-06-24T06:15\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-CCU\":{\"code\":\"XBPE\",\"amount\":1350,\"desc\":\"Excess Baggage - 3 Kg\"},\"CCU-GAU\":{\"code\":\"XBPE\",\"desc\":\"Excess Baggage - 3 Kg\"}},\"ssrMealInfos\":{\"DEL-CCU\":{\"code\":\"POHA\",\"amount\":225,\"desc\":\"POHA Combo\"}},\"pnrDetails\":{\"DEL-CCU\":\"TESTPNR\",\"CCU-GAU\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammad\",\"lN\":\"Sabir\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":1245,\"NF\":3326.7,\"TF\":3526.7,\"SSRP\":1575,\"IGST\":2.7,\"TAF\":706.7},\"afC\":{\"SSRP\":{\"OT\":1575},\"TAF\":{\"OT\":489,\"MU\":200,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"MF\":15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384789\",\"TPSysId\":\"384790\",\"VersionId\":[\"74610\"],\"CustomerSysId\":\"192887\",\"TrxId\":\"26914\",\"FareBreakdownid\":[\"354744\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11000000232194','EB5F43C486794961BC88F509AD2BF8DA','TRANSACTION IS SUCCESSFUL.','5D262C5AE92343B48E1EC6A4F3F83295','84E8289150F6481FACD25302140B9FEC','0',NULL,'2022-06-07 06:53:17','2022-06-07 06:53:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Komal Malhotra','Mohammad Sabir',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(25,0,9,12691,384822,384823,'','2022-06-09','D8B4E132874A41B38994B9387EA647BA','D8B4E132874A41B38994B9387EA647BA','SG- 8961','SpiceJet','1',0,'b6c04-0a1e3-1cc23-718d7','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,1200,'387-b6c04-0a1e3-1cc23-718d7',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',1000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b6c04-0a1e3-1cc23-718d7\",\"apiTraceId\":\"387_5081\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1200,\"PublishedFareTxt\":\"1,200\",\"ApiResultIndex\":\"387-b6c04-0a1e3-1cc23-718d7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1200,\"PublishedFare\":1200,\"PublishedFareAgent\":1200,\"OfferedFareAgent\":1200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5081\",\"ApiResultIndex\":\"387_5081\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b6c04-0a1e3-1cc23-718d7\",\"apiTraceId\":\"387_5081\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1200,\"PublishedFareTxt\":\"1,200\",\"ApiResultIndex\":\"387-b6c04-0a1e3-1cc23-718d7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1200,\"PublishedFare\":1200,\"PublishedFareAgent\":1200,\"OfferedFareAgent\":1200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5081\",\"ApiResultIndex\":\"387_5081\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\",\"bookingId\":\"D8B4E132874A41B38994B9387EA647BA\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"D8B4E132874A41B38994B9387EA647BA\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384822\",\"TPSysId\":\"384823\",\"VersionId\":[\"74626\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26916\",\"FareBreakdownid\":[\"354746\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'10AEFFDEB88942198ABA92B020A69497','','',NULL,'10AEFFDEB88942198ABA92B020A69497','0',NULL,'2022-06-07 07:11:10','2022-06-07 07:11:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(26,0,9,12691,384837,384838,'TEST56565','2022-06-09','3CCCDCA7FD3247DDAF0110B6940DC12B','3CCCDCA7FD3247DDAF0110B6940DC12B','SG- 8961','SpiceJet','1',0,'bb7a4-5aa4b-77b2b-ad6f4','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,2200,'387-bb7a4-5aa4b-77b2b-ad6f4',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',1000,1200,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bb7a4-5aa4b-77b2b-ad6f4\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-bb7a4-5aa4b-77b2b-ad6f4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bb7a4-5aa4b-77b2b-ad6f4\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-bb7a4-5aa4b-77b2b-ad6f4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TEST56565\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"3CCCDCA7FD3247DDAF0110B6940DC12B\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"TEST56565\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"3435464i8\"}}]}},\"order\":{\"bookingId\":[\"3CCCDCA7FD3247DDAF0110B6940DC12B\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384837\",\"TPSysId\":\"384838\",\"VersionId\":[\"74635\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26918\",\"FareBreakdownid\":[\"354748\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A19AC718A6674B428D30AA3617485DF3','','',NULL,'A19AC718A6674B428D30AA3617485DF3','0',NULL,'2022-06-07 07:19:04','2022-06-07 07:19:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(27,0,9,12691,384959,384960,'','2022-06-09','DA8160CE13F245FD860B9C89906D474D','DA8160CE13F245FD860B9C89906D474D','SG- 8961','SpiceJet','1',0,'f3917-e9f55-a8046-dc8eb','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,1200,'387-f3917-e9f55-a8046-dc8eb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',1000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f3917-e9f55-a8046-dc8eb\",\"apiTraceId\":\"387_5082\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1200,\"PublishedFareTxt\":\"1,200\",\"ApiResultIndex\":\"387-f3917-e9f55-a8046-dc8eb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1200,\"PublishedFare\":1200,\"PublishedFareAgent\":1200,\"OfferedFareAgent\":1200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5082\",\"ApiResultIndex\":\"387_5082\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00I\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f3917-e9f55-a8046-dc8eb\",\"apiTraceId\":\"387_5082\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1200,\"PublishedFareTxt\":\"1,200\",\"ApiResultIndex\":\"387-f3917-e9f55-a8046-dc8eb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1200,\"PublishedFare\":1200,\"PublishedFareAgent\":1200,\"OfferedFareAgent\":1200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5082\",\"ApiResultIndex\":\"387_5082\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00I\",\"bookingId\":\"DA8160CE13F245FD860B9C89906D474D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DA8160CE13F245FD860B9C89906D474D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384959\",\"TPSysId\":\"384960\",\"VersionId\":[\"74688\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"26934\",\"FareBreakdownid\":[\"354760\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'53E336955758474399AFAD90D84B3F1C','','',NULL,'53E336955758474399AFAD90D84B3F1C','0',NULL,'2022-06-07 08:50:46','2022-06-07 08:50:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(28,0,12,12211,0,0,NULL,'2022-06-12',NULL,NULL,'6E-197','IndiGo','1',1,'d4099-6eb08-74f90-72c92','267','16:55:00','18:40:00',0,'R',105,'1h 45m',25897,7701,'SXR','DEL','Non-stop',2,1,9531.4,'5-6414663914_2SXRDEL6E197_718373936459604',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',8000,1413.4,0,572,0,30,9531.4,0,0,338.98,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS100300268282\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"PublishedFareTxt\":\"9,413\",\"ApiResultIndex\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6414663914_0SXRDEL6E197_718412296383312\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9531.4,\"CostToCustomer\":9531.4,\"BaseFareCal\":9092.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9092.42,\"intOfferedFare\":9013.4,\"intPublishFare\":9413.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"876\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d4099-6eb08-74f90-72c92\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100300268282\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"strTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"ApiResultIndex\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d4099-6eb08-74f90-72c92\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"876\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"localFromDateTime\":\"2022-06-12 16:55\",\"localToDateTime\":\"2022-06-12 18:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','117.222.176.219','2022-06-09 12:44:52','2022-06-09 12:44:52',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),(29,0,1,12211,0,0,NULL,'2022-06-12',NULL,NULL,'6E-197','IndiGo','1',1,'bae71-24202-f4d7f-cb904','267','16:55:00','18:40:00',0,'R',105,'1h 45m',25897,7701,'SXR','DEL','Non-stop',2,1,9531.4,'5-4556916978_2SXRDEL6E197_770642141543400',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',8000,1413.4,0,572,0,30,9531.4,0,0,338.98,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS100800268619\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"PublishedFareTxt\":\"9,413\",\"ApiResultIndex\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4556916978_0SXRDEL6E197_770679694091233\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9531.4,\"CostToCustomer\":9531.4,\"BaseFareCal\":9092.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9092.42,\"intOfferedFare\":9013.4,\"intPublishFare\":9413.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"895\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bae71-24202-f4d7f-cb904\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100800268619\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"strTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"ApiResultIndex\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"bae71-24202-f4d7f-cb904\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"895\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"localFromDateTime\":\"2022-06-12 16:55\",\"localToDateTime\":\"2022-06-12 18:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'683770A5895944949C4A18B8EDA83236','','0',NULL,NULL,'0','169.149.198.147','2022-06-10 03:16:34','2022-06-10 03:16:34',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),(30,0,13,12916,386692,386693,'','2022-06-13','34468B53EF44480F93EE7CE3B109FE34','34468B53EF44480F93EE7CE3B109FE34','SG- 8961','SpiceJet','1',0,'b9a80-40d0e-cb1e8-77487','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,2200,'387-b9a80-40d0e-cb1e8-77487',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b9a80-40d0e-cb1e8-77487\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-b9a80-40d0e-cb1e8-77487\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00S\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b9a80-40d0e-cb1e8-77487\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-b9a80-40d0e-cb1e8-77487\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00S\",\"bookingId\":\"34468B53EF44480F93EE7CE3B109FE34\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"fehmeeda\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"34468B53EF44480F93EE7CE3B109FE34\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"386692\",\"TPSysId\":\"386693\",\"VersionId\":[\"75253\"],\"CustomerSysId\":\"205764\",\"TrxId\":\"27137\",\"FareBreakdownid\":[\"354851\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'29CBA556DE274735B276D6637302EA6D','','',NULL,'29CBA556DE274735B276D6637302EA6D','0',NULL,'2022-06-10 04:51:49','2022-06-10 04:51:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAJAD SHAWL','fehmeeda test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(31,0,14,12916,386708,386709,'testpnr','2022-06-13','03441AB46CA54E41AEF8BE9B08185057','03441AB46CA54E41AEF8BE9B08185057','SG- 8961','SpiceJet','1',0,'7df9c-b0eb5-7af8b-7832d','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,2200,'387-7df9c-b0eb5-7af8b-7832d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7df9c-b0eb5-7af8b-7832d\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-7df9c-b0eb5-7af8b-7832d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7df9c-b0eb5-7af8b-7832d\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-7df9c-b0eb5-7af8b-7832d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"testpnr\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"03441AB46CA54E41AEF8BE9B08185057\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"testpnr\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"03441AB46CA54E41AEF8BE9B08185057\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"386708\",\"TPSysId\":\"386709\",\"VersionId\":[\"75266\"],\"CustomerSysId\":\"206380\",\"TrxId\":\"27140\",\"FareBreakdownid\":[\"354854\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'5FADDF5E9DC940A2AFCD665C115A3F3B','','',NULL,'5FADDF5E9DC940A2AFCD665C115A3F3B','0',NULL,'2022-06-10 05:16:35','2022-06-10 05:16:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAJAD SHAWL','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(32,0,12,12211,0,0,NULL,'2022-06-12',NULL,NULL,'6E-197','IndiGo','1',1,'df2f1-6747b-944be-6a652','267','16:55:00','18:40:00',0,'R',105,'1h 45m',25897,7701,'SXR','DEL','Non-stop',2,1,9531.4,'5-8630286285_2SXRDEL6E197_779850138685071',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',8000,1413.4,0,572,0,30,9531.4,0,0,338.98,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS105300268832\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"PublishedFareTxt\":\"9,413\",\"ApiResultIndex\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8630286285_0SXRDEL6E197_779875700855566\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9531.4,\"CostToCustomer\":9531.4,\"BaseFareCal\":9092.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9092.42,\"intOfferedFare\":9013.4,\"intPublishFare\":9413.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"317\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"df2f1-6747b-944be-6a652\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105300268832\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"strTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"ApiResultIndex\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"df2f1-6747b-944be-6a652\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"317\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"localFromDateTime\":\"2022-06-12 16:55\",\"localToDateTime\":\"2022-06-12 18:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'7283449FE7634EEBA4DD893D994FF318','','0',NULL,NULL,'0','117.222.176.219','2022-06-10 05:49:27','2022-06-10 05:49: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),(33,0,9,12691,387329,387330,'test test','2022-06-13','4C0AB4F2E3E247F9ADF0BDCDC2525B5D','4C0AB4F2E3E247F9ADF0BDCDC2525B5D','SG- 8961','SpiceJet','1',0,'950e3-a7c08-9a9f8-bf465','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,2200,'387-950e3-a7c08-9a9f8-bf465',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"950e3-a7c08-9a9f8-bf465\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-950e3-a7c08-9a9f8-bf465\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"950e3-a7c08-9a9f8-bf465\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-950e3-a7c08-9a9f8-bf465\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"test test\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"4C0AB4F2E3E247F9ADF0BDCDC2525B5D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"test test\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"4C0AB4F2E3E247F9ADF0BDCDC2525B5D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"387329\",\"TPSysId\":\"387330\",\"VersionId\":[\"75502\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"27210\",\"FareBreakdownid\":[\"354910\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7455DEEB02D946569D39E65B6D4CB41F','','',NULL,'7455DEEB02D946569D39E65B6D4CB41F','0',NULL,'2022-06-11 04:17:23','2022-06-11 04:17:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(34,0,9,12691,387827,387828,'testpnr','2022-06-14','58F124E5FBC74AA4BD4BFACB13D720F5','58F124E5FBC74AA4BD4BFACB13D720F5','SG- 8961','SpiceJet','1',0,'68aac-b6dd5-1ee2d-806ca','463','12:00:00','13:30:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,2200,'387-68aac-b6dd5-1ee2d-806ca',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"68aac-b6dd5-1ee2d-806ca\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-14\",\"LocalFromTime\":\"2022-06-14 12:00\",\"FromUTCTime\":\"2022-06-14 12:00\",\"LocalToTime\":\"2022-06-14 13:30:00\",\"ToUTCTime\":\"2022-06-14 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-68aac-b6dd5-1ee2d-806ca\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-14T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-14T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"14\\/06\\/2022\",\"FromDateSort\":1655145000,\"DepartureDateTxt\":\"Tue, 14 Jun\",\"ArrivalDateTxt\":\"Tue, 14 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"68aac-b6dd5-1ee2d-806ca\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-14\",\"LocalFromTime\":\"2022-06-14 12:00\",\"FromUTCTime\":\"2022-06-14 12:00\",\"LocalToTime\":\"2022-06-14 13:30:00\",\"ToUTCTime\":\"2022-06-14 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-68aac-b6dd5-1ee2d-806ca\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-14T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-14T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"14\\/06\\/2022\",\"FromDateSort\":1655145000,\"DepartureDateTxt\":\"Tue, 14 Jun\",\"ArrivalDateTxt\":\"Tue, 14 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"testpnr\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"58F124E5FBC74AA4BD4BFACB13D720F5\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"testpnr\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"58F124E5FBC74AA4BD4BFACB13D720F5\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"387827\",\"TPSysId\":\"387828\",\"VersionId\":[\"75701\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"27277\",\"FareBreakdownid\":[\"354964\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7E1876A7DB3B4F52BDE857465CCBEC58','','',NULL,'7E1876A7DB3B4F52BDE857465CCBEC58','0',NULL,'2022-06-13 03:30:38','2022-06-13 03:30:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(35,0,12,12211,0,0,NULL,'2022-06-15',NULL,NULL,'6E-6299','IndiGo','1',1,'19619-8a48e-b93d2-d33c4','267','17:05:00','18:40:00',0,'R',95,'1h 35m',25897,7701,'SXR','DEL','Non-stop',1,1,4824.7,'5-3131530435_4SXRDEL6E6299_321628549845868',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',4000,706.7,0,286,0,15,4824.7,0,0,169.49,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS107700270024\",\"FlightNumber\":\"6E-6299\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:05\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-15T17:05\",\"LocalFromTime\":\"2022-06-15 17:05\",\"FromUTCTime\":\"2022-06-15T17:05\",\"LocalToTime\":\"2022-06-15 18:40\",\"ToUTCTime\":\"2022-06-15T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 15 Jun\",\"ArrivalDateTxt\":\"Wed, 15 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4706.7,\"PublishedFareTxt\":\"4,707\",\"ApiResultIndex\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"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,\"CCF\":50,\"CCFT\":9,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4000,\"Tax\":706.7,\"YQTax\":0,\"OtherCharges\":286,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":203,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4706.7,\"PublishedFare\":4824.7,\"OfferedFare\":4506.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3131530435_0SXRDEL6E6299_321643747965870\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":706.7,\"BaseFareCal\":4555.21,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":203,\"MFT\":2.7,\"OT\":286,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":4824.7,\"CostToCustomer\":4824.7,\"BaseFareCal\":4555.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":4555.21,\"intOfferedFare\":4506.7,\"intPublishFare\":4706.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"173\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-15T18:40\",\"SegFlightNumber\":\"6E-6299\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-15T17:05\",\"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\":\"17:05\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"19619-8a48e-b93d2-d33c4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-15 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\":\"TJS107700270024\",\"FlightNumber\":\"6E-6299\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"strTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:05\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-15T17:05\",\"LocalFromTime\":\"2022-06-15 17:05\",\"FromUTCTime\":\"2022-06-15T17:05\",\"LocalToTime\":\"2022-06-15 18:40\",\"ToUTCTime\":\"2022-06-15T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 15 Jun\",\"ArrivalDateTxt\":\"Wed, 15 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4706.7,\"ApiResultIndex\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"19619-8a48e-b93d2-d33c4\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4000,\"Tax\":706.7,\"YQTax\":0,\"OtherCharges\":286,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":203,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4706.7,\"PublishedFare\":4824.7,\"OfferedFare\":4506.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":706.7,\"BaseFareCal\":4555.21,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":203,\"MFT\":2.7,\"OT\":286,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"173\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-15T18:40\",\"SegFlightNumber\":\"6E-6299\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-15T17:05\",\"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\":\"17:05\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"localFromDateTime\":\"2022-06-15 17:05\",\"localToDateTime\":\"2022-06-15 18:40\",\"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','49.36.202.147','2022-06-13 06:27:22','2022-06-13 06:27:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',0,'211927',0,7,NULL,NULL,NULL,0,0,'',0,'0',NULL),(36,0,9,12691,388308,388309,'','2022-06-14','672C5F4D71C8489081855EDF41D5A40F','672C5F4D71C8489081855EDF41D5A40F','sg-8150','SpiceJet','1',0,'b7405-b038e-f486a-27e1d','0','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4200,'412-b7405-b038e-f486a-27e1d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',4000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b7405-b038e-f486a-27e1d\",\"apiTraceId\":\"412_5223\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-14\",\"LocalFromTime\":\"2022-06-14 14:50\",\"FromUTCTime\":\"2022-06-14 14:50\",\"LocalToTime\":\"2022-06-14 16:20:00\",\"ToUTCTime\":\"2022-06-14 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-b7405-b038e-f486a-27e1d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5223\",\"ApiResultIndex\":\"412_5223\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-14T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-14T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"14\\/06\\/2022\",\"FromDateSort\":1655145000,\"DepartureDateTxt\":\"Tue, 14 Jun\",\"ArrivalDateTxt\":\"Tue, 14 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b7405-b038e-f486a-27e1d\",\"apiTraceId\":\"412_5223\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-14\",\"LocalFromTime\":\"2022-06-14 14:50\",\"FromUTCTime\":\"2022-06-14 14:50\",\"LocalToTime\":\"2022-06-14 16:20:00\",\"ToUTCTime\":\"2022-06-14 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-b7405-b038e-f486a-27e1d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5223\",\"ApiResultIndex\":\"412_5223\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-14T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-14T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"14\\/06\\/2022\",\"FromDateSort\":1655145000,\"DepartureDateTxt\":\"Tue, 14 Jun\",\"ArrivalDateTxt\":\"Tue, 14 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\",\"bookingId\":\"672C5F4D71C8489081855EDF41D5A40F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"672C5F4D71C8489081855EDF41D5A40F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"388308\",\"TPSysId\":\"388309\",\"VersionId\":[\"75902\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"27322\",\"FareBreakdownid\":[\"355003\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D9213500FC01420F831D6B722681114C','','',NULL,'D9213500FC01420F831D6B722681114C','0',NULL,'2022-06-13 11:05:49','2022-06-13 11:05:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(37,0,8,12817,388407,388408,'','2022-06-30','F4368A228F1845A78B68BFD973758E7B','F4368A228F1845A78B68BFD973758E7B','sg-8150','SpiceJet','1',0,'69cef-b6eb7-35886-abd25','0','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4200,'412-69cef-b6eb7-35886-abd25',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',4000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"69cef-b6eb7-35886-abd25\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-69cef-b6eb7-35886-abd25\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"69cef-b6eb7-35886-abd25\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-69cef-b6eb7-35886-abd25\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F4368A228F1845A78B68BFD973758E7B\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F4368A228F1845A78B68BFD973758E7B\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"388407\",\"TPSysId\":\"388408\",\"VersionId\":[\"75939\"],\"CustomerSysId\":\"203332\",\"TrxId\":\"27336\",\"FareBreakdownid\":[\"355010\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'AC1C8A9C330C48A49684048BD8CBF28F','','',NULL,'AC1C8A9C330C48A49684048BD8CBF28F','0',NULL,'2022-06-13 12:23:14','2022-06-13 12:23:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Gaurav Gupta','Gaurav Gupta',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(38,0,9,12691,388579,388580,'testpnr','2022-06-30','5CEF61B928C3433CB7454AA7D7AE942E','5CEF61B928C3433CB7454AA7D7AE942E','sg-8150','SpiceJet','1',0,'3a159-3cc34-315b5-b42a4','0','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4200,'412-3a159-3cc34-315b5-b42a4',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',4000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3a159-3cc34-315b5-b42a4\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-3a159-3cc34-315b5-b42a4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3a159-3cc34-315b5-b42a4\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-3a159-3cc34-315b5-b42a4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"testpnr\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5CEF61B928C3433CB7454AA7D7AE942E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"testpnr\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"5CEF61B928C3433CB7454AA7D7AE942E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"388579\",\"TPSysId\":\"388580\",\"VersionId\":[\"75980\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"27342\",\"FareBreakdownid\":[\"355016\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'3B83F3130C044A02BB079E6096DF6F5C','','',NULL,'3B83F3130C044A02BB079E6096DF6F5C','0',NULL,'2022-06-13 14:55:52','2022-06-13 14:55:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(39,0,9,12691,389070,389071,'test11','2022-06-30','BA9D2C2389C24F01B8648EC0D5EB4627','BA9D2C2389C24F01B8648EC0D5EB4627','sg-8150','SpiceJet','1',0,'5836e-8675c-6acc4-f65a0','0','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4200,'412-5836e-8675c-6acc4-f65a0',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',4000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5836e-8675c-6acc4-f65a0\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-5836e-8675c-6acc4-f65a0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5836e-8675c-6acc4-f65a0\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-5836e-8675c-6acc4-f65a0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"test11\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"BA9D2C2389C24F01B8648EC0D5EB4627\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"test11\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"BA9D2C2389C24F01B8648EC0D5EB4627\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"389070\",\"TPSysId\":\"389071\",\"VersionId\":[\"76157\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"27392\",\"FareBreakdownid\":[\"355047\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'F3E1B33D0EF245D3BC5984A5ABC3ECAD','','',NULL,'F3E1B33D0EF245D3BC5984A5ABC3ECAD','0',NULL,'2022-06-14 10:33:53','2022-06-14 10:33:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','test test',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(41,0,9,12691,389081,389082,'attar11','2022-06-16','797F9AB1817041EEB4E1B69F52A68134','797F9AB1817041EEB4E1B69F52A68134','sg-8150','SpiceJet','1',0,'38ab4-d3ee2-57582-69de1','0','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',1,1,4200,'412-38ab4-d3ee2-57582-69de1',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',4000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"38ab4-d3ee2-57582-69de1\",\"apiTraceId\":\"412_5225\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-16\",\"LocalFromTime\":\"2022-06-16 14:50\",\"FromUTCTime\":\"2022-06-16 14:50\",\"LocalToTime\":\"2022-06-16 16:20:00\",\"ToUTCTime\":\"2022-06-16 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-38ab4-d3ee2-57582-69de1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5225\",\"ApiResultIndex\":\"412_5225\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"10\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-16T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-16T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"16\\/06\\/2022\",\"FromDateSort\":1655317800,\"DepartureDateTxt\":\"Thu, 16 Jun\",\"ArrivalDateTxt\":\"Thu, 16 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"01A\",\"bookingId\":\"D2117718EF1F484A9CF7EBD140C07585\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"38ab4-d3ee2-57582-69de1\",\"apiTraceId\":\"412_5225\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-16\",\"LocalFromTime\":\"2022-06-16 14:50\",\"FromUTCTime\":\"2022-06-16 14:50\",\"LocalToTime\":\"2022-06-16 16:20:00\",\"ToUTCTime\":\"2022-06-16 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-38ab4-d3ee2-57582-69de1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5225\",\"ApiResultIndex\":\"412_5225\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"10\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-16T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-16T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"16\\/06\\/2022\",\"FromDateSort\":1655317800,\"DepartureDateTxt\":\"Thu, 16 Jun\",\"ArrivalDateTxt\":\"Thu, 16 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"attar11\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"01A\",\"bookingId\":\"797F9AB1817041EEB4E1B69F52A68134\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"attar11\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"irfan\",\"lN\":\"attar\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"797F9AB1817041EEB4E1B69F52A68134\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"389081\",\"TPSysId\":\"389082\",\"VersionId\":[\"76162\"],\"CustomerSysId\":\"198145\",\"TrxId\":\"27395\",\"FareBreakdownid\":[\"355048\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'ABC413308D93472B86504E43835E4520','','',NULL,'ABC413308D93472B86504E43835E4520','0',NULL,'2022-06-14 10:40:31','2022-06-14 10:40:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN YOUSUF','irfan attar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(42,0,17,13061,0,0,NULL,'2022-06-28',NULL,NULL,'SG-8251','SpiceJet','1',0,'8c0b6-788bb-107a8-044e3','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,25500,'424-8c0b6-788bb-107a8-044e3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,20500,0,0,0,0,0,0,0,20400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8c0b6-788bb-107a8-044e3\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25500,\"PublishedFareTxt\":\"25,500\",\"ApiResultIndex\":\"424-8c0b6-788bb-107a8-044e3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25500,\"PublishedFare\":25500,\"PublishedFareAgent\":25500,\"OfferedFareAgent\":25500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-14 15:06:04','2022-06-14 15:06:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAHUL KUMAR','RITESH CHORARIA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(43,0,17,13061,0,0,NULL,'2022-06-28',NULL,NULL,'SG-8251','SpiceJet','1',0,'b8e4d-14006-8bab9-32ee6','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,25500,'424-b8e4d-14006-8bab9-32ee6',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,20500,0,0,0,0,0,0,0,20400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b8e4d-14006-8bab9-32ee6\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25500,\"PublishedFareTxt\":\"25,500\",\"ApiResultIndex\":\"424-b8e4d-14006-8bab9-32ee6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25500,\"PublishedFare\":25500,\"PublishedFareAgent\":25500,\"OfferedFareAgent\":25500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-14 15:07:23','2022-06-14 15:07:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAHUL KUMAR','RITESH CHORARIA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(44,0,17,13061,0,0,NULL,'2022-06-28',NULL,NULL,'SG-8251','SpiceJet','1',0,'ec90b-6a840-43b6f-75889','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,4500,'424-ec90b-6a840-43b6f-75889',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ec90b-6a840-43b6f-75889\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-ec90b-6a840-43b6f-75889\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-14 15:12:43','2022-06-14 15:12:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAHUL KUMAR','RITESH CHORARIA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(45,0,18,13062,0,0,NULL,'2022-06-20','DMC103335906989','TJ103335906989','G8-101','Go First','1',1,'1654d-b0d2e-e2d82-25742','240','05:35:00','07:50:00',0,'BC',135,'02h 15m',7701,14323,'DEL','CCU','Non-stop',1,1,5456.35,'1-6265327894_0DELCCUG8101_19132513216861',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4734,998.7,0,672,0,15,5456.35,0,0,50,9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103335906989\",\"bookingId_TJ\":\"TJ103335906989\",\"FlightNumber\":\"G8-101\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1654d-b0d2e-e2d82-25742\",\"apiTraceId\":\"1-6265327894_0DELCCUG8101_19132513216861\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2022-06-20T05:35\",\"LocalFromTime\":\"2022-06-20 05:35\",\"FromUTCTime\":\"2022-06-20T05:35\",\"LocalToTime\":\"2022-06-20 07:50\",\"ToUTCTime\":\"2022-06-20T07:50\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,456\",\"ApiResultIndex\":\"1-6265327894_0DELCCUG8101_19132513216861\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4734,\"Tax\":939.7,\"YQTax\":0,\"OtherCharges\":672,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5673.7,\"PublishedFare\":5456.35,\"PublishedFareAgent\":5456.35,\"OfferedFareAgent\":5456.35,\"OfferedFare\":5397.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-6265327894_0DELCCUG8101_12325252955413\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":276.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5456.35,\"CostToAgent\":5456.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":939.7,\"TotalBaseFare\":5673.7,\"BaseFareCal\":5406.35,\"BaseFare\":4734,\"CommissionEarned\":276.35,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":672,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":276.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5456.35,\"CostToAgent\":5456.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":276.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":5456.35,\"CostToCustomer\":5456.35,\"BaseFareCal\":5406.35,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":5406.35,\"intOfferedFare\":5397.35,\"intPublishFare\":5673.7,\"TripjackMarkup\":0,\"TripjackCommission\":276.35,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":276.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5456.35,\"CostToAgent\":5456.35,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"446\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-06-20T07:50\",\"SegFlightNumber\":\"G8-101\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-20T05:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"446\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"446\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate 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\":\"1-6265327894_0DELCCUG8101_19132513216861\",\"FareRuleData\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":5,\"ARF\":100,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":100,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-15 06:07:09','2022-06-15 06:07:09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN ATTAR','TEST TEST',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(46,0,18,13062,0,0,NULL,'2022-06-23','DMC101735908388','TJ101735908388','UK-741','Vistara','',1,'af7ee-06f23-76e36-a9f4c','539','08:20:00','12:50:00',0,'V',270,'05h 30m',7701,11240,'DEL','GAU','1 Stop(s)',1,1,6345.93,'21-10-15-2-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',6416,546.7,0,390,0,15,6345.93,0,0,50,9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101735908388\",\"bookingId_TJ\":\"TJ101735908388\",\"FlightNumber\":\"UK-741\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"af7ee-06f23-76e36-a9f4c\",\"apiTraceId\":\"21-10-15-2-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2022-06-23T08:20\",\"LocalFromTime\":\"2022-06-23 08:20\",\"FromUTCTime\":\"2022-06-23T08:20\",\"LocalToTime\":\"2022-06-23 12:50\",\"ToUTCTime\":\"2022-06-23T12:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Dibrugarh\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":270,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"05h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,346\",\"ApiResultIndex\":\"21-10-15-2-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6416,\"Tax\":487.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":6903.7,\"PublishedFare\":6345.93,\"PublishedFareAgent\":6345.93,\"OfferedFareAgent\":6345.93,\"OfferedFare\":6286.93,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6988396866_0DELDIBUK741DIBGAUUK741_175823733320974\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":616.77,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6345.93,\"CostToAgent\":6345.93,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":487.7,\"TotalBaseFare\":6903.7,\"BaseFareCal\":6295.93,\"BaseFare\":6416,\"CommissionEarned\":616.77,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":616.77,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6345.93,\"CostToAgent\":6345.93,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":616.77,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6345.93,\"CostToCustomer\":6345.93,\"BaseFareCal\":6295.93,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6295.93,\"intOfferedFare\":6286.93,\"intPublishFare\":6903.7,\"TripjackMarkup\":0,\"TripjackCommission\":616.77,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":616.77,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6345.93,\"CostToAgent\":6345.93,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"520\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Mohanbari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dibrugarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DIB\",\"destinationArrTime\":\"2022-06-23T11:05\",\"SegFlightNumber\":\"UK-741\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-23T08:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"11:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Dibrugarh\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"521\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-06-23T12:50\",\"SegFlightNumber\":\"UK-741\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2022-06-23T11:40\",\"TripIndicator\":2,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9,\"CRF\":50}}},\"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\":{\"CCFT\":9,\"ACF\":3675,\"ACFT\":183.75,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',4,NULL,NULL,NULL,3,0,'8694421FDC7C4260B986E6C239C7ECF5','N/A',NULL,NULL,NULL,'0',NULL,'2022-06-15 06:20:54','2022-06-15 06:20:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN ATTAR','Md Sabir',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(47,0,19,13091,389474,389475,'UDQ3WW','2022-07-11','1C5717FB2144420BBF40F4582707F6B3','1C5717FB2144420BBF40F4582707F6B3','SG-8709','SpiceJet','1',0,'ec84a-fb125-a1e5b-f379e','463','18:55:00','21:10:00',0,'',0,'2 hours, 15 minutes',7701,18676,'DEL','BOM','0 Stop(s)',2,1,8000,'426-ec84a-fb125-a1e5b-f379e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ec84a-fb125-a1e5b-f379e\",\"apiTraceId\":\"426_5868\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-11\",\"LocalFromTime\":\"2022-07-11 18:55\",\"FromUTCTime\":\"2022-07-11 18:55\",\"LocalToTime\":\"2022-07-11 21:10:00\",\"ToUTCTime\":\"2022-07-11 21:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 15 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"426-ec84a-fb125-a1e5b-f379e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"426_5868\",\"ApiResultIndex\":\"426_5868\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"02L\"},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2 hours 15 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-11T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-11T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"11\\/07\\/2022\",\"FromDateSort\":1657477800,\"DepartureDateTxt\":\"Mon, 11 Jul\",\"ArrivalDateTxt\":\"Mon, 11 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"UDQ3WW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"020\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ec84a-fb125-a1e5b-f379e\",\"apiTraceId\":\"426_5868\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-11\",\"LocalFromTime\":\"2022-07-11 18:55\",\"FromUTCTime\":\"2022-07-11 18:55\",\"LocalToTime\":\"2022-07-11 21:10:00\",\"ToUTCTime\":\"2022-07-11 21:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 15 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"426-ec84a-fb125-a1e5b-f379e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"426_5868\",\"ApiResultIndex\":\"426_5868\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"02L\"},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2 hours 15 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-11T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-11T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"11\\/07\\/2022\",\"FromDateSort\":1657477800,\"DepartureDateTxt\":\"Mon, 11 Jul\",\"ArrivalDateTxt\":\"Mon, 11 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"UDQ3WW\",\"OnwardGroupPNRDummy\":\"UDQ3WW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"020\",\"bookingId\":\"1C5717FB2144420BBF40F4582707F6B3\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"UDQ3WW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Dnyanesh\",\"lN\":\"Bangale\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}},{\"pnrDetails\":{\"DEL-BOM\":\"UDQ3WW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Smita\",\"lN\":\"Bangale\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"1C5717FB2144420BBF40F4582707F6B3\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"389474\",\"TPSysId\":\"389475\",\"VersionId\":[\"76301\"],\"CustomerSysId\":\"207657\",\"TrxId\":\"27428\",\"FareBreakdownid\":[\"355067\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'6A61349F92824901ABBB9499A695CE4D','','',NULL,'6A61349F92824901ABBB9499A695CE4D','0',NULL,'2022-06-15 06:54:11','2022-06-15 06:54:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Dinesh jaswani','Dnyanesh Bangale (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(48,0,20,13117,389800,389801,'B837GF','2022-06-16','934BE52F119C471999FC3489198FE018','934BE52F119C471999FC3489198FE018','SG-8373','SpiceJet','1',0,'88ebc-dd733-b97dd-20e27','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,4500,'425-88ebc-dd733-b97dd-20e27',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"88ebc-dd733-b97dd-20e27\",\"apiTraceId\":\"425_5797\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-16\",\"LocalFromTime\":\"2022-06-16 06:35\",\"FromUTCTime\":\"2022-06-16 06:35\",\"LocalToTime\":\"2022-06-16 08:35:00\",\"ToUTCTime\":\"2022-06-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-88ebc-dd733-b97dd-20e27\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5797\",\"ApiResultIndex\":\"425_5797\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"02L\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/06\\/2022\",\"FromDateSort\":1655317800,\"DepartureDateTxt\":\"Thu, 16 Jun\",\"ArrivalDateTxt\":\"Thu, 16 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"B837GF\",\"OnwardGroupPNRDummy\":\"B837GF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"020\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"88ebc-dd733-b97dd-20e27\",\"apiTraceId\":\"425_5797\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-16\",\"LocalFromTime\":\"2022-06-16 06:35\",\"FromUTCTime\":\"2022-06-16 06:35\",\"LocalToTime\":\"2022-06-16 08:35:00\",\"ToUTCTime\":\"2022-06-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-88ebc-dd733-b97dd-20e27\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5797\",\"ApiResultIndex\":\"425_5797\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"02L\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/06\\/2022\",\"FromDateSort\":1655317800,\"DepartureDateTxt\":\"Thu, 16 Jun\",\"ArrivalDateTxt\":\"Thu, 16 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"B837GF\",\"OnwardGroupPNRDummy\":\"B837GF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"020\",\"bookingId\":\"934BE52F119C471999FC3489198FE018\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"B837GF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"VISHAL PRASAD\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"934BE52F119C471999FC3489198FE018\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"389800\",\"TPSysId\":\"389801\",\"VersionId\":[\"76407\"],\"CustomerSysId\":\"207778\",\"TrxId\":\"27475\",\"FareBreakdownid\":[\"355095\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E156A23E335945C093FEEF73DB9C0ABB','1019792411',NULL,'90137F12F3E946F58FE4BADFA27AC114','E004293A03E24BED982BDC3B9DBCFDD2','0',NULL,'2022-06-15 11:40:44','2022-06-15 11:40:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shreyans Baid','VISHAL PRASAD GUPTA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(49,0,21,13069,0,0,NULL,'2022-06-26',NULL,NULL,'SG-8251','SpiceJet','1',0,'5af84-1485f-910df-42000','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,5000,'424-5af84-1485f-910df-42000',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5af84-1485f-910df-42000\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-5af84-1485f-910df-42000\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"10\",\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00G\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-15 12:55:22','2022-06-15 12:55:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD NASIM','md kalam',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(50,0,22,13129,390164,390165,'N5JDRB','2022-07-01','CBA7B617C7E64DB69D19A0A003A63347','CBA7B617C7E64DB69D19A0A003A63347','SG-8963','SpiceJet','1',0,'87090-5e33b-bc6bd-ea362','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4700,'438-87090-5e33b-bc6bd-ea362',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,200,0,0,0,0,0,0,0,100,0,0,0,1694.92,305.085,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"87090-5e33b-bc6bd-ea362\",\"apiTraceId\":\"438_6293\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 09:25\",\"FromUTCTime\":\"2022-07-01 09:25\",\"LocalToTime\":\"2022-07-01 10:55:00\",\"ToUTCTime\":\"2022-07-01 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"438-87090-5e33b-bc6bd-ea362\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6293\",\"ApiResultIndex\":\"438_6293\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06L\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"07H\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"N5JDRB\",\"OnwardGroupPNRDummy\":\"N5JDRB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"060\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"87090-5e33b-bc6bd-ea362\",\"apiTraceId\":\"438_6293\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 09:25\",\"FromUTCTime\":\"2022-07-01 09:25\",\"LocalToTime\":\"2022-07-01 10:55:00\",\"ToUTCTime\":\"2022-07-01 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"438-87090-5e33b-bc6bd-ea362\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6293\",\"ApiResultIndex\":\"438_6293\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06L\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"07H\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"N5JDRB\",\"OnwardGroupPNRDummy\":\"N5JDRB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"060\",\"bookingId\":\"CBA7B617C7E64DB69D19A0A003A63347\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"N5JDRB\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"asif\",\"lN\":\"iqbal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CBA7B617C7E64DB69D19A0A003A63347\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"390164\",\"TPSysId\":\"390165\",\"VersionId\":[\"76524\"],\"CustomerSysId\":\"207869\",\"TrxId\":\"27518\",\"FareBreakdownid\":[\"355131\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'30EBFA1A4EA5462BAA3A0B081B759ECD','','',NULL,'30EBFA1A4EA5462BAA3A0B081B759ECD','0',NULL,'2022-06-16 07:17:45','2022-06-16 07:17:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mudasir Mir','asif iqbal',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(51,0,23,13063,390344,390345,'Z91L6F','2022-06-23','37D9247E5618433B88A16B7B855C303E','37D9247E5618433B88A16B7B855C303E','SG-8373','SpiceJet','1',0,'ace0a-5a192-dbbc5-76112','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-ace0a-5a192-dbbc5-76112',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ace0a-5a192-dbbc5-76112\",\"apiTraceId\":\"425_5804\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 06:35\",\"FromUTCTime\":\"2022-06-23 06:35\",\"LocalToTime\":\"2022-06-23 08:35:00\",\"ToUTCTime\":\"2022-06-23 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-ace0a-5a192-dbbc5-76112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5804\",\"ApiResultIndex\":\"425_5804\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z91L6F\",\"OnwardGroupPNRDummy\":\"Z91L6F\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ace0a-5a192-dbbc5-76112\",\"apiTraceId\":\"425_5804\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 06:35\",\"FromUTCTime\":\"2022-06-23 06:35\",\"LocalToTime\":\"2022-06-23 08:35:00\",\"ToUTCTime\":\"2022-06-23 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-ace0a-5a192-dbbc5-76112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5804\",\"ApiResultIndex\":\"425_5804\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z91L6F\",\"OnwardGroupPNRDummy\":\"Z91L6F\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"37D9247E5618433B88A16B7B855C303E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"Z91L6F\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUNNA\",\"lN\":\"JAMADAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"37D9247E5618433B88A16B7B855C303E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"390344\",\"TPSysId\":\"390345\",\"VersionId\":[\"76592\"],\"CustomerSysId\":\"207542\",\"TrxId\":\"27551\",\"FareBreakdownid\":[\"355153\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'3A3A0112826B4F8BB1414FA588EECD53','1021669393',NULL,'9AF8760CD1EF4914960FF6C9145E2A11','2E5D071E42D945DE9CE83E9412204421','0',NULL,'2022-06-16 10:02:43','2022-06-16 10:02:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','MUNNA JAMADAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(52,0,24,13169,390403,390404,'FYC19M','2022-06-17','A5757B1FE54F42A298845D26C0372E54','A5757B1FE54F42A298845D26C0372E54','SG-8702','SpiceJet','1',0,'f8246-cff5a-96e89-65f0f','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',18676,7701,'BOM','DEL','0 Stop(s)',2,1,6400,'430-f8246-cff5a-96e89-65f0f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5400,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f8246-cff5a-96e89-65f0f\",\"apiTraceId\":\"430_6032\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-17\",\"LocalFromTime\":\"2022-06-17 16:00\",\"FromUTCTime\":\"2022-06-17 16:00\",\"LocalToTime\":\"2022-06-17 18:20:00\",\"ToUTCTime\":\"2022-06-17 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6400,\"PublishedFareTxt\":\"6,400\",\"ApiResultIndex\":\"430-f8246-cff5a-96e89-65f0f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5400,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6400,\"PublishedFare\":6400,\"PublishedFareAgent\":6400,\"OfferedFareAgent\":6400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6032\",\"ApiResultIndex\":\"430_6032\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5400,\"BaseFare\":5400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-17T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-17T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"17\\/06\\/2022\",\"FromDateSort\":1655404200,\"DepartureDateTxt\":\"Fri, 17 Jun\",\"ArrivalDateTxt\":\"Fri, 17 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"FYC19M\",\"OnwardGroupPNRDummy\":\"FYC19M\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f8246-cff5a-96e89-65f0f\",\"apiTraceId\":\"430_6032\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-17\",\"LocalFromTime\":\"2022-06-17 16:00\",\"FromUTCTime\":\"2022-06-17 16:00\",\"LocalToTime\":\"2022-06-17 18:20:00\",\"ToUTCTime\":\"2022-06-17 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6400,\"PublishedFareTxt\":\"6,400\",\"ApiResultIndex\":\"430-f8246-cff5a-96e89-65f0f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5400,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6400,\"PublishedFare\":6400,\"PublishedFareAgent\":6400,\"OfferedFareAgent\":6400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6032\",\"ApiResultIndex\":\"430_6032\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5400,\"BaseFare\":5400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-17T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-17T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"17\\/06\\/2022\",\"FromDateSort\":1655404200,\"DepartureDateTxt\":\"Fri, 17 Jun\",\"ArrivalDateTxt\":\"Fri, 17 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"FYC19M\",\"OnwardGroupPNRDummy\":\"FYC19M\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A5757B1FE54F42A298845D26C0372E54\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"FYC19M\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"NISHTHA\",\"lN\":\"MIRCHANDANI\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"BOM-DEL\":\"FYC19M\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"REHANSH\",\"lN\":\"MIRCHANDANI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A5757B1FE54F42A298845D26C0372E54\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"390403\",\"TPSysId\":\"390404\",\"VersionId\":[\"76625\"],\"CustomerSysId\":\"207978\",\"TrxId\":\"27559\",\"FareBreakdownid\":[\"355161\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8BC36FDAA08344D39540FD06BA52F6E0','1021726595',NULL,'879DEC0F42E1402FAD76B153C639B821','3C95C68A27834452B01C3DA264A89EFC','0',NULL,'2022-06-16 10:34:06','2022-06-16 10:34:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ISMAIL HALAI','NISHTHA MIRCHANDANI (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(53,0,25,13073,0,0,NULL,'2022-06-21','DMC109636009083','TJ109636009083','UK-738','Vistara','',1,'f8663-144b9-45ff4-4f920','539','18:45:00','21:10:00',0,'V',145,'02h 25m',14323,7701,'CCU','DEL','Non-stop',1,1,6373.77,'21-10-15-2-4103136974_1CCUDELUK738_42091463610443',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',5378,1423.7,0,942,0,15,6373.77,0,0,50,9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC109636009083\",\"bookingId_TJ\":\"TJ109636009083\",\"FlightNumber\":\"UK-738\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f8663-144b9-45ff4-4f920\",\"apiTraceId\":\"21-10-15-2-4103136974_1CCUDELUK738_42091463610443\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-21T18:45\",\"LocalFromTime\":\"2022-06-21 18:45\",\"FromUTCTime\":\"2022-06-21T18:45\",\"LocalToTime\":\"2022-06-21 21:10\",\"ToUTCTime\":\"2022-06-21T21:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,374\",\"ApiResultIndex\":\"21-10-15-2-4103136974_1CCUDELUK738_42091463610443\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5378,\"Tax\":1364.7,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":275,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6742.7,\"PublishedFare\":6373.77,\"PublishedFareAgent\":6373.77,\"OfferedFareAgent\":6373.77,\"OfferedFare\":6314.77,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4103136974_0CCUDELUK738_32084331554423\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.93,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6373.77,\"CostToAgent\":6373.77,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1364.7,\"TotalBaseFare\":6742.7,\"BaseFareCal\":6323.77,\"BaseFare\":5378,\"CommissionEarned\":427.93,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":275,\"MFT\":2.7,\"OT\":942,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.93,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6373.77,\"CostToAgent\":6373.77,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":427.93,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6373.77,\"CostToCustomer\":6373.77,\"BaseFareCal\":6323.77,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6323.77,\"intOfferedFare\":6314.77,\"intPublishFare\":6742.7,\"TripjackMarkup\":0,\"TripjackCommission\":427.93,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":427.93,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6373.77,\"CostToAgent\":6373.77,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"708\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-21T21:10\",\"SegFlightNumber\":\"UK-738\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-06-21T18:45\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4103136974_1CCUDELUK738_42091463610443\",\"FareRuleData\":{\"fareRule\":{\"CCU-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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,\"ARFT\":157.5,\"ARF\":3150,\"CRFT\":9}}},\"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,\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-16 13:12:34','2022-06-16 13:12:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','Ajahar Mollick',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(54,0,26,13151,0,0,NULL,'2022-06-22',NULL,NULL,'SG-8251','SpiceJet','1',0,'87956-3d7cf-99256-8ff99','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,5000,'424-87956-3d7cf-99256-8ff99',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"87956-3d7cf-99256-8ff99\",\"apiTraceId\":\"424_5757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 18:35\",\"FromUTCTime\":\"2022-06-22 18:35\",\"LocalToTime\":\"2022-06-22 20:35:00\",\"ToUTCTime\":\"2022-06-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-87956-3d7cf-99256-8ff99\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5757\",\"ApiResultIndex\":\"424_5757\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"XEV6ST\",\"OnwardGroupPNRDummy\":\"XEV6ST\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-16 14:55:14','2022-06-16 14:55:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SUBRATA KARMAKAR','Ghhhv Ffjkk',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(55,0,27,13171,0,0,NULL,'2022-06-19','DMC108936029207','TJ108936029207','G8-358','Go First','1',0,'79080-8debc-11416-0c0b1','240','08:55:00','10:55:00',0,'G',120,'02h 00m',25897,7701,'SXR','DEL','Non-stop',1,1,6432.9,'11-3363200047_1SXRDELG8358_29316270121549',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',5950,482.9,0,300,0,15,6432.9,0,0,140,25.2,0,0,169.492,30.5085,0,0,0,'{\"bookingId\":\"DMC108936029207\",\"bookingId_TJ\":\"TJ108936029207\",\"FlightNumber\":\"G8-358\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"79080-8debc-11416-0c0b1\",\"apiTraceId\":\"11-3363200047_1SXRDELG8358_29316270121549\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:55\",\"TravelDate\":\"2022-06-19T08:55\",\"LocalFromTime\":\"2022-06-19 08:55\",\"FromUTCTime\":\"2022-06-19T08:55\",\"LocalToTime\":\"2022-06-19 10:55\",\"ToUTCTime\":\"2022-06-19T10:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,433\",\"ApiResultIndex\":\"11-3363200047_1SXRDELG8358_29316270121549\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5950,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6267.7,\"PublishedFare\":6432.9,\"PublishedFareAgent\":6432.9,\"OfferedFareAgent\":6432.9,\"OfferedFare\":6267.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3363200047_0SXRDELG8358_47689577258133\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":7,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6432.9,\"CostToAgent\":6432.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6267.7,\"BaseFareCal\":6292.9,\"BaseFare\":5950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6432.9,\"CostToAgent\":6432.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":6432.9,\"CostToCustomer\":6432.9,\"BaseFareCal\":6292.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":6292.9,\"intOfferedFare\":6267.7,\"intPublishFare\":6267.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6432.9,\"CostToAgent\":6432.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"Segments\":[{\"segmentid\":\"298\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-19T10:55\",\"SegFlightNumber\":\"G8-358\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-19T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:55\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3363200047_1SXRDELG8358_29316270121549\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-16 18:33:14','2022-06-16 18:33:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil khan',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(56,0,28,13186,390655,390656,'SGZHPA','2022-06-19','FC9ADB4307194C27A9E7D5435C9FE956','FC9ADB4307194C27A9E7D5435C9FE956','SG-8963','SpiceJet','1',0,'918fb-2886e-06de9-6fff8','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4500,'438-918fb-2886e-06de9-6fff8',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"918fb-2886e-06de9-6fff8\",\"apiTraceId\":\"438_6281\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-19\",\"LocalFromTime\":\"2022-06-19 09:25\",\"FromUTCTime\":\"2022-06-19 09:25\",\"LocalToTime\":\"2022-06-19 10:55:00\",\"ToUTCTime\":\"2022-06-19 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"438-918fb-2886e-06de9-6fff8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6281\",\"ApiResultIndex\":\"438_6281\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-19T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-19T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/06\\/2022\",\"FromDateSort\":1655577000,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGZHPA\",\"OnwardGroupPNRDummy\":\"SGZHPA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"918fb-2886e-06de9-6fff8\",\"apiTraceId\":\"438_6281\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-19\",\"LocalFromTime\":\"2022-06-19 09:25\",\"FromUTCTime\":\"2022-06-19 09:25\",\"LocalToTime\":\"2022-06-19 10:55:00\",\"ToUTCTime\":\"2022-06-19 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"438-918fb-2886e-06de9-6fff8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6281\",\"ApiResultIndex\":\"438_6281\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-19T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-19T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/06\\/2022\",\"FromDateSort\":1655577000,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGZHPA\",\"OnwardGroupPNRDummy\":\"SGZHPA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FC9ADB4307194C27A9E7D5435C9FE956\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"SGZHPA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Vijaypal \",\"lN\":\"SINGH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FC9ADB4307194C27A9E7D5435C9FE956\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"390655\",\"TPSysId\":\"390656\",\"VersionId\":[\"76699\"],\"CustomerSysId\":\"208100\",\"TrxId\":\"27582\",\"FareBreakdownid\":[\"355180\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'03B43A8DC11E4697A8730A13443CDD17','','',NULL,'03B43A8DC11E4697A8730A13443CDD17','0',NULL,'2022-06-17 03:35:00','2022-06-17 03:35:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ehsan ul Haq','Vijaypal  SINGH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(57,0,25,13073,390736,390737,'MHT9NH','2022-06-21','E3CCA3A196574E31B4F2FB97807F3E0D','E3CCA3A196574E31B4F2FB97807F3E0D','SG-8373','SpiceJet','1',0,'141b3-b37c3-f2732-cc2d8','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,4500,'425-141b3-b37c3-f2732-cc2d8',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"141b3-b37c3-f2732-cc2d8\",\"apiTraceId\":\"425_5802\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 06:35\",\"FromUTCTime\":\"2022-06-21 06:35\",\"LocalToTime\":\"2022-06-21 08:35:00\",\"ToUTCTime\":\"2022-06-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-141b3-b37c3-f2732-cc2d8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5802\",\"ApiResultIndex\":\"425_5802\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MHT9NH\",\"OnwardGroupPNRDummy\":\"MHT9NH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"141b3-b37c3-f2732-cc2d8\",\"apiTraceId\":\"425_5802\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 06:35\",\"FromUTCTime\":\"2022-06-21 06:35\",\"LocalToTime\":\"2022-06-21 08:35:00\",\"ToUTCTime\":\"2022-06-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-141b3-b37c3-f2732-cc2d8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5802\",\"ApiResultIndex\":\"425_5802\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MHT9NH\",\"OnwardGroupPNRDummy\":\"MHT9NH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E3CCA3A196574E31B4F2FB97807F3E0D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"MHT9NH\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rejman\",\"lN\":\"sekh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E3CCA3A196574E31B4F2FB97807F3E0D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"390736\",\"TPSysId\":\"390737\",\"VersionId\":[\"76730\"],\"CustomerSysId\":\"207606\",\"TrxId\":\"27599\",\"FareBreakdownid\":[\"355195\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1C3CD18C7C8843C3BF169D9916837E83','1023390780',NULL,'01E3B050C2F5419D9F38A289B68B9C83','9C8F35E508CA43D99E838C4F629D6A76','0',NULL,'2022-06-17 06:40:16','2022-06-17 06:40:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','rejman sekh',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(58,0,29,13186,390777,390778,'SGZHPA','2022-06-19','18F17305F6A84A24BB65212FCBAA3BE9','18F17305F6A84A24BB65212FCBAA3BE9','SG-8963','SpiceJet','1',0,'1ff57-3e8e2-95a05-9e34f','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4500,'438-1ff57-3e8e2-95a05-9e34f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1ff57-3e8e2-95a05-9e34f\",\"apiTraceId\":\"438_6281\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-19\",\"LocalFromTime\":\"2022-06-19 09:25\",\"FromUTCTime\":\"2022-06-19 09:25\",\"LocalToTime\":\"2022-06-19 10:55:00\",\"ToUTCTime\":\"2022-06-19 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"438-1ff57-3e8e2-95a05-9e34f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6281\",\"ApiResultIndex\":\"438_6281\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"036\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-19T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-19T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/06\\/2022\",\"FromDateSort\":1655577000,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGZHPA\",\"OnwardGroupPNRDummy\":\"SGZHPA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1ff57-3e8e2-95a05-9e34f\",\"apiTraceId\":\"438_6281\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-19\",\"LocalFromTime\":\"2022-06-19 09:25\",\"FromUTCTime\":\"2022-06-19 09:25\",\"LocalToTime\":\"2022-06-19 10:55:00\",\"ToUTCTime\":\"2022-06-19 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"438-1ff57-3e8e2-95a05-9e34f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6281\",\"ApiResultIndex\":\"438_6281\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"036\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-19T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-19T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/06\\/2022\",\"FromDateSort\":1655577000,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGZHPA\",\"OnwardGroupPNRDummy\":\"SGZHPA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"18F17305F6A84A24BB65212FCBAA3BE9\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"SGZHPA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KSHATRESH\",\"lN\":\"KAUR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"18F17305F6A84A24BB65212FCBAA3BE9\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"390777\",\"TPSysId\":\"390778\",\"VersionId\":[\"76752\"],\"CustomerSysId\":\"208216\",\"TrxId\":\"27611\",\"FareBreakdownid\":[\"355201\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'EEE9FF3379284F3CAE7ECD8198C9C106','','',NULL,'EEE9FF3379284F3CAE7ECD8198C9C106','0',NULL,'2022-06-17 07:10:44','2022-06-17 07:10:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ehsan ul Haq','KSHATRESH KAUR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(59,0,30,13193,0,0,NULL,'2022-06-18',NULL,NULL,'SG- 8961','SpiceJet','1',0,'7fed1-33c2a-b371f-f5c7b','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'433-7fed1-33c2a-b371f-f5c7b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7fed1-33c2a-b371f-f5c7b\",\"apiTraceId\":\"433_6335\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-18\",\"LocalFromTime\":\"2022-06-18 11:35\",\"FromUTCTime\":\"2022-06-18 11:35\",\"LocalToTime\":\"2022-06-18 13:20:00\",\"ToUTCTime\":\"2022-06-18 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"433-7fed1-33c2a-b371f-f5c7b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6335\",\"ApiResultIndex\":\"433_6335\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-18T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-18T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/06\\/2022\",\"FromDateSort\":1655490600,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF1MWQ\",\"OnwardGroupPNRDummy\":\"HF1MWQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-17 10:07:24','2022-06-17 10:07:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shakir Hussain Bhat','Zahid Abbas  Shah',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(60,0,30,13193,0,0,NULL,'2022-06-18',NULL,NULL,'SG- 8961','SpiceJet','1',0,'10936-06260-8aa7b-3a609','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'433-10936-06260-8aa7b-3a609',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"10936-06260-8aa7b-3a609\",\"apiTraceId\":\"433_6335\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-18\",\"LocalFromTime\":\"2022-06-18 11:35\",\"FromUTCTime\":\"2022-06-18 11:35\",\"LocalToTime\":\"2022-06-18 13:20:00\",\"ToUTCTime\":\"2022-06-18 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"433-10936-06260-8aa7b-3a609\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6335\",\"ApiResultIndex\":\"433_6335\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0O8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-18T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-18T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/06\\/2022\",\"FromDateSort\":1655490600,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF1MWQ\",\"OnwardGroupPNRDummy\":\"HF1MWQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0NN\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-17 10:43:41','2022-06-17 10:43:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shakir Hussain Bhat','Zahid Abbas  Shah',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(61,0,31,13211,391078,391079,'AGC3QK','2022-06-27','DAF4AAE0E9594D52A7FBBE42ADC2C51F','DAF4AAE0E9594D52A7FBBE42ADC2C51F','SG-8150','SpiceJet','1',0,'be125-4115e-e316b-f6c68','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,3500,'437-be125-4115e-e316b-f6c68',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"be125-4115e-e316b-f6c68\",\"apiTraceId\":\"437_6425\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 14:50\",\"FromUTCTime\":\"2022-06-27 14:50\",\"LocalToTime\":\"2022-06-27 16:20:00\",\"ToUTCTime\":\"2022-06-27 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3500,\"PublishedFareTxt\":\"3,500\",\"ApiResultIndex\":\"437-be125-4115e-e316b-f6c68\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3500,\"PublishedFare\":3500,\"PublishedFareAgent\":3500,\"OfferedFareAgent\":3500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6425\",\"ApiResultIndex\":\"437_6425\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"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\":3500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":3500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"AGC3QK\",\"OnwardGroupPNRDummy\":\"AGC3QK\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"be125-4115e-e316b-f6c68\",\"apiTraceId\":\"437_6425\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 14:50\",\"FromUTCTime\":\"2022-06-27 14:50\",\"LocalToTime\":\"2022-06-27 16:20:00\",\"ToUTCTime\":\"2022-06-27 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3500,\"PublishedFareTxt\":\"3,500\",\"ApiResultIndex\":\"437-be125-4115e-e316b-f6c68\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3500,\"PublishedFare\":3500,\"PublishedFareAgent\":3500,\"OfferedFareAgent\":3500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6425\",\"ApiResultIndex\":\"437_6425\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"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\":3500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":3500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"AGC3QK\",\"OnwardGroupPNRDummy\":\"AGC3QK\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"DAF4AAE0E9594D52A7FBBE42ADC2C51F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"AGC3QK\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SANDEEP \",\"lN\":\"KHURANA \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DAF4AAE0E9594D52A7FBBE42ADC2C51F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391078\",\"TPSysId\":\"391079\",\"VersionId\":[\"76852\"],\"CustomerSysId\":\"208296\",\"TrxId\":\"27637\",\"FareBreakdownid\":[\"355219\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'664F8DF7180940D2A5CC93E3EF0FE277','','',NULL,'664F8DF7180940D2A5CC93E3EF0FE277','0',NULL,'2022-06-17 11:42:49','2022-06-17 11:42:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TARUN BUDHIRAJA','SANDEEP  KHURANA ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(62,0,32,13238,391096,391097,'WFBJSD','2022-07-02','08175AD74A854EB8A321B660631C8192','08175AD74A854EB8A321B660631C8192','SG- 475','SpiceJet','1',0,'fcce6-9eb89-69eae-55787','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-fcce6-9eb89-69eae-55787',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,805.085,144.915,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fcce6-9eb89-69eae-55787\",\"apiTraceId\":\"432_6134\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 08:45\",\"FromUTCTime\":\"2022-07-02 08:45\",\"LocalToTime\":\"2022-07-02 10:15:00\",\"ToUTCTime\":\"2022-07-02 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-fcce6-9eb89-69eae-55787\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6134\",\"ApiResultIndex\":\"432_6134\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"WFBJSD\",\"OnwardGroupPNRDummy\":\"WFBJSD\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fcce6-9eb89-69eae-55787\",\"apiTraceId\":\"432_6134\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 08:45\",\"FromUTCTime\":\"2022-07-02 08:45\",\"LocalToTime\":\"2022-07-02 10:15:00\",\"ToUTCTime\":\"2022-07-02 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-fcce6-9eb89-69eae-55787\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6134\",\"ApiResultIndex\":\"432_6134\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"WFBJSD\",\"OnwardGroupPNRDummy\":\"WFBJSD\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"08175AD74A854EB8A321B660631C8192\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WFBJSD\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHD\",\"lN\":\"RAFIQUE\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"08175AD74A854EB8A321B660631C8192\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391096\",\"TPSysId\":\"391097\",\"VersionId\":[\"76858\"],\"CustomerSysId\":\"208381\",\"TrxId\":\"27638\",\"FareBreakdownid\":[\"355220\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'ACAEE0D86DF54C0BA34DF0941DE8CEBF','1024031708',NULL,'17FA3713A93141F995CF40D764D5CBC2','E5F10C27694B438A9D1DD57C31011570','0',NULL,'2022-06-17 12:00:28','2022-06-17 12:00:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'WAHID AHMAD','MOHD RAFIQUE',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(63,0,33,13128,391152,391153,'K7IYYY','2022-06-27','3440AA477B484D72A4EBADE0A8A39FB9','3440AA477B484D72A4EBADE0A8A39FB9','SG- 475','SpiceJet','1',0,'9b58f-51b06-95b9f-2e8f8','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',3,1,12300,'432-9b58f-51b06-95b9f-2e8f8',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',10800,1500,0,0,0,0,0,0,0,1200,0,0,0,3559.32,640.678,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":12300,\"PublishedFareTxt\":\"12,300\",\"ApiResultIndex\":\"432-9b58f-51b06-95b9f-2e8f8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10800,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12300,\"PublishedFare\":12300,\"PublishedFareAgent\":12300,\"OfferedFareAgent\":12300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":12300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":10800,\"BaseFare\":10800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":12300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"072\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06G\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":12300,\"PublishedFareTxt\":\"12,300\",\"ApiResultIndex\":\"432-9b58f-51b06-95b9f-2e8f8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10800,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12300,\"PublishedFare\":12300,\"PublishedFareAgent\":12300,\"OfferedFareAgent\":12300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":12300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":10800,\"BaseFare\":10800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":12300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"072\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06G\",\"bookingId\":\"3440AA477B484D72A4EBADE0A8A39FB9\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MANZOOR AHMAD\",\"lN\":\"ITOO\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"ROZEY\",\"lN\":\"JAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUZAFFAR HUSSAIN\",\"lN\":\"RATHER\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"3440AA477B484D72A4EBADE0A8A39FB9\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391152\",\"TPSysId\":\"391153\",\"VersionId\":[\"76878\"],\"CustomerSysId\":\"207868\",\"TrxId\":\"27642\",\"FareBreakdownid\":[\"355224\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'21E343C7C8BE4DDA8E37F6E767F5AACE','','',NULL,'21E343C7C8BE4DDA8E37F6E767F5AACE','0',NULL,'2022-06-17 13:16:51','2022-06-17 13:16:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRSHAD BHAT','MANZOOR AHMAD ITOO (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(64,0,35,13221,391191,391192,'AI2QJE','2022-06-21','22C55F8944B44A1899E54D2B9FF227E8','22C55F8944B44A1899E54D2B9FF227E8','SG- 475','SpiceJet','1',0,'e6ba9-c3c27-208af-35c36','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'432-e6ba9-c3c27-208af-35c36',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e6ba9-c3c27-208af-35c36\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-e6ba9-c3c27-208af-35c36\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e6ba9-c3c27-208af-35c36\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-e6ba9-c3c27-208af-35c36\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"22C55F8944B44A1899E54D2B9FF227E8\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"AI2QJE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAZ AHMAD\",\"lN\":\"MIR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"22C55F8944B44A1899E54D2B9FF227E8\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391191\",\"TPSysId\":\"391192\",\"VersionId\":[\"76889\"],\"CustomerSysId\":\"208336\",\"TrxId\":\"27647\",\"FareBreakdownid\":[\"355226\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A60AA6939F924521A8167A9FA020E861','','',NULL,'A60AA6939F924521A8167A9FA020E861','0',NULL,'2022-06-17 15:42:36','2022-06-17 15:42:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL HUSSAIN','RIYAZ AHMAD MIR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(65,0,36,13142,0,0,NULL,'2022-06-20','DMC100536099098','TJ100536099098','G8-189','Go First','1',0,'b44d9-66be3-50685-6352f','240','17:45:00','19:25:00',0,'G',100,'02h 40m',25897,7701,'SXR','DEL','Non-stop',1,1,4532.9,'11-7286483963_0SXRDELG8189_35739527834800',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4050,482.9,0,300,0,15,4532.9,0,0,140,25.2,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100536099098\",\"bookingId_TJ\":\"TJ100536099098\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b44d9-66be3-50685-6352f\",\"apiTraceId\":\"11-7286483963_0SXRDELG8189_35739527834800\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-20T17:45\",\"LocalFromTime\":\"2022-06-20 17:45\",\"FromUTCTime\":\"2022-06-20T17:45\",\"LocalToTime\":\"2022-06-20 19:25\",\"ToUTCTime\":\"2022-06-20T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,533\",\"ApiResultIndex\":\"11-7286483963_0SXRDELG8189_35739527834800\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4050,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4367.7,\"PublishedFare\":4532.9,\"PublishedFareAgent\":4532.9,\"OfferedFareAgent\":4532.9,\"OfferedFare\":4367.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7286483963_0SXRDELG8189_54184515437009\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4367.7,\"BaseFareCal\":4392.9,\"BaseFare\":4050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4532.9,\"CostToCustomer\":4532.9,\"BaseFareCal\":4392.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4392.9,\"intOfferedFare\":4367.7,\"intPublishFare\":4367.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"329\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-7286483963_0SXRDELG8189_35739527834800\",\"FareRuleData\":{\"fareRule\":{\"SXR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'DF16F9BE2F444978B2AF26DC3B77735C','','',NULL,'AF40C18EE8E741F481979729771DFA05','0',NULL,'2022-06-17 16:33:38','2022-06-17 16:33:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','SHUGUFTA ASHRAF',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(66,0,25,13073,391196,391197,'LCVTRW','2022-06-22','BA7DFBB89EAE4413B352FBCD6E1FECE0','BA7DFBB89EAE4413B352FBCD6E1FECE0','SG-8373','SpiceJet','1',0,'4086d-23b84-73e10-88386','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',4,1,17600,'425-4086d-23b84-73e10-88386',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',16000,1600,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4086d-23b84-73e10-88386\",\"apiTraceId\":\"425_5803\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 06:35\",\"FromUTCTime\":\"2022-06-22 06:35\",\"LocalToTime\":\"2022-06-22 08:35:00\",\"ToUTCTime\":\"2022-06-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":17600,\"PublishedFareTxt\":\"17,600\",\"ApiResultIndex\":\"425-4086d-23b84-73e10-88386\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17600,\"PublishedFare\":17600,\"PublishedFareAgent\":17600,\"OfferedFareAgent\":17600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5803\",\"ApiResultIndex\":\"425_5803\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":17600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16000,\"BaseFare\":16000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":17600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CS\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"LCVTRW\",\"OnwardGroupPNRDummy\":\"LCVTRW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0C6\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4086d-23b84-73e10-88386\",\"apiTraceId\":\"425_5803\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 06:35\",\"FromUTCTime\":\"2022-06-22 06:35\",\"LocalToTime\":\"2022-06-22 08:35:00\",\"ToUTCTime\":\"2022-06-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":17600,\"PublishedFareTxt\":\"17,600\",\"ApiResultIndex\":\"425-4086d-23b84-73e10-88386\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17600,\"PublishedFare\":17600,\"PublishedFareAgent\":17600,\"OfferedFareAgent\":17600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5803\",\"ApiResultIndex\":\"425_5803\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":17600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16000,\"BaseFare\":16000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":17600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CS\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"LCVTRW\",\"OnwardGroupPNRDummy\":\"LCVTRW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0C6\",\"bookingId\":\"BA7DFBB89EAE4413B352FBCD6E1FECE0\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Salim\",\"lN\":\"Mohammad\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Lal Chand\",\"lN\":\"Sekh\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Rakib\",\"lN\":\"Mallick\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sujan\",\"lN\":\"Sk\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"BA7DFBB89EAE4413B352FBCD6E1FECE0\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391196\",\"TPSysId\":\"391197\",\"VersionId\":[\"76893\"],\"CustomerSysId\":\"207606\",\"TrxId\":\"27649\",\"FareBreakdownid\":[\"355228\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A14C38C79A724EB7B876D0C1B5932E2E','1024640732',NULL,'DD27E23FDB234676A823DBE161A68727','723BC860710B45A893F672EB3B963A18','0',NULL,'2022-06-17 16:37:26','2022-06-17 16:37:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','Salim Mohammad (+3)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(67,0,36,13142,391199,391200,'NYMTHT','2022-06-20','DMC104436100027','TJ104436100027','G8-189','Go First','1',0,'cc954-98213-f28fd-570e4','240','17:45:00','19:25:00',0,'G',100,'02h 40m',25897,7701,'SXR','DEL','Non-stop',1,1,4532.9,'11-9487272319_0SXRDELG8189_109778605377389',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4050,482.9,0,300,0,15,4532.9,0,0,140,25.2,0,0,847.458,152.542,0,0,0,'{\"bookingId\":\"DMC104436100027\",\"bookingId_TJ\":\"TJ104436100027\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"cc954-98213-f28fd-570e4\",\"apiTraceId\":\"11-9487272319_0SXRDELG8189_109778605377389\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-20T17:45\",\"LocalFromTime\":\"2022-06-20 17:45\",\"FromUTCTime\":\"2022-06-20T17:45\",\"LocalToTime\":\"2022-06-20 19:25\",\"ToUTCTime\":\"2022-06-20T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,533\",\"ApiResultIndex\":\"11-9487272319_0SXRDELG8189_109778605377389\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4050,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4367.7,\"PublishedFare\":4532.9,\"PublishedFareAgent\":4532.9,\"OfferedFareAgent\":4532.9,\"OfferedFare\":4367.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9487272319_0SXRDELG8189_55048090423458\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4367.7,\"BaseFareCal\":4392.9,\"BaseFare\":4050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4532.9,\"CostToCustomer\":4532.9,\"BaseFareCal\":4392.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4392.9,\"intOfferedFare\":4367.7,\"intPublishFare\":4367.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"850\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9487272319_0SXRDELG8189_109778605377389\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC104436100027\",\"bookingId_TJ\":\"TJ104436100027\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"cc954-98213-f28fd-570e4\",\"apiTraceId\":\"11-9487272319_0SXRDELG8189_109778605377389\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-20T17:45\",\"LocalFromTime\":\"2022-06-20 17:45\",\"FromUTCTime\":\"2022-06-20T17:45\",\"LocalToTime\":\"2022-06-20 19:25\",\"ToUTCTime\":\"2022-06-20T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,533\",\"ApiResultIndex\":\"11-9487272319_0SXRDELG8189_109778605377389\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4050,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4367.7,\"PublishedFare\":4532.9,\"PublishedFareAgent\":4532.9,\"OfferedFareAgent\":4532.9,\"OfferedFare\":4367.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9487272319_0SXRDELG8189_55048090423458\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4367.7,\"BaseFareCal\":4392.9,\"BaseFare\":4050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4532.9,\"CostToCustomer\":4532.9,\"BaseFareCal\":4392.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4392.9,\"intOfferedFare\":4367.7,\"intPublishFare\":4367.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"850\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9487272319_0SXRDELG8189_109778605377389\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ104436100027\",\"amount\":4367.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"919419033092\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-17T22:18:44.753\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9442336\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"189\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-20T17:45\",\"at\":\"2022-06-20T19:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"NYMTHT\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SHUGUFTA\",\"lN\":\"ASHRAF\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":4050,\"NF\":4367.7,\"TAF\":317.7,\"TF\":4367.7,\"IGST\":2.7},\"afC\":{\"TAF\":{\"MFT\":2.7,\"OT\":300,\"MF\":15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391199\",\"TPSysId\":\"391200\",\"VersionId\":[\"76896\"],\"CustomerSysId\":\"207885\",\"TrxId\":\"27650\",\"FareBreakdownid\":[\"355229\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'26FA60874B4D4C24991E14DCCC69AE5E','','',NULL,'26FA60874B4D4C24991E14DCCC69AE5E','0',NULL,'2022-06-17 16:47:36','2022-06-17 16:47:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','SHUGUFTA ASHRAF',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(68,0,32,13238,391202,391203,'MDYK7T','2022-06-24','69202039E15948EEA96CDCF85B1F5FD8','69202039E15948EEA96CDCF85B1F5FD8','SG-8150','SpiceJet','1',0,'4e963-a553b-37481-94bd2','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,3300,'437-4e963-a553b-37481-94bd2',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3100,200,0,0,0,0,0,0,0,100,0,0,0,574.576,103.424,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4e963-a553b-37481-94bd2\",\"apiTraceId\":\"437_6280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 14:50\",\"FromUTCTime\":\"2022-06-24 14:50\",\"LocalToTime\":\"2022-06-24 16:20:00\",\"ToUTCTime\":\"2022-06-24 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-4e963-a553b-37481-94bd2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6280\",\"ApiResultIndex\":\"437_6280\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"MDYK7T\",\"OnwardGroupPNRDummy\":\"MDYK7T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4e963-a553b-37481-94bd2\",\"apiTraceId\":\"437_6280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 14:50\",\"FromUTCTime\":\"2022-06-24 14:50\",\"LocalToTime\":\"2022-06-24 16:20:00\",\"ToUTCTime\":\"2022-06-24 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-4e963-a553b-37481-94bd2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6280\",\"ApiResultIndex\":\"437_6280\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"MDYK7T\",\"OnwardGroupPNRDummy\":\"MDYK7T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"69202039E15948EEA96CDCF85B1F5FD8\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"MDYK7T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Lahane Umesh \",\"lN\":\"Sharad\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"69202039E15948EEA96CDCF85B1F5FD8\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391202\",\"TPSysId\":\"391203\",\"VersionId\":[\"76897\"],\"CustomerSysId\":\"208381\",\"TrxId\":\"27651\",\"FareBreakdownid\":[\"355230\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7BF926BBB0384ED1ABB974196D1E8431','1024691478',NULL,'89B43FE9B15C4252BB4514AAA1519CCF','B9B84E7FB81B465D8360CCECC898AB29','0',NULL,'2022-06-17 16:59:46','2022-06-17 16:59:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'WAHID AHMAD','Lahane Umesh  Sharad',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(69,0,28,13186,391204,391205,'TFBQJQ','2022-07-09','24A46452C1D248B588F2BB65F3C2A6B4','24A46452C1D248B588F2BB65F3C2A6B4','SG-8492','SpiceJet','1',0,'051c0-a2375-56646-496fa','463','13:50:00','15:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4700,'441-051c0-a2375-56646-496fa',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"051c0-a2375-56646-496fa\",\"apiTraceId\":\"441_6402\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 13:50\",\"FromUTCTime\":\"2022-07-09 13:50\",\"LocalToTime\":\"2022-07-09 15:20:00\",\"ToUTCTime\":\"2022-07-09 15:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"441-051c0-a2375-56646-496fa\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"441_6402\",\"ApiResultIndex\":\"441_6402\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T15:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T13:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TFBQJQ\",\"OnwardGroupPNRDummy\":\"TFBQJQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"051c0-a2375-56646-496fa\",\"apiTraceId\":\"441_6402\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 13:50\",\"FromUTCTime\":\"2022-07-09 13:50\",\"LocalToTime\":\"2022-07-09 15:20:00\",\"ToUTCTime\":\"2022-07-09 15:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"441-051c0-a2375-56646-496fa\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"441_6402\",\"ApiResultIndex\":\"441_6402\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T15:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T13:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TFBQJQ\",\"OnwardGroupPNRDummy\":\"TFBQJQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"24A46452C1D248B588F2BB65F3C2A6B4\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"TFBQJQ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Aidel Fayaz \",\"lN\":\"parray\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"24A46452C1D248B588F2BB65F3C2A6B4\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391204\",\"TPSysId\":\"391205\",\"VersionId\":[\"76898\"],\"CustomerSysId\":\"208100\",\"TrxId\":\"27652\",\"FareBreakdownid\":[\"355231\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'19F28A5F1063442A9C7D5DBCC741C376','','',NULL,'19F28A5F1063442A9C7D5DBCC741C376','0',NULL,'2022-06-17 17:07:08','2022-06-17 17:07:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ehsan ul Haq','Aidel Fayaz  parray',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(70,0,37,13231,391206,391207,'NCRG8G','2022-06-21','07572D4C95C8480CBA93BF104883E233','07572D4C95C8480CBA93BF104883E233','SG-8150','SpiceJet','1',0,'c4775-00003-c9721-ae0d2','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,3300,'437-c4775-00003-c9721-ae0d2',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3100,200,0,0,0,0,0,0,0,100,0,0,0,423.729,76.2712,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c4775-00003-c9721-ae0d2\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-c4775-00003-c9721-ae0d2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c4775-00003-c9721-ae0d2\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-c4775-00003-c9721-ae0d2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"07572D4C95C8480CBA93BF104883E233\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"DAR TAFAZUL\",\"lN\":\"ISLAM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"07572D4C95C8480CBA93BF104883E233\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391206\",\"TPSysId\":\"391207\",\"VersionId\":[\"76899\"],\"CustomerSysId\":\"208361\",\"TrxId\":\"27653\",\"FareBreakdownid\":[\"355232\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B82F1B2468E546A6A6BA22B737A60083','','',NULL,'B82F1B2468E546A6A6BA22B737A60083','0',NULL,'2022-06-17 17:26:08','2022-06-17 17:26:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ASHIQ HUSSAIN BHAT','DAR TAFAZUL ISLAM',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(71,0,25,13073,0,0,NULL,'2022-06-25',NULL,NULL,'SG-8373','SpiceJet','1',0,'92469-32830-8b6f3-feea6','0','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-92469-32830-8b6f3-feea6',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"92469-32830-8b6f3-feea6\",\"apiTraceId\":\"425_5806\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 06:35\",\"FromUTCTime\":\"2022-06-25 06:35\",\"LocalToTime\":\"2022-06-25 08:35:00\",\"ToUTCTime\":\"2022-06-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-92469-32830-8b6f3-feea6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5806\",\"ApiResultIndex\":\"425_5806\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PYIWNP\",\"OnwardGroupPNRDummy\":\"PYIWNP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-18 08:49:10','2022-06-18 08:49:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','SABIR UDDIN SEKH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(72,0,38,13252,0,0,NULL,'2022-06-23','DMC107136147334','TJ107136147334','G8-213','Go First','1',0,'264b3-7da0f-db607-2805a','240','13:50:00','14:45:00',0,'G',55,'01h 55m',25897,13021,'SXR','IXJ','Non-stop',1,1,3432.9,'11-3961953886_2SXRIXJG8213_19926689900996',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3000,432.9,0,250,0,15,3432.9,0,0,140,25.2,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107136147334\",\"bookingId_TJ\":\"TJ107136147334\",\"FlightNumber\":\"G8-213\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"264b3-7da0f-db607-2805a\",\"apiTraceId\":\"11-3961953886_2SXRIXJG8213_19926689900996\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-06-23T13:50\",\"LocalFromTime\":\"2022-06-23 13:50\",\"FromUTCTime\":\"2022-06-23T13:50\",\"LocalToTime\":\"2022-06-23 14:45\",\"ToUTCTime\":\"2022-06-23T14:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,433\",\"ApiResultIndex\":\"11-3961953886_2SXRIXJG8213_19926689900996\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3267.7,\"PublishedFare\":3432.8999999999996,\"PublishedFareAgent\":3432.8999999999996,\"OfferedFareAgent\":3432.8999999999996,\"OfferedFare\":3267.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3961953886_0SXRIXJG8213_20305986145927\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3432.8999999999996,\"CostToAgent\":3432.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3267.7,\"BaseFareCal\":3292.8999999999996,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3432.8999999999996,\"CostToAgent\":3432.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3432.8999999999996,\"CostToCustomer\":3432.8999999999996,\"BaseFareCal\":3292.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3292.8999999999996,\"intOfferedFare\":3267.7,\"intPublishFare\":3267.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3432.8999999999996,\"CostToAgent\":3432.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"373\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-23T14:45\",\"SegFlightNumber\":\"G8-213\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T13:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3961953886_2SXRIXJG8213_19926689900996\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-18 10:32:24','2022-06-18 10:32:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Jahangeer habibullah Ganai','abc cccc',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(73,0,21,13069,391532,391533,'GJ45XE','2022-06-26','8B8F813BB3A848E294C757713B8DBC22','8B8F813BB3A848E294C757713B8DBC22','SG- 8961','SpiceJet','1',0,'0ec8c-c9986-9ae91-79641','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',0,0,'SXR','DEL','0 Stop(s)',3,1,15000,'433-0ec8c-c9986-9ae91-79641',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',13500,1500,0,0,0,0,0,0,0,1200,0,0,0,4830.51,869.492,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ec8c-c9986-9ae91-79641\",\"apiTraceId\":\"433_6169\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 11:35\",\"FromUTCTime\":\"2022-06-26 11:35\",\"LocalToTime\":\"2022-06-26 13:20:00\",\"ToUTCTime\":\"2022-06-26 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"433-0ec8c-c9986-9ae91-79641\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6169\",\"ApiResultIndex\":\"433_6169\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"GJ45XE\",\"OnwardGroupPNRDummy\":\"GJ45XE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ec8c-c9986-9ae91-79641\",\"apiTraceId\":\"433_6169\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 11:35\",\"FromUTCTime\":\"2022-06-26 11:35\",\"LocalToTime\":\"2022-06-26 13:20:00\",\"ToUTCTime\":\"2022-06-26 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"433-0ec8c-c9986-9ae91-79641\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6169\",\"ApiResultIndex\":\"433_6169\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"GJ45XE\",\"OnwardGroupPNRDummy\":\"GJ45XE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"8B8F813BB3A848E294C757713B8DBC22\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"GJ45XE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KAMAL\",\"lN\":\"CHOUDHURY\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"GJ45XE\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"MUMTAZ \",\"lN\":\"CHOWDHURY\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"GJ45XE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"TOWHID ABDULLAH\",\"lN\":\"CHOWDHURY\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"8B8F813BB3A848E294C757713B8DBC22\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391532\",\"TPSysId\":\"391533\",\"VersionId\":[\"77056\"],\"CustomerSysId\":\"207602\",\"TrxId\":\"27691\",\"FareBreakdownid\":[\"355256\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'CBC3910091BF4773BAD37716CA1F5C44','','',NULL,'CBC3910091BF4773BAD37716CA1F5C44','0',NULL,'2022-06-18 10:58:03','2022-06-18 10:58:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD NASIM','KAMAL CHOUDHURY (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(74,0,25,13073,391698,391699,'T9BFJF','2022-06-24','00CE2E8B1E714BD9BE9FB02EF7B5D58A','00CE2E8B1E714BD9BE9FB02EF7B5D58A','SG-8373','SpiceJet','1',0,'3cd36-90db5-1f1f3-cf420','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,9000,'425-3cd36-90db5-1f1f3-cf420',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"apiTraceId\":\"425_5805\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 06:35\",\"FromUTCTime\":\"2022-06-24 06:35\",\"LocalToTime\":\"2022-06-24 08:35:00\",\"ToUTCTime\":\"2022-06-24 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-3cd36-90db5-1f1f3-cf420\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5805\",\"ApiResultIndex\":\"425_5805\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"T9BFJF\",\"OnwardGroupPNRDummy\":\"T9BFJF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"apiTraceId\":\"425_5805\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 06:35\",\"FromUTCTime\":\"2022-06-24 06:35\",\"LocalToTime\":\"2022-06-24 08:35:00\",\"ToUTCTime\":\"2022-06-24 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-3cd36-90db5-1f1f3-cf420\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5805\",\"ApiResultIndex\":\"425_5805\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"T9BFJF\",\"OnwardGroupPNRDummy\":\"T9BFJF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"00CE2E8B1E714BD9BE9FB02EF7B5D58A\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SALIM\",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"INJAJUL\",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"00CE2E8B1E714BD9BE9FB02EF7B5D58A\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391698\",\"TPSysId\":\"391699\",\"VersionId\":[\"77111\"],\"CustomerSysId\":\"207606\",\"TrxId\":\"27706\",\"FareBreakdownid\":[\"355266\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9EF216603F4745DA9E978B1841E939F2','','',NULL,'9EF216603F4745DA9E978B1841E939F2','0',NULL,'2022-06-18 14:40:48','2022-06-18 14:40:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','SALIM SEKH (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(75,0,39,13296,0,0,NULL,'2022-06-21',NULL,NULL,'SG- 8709','SpiceJet','1',0,'ed8d9-11478-5abe8-3d478','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,4300,'431-ed8d9-11478-5abe8-3d478',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ed8d9-11478-5abe8-3d478\",\"apiTraceId\":\"431_6082\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 18:55\",\"FromUTCTime\":\"2022-06-21 18:55\",\"LocalToTime\":\"2022-06-21 22:05:00\",\"ToUTCTime\":\"2022-06-21 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-ed8d9-11478-5abe8-3d478\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6082\",\"ApiResultIndex\":\"431_6082\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"XBZUJP\",\"OnwardGroupPNRDummy\":\"XBZUJP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"03O\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-18 17:04:43','2022-06-18 17:04:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NADEEM HUSSAIN','Bbb Gff',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(76,0,40,13221,391728,391729,'TFBQJQ','2022-07-09','DD4CE8FA81FD48D5820C6B940DB55506','DD4CE8FA81FD48D5820C6B940DB55506','SG-8492','SpiceJet','1',0,'8c0ea-dbf7c-ac706-70961','463','13:50:00','15:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4700,'441-8c0ea-dbf7c-ac706-70961',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8c0ea-dbf7c-ac706-70961\",\"apiTraceId\":\"441_6402\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 13:50\",\"FromUTCTime\":\"2022-07-09 13:50\",\"LocalToTime\":\"2022-07-09 15:20:00\",\"ToUTCTime\":\"2022-07-09 15:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"441-8c0ea-dbf7c-ac706-70961\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"441_6402\",\"ApiResultIndex\":\"441_6402\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"080\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T15:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T13:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TFBQJQ\",\"OnwardGroupPNRDummy\":\"TFBQJQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07E\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8c0ea-dbf7c-ac706-70961\",\"apiTraceId\":\"441_6402\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 13:50\",\"FromUTCTime\":\"2022-07-09 13:50\",\"LocalToTime\":\"2022-07-09 15:20:00\",\"ToUTCTime\":\"2022-07-09 15:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"441-8c0ea-dbf7c-ac706-70961\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"441_6402\",\"ApiResultIndex\":\"441_6402\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"080\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T15:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T13:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TFBQJQ\",\"OnwardGroupPNRDummy\":\"TFBQJQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07E\",\"bookingId\":\"DD4CE8FA81FD48D5820C6B940DB55506\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"TFBQJQ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"ASIMA\",\"lN\":\"ASIMA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DD4CE8FA81FD48D5820C6B940DB55506\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391728\",\"TPSysId\":\"391729\",\"VersionId\":[\"77117\"],\"CustomerSysId\":\"208336\",\"TrxId\":\"27712\",\"FareBreakdownid\":[\"355269\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'062EEEA5A9EE4B9C8649C0B48F3FEE13','','',NULL,'062EEEA5A9EE4B9C8649C0B48F3FEE13','0',NULL,'2022-06-18 17:49:22','2022-06-18 17:49:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL HUSSAIN','ASIMA ASIMA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(77,0,41,13311,391737,391738,'NCRG8G','2022-06-21','723E3F5ED13F4DCFA68E2B14A61CC1C8','723E3F5ED13F4DCFA68E2B14A61CC1C8','SG-8150','SpiceJet','1',0,'808c0-913ea-e6052-b90bb','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',2,1,6600,'437-808c0-913ea-e6052-b90bb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6200,400,0,0,0,0,0,0,0,200,0,0,0,1186.44,213.559,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"808c0-913ea-e6052-b90bb\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6600,\"PublishedFareTxt\":\"6,600\",\"ApiResultIndex\":\"437-808c0-913ea-e6052-b90bb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6600,\"PublishedFare\":6600,\"PublishedFareAgent\":6600,\"OfferedFareAgent\":6600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6200,\"BaseFare\":6200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"808c0-913ea-e6052-b90bb\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6600,\"PublishedFareTxt\":\"6,600\",\"ApiResultIndex\":\"437-808c0-913ea-e6052-b90bb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6600,\"PublishedFare\":6600,\"PublishedFareAgent\":6600,\"OfferedFareAgent\":6600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6200,\"BaseFare\":6200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"723E3F5ED13F4DCFA68E2B14A61CC1C8\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Irfan\",\"lN\":\"Latief\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Lateef Ahmad\",\"lN\":\"Ganaie\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"723E3F5ED13F4DCFA68E2B14A61CC1C8\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391737\",\"TPSysId\":\"391738\",\"VersionId\":[\"77118\"],\"CustomerSysId\":\"208724\",\"TrxId\":\"27713\",\"FareBreakdownid\":[\"355270\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'867BCB6BD1EF414B9B4E5977592B0F9E','','',NULL,'867BCB6BD1EF414B9B4E5977592B0F9E','0',NULL,'2022-06-19 05:24:43','2022-06-19 05:24:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Kaisar Shabir','Irfan Latief (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(78,0,42,13067,0,0,NULL,'2022-07-03',NULL,NULL,'SG-8251','SpiceJet','1',0,'1d34d-7ed79-64ac4-ae32e','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,5500,'424-1d34d-7ed79-64ac4-ae32e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1d34d-7ed79-64ac4-ae32e\",\"apiTraceId\":\"424_5768\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:35\",\"FromUTCTime\":\"2022-07-03 18:35\",\"LocalToTime\":\"2022-07-03 20:35:00\",\"ToUTCTime\":\"2022-07-03 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5500,\"PublishedFareTxt\":\"5,500\",\"ApiResultIndex\":\"424-1d34d-7ed79-64ac4-ae32e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5500,\"PublishedFare\":5500,\"PublishedFareAgent\":5500,\"OfferedFareAgent\":5500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5768\",\"ApiResultIndex\":\"424_5768\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"032\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02G\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-19 07:45:04','2022-06-19 07:45:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Rajib Choudhury','Rajib Choudhury',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(79,0,43,13281,391782,391783,'GHRZUH','2022-06-21','9F0EE3EC40424D0980BEF0FD9CC8C75F','9F0EE3EC40424D0980BEF0FD9CC8C75F','SG-8702','SpiceJet','1',0,'7daf3-c7bcd-15173-b5ed3','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',1,1,4300,'430-7daf3-c7bcd-15173-b5ed3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7daf3-c7bcd-15173-b5ed3\",\"apiTraceId\":\"430_6036\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 16:00\",\"FromUTCTime\":\"2022-06-21 16:00\",\"LocalToTime\":\"2022-06-21 18:20:00\",\"ToUTCTime\":\"2022-06-21 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"430-7daf3-c7bcd-15173-b5ed3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6036\",\"ApiResultIndex\":\"430_6036\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7daf3-c7bcd-15173-b5ed3\",\"apiTraceId\":\"430_6036\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 16:00\",\"FromUTCTime\":\"2022-06-21 16:00\",\"LocalToTime\":\"2022-06-21 18:20:00\",\"ToUTCTime\":\"2022-06-21 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"430-7daf3-c7bcd-15173-b5ed3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6036\",\"ApiResultIndex\":\"430_6036\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"GHRZUH\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"9F0EE3EC40424D0980BEF0FD9CC8C75F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"GHRZUH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Hardik\",\"lN\":\"Jaluka\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"9F0EE3EC40424D0980BEF0FD9CC8C75F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391782\",\"TPSysId\":\"391783\",\"VersionId\":[\"77133\"],\"CustomerSysId\":\"208670\",\"TrxId\":\"27717\",\"FareBreakdownid\":[\"355276\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'3B121CAAABA84CF9A0C59AF675FB382E','1028082032',NULL,'70104BC38216425499BC8A810FDBAB77','E2786493C25D46BF8BD843F520631FB5','0',NULL,'2022-06-19 09:50:36','2022-06-19 09:50:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ghanshyam Menaria','Hardik Jaluka',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(80,0,44,13328,391787,391788,'6YCUZQ','2022-07-03','DMC107636213213','TJ107636213213','UK-708','Vistara','',1,'058ce-e0f7b-3268f-a42f3','539','20:20:00','22:45:00',0,'V',145,'02h 25m',14323,7701,'CCU','DEL','Non-stop',2,1,14916.66,'21-10-15-2-1037482683_1CCUDELUK708_104080768704863',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',11756,3897.4,0,1884,0,30,13916.66,1000,0,100,18,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107636213213\",\"bookingId_TJ\":\"TJ107636213213\",\"FlightNumber\":\"UK-708\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"058ce-e0f7b-3268f-a42f3\",\"apiTraceId\":\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"22:45\",\"TravelDate\":\"2022-07-03T20:20\",\"LocalFromTime\":\"2022-07-03 20:20\",\"FromUTCTime\":\"2022-07-03T20:20\",\"LocalToTime\":\"2022-07-03 22:45\",\"ToUTCTime\":\"2022-07-03T22:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,917\",\"ApiResultIndex\":\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11756,\"Tax\":2779.4,\"YQTax\":0,\"OtherCharges\":1884,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":600,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":14535.4,\"PublishedFare\":13916.66,\"PublishedFareAgent\":14916.66,\"OfferedFareAgent\":13916.66,\"OfferedFare\":13798.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1037482683_0CCUDELUK708_14242957649650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2779.4,\"TotalBaseFare\":14535.4,\"BaseFareCal\":13816.66,\"BaseFare\":11756,\"CommissionEarned\":736.74,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":600,\"MFT\":5.4,\"OT\":1884,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":736.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":13916.66,\"CostToCustomer\":13916.66,\"BaseFareCal\":13816.66,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":13816.66,\"intOfferedFare\":13798.66,\"intPublishFare\":14535.4,\"TripjackMarkup\":0,\"TripjackCommission\":736.74,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"964\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-03T22:45\",\"SegFlightNumber\":\"UK-708\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-03T20:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-1037482683_1CCUDELUK708_104080768704863\",\"FareRuleData\":{\"fareRule\":{\"CCU-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\":{\"ACF\":525,\"CCF\":50,\"ACFT\":26.25,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC107636213213\",\"bookingId_TJ\":\"TJ107636213213\",\"FlightNumber\":\"UK-708\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"058ce-e0f7b-3268f-a42f3\",\"apiTraceId\":\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"22:45\",\"TravelDate\":\"2022-07-03T20:20\",\"LocalFromTime\":\"2022-07-03 20:20\",\"FromUTCTime\":\"2022-07-03T20:20\",\"LocalToTime\":\"2022-07-03 22:45\",\"ToUTCTime\":\"2022-07-03T22:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,917\",\"ApiResultIndex\":\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11756,\"Tax\":2779.4,\"YQTax\":0,\"OtherCharges\":1884,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":600,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":14535.4,\"PublishedFare\":13916.66,\"PublishedFareAgent\":14916.66,\"OfferedFareAgent\":13916.66,\"OfferedFare\":13798.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1037482683_0CCUDELUK708_14242957649650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2779.4,\"TotalBaseFare\":14535.4,\"BaseFareCal\":13816.66,\"BaseFare\":11756,\"CommissionEarned\":736.74,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":600,\"MFT\":5.4,\"OT\":1884,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":736.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":13916.66,\"CostToCustomer\":13916.66,\"BaseFareCal\":13816.66,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":13816.66,\"intOfferedFare\":13798.66,\"intPublishFare\":14535.4,\"TripjackMarkup\":0,\"TripjackCommission\":736.74,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"964\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-03T22:45\",\"SegFlightNumber\":\"UK-708\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-03T20:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-1037482683_1CCUDELUK708_104080768704863\",\"FareRuleData\":{\"fareRule\":{\"CCU-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\":{\"ACF\":525,\"CCF\":50,\"ACFT\":26.25,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ107636213213\",\"amount\":14535.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"fctourandtravels@gmail.com\"],\"contacts\":[\"919906423725\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-19T15:47:33.242\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9474373\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"708\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2022-07-03T20:20\",\"at\":\"2022-07-03T22:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"6YCUZQ\"},\"ticketNumberDetails\":{\"CCU-DEL\":\"2283906806244\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AMIT\",\"lN\":\"JAIN\"},{\"pnrDetails\":{\"CCU-DEL\":\"6YCUZQ\"},\"ticketNumberDetails\":{\"CCU-DEL\":\"2283906806245\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KISHOR KUMAR\",\"lN\":\"JUNEJA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":2779.4,\"NF\":13798.66,\"TF\":14535.4,\"BF\":11756,\"IGST\":5.4,\"NCM\":736.74},\"afC\":{\"TAF\":{\"MFT\":5.4,\"MF\":30,\"OT\":1884,\"YR\":260,\"AGST\":600},\"NCM\":{\"OT\":775.52,\"TDS\":-38.78}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391787\",\"TPSysId\":\"391788\",\"VersionId\":[\"77134\"],\"CustomerSysId\":\"208756\",\"TrxId\":\"27718\",\"FareBreakdownid\":[\"355277\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'683EDD27870A49939D11E77755E1CEDA','','',NULL,'683EDD27870A49939D11E77755E1CEDA','0',NULL,'2022-06-19 10:15:36','2022-06-19 10:15:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHAFIQA BEGUM','AMIT JAIN (+1)','5552','2022-06-19','chandigarh','AMIT JAIN','CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(81,0,22,13129,391789,391790,'AI2QJE','2022-06-21','958F46C30BAC4989B2C6900B3321E57D','958F46C30BAC4989B2C6900B3321E57D','SG- 475','SpiceJet','1',0,'1862b-43114-45b84-a430d','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8600,'432-1862b-43114-45b84-a430d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7600,1000,0,0,0,0,0,0,0,800,0,0,0,1186.44,213.559,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1862b-43114-45b84-a430d\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-1862b-43114-45b84-a430d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7600,\"BaseFare\":7600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1862b-43114-45b84-a430d\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-1862b-43114-45b84-a430d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7600,\"BaseFare\":7600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"958F46C30BAC4989B2C6900B3321E57D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"AI2QJE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mehraj ud din\",\"lN\":\"Khan\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"AI2QJE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Adnan\",\"lN\":\"Wani\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"958F46C30BAC4989B2C6900B3321E57D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391789\",\"TPSysId\":\"391790\",\"VersionId\":[\"77135\"],\"CustomerSysId\":\"207869\",\"TrxId\":\"27719\",\"FareBreakdownid\":[\"355278\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'0BE8E50FA161437E9B2F615C19259093','','',NULL,'0BE8E50FA161437E9B2F615C19259093','0',NULL,'2022-06-19 10:23:51','2022-06-19 10:23:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mudasir Mir','Mehraj ud din Khan (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(82,0,45,13304,391791,391792,'HF3VJA','2022-06-23','4F8BAB7100D3410D9310DD8A5C426BDB','4F8BAB7100D3410D9310DD8A5C426BDB','SG-8150','SpiceJet','1',0,'782ff-a0171-dfe1d-2cb04','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,3300,'437-782ff-a0171-dfe1d-2cb04',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3100,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"782ff-a0171-dfe1d-2cb04\",\"apiTraceId\":\"437_6279\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23 14:50\",\"LocalToTime\":\"2022-06-23 16:20:00\",\"ToUTCTime\":\"2022-06-23 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-782ff-a0171-dfe1d-2cb04\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6279\",\"ApiResultIndex\":\"437_6279\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF3VJA\",\"OnwardGroupPNRDummy\":\"HF3VJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"782ff-a0171-dfe1d-2cb04\",\"apiTraceId\":\"437_6279\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23 14:50\",\"LocalToTime\":\"2022-06-23 16:20:00\",\"ToUTCTime\":\"2022-06-23 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-782ff-a0171-dfe1d-2cb04\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6279\",\"ApiResultIndex\":\"437_6279\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF3VJA\",\"OnwardGroupPNRDummy\":\"HF3VJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\",\"bookingId\":\"4F8BAB7100D3410D9310DD8A5C426BDB\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"HF3VJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAJID HUSSAIN\",\"lN\":\"ASHRAF\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4F8BAB7100D3410D9310DD8A5C426BDB\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391791\",\"TPSysId\":\"391792\",\"VersionId\":[\"77136\"],\"CustomerSysId\":\"208717\",\"TrxId\":\"27720\",\"FareBreakdownid\":[\"355279\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E61FC6C2689D43618D6760720727B24E','1028165094',NULL,'8EFC74429BED4EFD8799635511794DD5','E2E5A0C839924A6F902EFEDE023BFAED','0',NULL,'2022-06-19 10:36:11','2022-06-19 10:36:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Kifayat Hussain Malla','MAJID HUSSAIN ASHRAF',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(84,0,47,13125,391817,391818,'SBLC4Z','2022-07-02','3EDFDD6FA2AB466DBFB1BF82C2E5081F','3EDFDD6FA2AB466DBFB1BF82C2E5081F','SG-8373','SpiceJet','1',0,'98e0e-63fb3-35c73-6bc81','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',3,1,13500,'425-98e0e-63fb3-35c73-6bc81',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',12000,1500,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"apiTraceId\":\"425_5813\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 06:35\",\"FromUTCTime\":\"2022-07-02 06:35\",\"LocalToTime\":\"2022-07-02 08:35:00\",\"ToUTCTime\":\"2022-07-02 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":13500,\"PublishedFareTxt\":\"13,500\",\"ApiResultIndex\":\"425-98e0e-63fb3-35c73-6bc81\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13500,\"PublishedFare\":13500,\"PublishedFareAgent\":13500,\"OfferedFareAgent\":13500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5813\",\"ApiResultIndex\":\"425_5813\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"E01F33F778AC4F5CB2BC419F2B97AF16\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"apiTraceId\":\"425_5813\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 06:35\",\"FromUTCTime\":\"2022-07-02 06:35\",\"LocalToTime\":\"2022-07-02 08:35:00\",\"ToUTCTime\":\"2022-07-02 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":13500,\"PublishedFareTxt\":\"13,500\",\"ApiResultIndex\":\"425-98e0e-63fb3-35c73-6bc81\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13500,\"PublishedFare\":13500,\"PublishedFareAgent\":13500,\"OfferedFareAgent\":13500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5813\",\"ApiResultIndex\":\"425_5813\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SBLC4Z\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"3EDFDD6FA2AB466DBFB1BF82C2E5081F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SBLC4Z\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Mihir\",\"lN\":\"Mayank\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"SBLC4Z\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Madhur\",\"lN\":\"Mayank\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"SBLC4Z\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Shweta\",\"lN\":\"Kumari\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"3EDFDD6FA2AB466DBFB1BF82C2E5081F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391817\",\"TPSysId\":\"391818\",\"VersionId\":[\"77155\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"27723\",\"FareBreakdownid\":[\"355283\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'387B745028D94AE6B0AD82A905974194','','',NULL,'387B745028D94AE6B0AD82A905974194','0',NULL,'2022-06-19 12:26:42','2022-06-19 12:26:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Mihir Mayank (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(85,0,48,13106,391827,391828,'JYB8RP','2022-06-22','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','SG-8150','SpiceJet','1',0,'e6a33-41618-8320c-72b00','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',7,1,20000,'437-e6a33-41618-8320c-72b00',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',19000,1000,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e6a33-41618-8320c-72b00\",\"apiTraceId\":\"437_6278\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 14:50\",\"FromUTCTime\":\"2022-06-22 14:50\",\"LocalToTime\":\"2022-06-22 16:20:00\",\"ToUTCTime\":\"2022-06-22 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":7,\"CurrencyType\":\"1\",\"PublishedFare\":20000,\"PublishedFareTxt\":\"20,000\",\"ApiResultIndex\":\"437-e6a33-41618-8320c-72b00\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":19000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20000,\"PublishedFare\":20000,\"PublishedFareAgent\":20000,\"OfferedFareAgent\":20000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6278\",\"ApiResultIndex\":\"437_6278\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"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\":20000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":7,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":19000,\"BaseFare\":19000,\"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\":20000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYB8RP\",\"OnwardGroupPNRDummy\":\"JYB8RP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":true,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e6a33-41618-8320c-72b00\",\"apiTraceId\":\"437_6278\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 14:50\",\"FromUTCTime\":\"2022-06-22 14:50\",\"LocalToTime\":\"2022-06-22 16:20:00\",\"ToUTCTime\":\"2022-06-22 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":7,\"CurrencyType\":\"1\",\"PublishedFare\":20000,\"PublishedFareTxt\":\"20,000\",\"ApiResultIndex\":\"437-e6a33-41618-8320c-72b00\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":19000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20000,\"PublishedFare\":20000,\"PublishedFareAgent\":20000,\"OfferedFareAgent\":20000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6278\",\"ApiResultIndex\":\"437_6278\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"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\":20000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":7,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":19000,\"BaseFare\":19000,\"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\":20000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYB8RP\",\"OnwardGroupPNRDummy\":\"JYB8RP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":true,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"0D6E0FC825ED438E8D4F2CF5665CA7CB\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"GEETA\",\"lN\":\"GEETA\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAHENDER\",\"lN\":\"MAHENDER\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"TIYA\",\"lN\":\"TIYA\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"LAKSHAMI\",\"lN\":\"LAKSHAMI\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"PUSHPA \",\"lN\":\"DEVI\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"AISHA\",\"lN\":\"AISHA\",\"id\":\"3\",\"DOB\":\"2020-08-12\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\" BHUMI  \",\"lN\":\" BHUMI  \",\"id\":\"3\",\"DOB\":\"2021-10-13\"}]}},\"order\":{\"bookingId\":[\"0D6E0FC825ED438E8D4F2CF5665CA7CB\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391827\",\"TPSysId\":\"391828\",\"VersionId\":[\"77157\"],\"CustomerSysId\":\"207726\",\"TrxId\":\"27726\",\"FareBreakdownid\":[\"355285\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8CEFD2251EE04A7C800BE094CD43FE25','','',NULL,'8CEFD2251EE04A7C800BE094CD43FE25','0',NULL,'2022-06-19 13:26:07','2022-06-19 13:26:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAMLAKHAN AGARWAL','GEETA GEETA (+6)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(86,0,49,13342,0,0,NULL,'2022-06-25',NULL,NULL,'SG-8963','SpiceJet','1',0,'1eacc-86f0b-8a0d9-8d780','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4800,'438-1eacc-86f0b-8a0d9-8d780',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,500,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1eacc-86f0b-8a0d9-8d780\",\"apiTraceId\":\"438_6287\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 09:25\",\"FromUTCTime\":\"2022-06-25 09:25\",\"LocalToTime\":\"2022-06-25 10:55:00\",\"ToUTCTime\":\"2022-06-25 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"438-1eacc-86f0b-8a0d9-8d780\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6287\",\"ApiResultIndex\":\"438_6287\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0U9\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"IY1NXC\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0T2\"}',4,NULL,NULL,NULL,3,0,'761BBB3272094E3BAE47E5903CC507C4','1028732838',NULL,NULL,NULL,'0',NULL,'2022-06-19 13:53:24','2022-06-19 13:53:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PEERZADA ABID BEIGH','gautam Tiwari',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(87,0,49,13342,391832,391833,'IY1NXC','2022-06-25','80949B4B2536447791DB351E2B05CEDC','80949B4B2536447791DB351E2B05CEDC','SG-8963','SpiceJet','1',0,'b68bf-277fb-9d047-6274f','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4800,'438-b68bf-277fb-9d047-6274f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,500,0,0,0,0,0,0,0,100,0,0,0,169.492,30.5085,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b68bf-277fb-9d047-6274f\",\"apiTraceId\":\"438_6287\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 09:25\",\"FromUTCTime\":\"2022-06-25 09:25\",\"LocalToTime\":\"2022-06-25 10:55:00\",\"ToUTCTime\":\"2022-06-25 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"438-b68bf-277fb-9d047-6274f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6287\",\"ApiResultIndex\":\"438_6287\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03W\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"IY1NXC\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02P\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b68bf-277fb-9d047-6274f\",\"apiTraceId\":\"438_6287\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 09:25\",\"FromUTCTime\":\"2022-06-25 09:25\",\"LocalToTime\":\"2022-06-25 10:55:00\",\"ToUTCTime\":\"2022-06-25 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"438-b68bf-277fb-9d047-6274f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6287\",\"ApiResultIndex\":\"438_6287\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03W\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IY1NXC\",\"OnwardGroupPNRDummy\":\"IY1NXC\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02P\",\"bookingId\":\"80949B4B2536447791DB351E2B05CEDC\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"IY1NXC\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"GAUTAM\",\"lN\":\"TIWARI\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"80949B4B2536447791DB351E2B05CEDC\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391832\",\"TPSysId\":\"391833\",\"VersionId\":[\"77158\"],\"CustomerSysId\":\"208786\",\"TrxId\":\"27728\",\"FareBreakdownid\":[\"355286\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'84B9099373424148A1877E16FD1FBCA0','','',NULL,'84B9099373424148A1877E16FD1FBCA0','0',NULL,'2022-06-19 14:11:01','2022-06-19 14:11:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PEERZADA ABID BEIGH','GAUTAM TIWARI',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(88,0,48,13106,391835,391836,'NCRG8G','2022-06-21','3C21A9EEA6C9440289831925746C2027','3C21A9EEA6C9440289831925746C2027','SG-8150','SpiceJet','1',0,'4032f-58fce-00e4b-d63c2','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',4,1,13600,'437-4032f-58fce-00e4b-d63c2',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',12800,800,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4032f-58fce-00e4b-d63c2\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":13600,\"PublishedFareTxt\":\"13,600\",\"ApiResultIndex\":\"437-4032f-58fce-00e4b-d63c2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12800,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13600,\"PublishedFare\":13600,\"PublishedFareAgent\":13600,\"OfferedFareAgent\":13600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":13600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12800,\"BaseFare\":12800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":13600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4032f-58fce-00e4b-d63c2\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":13600,\"PublishedFareTxt\":\"13,600\",\"ApiResultIndex\":\"437-4032f-58fce-00e4b-d63c2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12800,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13600,\"PublishedFare\":13600,\"PublishedFareAgent\":13600,\"OfferedFareAgent\":13600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":13600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12800,\"BaseFare\":12800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":13600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"3C21A9EEA6C9440289831925746C2027\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MEHRAJ \",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD AYAZ \",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"AARIFA \",\"lN\":\"KHALID\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KHALID \",\"lN\":\"MUZAFFAR \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"3C21A9EEA6C9440289831925746C2027\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391835\",\"TPSysId\":\"391836\",\"VersionId\":[\"77159\"],\"CustomerSysId\":\"207726\",\"TrxId\":\"27730\",\"FareBreakdownid\":[\"355287\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'6142CF337C8D4D3898413512EC6A68C9','','',NULL,'6142CF337C8D4D3898413512EC6A68C9','0',NULL,'2022-06-19 14:36:24','2022-06-19 14:36:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAMLAKHAN AGARWAL','MEHRAJ  KHAN (+3)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(89,0,50,13181,391847,391848,'EITZ8B','2022-06-21','7C10C515DF464225A639D66EE7D9C566','7C10C515DF464225A639D66EE7D9C566','SG-8963','SpiceJet','1',0,'688b3-3acbc-80ede-31a43','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4000,'438-688b3-3acbc-80ede-31a43',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,200,0,0,0,0,0,0,0,100,0,0,0,423.729,76.2712,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"688b3-3acbc-80ede-31a43\",\"apiTraceId\":\"438_6283\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 09:25\",\"FromUTCTime\":\"2022-06-21 09:25\",\"LocalToTime\":\"2022-06-21 10:55:00\",\"ToUTCTime\":\"2022-06-21 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"438-688b3-3acbc-80ede-31a43\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6283\",\"ApiResultIndex\":\"438_6283\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03O\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"EITZ8B\",\"OnwardGroupPNRDummy\":\"EITZ8B\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02N\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"688b3-3acbc-80ede-31a43\",\"apiTraceId\":\"438_6283\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 09:25\",\"FromUTCTime\":\"2022-06-21 09:25\",\"LocalToTime\":\"2022-06-21 10:55:00\",\"ToUTCTime\":\"2022-06-21 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"438-688b3-3acbc-80ede-31a43\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6283\",\"ApiResultIndex\":\"438_6283\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03O\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"EITZ8B\",\"OnwardGroupPNRDummy\":\"EITZ8B\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02N\",\"bookingId\":\"7C10C515DF464225A639D66EE7D9C566\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"EITZ8B\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"JAGJIT\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7C10C515DF464225A639D66EE7D9C566\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391847\",\"TPSysId\":\"391848\",\"VersionId\":[\"77164\"],\"CustomerSysId\":\"208085\",\"TrxId\":\"27733\",\"FareBreakdownid\":[\"355288\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A6DA23198EBE440588990357D849B12C','','',NULL,'A6DA23198EBE440588990357D849B12C','0',NULL,'2022-06-19 16:39:53','2022-06-19 16:39:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MUZAFFAR AHMAD','JAGJIT KUMAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(90,0,36,13142,0,0,NULL,'2022-07-09','DMC119036234666','TJ119036234666','SG-64','SpiceJet','1',1,'26a4a-8ac26-11116-78db1','463','14:20:00','10:05:00',0,'RS',1215,'20h 45m',7820,25897,'DAC','SXR','1 Stop(s)',1,1,17572.71,'4-7734571991_0DACBOMSG64BOMSXRSG950_99420165688549',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',14728,3194.5,0,3047,0,15,17572.71,0,0,110,19.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC119036234666\",\"bookingId_TJ\":\"TJ119036234666\",\"FlightNumber\":\"SG-64\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"26a4a-8ac26-11116-78db1\",\"apiTraceId\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_99420165688549\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"10:05\",\"TravelDate\":\"2022-07-09T14:20\",\"LocalFromTime\":\"2022-07-09 14:20\",\"FromUTCTime\":\"2022-07-09T14:20\",\"LocalToTime\":\"2022-07-10 10:05\",\"ToUTCTime\":\"2022-07-10T10:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":845,\"LAYOVERDuration\":\"14h 5m\",\"FlyingMinutes\":1215,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"20h 45m\",\"SourcePlaceSysId\":\"7820\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DAC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,573\",\"ApiResultIndex\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_99420165688549\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14728,\"Tax\":3064.7,\"YQTax\":0,\"OtherCharges\":3047,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17792.7,\"PublishedFare\":17572.71,\"PublishedFareAgent\":17572.71,\"OfferedFareAgent\":17572.71,\"OfferedFare\":17442.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_227987192981501\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":8,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3064.7,\"TotalBaseFare\":17792.7,\"BaseFareCal\":17462.71,\"BaseFare\":14728,\"CommissionEarned\":349.79,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":3047,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":349.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":110,\"IntTaxOnAgencyFixMarkUp\":19.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":19.8,\"PublishFare\":17572.71,\"CostToCustomer\":17572.71,\"BaseFareCal\":17462.71,\"intCommisionEarnedForAgency\":110,\"CostToCompany\":17462.71,\"intOfferedFare\":17442.91,\"intPublishFare\":17792.7,\"TripjackMarkup\":0,\"TripjackCommission\":349.79,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"401\",\"originAirportName\":\"Hazrat Shahjalal Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Dhaka\",\"originCountryName\":\"Bangladesh\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-09T17:00\",\"SegFlightNumber\":\"SG-64\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DAC\",\"originDepTime\":\"2022-07-09T14:20\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":845,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"14h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"402\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-10T10:05\",\"SegFlightNumber\":\"SG-950\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-10T07:05\",\"TripIndicator\":2,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"402\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"401\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_99420165688549\",\"FareRuleData\":{\"fareRule\":{\"DAC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\",\"fcs\":{\"ARFT\":212.5,\"CRF\":50,\"ARF\":4250,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":100,\"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\":{\"ACF\":5000,\"ACFT\":250,\"CCFT\":18,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DAC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7820\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-19 16:52:06','2022-06-19 16:52:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','MASRAT NAZIR',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(91,0,51,13142,391849,391850,'O92IYV','2022-07-09','DMC116836234868','TJ116836234868','SG-64','SpiceJet','1',1,'07b10-fcdd0-6e260-5e246','463','14:20:00','10:05:00',0,'RS',1215,'20h 45m',7820,25897,'DAC','SXR','1 Stop(s)',1,1,17572.71,'4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',14728,3194.5,0,3047,0,15,17572.71,0,0,110,19.8,0,0,1186.44,213.559,0,0,0,'{\"bookingId\":\"DMC116836234868\",\"bookingId_TJ\":\"TJ116836234868\",\"FlightNumber\":\"SG-64\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"07b10-fcdd0-6e260-5e246\",\"apiTraceId\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"10:05\",\"TravelDate\":\"2022-07-09T14:20\",\"LocalFromTime\":\"2022-07-09 14:20\",\"FromUTCTime\":\"2022-07-09T14:20\",\"LocalToTime\":\"2022-07-10 10:05\",\"ToUTCTime\":\"2022-07-10T10:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":845,\"LAYOVERDuration\":\"14h 5m\",\"FlyingMinutes\":1215,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"20h 45m\",\"SourcePlaceSysId\":\"7820\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DAC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,573\",\"ApiResultIndex\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14728,\"Tax\":3064.7,\"YQTax\":0,\"OtherCharges\":3047,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17792.7,\"PublishedFare\":17572.71,\"PublishedFareAgent\":17572.71,\"OfferedFareAgent\":17572.71,\"OfferedFare\":17442.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_38895408661096\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":8,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3064.7,\"TotalBaseFare\":17792.7,\"BaseFareCal\":17462.71,\"BaseFare\":14728,\"CommissionEarned\":349.79,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":3047,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":349.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":110,\"IntTaxOnAgencyFixMarkUp\":19.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":19.8,\"PublishFare\":17572.71,\"CostToCustomer\":17572.71,\"BaseFareCal\":17462.71,\"intCommisionEarnedForAgency\":110,\"CostToCompany\":17462.71,\"intOfferedFare\":17442.91,\"intPublishFare\":17792.7,\"TripjackMarkup\":0,\"TripjackCommission\":349.79,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"55\",\"originAirportName\":\"Hazrat Shahjalal Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Dhaka\",\"originCountryName\":\"Bangladesh\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-09T17:00\",\"SegFlightNumber\":\"SG-64\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DAC\",\"originDepTime\":\"2022-07-09T14:20\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":845,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"14h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"56\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-10T10:05\",\"SegFlightNumber\":\"SG-950\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-10T07:05\",\"TripIndicator\":2,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"FareRuleData\":{\"fareRule\":{\"DAC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\",\"fcs\":{\"ARF\":4250,\"ARFT\":212.5,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":100,\"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\":{\"CCFT\":18,\"ACFT\":250,\"ACF\":5000,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DAC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7820\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',12,'{\"bookingId\":\"DMC116836234868\",\"bookingId_TJ\":\"TJ116836234868\",\"FlightNumber\":\"SG-64\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"07b10-fcdd0-6e260-5e246\",\"apiTraceId\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"10:05\",\"TravelDate\":\"2022-07-09T14:20\",\"LocalFromTime\":\"2022-07-09 14:20\",\"FromUTCTime\":\"2022-07-09T14:20\",\"LocalToTime\":\"2022-07-10 10:05\",\"ToUTCTime\":\"2022-07-10T10:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":845,\"LAYOVERDuration\":\"14h 5m\",\"FlyingMinutes\":1215,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"20h 45m\",\"SourcePlaceSysId\":\"7820\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DAC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,573\",\"ApiResultIndex\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14728,\"Tax\":3064.7,\"YQTax\":0,\"OtherCharges\":3047,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17792.7,\"PublishedFare\":17572.71,\"PublishedFareAgent\":17572.71,\"OfferedFareAgent\":17572.71,\"OfferedFare\":17442.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_38895408661096\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":8,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3064.7,\"TotalBaseFare\":17792.7,\"BaseFareCal\":17462.71,\"BaseFare\":14728,\"CommissionEarned\":349.79,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":3047,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":349.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":110,\"IntTaxOnAgencyFixMarkUp\":19.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":19.8,\"PublishFare\":17572.71,\"CostToCustomer\":17572.71,\"BaseFareCal\":17462.71,\"intCommisionEarnedForAgency\":110,\"CostToCompany\":17462.71,\"intOfferedFare\":17442.91,\"intPublishFare\":17792.7,\"TripjackMarkup\":0,\"TripjackCommission\":349.79,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"55\",\"originAirportName\":\"Hazrat Shahjalal Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Dhaka\",\"originCountryName\":\"Bangladesh\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-09T17:00\",\"SegFlightNumber\":\"SG-64\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DAC\",\"originDepTime\":\"2022-07-09T14:20\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":845,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"14h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"56\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-10T10:05\",\"SegFlightNumber\":\"SG-950\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-10T07:05\",\"TripIndicator\":2,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"FareRuleData\":{\"fareRule\":{\"DAC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\",\"fcs\":{\"ARF\":4250,\"ARFT\":212.5,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":100,\"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\":{\"CCFT\":18,\"ACFT\":250,\"ACF\":5000,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DAC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7820\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}','{\"order\":{\"bookingId\":\"TJ116836234868\",\"amount\":17792.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"919797610106\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-19T22:26:38.363\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9480402\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"64\",\"eT\":\"737\"},\"stops\":0,\"duration\":190,\"cT\":845,\"da\":{\"code\":\"DAC\",\"name\":\"Hazrat Shahjalal Intl Arpt\",\"cityCode\":\"DAC\",\"city\":\"Dhaka\",\"country\":\"Bangladesh\",\"countryCode\":\"BD\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2022-07-09T14:20\",\"at\":\"2022-07-09T17:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"9480403\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"950\",\"eT\":\"737\"},\"stops\":0,\"duration\":180,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-07-10T07:05\",\"at\":\"2022-07-10T10:05\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DAC-BOM\":\"O92IYV\",\"BOM-SXR\":\"O92IYV\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"MASARAT\",\"lN\":\"NAZIR\",\"dob\":\"1996-12-28\",\"pNum\":\"M0283755\",\"eD\":\"2024-07-21\",\"pNat\":\"IN\",\"pid\":\"2014-07-22\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TAF\":3064.7,\"TF\":17792.7,\"NCM\":349.79,\"BF\":14728,\"NF\":17442.91},\"afC\":{\"TAF\":{\"MF\":15,\"MFT\":2.7,\"AGST\":0,\"OT\":3047,\"YQ\":0},\"NCM\":{\"TDS\":-18.41,\"OT\":368.2}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391849\",\"TPSysId\":\"391850\",\"VersionId\":[\"77165\"],\"CustomerSysId\":\"207885\",\"TrxId\":\"27735\",\"FareBreakdownid\":[\"355289\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'14A15ADF87854F4F9BACD55E5DDA0232','','',NULL,'14A15ADF87854F4F9BACD55E5DDA0232','0',NULL,'2022-06-19 16:55:09','2022-06-19 16:55:09',NULL,NULL,NULL,NULL,NULL,NULL,'1','{\"bookingId\":\"TJ116836234868\",\"trips\":[{\"src\":\"DAC\",\"dest\":\"SXR\",\"departureDate\":\"2022-07-09T14:20\",\"flightNumbers\":[\"64\",\"950\"],\"airlines\":[\"SG\"],\"amendmentInfo\":{\"ADULT\":{\"amendmentCharges\":4617.7,\"refundAmount\":13175,\"totalFare\":17792.7}}}],\"status\":{\"success\":true,\"httpStatus\":200}}','12','UMAR MALIK','MASARAT NAZIR',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(92,0,48,13106,391857,391858,'FHNZSH','2022-06-25','F144222C8D78409189012ECBD1B8F41C','F144222C8D78409189012ECBD1B8F41C','SG- 475','SpiceJet','1',0,'2577e-72712-e2821-38062','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,9000,'432-2577e-72712-e2821-38062',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2577e-72712-e2821-38062\",\"apiTraceId\":\"432_6127\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 08:45\",\"FromUTCTime\":\"2022-06-25 08:45\",\"LocalToTime\":\"2022-06-25 10:15:00\",\"ToUTCTime\":\"2022-06-25 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"432-2577e-72712-e2821-38062\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6127\",\"ApiResultIndex\":\"432_6127\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B0\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"FHNZSH\",\"OnwardGroupPNRDummy\":\"FHNZSH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AE\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2577e-72712-e2821-38062\",\"apiTraceId\":\"432_6127\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 08:45\",\"FromUTCTime\":\"2022-06-25 08:45\",\"LocalToTime\":\"2022-06-25 10:15:00\",\"ToUTCTime\":\"2022-06-25 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"432-2577e-72712-e2821-38062\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6127\",\"ApiResultIndex\":\"432_6127\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B0\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"FHNZSH\",\"OnwardGroupPNRDummy\":\"FHNZSH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AE\",\"bookingId\":\"F144222C8D78409189012ECBD1B8F41C\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"FHNZSH\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ANKUSH\",\"lN\":\"TANWAR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"FHNZSH\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ANKIT\",\"lN\":\"ANKIT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F144222C8D78409189012ECBD1B8F41C\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391857\",\"TPSysId\":\"391858\",\"VersionId\":[\"77169\"],\"CustomerSysId\":\"207726\",\"TrxId\":\"27737\",\"FareBreakdownid\":[\"355290\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D2C854EC5181447B85D128618A5B9E03','','',NULL,'D2C854EC5181447B85D128618A5B9E03','0',NULL,'2022-06-20 04:52:35','2022-06-20 04:52:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAMLAKHAN AGARWAL','ANKUSH TANWAR (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(93,0,52,13351,391867,391868,'MI9I5E','2022-06-22','4099C63EE6C04FB5B1E39A9F198E711E','4099C63EE6C04FB5B1E39A9F198E711E','SG- 475','SpiceJet','1',0,'5dff0-75778-9abdb-8eee5','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'432-5dff0-75778-9abdb-8eee5',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5dff0-75778-9abdb-8eee5\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-5dff0-75778-9abdb-8eee5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07L\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06Z\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5dff0-75778-9abdb-8eee5\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-5dff0-75778-9abdb-8eee5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07L\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06Z\",\"bookingId\":\"4099C63EE6C04FB5B1E39A9F198E711E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MI9I5E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MD kadir\",\"lN\":\"Hussain\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4099C63EE6C04FB5B1E39A9F198E711E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391867\",\"TPSysId\":\"391868\",\"VersionId\":[\"77174\"],\"CustomerSysId\":\"208882\",\"TrxId\":\"27741\",\"FareBreakdownid\":[\"355293\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'CC3CCD43A99445D38A0EFBE19573568A','','',NULL,'CC3CCD43A99445D38A0EFBE19573568A','0',NULL,'2022-06-20 05:15:29','2022-06-20 05:15:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BILAL AHMAD DAR','MD kadir Hussain',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(94,0,54,13355,391906,391907,'K7IYYY','2022-06-27','A9F8A87764EE44F99724082397B76E55','A9F8A87764EE44F99724082397B76E55','SG- 475','SpiceJet','1',0,'7ef81-10ac8-11dae-53e50','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,9000,'432-7ef81-10ac8-11dae-53e50',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ef81-10ac8-11dae-53e50\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"432-7ef81-10ac8-11dae-53e50\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ef81-10ac8-11dae-53e50\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"432-7ef81-10ac8-11dae-53e50\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A9F8A87764EE44F99724082397B76E55\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Tasmeeha\",\"lN\":\"Tasmeeha\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Talbiya\",\"lN\":\"Qureshi \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A9F8A87764EE44F99724082397B76E55\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391906\",\"TPSysId\":\"391907\",\"VersionId\":[\"77189\"],\"CustomerSysId\":\"208912\",\"TrxId\":\"27751\",\"FareBreakdownid\":[\"355299\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'14C1038DF9BE4125801B0B04DAF6B921','1029921222',NULL,'29D2A3C668DD48F8BC14F9BA99AF61C6','F6A0450A78584CF9AE4ECFEFAA90FD48','0',NULL,'2022-06-20 06:07:43','2022-06-20 06:07:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Umer Farooq','Tasmeeha Tasmeeha (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(95,0,55,13328,391932,391933,'MI9I5E','2022-06-22','FD5116D46BD64A3B854D4B75B43029EC','FD5116D46BD64A3B854D4B75B43029EC','SG- 475','SpiceJet','1',0,'4f5fe-1b1af-483ae-407d0','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'432-4f5fe-1b1af-483ae-407d0',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4f5fe-1b1af-483ae-407d0\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-4f5fe-1b1af-483ae-407d0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4f5fe-1b1af-483ae-407d0\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-4f5fe-1b1af-483ae-407d0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FD5116D46BD64A3B854D4B75B43029EC\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MI9I5E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"TASHOOQ AHMAD\",\"lN\":\"MALIK\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FD5116D46BD64A3B854D4B75B43029EC\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"391932\",\"TPSysId\":\"391933\",\"VersionId\":[\"77199\"],\"CustomerSysId\":\"208756\",\"TrxId\":\"27755\",\"FareBreakdownid\":[\"355302\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'65925EB8D4C34F3E9ECF41C75FFDB98B','','',NULL,'65925EB8D4C34F3E9ECF41C75FFDB98B','0',NULL,'2022-06-20 06:32:29','2022-06-20 06:32:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHAFIQA BEGUM','TASHOOQ AHMAD MALIK',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(96,0,56,13367,0,0,NULL,'2022-06-21',NULL,NULL,'SG-8251','SpiceJet','1',0,'934da-9e696-9633d-921ca','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,5000,'424-934da-9e696-9633d-921ca',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"934da-9e696-9633d-921ca\",\"apiTraceId\":\"424_5756\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 18:35\",\"FromUTCTime\":\"2022-06-21 18:35\",\"LocalToTime\":\"2022-06-21 20:35:00\",\"ToUTCTime\":\"2022-06-21 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-934da-9e696-9633d-921ca\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5756\",\"ApiResultIndex\":\"424_5756\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JIJ63R\",\"OnwardGroupPNRDummy\":\"JIJ63R\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-20 08:19:56','2022-06-20 08:19:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'devendra bajoria','Muskan Kumari',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(97,0,56,13367,392137,392138,'JIJ63R','2022-06-21','3ACC85F12E7C49B8B5910EA14115417D','3ACC85F12E7C49B8B5910EA14115417D','SG-8251','SpiceJet','1',0,'540e7-3f0d4-c2358-acc87','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,4800,'424-540e7-3f0d4-c2358-acc87',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4400,400,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"540e7-3f0d4-c2358-acc87\",\"apiTraceId\":\"424_5756\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 18:35\",\"FromUTCTime\":\"2022-06-21 18:35\",\"LocalToTime\":\"2022-06-21 20:35:00\",\"ToUTCTime\":\"2022-06-21 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"424-540e7-3f0d4-c2358-acc87\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4400,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5756\",\"ApiResultIndex\":\"424_5756\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4400,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"030\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JIJ63R\",\"OnwardGroupPNRDummy\":\"JIJ63R\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02E\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"540e7-3f0d4-c2358-acc87\",\"apiTraceId\":\"424_5756\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 18:35\",\"FromUTCTime\":\"2022-06-21 18:35\",\"LocalToTime\":\"2022-06-21 20:35:00\",\"ToUTCTime\":\"2022-06-21 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"424-540e7-3f0d4-c2358-acc87\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4400,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5756\",\"ApiResultIndex\":\"424_5756\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4400,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"030\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JIJ63R\",\"OnwardGroupPNRDummy\":\"JIJ63R\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02E\",\"bookingId\":\"3ACC85F12E7C49B8B5910EA14115417D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"JIJ63R\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Kumari\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"3ACC85F12E7C49B8B5910EA14115417D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392137\",\"TPSysId\":\"392138\",\"VersionId\":[\"77258\"],\"CustomerSysId\":\"209004\",\"TrxId\":\"27771\",\"FareBreakdownid\":[\"355313\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9AE8018DF8D54223B2F3F59EBB9B38A9','','',NULL,'9AE8018DF8D54223B2F3F59EBB9B38A9','0',NULL,'2022-06-20 08:24:48','2022-06-20 08:24:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'devendra bajoria','Muskan Kumari',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(98,0,57,13293,392198,392199,'A9FYMP','2022-06-30','E860D63E598B425BB52D2E25958DAE44','E860D63E598B425BB52D2E25958DAE44','SG- 475','SpiceJet','1',0,'58e7c-a29a5-f7adf-f5e01','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-58e7c-a29a5-f7adf-f5e01',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,423.729,76.2712,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"58e7c-a29a5-f7adf-f5e01\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-58e7c-a29a5-f7adf-f5e01\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07I\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06W\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"58e7c-a29a5-f7adf-f5e01\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-58e7c-a29a5-f7adf-f5e01\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07I\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06W\",\"bookingId\":\"E860D63E598B425BB52D2E25958DAE44\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SARWAN\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E860D63E598B425BB52D2E25958DAE44\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392198\",\"TPSysId\":\"392199\",\"VersionId\":[\"77273\"],\"CustomerSysId\":\"208691\",\"TrxId\":\"27777\",\"FareBreakdownid\":[\"355317\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1C11B486DDD047FB924B11316D64BD8F','','',NULL,'1C11B486DDD047FB924B11316D64BD8F','0',NULL,'2022-06-20 09:04:42','2022-06-20 09:04:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ROUHILL AHMAD','SARWAN KUMAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(99,0,47,13125,392233,392234,'MGC69K','2022-06-26','73676243BDE44B2DB069997BAE148219','73676243BDE44B2DB069997BAE148219','SG-8251','SpiceJet','1',0,'5d7b2-3153e-3cffc-5cd56','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',3,1,15000,'424-5d7b2-3153e-3cffc-5cd56',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',13500,1500,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"424-5d7b2-3153e-3cffc-5cd56\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MGC69K\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"424-5d7b2-3153e-3cffc-5cd56\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MGC69K\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"73676243BDE44B2DB069997BAE148219\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Apurva\",\"lN\":\"Bhotika\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Priyanka\",\"lN\":\"Bhotika\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Aaryav\",\"lN\":\"Bhotika\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"73676243BDE44B2DB069997BAE148219\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392233\",\"TPSysId\":\"392234\",\"VersionId\":[\"77276\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"27779\",\"FareBreakdownid\":[\"355319\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'61705184AD794406B4966B1C6DC1AFA9','','',NULL,'61705184AD794406B4966B1C6DC1AFA9','0',NULL,'2022-06-20 09:44:55','2022-06-20 09:44:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Apurva Bhotika (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(100,0,44,13328,392326,392327,'EIGYKE','2022-06-21','33B9B05D026542BBA617583350D0E525','33B9B05D026542BBA617583350D0E525','SG-8150','SpiceJet','1',0,'1b185-7df22-9e33d-ec989','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,3200,'437-1b185-7df22-9e33d-ec989',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1b185-7df22-9e33d-ec989\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"437-1b185-7df22-9e33d-ec989\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"070\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"EIGYKE\",\"OnwardGroupPNRDummy\":\"EIGYKE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06E\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1b185-7df22-9e33d-ec989\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"437-1b185-7df22-9e33d-ec989\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"070\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"EIGYKE\",\"OnwardGroupPNRDummy\":\"EIGYKE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06E\",\"bookingId\":\"33B9B05D026542BBA617583350D0E525\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"EIGYKE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SYED MURTAZA\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"33B9B05D026542BBA617583350D0E525\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392326\",\"TPSysId\":\"392327\",\"VersionId\":[\"77294\"],\"CustomerSysId\":\"208756\",\"TrxId\":\"27783\",\"FareBreakdownid\":[\"355321\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'2E121AB0FF5A4492AF66A0E5F470AA4C','','',NULL,'2E121AB0FF5A4492AF66A0E5F470AA4C','0',NULL,'2022-06-20 10:47:54','2022-06-20 10:47:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHAFIQA BEGUM','SYED MURTAZA SHAH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(101,0,59,13142,392337,392338,'5NUBEU','2022-06-21','DMC100236280367','TJ100236280367','UK-612','Vistara','',1,'481cc-df5fc-65e0b-df685','539','13:55:00','14:45:00',0,'V',50,'01h 50m',13021,25897,'IXJ','SXR','Non-stop',1,1,3814.21,'21-10-15-2-3553639340_0IXJSXRUK612_39419374209572',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',3394,743.7,0,413,0,15,3814.21,0,0,50,9,0,0,834.746,150.254,0,0,0,'{\"bookingId\":\"DMC100236280367\",\"bookingId_TJ\":\"TJ100236280367\",\"FlightNumber\":\"UK-612\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"481cc-df5fc-65e0b-df685\",\"apiTraceId\":\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-06-21T13:55\",\"LocalFromTime\":\"2022-06-21 13:55\",\"FromUTCTime\":\"2022-06-21T13:55\",\"LocalToTime\":\"2022-06-21 14:45\",\"ToUTCTime\":\"2022-06-21T14:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,814\",\"ApiResultIndex\":\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3394,\"Tax\":684.7,\"YQTax\":0,\"OtherCharges\":413,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":4078.7,\"PublishedFare\":3814.21,\"PublishedFareAgent\":3814.21,\"OfferedFareAgent\":3814.21,\"OfferedFare\":3755.21,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3553639340_0IXJSXRUK612_39853844960579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":684.7,\"TotalBaseFare\":4078.7,\"BaseFareCal\":3764.21,\"BaseFare\":3394,\"CommissionEarned\":323.49,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":413,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":323.49,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":3814.21,\"CostToCustomer\":3814.21,\"BaseFareCal\":3764.21,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":3764.21,\"intOfferedFare\":3755.21,\"intPublishFare\":4078.7,\"TripjackMarkup\":0,\"TripjackCommission\":323.49,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"814\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-21T14:45\",\"SegFlightNumber\":\"UK-612\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-06-21T13:55\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3553639340_0IXJSXRUK612_39419374209572\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"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\":{\"ACFT\":26.25,\"CCFT\":9,\"ACF\":525,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC100236280367\",\"bookingId_TJ\":\"TJ100236280367\",\"FlightNumber\":\"UK-612\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"481cc-df5fc-65e0b-df685\",\"apiTraceId\":\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-06-21T13:55\",\"LocalFromTime\":\"2022-06-21 13:55\",\"FromUTCTime\":\"2022-06-21T13:55\",\"LocalToTime\":\"2022-06-21 14:45\",\"ToUTCTime\":\"2022-06-21T14:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,814\",\"ApiResultIndex\":\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3394,\"Tax\":684.7,\"YQTax\":0,\"OtherCharges\":413,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":4078.7,\"PublishedFare\":3814.21,\"PublishedFareAgent\":3814.21,\"OfferedFareAgent\":3814.21,\"OfferedFare\":3755.21,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3553639340_0IXJSXRUK612_39853844960579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":684.7,\"TotalBaseFare\":4078.7,\"BaseFareCal\":3764.21,\"BaseFare\":3394,\"CommissionEarned\":323.49,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":413,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":323.49,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":3814.21,\"CostToCustomer\":3814.21,\"BaseFareCal\":3764.21,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":3764.21,\"intOfferedFare\":3755.21,\"intPublishFare\":4078.7,\"TripjackMarkup\":0,\"TripjackCommission\":323.49,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"814\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-21T14:45\",\"SegFlightNumber\":\"UK-612\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-06-21T13:55\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3553639340_0IXJSXRUK612_39419374209572\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"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\":{\"ACFT\":26.25,\"CCFT\":9,\"ACF\":525,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ100236280367\",\"amount\":4078.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"917006544980\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-20T16:24:00.098\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9493892\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"612\",\"eT\":\"320\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-21T13:55\",\"at\":\"2022-06-21T14:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXJ-SXR\":\"5NUBEU\"},\"ticketNumberDetails\":{\"IXJ-SXR\":\"2283906840200\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PERVAIZ AHMAD\",\"lN\":\"AHANGER\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3755.21,\"TF\":4078.7,\"TAF\":684.7,\"IGST\":2.7,\"BF\":3394,\"NCM\":323.49},\"afC\":{\"TAF\":{\"YR\":80,\"AGST\":174,\"MFT\":2.7,\"MF\":15,\"OT\":413},\"NCM\":{\"TDS\":-17.03,\"OT\":340.52}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392337\",\"TPSysId\":\"392338\",\"VersionId\":[\"77297\"],\"CustomerSysId\":\"207885\",\"TrxId\":\"27785\",\"FareBreakdownid\":[\"355323\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'BD88261376794F5BA72617FA0B315F64','','',NULL,'BD88261376794F5BA72617FA0B315F64','0',NULL,'2022-06-20 10:52:30','2022-06-20 10:52:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','PERVAIZ AHMAD AHANGER',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(103,0,61,13324,392346,392347,'X7EH6Y','2022-07-02','FE6B3C0684344AC887A683843D234957','FE6B3C0684344AC887A683843D234957','SG- 8961','SpiceJet','1',0,'bff93-0f3ae-4eedf-1d197','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,5000,'433-bff93-0f3ae-4eedf-1d197',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bff93-0f3ae-4eedf-1d197\",\"apiTraceId\":\"433_6175\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 11:35\",\"FromUTCTime\":\"2022-07-02 11:35\",\"LocalToTime\":\"2022-07-02 13:20:00\",\"ToUTCTime\":\"2022-07-02 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"433-bff93-0f3ae-4eedf-1d197\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6175\",\"ApiResultIndex\":\"433_6175\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0F2\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0ED\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bff93-0f3ae-4eedf-1d197\",\"apiTraceId\":\"433_6175\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 11:35\",\"FromUTCTime\":\"2022-07-02 11:35\",\"LocalToTime\":\"2022-07-02 13:20:00\",\"ToUTCTime\":\"2022-07-02 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"433-bff93-0f3ae-4eedf-1d197\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6175\",\"ApiResultIndex\":\"433_6175\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0F2\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"X7EH6Y\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0ED\",\"bookingId\":\"FE6B3C0684344AC887A683843D234957\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"X7EH6Y\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Mohammad hussain\",\"lN\":\"Khan\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"FE6B3C0684344AC887A683843D234957\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392346\",\"TPSysId\":\"392347\",\"VersionId\":[\"77299\"],\"CustomerSysId\":\"208747\",\"TrxId\":\"27786\",\"FareBreakdownid\":[\"355324\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'6F77A688DA164F728C24AC1BD553982F','1030463693',NULL,'BC97F2D0A664497481F560D3EFC973F8','C493F2EFA1AD4F91A16ECB4D64678E50','0',NULL,'2022-06-20 10:56:24','2022-06-20 10:56:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AIJAZ WANI','Mohammad hussain Khan',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(104,0,62,13136,392353,392354,'N5MYSB','2022-06-21','32F85533304542CDB7E448A8D0124FF2','32F85533304542CDB7E448A8D0124FF2','SG-8374','SpiceJet','1',0,'d368d-a9dab-a1c05-1088e','463','11:55:00','13:35:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,5100,'444-d368d-a9dab-a1c05-1088e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4800,300,0,0,0,0,0,0,0,300,0,0,0,423.729,76.2712,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d368d-a9dab-a1c05-1088e\",\"apiTraceId\":\"444_6496\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 11:55\",\"FromUTCTime\":\"2022-06-21 11:55\",\"LocalToTime\":\"2022-06-21 13:25:00\",\"ToUTCTime\":\"2022-06-21 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5100,\"PublishedFareTxt\":\"5,100\",\"ApiResultIndex\":\"444-d368d-a9dab-a1c05-1088e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5100,\"PublishedFare\":5100,\"PublishedFareAgent\":5100,\"OfferedFareAgent\":5100,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6496\",\"ApiResultIndex\":\"444_6496\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":5100,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4800,\"BaseFare\":4800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":5100,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0R8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"N5MYSB\",\"OnwardGroupPNRDummy\":\"N5MYSB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0QJ\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d368d-a9dab-a1c05-1088e\",\"apiTraceId\":\"444_6496\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 11:55\",\"FromUTCTime\":\"2022-06-21 11:55\",\"LocalToTime\":\"2022-06-21 13:25:00\",\"ToUTCTime\":\"2022-06-21 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5100,\"PublishedFareTxt\":\"5,100\",\"ApiResultIndex\":\"444-d368d-a9dab-a1c05-1088e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5100,\"PublishedFare\":5100,\"PublishedFareAgent\":5100,\"OfferedFareAgent\":5100,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6496\",\"ApiResultIndex\":\"444_6496\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":5100,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4800,\"BaseFare\":4800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":5100,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0R8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"N5MYSB\",\"OnwardGroupPNRDummy\":\"N5MYSB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0QJ\",\"bookingId\":\"32F85533304542CDB7E448A8D0124FF2\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"N5MYSB\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SAHIL\",\"lN\":\"SAHIL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"32F85533304542CDB7E448A8D0124FF2\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392353\",\"TPSysId\":\"392354\",\"VersionId\":[\"77304\"],\"CustomerSysId\":\"207878\",\"TrxId\":\"27789\",\"FareBreakdownid\":[\"355326\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'EA54EF2CA63E4F0E9064180385928B58','','',NULL,'EA54EF2CA63E4F0E9064180385928B58','0',NULL,'2022-06-20 11:01:55','2022-06-20 11:01:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'abid BHAT','SAHIL SAHIL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(105,0,63,13286,392466,392467,'5P54CV','2022-06-21','DMC103436286799','TJ103436286799','UK-975','Vistara','',1,'05259-7bb63-7049c-4010c','539','05:55:00','07:55:00',0,'V',120,'02h 00m',7701,18676,'DEL','BOM','Non-stop',2,1,11941.84,'21-10-15-2-9581867881_0DELBOMUK975_34251903918140',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',11038,1757.4,0,780,0,30,11941.84,0,0,100,18,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103436286799\",\"bookingId_TJ\":\"TJ103436286799\",\"FlightNumber\":\"UK-975\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"05259-7bb63-7049c-4010c\",\"apiTraceId\":\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:55\",\"ArrivalTime\":\"07:55\",\"TravelDate\":\"2022-06-21T05:55\",\"LocalFromTime\":\"2022-06-21 05:55\",\"FromUTCTime\":\"2022-06-21T05:55\",\"LocalToTime\":\"2022-06-21 07:55\",\"ToUTCTime\":\"2022-06-21T07:55\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,942\",\"ApiResultIndex\":\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11038,\"Tax\":1639.4,\"YQTax\":0,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":564,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":12677.4,\"PublishedFare\":11941.84,\"PublishedFareAgent\":11941.84,\"OfferedFareAgent\":11941.84,\"OfferedFare\":11823.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9581867881_0DELBOMUK975_40748741849579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1639.4,\"TotalBaseFare\":12677.4,\"BaseFareCal\":11841.84,\"BaseFare\":11038,\"CommissionEarned\":853.56,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":564,\"MFT\":5.4,\"OT\":780,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":853.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":11941.84,\"CostToCustomer\":11941.84,\"BaseFareCal\":11841.84,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":11841.84,\"intOfferedFare\":11823.84,\"intPublishFare\":12677.4,\"TripjackMarkup\":0,\"TripjackCommission\":853.56,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"761\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-21T07:55\",\"SegFlightNumber\":\"UK-975\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T05:55\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-9581867881_0DELBOMUK975_34251903918140\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":26.25,\"CCF\":50,\"ACF\":525,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC103436286799\",\"bookingId_TJ\":\"TJ103436286799\",\"FlightNumber\":\"UK-975\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"05259-7bb63-7049c-4010c\",\"apiTraceId\":\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:55\",\"ArrivalTime\":\"07:55\",\"TravelDate\":\"2022-06-21T05:55\",\"LocalFromTime\":\"2022-06-21 05:55\",\"FromUTCTime\":\"2022-06-21T05:55\",\"LocalToTime\":\"2022-06-21 07:55\",\"ToUTCTime\":\"2022-06-21T07:55\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,942\",\"ApiResultIndex\":\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11038,\"Tax\":1639.4,\"YQTax\":0,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":564,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":12677.4,\"PublishedFare\":11941.84,\"PublishedFareAgent\":11941.84,\"OfferedFareAgent\":11941.84,\"OfferedFare\":11823.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9581867881_0DELBOMUK975_40748741849579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1639.4,\"TotalBaseFare\":12677.4,\"BaseFareCal\":11841.84,\"BaseFare\":11038,\"CommissionEarned\":853.56,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":564,\"MFT\":5.4,\"OT\":780,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":853.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":11941.84,\"CostToCustomer\":11941.84,\"BaseFareCal\":11841.84,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":11841.84,\"intOfferedFare\":11823.84,\"intPublishFare\":12677.4,\"TripjackMarkup\":0,\"TripjackCommission\":853.56,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"761\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-21T07:55\",\"SegFlightNumber\":\"UK-975\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T05:55\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-9581867881_0DELBOMUK975_34251903918140\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":26.25,\"CCF\":50,\"ACF\":525,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ103436286799\",\"amount\":12677.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"Skyhightoursandtravelz@gmail.com\"],\"contacts\":[\"919797117286\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-20T17:45:35.154\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9495959\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"975\",\"eT\":\"320\"},\"stops\":0,\"duration\":120,\"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 Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2022-06-21T05:55\",\"at\":\"2022-06-21T07:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"5P54CV\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"2283906847586\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAJ\",\"lN\":\"RIYAJ\"},{\"pnrDetails\":{\"DEL-BOM\":\"5P54CV\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"2283906847587\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHD\",\"lN\":\"SARIK\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":11038,\"TF\":12677.4,\"TAF\":1639.4,\"NF\":11823.84,\"IGST\":5.4,\"NCM\":853.56},\"afC\":{\"TAF\":{\"MF\":30,\"OT\":780,\"YR\":260,\"MFT\":5.4,\"AGST\":564},\"NCM\":{\"OT\":898.48,\"TDS\":-44.92}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392466\",\"TPSysId\":\"392467\",\"VersionId\":[\"77335\"],\"CustomerSysId\":\"208679\",\"TrxId\":\"27798\",\"FareBreakdownid\":[\"355331\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'AA6ACAC98DF64B9BA41748189A6FCD01','','',NULL,'AA6ACAC98DF64B9BA41748189A6FCD01','0',NULL,'2022-06-20 12:14:27','2022-06-20 12:14:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHABIR BHAT','RIYAJ RIYAJ (+1)',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL);
INSERT INTO `tbl_flight_booking` VALUES (106,0,64,13286,392475,392476,'','2022-06-23','DMC102436287175','TJ102436287175','SG-8702','SpiceJet','1',0,'27ebd-d9b41-3e50c-ddad6','463','16:00:00','18:20:00',0,'G',140,'02h 20m',18676,7701,'BOM','DEL','Non-stop',1,1,4982.9,'11-4745966939_1BOMDELSG8702_40662738518065',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,482.9,0,300,0,15,4982.9,0,0,140,25.2,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102436287175\",\"bookingId_TJ\":\"TJ102436287175\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"27ebd-d9b41-3e50c-ddad6\",\"apiTraceId\":\"11-4745966939_1BOMDELSG8702_40662738518065\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-23T16:00\",\"LocalFromTime\":\"2022-06-23 16:00\",\"FromUTCTime\":\"2022-06-23T16:00\",\"LocalToTime\":\"2022-06-23 18:20\",\"ToUTCTime\":\"2022-06-23T18:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,983\",\"ApiResultIndex\":\"11-4745966939_1BOMDELSG8702_40662738518065\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":4982.9,\"PublishedFareAgent\":4982.9,\"OfferedFareAgent\":4982.9,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4745966939_0BOMDELSG8702_21605716044855\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4842.9,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4982.9,\"CostToCustomer\":4982.9,\"BaseFareCal\":4842.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4842.9,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"445\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T18:20\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4745966939_1BOMDELSG8702_40662738518065\",\"FareRuleData\":{\"fareRule\":{\"BOM-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC102436287175\",\"bookingId_TJ\":\"TJ102436287175\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"27ebd-d9b41-3e50c-ddad6\",\"apiTraceId\":\"11-4745966939_1BOMDELSG8702_40662738518065\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-23T16:00\",\"LocalFromTime\":\"2022-06-23 16:00\",\"FromUTCTime\":\"2022-06-23T16:00\",\"LocalToTime\":\"2022-06-23 18:20\",\"ToUTCTime\":\"2022-06-23T18:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,983\",\"ApiResultIndex\":\"11-4745966939_1BOMDELSG8702_40662738518065\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":4982.9,\"PublishedFareAgent\":4982.9,\"OfferedFareAgent\":4982.9,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4745966939_0BOMDELSG8702_21605716044855\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4842.9,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4982.9,\"CostToCustomer\":4982.9,\"BaseFareCal\":4842.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4842.9,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"445\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T18:20\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4745966939_1BOMDELSG8702_40662738518065\",\"FareRuleData\":{\"fareRule\":{\"BOM-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ102436287175\",\"amount\":4817.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"Skyhightoursandtravelz@gmail.com\"],\"contacts\":[\"919018603134\"]},\"status\":\"PENDING\",\"createdOn\":\"2022-06-20T17:49:15.811\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9496092\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8702\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-23T16:00\",\"at\":\"2022-06-23T18:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAJ\",\"lN\":\"RIYAJ\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TF\":4817.7,\"TAF\":317.7,\"NF\":4817.7,\"BF\":4500},\"afC\":{\"TAF\":{\"MF\":15,\"MFT\":2.7,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392475\",\"TPSysId\":\"392476\",\"VersionId\":[\"77336\"],\"CustomerSysId\":\"208679\",\"TrxId\":\"27800\",\"FareBreakdownid\":[\"355332\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7C046A885E5949F6A2FC2D829AFC641D','','',NULL,'7C046A885E5949F6A2FC2D829AFC641D','0',NULL,'2022-06-20 12:18:08','2022-06-20 12:18:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHABIR BHAT','RIYAJ RIYAJ',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(107,0,65,13185,0,0,NULL,'2022-07-03',NULL,NULL,'SG- 475','SpiceJet','1',0,'4d51a-080fb-75d7d-59427','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-4d51a-080fb-75d7d-59427',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4d51a-080fb-75d7d-59427\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-4d51a-080fb-75d7d-59427\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02H\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-20 12:18:11','2022-06-20 12:18:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Jameel Javaid Mir','Vivek Kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(108,0,66,13153,392488,392489,'S9ZCRV','2022-06-22','F1E904FCCFB24A738AC68CFDEF228037','F1E904FCCFB24A738AC68CFDEF228037','SG-8702','SpiceJet','1',0,'64013-d0e5c-74f41-84029','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',2,1,8000,'430-64013-d0e5c-74f41-84029',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"64013-d0e5c-74f41-84029\",\"apiTraceId\":\"430_6037\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 16:00\",\"FromUTCTime\":\"2022-06-22 16:00\",\"LocalToTime\":\"2022-06-22 18:20:00\",\"ToUTCTime\":\"2022-06-22 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"430-64013-d0e5c-74f41-84029\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6037\",\"ApiResultIndex\":\"430_6037\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"S9ZCRV\",\"OnwardGroupPNRDummy\":\"S9ZCRV\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"64013-d0e5c-74f41-84029\",\"apiTraceId\":\"430_6037\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 16:00\",\"FromUTCTime\":\"2022-06-22 16:00\",\"LocalToTime\":\"2022-06-22 18:20:00\",\"ToUTCTime\":\"2022-06-22 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"430-64013-d0e5c-74f41-84029\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6037\",\"ApiResultIndex\":\"430_6037\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"S9ZCRV\",\"OnwardGroupPNRDummy\":\"S9ZCRV\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F1E904FCCFB24A738AC68CFDEF228037\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"S9ZCRV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED SAYEED ALI\",\"lN\":\"KUPAY\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"BOM-DEL\":\"S9ZCRV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED FAROOQ ABDUL KADER\",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F1E904FCCFB24A738AC68CFDEF228037\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392488\",\"TPSysId\":\"392489\",\"VersionId\":[\"77340\"],\"CustomerSysId\":\"207901\",\"TrxId\":\"27802\",\"FareBreakdownid\":[\"355333\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9D8952E9AD2847F491CF16B8581477A2','','',NULL,'9D8952E9AD2847F491CF16B8581477A2','0',NULL,'2022-06-20 12:23:20','2022-06-20 12:23:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Habib Khan','MOHAMMED SAYEED ALI KUPAY (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(109,0,67,13106,0,0,NULL,'2022-06-22','DMC109936289213','TJ109936289213','G8-189','Go First','1',0,'e7e03-5e7e6-89c4e-20fd2','240','17:45:00','19:25:00',0,'G',100,'02h 40m',25897,7701,'SXR','DEL','Non-stop',1,1,4132.9,'11-3061987148_1SXRDELG8189_29664635414953',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3700,432.9,0,250,0,15,4132.9,0,0,140,25.2,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC109936289213\",\"bookingId_TJ\":\"TJ109936289213\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e7e03-5e7e6-89c4e-20fd2\",\"apiTraceId\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-22T17:45\",\"LocalFromTime\":\"2022-06-22 17:45\",\"FromUTCTime\":\"2022-06-22T17:45\",\"LocalToTime\":\"2022-06-22 19:25\",\"ToUTCTime\":\"2022-06-22T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,133\",\"ApiResultIndex\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3967.7,\"PublishedFare\":4132.9,\"PublishedFareAgent\":4132.9,\"OfferedFareAgent\":4132.9,\"OfferedFare\":3967.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3061987148_0SXRDELG8189_35613902369091\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3967.7,\"BaseFareCal\":3992.8999999999996,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4132.9,\"CostToCustomer\":4132.9,\"BaseFareCal\":3992.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3992.8999999999996,\"intOfferedFare\":3967.7,\"intPublishFare\":3967.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"48\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3061987148_1SXRDELG8189_29664635414953\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'D630874521FB4638883DD0E6A843C054','','',NULL,'343BAC64BE204C17B1F64F7D013598E0','0',NULL,'2022-06-20 12:48:06','2022-06-20 12:48:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAMLAKHAN AGARWAL','Kapil  Dangi',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(110,0,66,13153,392534,392535,'ICCGSJ','2022-06-23','2FF5AA45BE63496FA6388A28BAA0DDBA','2FF5AA45BE63496FA6388A28BAA0DDBA','SG- 8709','SpiceJet','1',0,'b0a1d-048da-2fc91-05b4b','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,4300,'431-b0a1d-048da-2fc91-05b4b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b0a1d-048da-2fc91-05b4b\",\"apiTraceId\":\"431_6084\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 18:55\",\"FromUTCTime\":\"2022-06-23 18:55\",\"LocalToTime\":\"2022-06-23 22:05:00\",\"ToUTCTime\":\"2022-06-23 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-b0a1d-048da-2fc91-05b4b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6084\",\"ApiResultIndex\":\"431_6084\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ICCGSJ\",\"OnwardGroupPNRDummy\":\"ICCGSJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b0a1d-048da-2fc91-05b4b\",\"apiTraceId\":\"431_6084\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 18:55\",\"FromUTCTime\":\"2022-06-23 18:55\",\"LocalToTime\":\"2022-06-23 22:05:00\",\"ToUTCTime\":\"2022-06-23 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-b0a1d-048da-2fc91-05b4b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6084\",\"ApiResultIndex\":\"431_6084\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ICCGSJ\",\"OnwardGroupPNRDummy\":\"ICCGSJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2FF5AA45BE63496FA6388A28BAA0DDBA\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"ICCGSJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED FAROOQ ABDUL KADER\",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2FF5AA45BE63496FA6388A28BAA0DDBA\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392534\",\"TPSysId\":\"392535\",\"VersionId\":[\"77349\"],\"CustomerSysId\":\"207901\",\"TrxId\":\"27807\",\"FareBreakdownid\":[\"355335\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'84426E2554F2441BB43C5B3F137E94B0','','',NULL,'84426E2554F2441BB43C5B3F137E94B0','0',NULL,'2022-06-20 12:50:20','2022-06-20 12:50:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Habib Khan','MOHAMMED FAROOQ ABDUL KADER SHAIKH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(111,0,68,13180,0,0,NULL,'2022-06-21','DMC103836290805','TJ103836290805','UK-951','Vistara','',1,'71dc1-2969c-1611b-a42df','539','14:20:00','16:30:00',0,'V',130,'02h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,5969.97,'21-10-15-2-3726135240_1DELBOMUK951_31276911222797',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',5518,878.7,0,390,0,15,5969.97,0,0,50,9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103836290805\",\"bookingId_TJ\":\"TJ103836290805\",\"FlightNumber\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71dc1-2969c-1611b-a42df\",\"apiTraceId\":\"21-10-15-2-3726135240_1DELBOMUK951_31276911222797\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-06-21T14:20\",\"LocalFromTime\":\"2022-06-21 14:20\",\"FromUTCTime\":\"2022-06-21T14:20\",\"LocalToTime\":\"2022-06-21 16:30\",\"ToUTCTime\":\"2022-06-21T16:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,970\",\"ApiResultIndex\":\"21-10-15-2-3726135240_1DELBOMUK951_31276911222797\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5518,\"Tax\":819.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":282,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6337.7,\"PublishedFare\":5969.97,\"PublishedFareAgent\":5969.97,\"OfferedFareAgent\":5969.97,\"OfferedFare\":5910.97,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3726135240_0DELBOMUK951_25636389151083\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":426.73,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5969.97,\"CostToAgent\":5969.97,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":819.7,\"TotalBaseFare\":6337.7,\"BaseFareCal\":5919.97,\"BaseFare\":5518,\"CommissionEarned\":426.73,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":282,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":426.73,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5969.97,\"CostToAgent\":5969.97,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":426.73,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":5969.97,\"CostToCustomer\":5969.97,\"BaseFareCal\":5919.97,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":5919.97,\"intOfferedFare\":5910.97,\"intPublishFare\":6337.7,\"TripjackMarkup\":0,\"TripjackCommission\":426.73,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":426.73,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5969.97,\"CostToAgent\":5969.97,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"293\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-21T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T14:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3726135240_1DELBOMUK951_31276911222797\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"ACFT\":26.25,\"CCF\":50,\"ACF\":525}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-20 13:32:32','2022-06-20 13:32:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PUNEET SINGH','PUNEET SINGH CHANDHOK',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(112,0,63,13286,392599,392600,'QFHZ5E','2022-06-23','DMC109036293740','TJ109036293740','G8-341','Go First','1',1,'40444-5dc21-397c2-019a2','240','20:40:00','22:55:00',0,'SP',135,'02h 15m',18676,7701,'BOM','DEL','Non-stop',1,1,6082.17,'1-9338214475_4BOMDELG8341_126435456892241',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',5353,858.7,0,508,0,15,6082.17,0,0,50,9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC109036293740\",\"bookingId_TJ\":\"TJ109036293740\",\"FlightNumber\":\"G8-341\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"40444-5dc21-397c2-019a2\",\"apiTraceId\":\"1-9338214475_4BOMDELG8341_126435456892241\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2022-06-23T20:40\",\"LocalFromTime\":\"2022-06-23 20:40\",\"FromUTCTime\":\"2022-06-23T20:40\",\"LocalToTime\":\"2022-06-23 22:55\",\"ToUTCTime\":\"2022-06-23T22:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,082\",\"ApiResultIndex\":\"1-9338214475_4BOMDELG8341_126435456892241\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5353,\"Tax\":799.7,\"YQTax\":0,\"OtherCharges\":508,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":274,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6152.7,\"PublishedFare\":6082.17,\"PublishedFareAgent\":6082.17,\"OfferedFareAgent\":6082.17,\"OfferedFare\":6023.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9338214475_0BOMDELG8341_41524205378604\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":799.7,\"TotalBaseFare\":6152.7,\"BaseFareCal\":6032.17,\"BaseFare\":5353,\"CommissionEarned\":129.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":274,\"MFT\":2.7,\"OT\":508,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":129.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6082.17,\"CostToCustomer\":6082.17,\"BaseFareCal\":6032.17,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6032.17,\"intOfferedFare\":6023.17,\"intPublishFare\":6152.7,\"TripjackMarkup\":0,\"TripjackCommission\":129.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"894\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T22:55\",\"SegFlightNumber\":\"G8-341\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T20:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMNV\",\"Price\":400,\"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-9338214475_4BOMDELG8341_126435456892241\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"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\":{\"ARF\":3000,\"CRF\":50,\"CRFT\":9,\"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\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC109036293740\",\"bookingId_TJ\":\"TJ109036293740\",\"FlightNumber\":\"G8-341\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"40444-5dc21-397c2-019a2\",\"apiTraceId\":\"1-9338214475_4BOMDELG8341_126435456892241\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2022-06-23T20:40\",\"LocalFromTime\":\"2022-06-23 20:40\",\"FromUTCTime\":\"2022-06-23T20:40\",\"LocalToTime\":\"2022-06-23 22:55\",\"ToUTCTime\":\"2022-06-23T22:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,082\",\"ApiResultIndex\":\"1-9338214475_4BOMDELG8341_126435456892241\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5353,\"Tax\":799.7,\"YQTax\":0,\"OtherCharges\":508,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":274,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6152.7,\"PublishedFare\":6082.17,\"PublishedFareAgent\":6082.17,\"OfferedFareAgent\":6082.17,\"OfferedFare\":6023.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9338214475_0BOMDELG8341_41524205378604\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":799.7,\"TotalBaseFare\":6152.7,\"BaseFareCal\":6032.17,\"BaseFare\":5353,\"CommissionEarned\":129.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":274,\"MFT\":2.7,\"OT\":508,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":129.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6082.17,\"CostToCustomer\":6082.17,\"BaseFareCal\":6032.17,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6032.17,\"intOfferedFare\":6023.17,\"intPublishFare\":6152.7,\"TripjackMarkup\":0,\"TripjackCommission\":129.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"894\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T22:55\",\"SegFlightNumber\":\"G8-341\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T20:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMNV\",\"Price\":400,\"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-9338214475_4BOMDELG8341_126435456892241\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"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\":{\"ARF\":3000,\"CRF\":50,\"CRFT\":9,\"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\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ109036293740\",\"amount\":6152.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"Skyhightoursandtravelz@gmail.com\"],\"contacts\":[\"919797117286\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-20T19:42:09.152\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9497957\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"341\",\"eT\":\"32A\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"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 2\"},\"dt\":\"2022-06-23T20:40\",\"at\":\"2022-06-23T22:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"QFHZ5E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAJ\",\"lN\":\"RIYAJ\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":6152.7,\"IGST\":2.7,\"NCM\":129.53,\"BF\":5353,\"TAF\":799.7,\"NF\":6023.17},\"afC\":{\"NCM\":{\"OT\":136.35,\"TDS\":-6.82},\"TAF\":{\"MFT\":2.7,\"OT\":508,\"MF\":15,\"YQ\":0,\"AGST\":274}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392599\",\"TPSysId\":\"392600\",\"VersionId\":[\"77375\"],\"CustomerSysId\":\"208679\",\"TrxId\":\"27821\",\"FareBreakdownid\":[\"355338\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'25069855C163447DB656110431ED4641','','',NULL,'25069855C163447DB656110431ED4641','0',NULL,'2022-06-20 14:10:11','2022-06-20 14:10:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHABIR BHAT','RIYAJ RIYAJ',NULL,NULL,NULL,NULL,'COUPON','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(113,0,49,13342,392611,392612,'A9FYMP','2022-06-30','113D9180FAE342E8A9F5504E4F35469B','113D9180FAE342E8A9F5504E4F35469B','SG- 475','SpiceJet','1',0,'f1765-ffc77-f9754-ba777','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-f1765-ffc77-f9754-ba777',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,254.237,45.7627,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f1765-ffc77-f9754-ba777\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-f1765-ffc77-f9754-ba777\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f1765-ffc77-f9754-ba777\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-f1765-ffc77-f9754-ba777\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"113D9180FAE342E8A9F5504E4F35469B\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Prashant Singh \",\"lN\":\"jadon\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"113D9180FAE342E8A9F5504E4F35469B\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392611\",\"TPSysId\":\"392612\",\"VersionId\":[\"77379\"],\"CustomerSysId\":\"208786\",\"TrxId\":\"27826\",\"FareBreakdownid\":[\"355341\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'6B87756C621749D9BE7DA7CABBD2C518','','',NULL,'6B87756C621749D9BE7DA7CABBD2C518','0',NULL,'2022-06-20 14:50:11','2022-06-20 14:50:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PEERZADA ABID BEIGH','Prashant Singh  jadon',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(114,0,47,13125,392648,392649,'P8ET6F','2022-06-24','36750F2BDFAB445CB74C511E9ADDB1B9','36750F2BDFAB445CB74C511E9ADDB1B9','SG-8251','SpiceJet','1',0,'16dc6-8aa9b-fbfd5-f401f','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',2,1,10000,'424-16dc6-8aa9b-fbfd5-f401f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',9000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"apiTraceId\":\"424_5759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 18:35\",\"FromUTCTime\":\"2022-06-24 18:35\",\"LocalToTime\":\"2022-06-24 20:35:00\",\"ToUTCTime\":\"2022-06-24 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10000,\"PublishedFareTxt\":\"10,000\",\"ApiResultIndex\":\"424-16dc6-8aa9b-fbfd5-f401f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9000,\"Tax\":200,\"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\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5759\",\"ApiResultIndex\":\"424_5759\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9000,\"BaseFare\":9000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"P8ET6F\",\"OnwardGroupPNRDummy\":\"P8ET6F\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"apiTraceId\":\"424_5759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 18:35\",\"FromUTCTime\":\"2022-06-24 18:35\",\"LocalToTime\":\"2022-06-24 20:35:00\",\"ToUTCTime\":\"2022-06-24 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10000,\"PublishedFareTxt\":\"10,000\",\"ApiResultIndex\":\"424-16dc6-8aa9b-fbfd5-f401f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9000,\"Tax\":200,\"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\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5759\",\"ApiResultIndex\":\"424_5759\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9000,\"BaseFare\":9000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"P8ET6F\",\"OnwardGroupPNRDummy\":\"P8ET6F\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"36750F2BDFAB445CB74C511E9ADDB1B9\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"P8ET6F\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Niranjan\",\"lN\":\"Jain\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"P8ET6F\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Sonu\",\"lN\":\"Jain\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"36750F2BDFAB445CB74C511E9ADDB1B9\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392648\",\"TPSysId\":\"392649\",\"VersionId\":[\"77381\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"27828\",\"FareBreakdownid\":[\"355343\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'85E427582CF84DF09E6F5174C9080E9B','','',NULL,'85E427582CF84DF09E6F5174C9080E9B','0',NULL,'2022-06-20 16:56:42','2022-06-20 16:56:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Niranjan Jain (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(115,0,69,13333,392727,392728,'K7IYYY','2022-06-27','6E215147288A4221BFDC741840ED1923','6E215147288A4221BFDC741840ED1923','SG- 475','SpiceJet','1',0,'0ded5-c3032-7e0de-05273','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4700,'432-0ded5-c3032-7e0de-05273',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4200,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ded5-c3032-7e0de-05273\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"432-0ded5-c3032-7e0de-05273\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ded5-c3032-7e0de-05273\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"432-0ded5-c3032-7e0de-05273\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"6E215147288A4221BFDC741840ED1923\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GOWHER HASSAN\",\"lN\":\"BHAT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"6E215147288A4221BFDC741840ED1923\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392727\",\"TPSysId\":\"392728\",\"VersionId\":[\"77390\"],\"CustomerSysId\":\"208766\",\"TrxId\":\"27834\",\"FareBreakdownid\":[\"355345\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A69EED50C1C541908B92BE94009A866D','','',NULL,'A69EED50C1C541908B92BE94009A866D','0',NULL,'2022-06-21 04:09:42','2022-06-21 04:09:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SIMRAN ALI','GOWHER HASSAN BHAT',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(116,0,70,13287,392787,392788,'WIPQQH','2022-06-24','6530F3BF7ACD4299BA41F585C341DA80','6530F3BF7ACD4299BA41F585C341DA80','SG-8374','SpiceJet','1',0,'61634-9a1c5-24f36-47f03','463','11:55:00','13:35:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'444-61634-9a1c5-24f36-47f03',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4200,300,0,0,0,0,0,0,0,100,0,0,0,847.458,152.542,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"61634-9a1c5-24f36-47f03\",\"apiTraceId\":\"444_6499\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:55\",\"FromUTCTime\":\"2022-06-24 11:55\",\"LocalToTime\":\"2022-06-24 13:25:00\",\"ToUTCTime\":\"2022-06-24 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"444-61634-9a1c5-24f36-47f03\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6499\",\"ApiResultIndex\":\"444_6499\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"WIPQQH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"61634-9a1c5-24f36-47f03\",\"apiTraceId\":\"444_6499\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:55\",\"FromUTCTime\":\"2022-06-24 11:55\",\"LocalToTime\":\"2022-06-24 13:25:00\",\"ToUTCTime\":\"2022-06-24 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"444-61634-9a1c5-24f36-47f03\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6499\",\"ApiResultIndex\":\"444_6499\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"WIPQQH\",\"OnwardGroupPNRDummy\":\"WIPQQH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"6530F3BF7ACD4299BA41F585C341DA80\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Manpriya\",\"lN\":\"Kaur\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"6530F3BF7ACD4299BA41F585C341DA80\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392787\",\"TPSysId\":\"392788\",\"VersionId\":[\"77402\"],\"CustomerSysId\":\"208680\",\"TrxId\":\"27839\",\"FareBreakdownid\":[\"355347\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'AA07ADB1211C49CA95E409D14031A544','','',NULL,'AA07ADB1211C49CA95E409D14031A544','0',NULL,'2022-06-21 06:01:21','2022-06-21 06:01:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'HILAL MIR','Manpriya Kaur',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(117,0,71,13409,392967,392968,'GJCHWR','2022-07-03','61793780E02F44468CD61179E5E64767','61793780E02F44468CD61179E5E64767','SG- 8709','SpiceJet','1',0,'60e19-c04fd-dd4e1-daf1f','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,4300,'431-60e19-c04fd-dd4e1-daf1f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"60e19-c04fd-dd4e1-daf1f\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-60e19-c04fd-dd4e1-daf1f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"60e19-c04fd-dd4e1-daf1f\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-60e19-c04fd-dd4e1-daf1f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"GJCHWR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"61793780E02F44468CD61179E5E64767\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"GJCHWR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VINIT\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"61793780E02F44468CD61179E5E64767\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"392967\",\"TPSysId\":\"392968\",\"VersionId\":[\"77458\"],\"CustomerSysId\":\"209409\",\"TrxId\":\"27857\",\"FareBreakdownid\":[\"355358\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A8D1A1066D704F9780479B0A99712B3B','1032113272',NULL,'9243FCD7BCF847F5B5BEB9432EC4FAB4','B748B5D976454EB58180BA875F1CD6D2','0',NULL,'2022-06-21 07:36:02','2022-06-21 07:36:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIRMAL KUMAR NAHATA','VINIT SHAH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(118,0,71,13409,393025,393026,'O9ZPKF','2022-07-01','878AEE3725364E55B5EAFF38E0F7D9EE','878AEE3725364E55B5EAFF38E0F7D9EE','SG-8702','SpiceJet','1',0,'ca637-bd058-b2d9a-b0695','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',1,1,4000,'430-ca637-bd058-b2d9a-b0695',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ca637-bd058-b2d9a-b0695\",\"apiTraceId\":\"430_6046\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 16:00\",\"FromUTCTime\":\"2022-07-01 16:00\",\"LocalToTime\":\"2022-07-01 18:20:00\",\"ToUTCTime\":\"2022-07-01 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"430-ca637-bd058-b2d9a-b0695\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6046\",\"ApiResultIndex\":\"430_6046\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ca637-bd058-b2d9a-b0695\",\"apiTraceId\":\"430_6046\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 16:00\",\"FromUTCTime\":\"2022-07-01 16:00\",\"LocalToTime\":\"2022-07-01 18:20:00\",\"ToUTCTime\":\"2022-07-01 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"430-ca637-bd058-b2d9a-b0695\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6046\",\"ApiResultIndex\":\"430_6046\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"O9ZPKF\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"878AEE3725364E55B5EAFF38E0F7D9EE\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"O9ZPKF\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VINIT\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"878AEE3725364E55B5EAFF38E0F7D9EE\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393025\",\"TPSysId\":\"393026\",\"VersionId\":[\"77489\"],\"CustomerSysId\":\"209409\",\"TrxId\":\"27866\",\"FareBreakdownid\":[\"355363\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'DEF66FB7AD924E8EB55F45CD64FE202F','1032196832',NULL,'5A3587F1EDEB49E6B9A5091BC38B3CA8','3714B6B4E04346FFB07CF95B4A2906DA','0',NULL,'2022-06-21 08:19:12','2022-06-21 08:19:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIRMAL KUMAR NAHATA','VINIT SHAH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(119,0,72,13142,393115,393116,'6BIOI8','2022-06-21','DMC100936342496','TJ100936342496','UK-837','Vistara','',1,'72b33-46c5f-7b086-1c978','539','17:25:00','20:15:00',0,'V',170,'03h 50m',7701,6000,'DEL','MAA','Non-stop',1,1,8925.15,'21-10-15-2-0554147409_0DELMAAUK837_30649524838558',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',8468,1026.7,0,390,0,15,8925.15,0,0,50,9,0,0,1271.19,228.814,0,0,0,'{\"bookingId\":\"DMC100936342496\",\"bookingId_TJ\":\"TJ100936342496\",\"FlightNumber\":\"UK-837\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"72b33-46c5f-7b086-1c978\",\"apiTraceId\":\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2022-06-21T17:25\",\"LocalFromTime\":\"2022-06-21 17:25\",\"FromUTCTime\":\"2022-06-21T17:25\",\"LocalToTime\":\"2022-06-21 20:15\",\"ToUTCTime\":\"2022-06-21T20:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,925\",\"ApiResultIndex\":\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8468,\"Tax\":967.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":430,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":9435.7,\"PublishedFare\":8925.15,\"PublishedFareAgent\":8925.15,\"OfferedFareAgent\":8925.15,\"OfferedFare\":8866.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-0554147409_0DELMAAUK837_27436745941828\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":967.7,\"TotalBaseFare\":9435.7,\"BaseFareCal\":8875.15,\"BaseFare\":8468,\"CommissionEarned\":569.55,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":430,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":569.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":8925.15,\"CostToCustomer\":8925.15,\"BaseFareCal\":8875.15,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":8875.15,\"intOfferedFare\":8866.15,\"intPublishFare\":9435.7,\"TripjackMarkup\":0,\"TripjackCommission\":569.55,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"703\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-06-21T20:15\",\"SegFlightNumber\":\"UK-837\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T17:25\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-0554147409_0DELMAAUK837_30649524838558\",\"FareRuleData\":{\"fareRule\":{\"DEL-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"CRFT\":9,\"CRF\":50,\"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\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3675,\"ACFT\":183.75}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC100936342496\",\"bookingId_TJ\":\"TJ100936342496\",\"FlightNumber\":\"UK-837\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"72b33-46c5f-7b086-1c978\",\"apiTraceId\":\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2022-06-21T17:25\",\"LocalFromTime\":\"2022-06-21 17:25\",\"FromUTCTime\":\"2022-06-21T17:25\",\"LocalToTime\":\"2022-06-21 20:15\",\"ToUTCTime\":\"2022-06-21T20:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,925\",\"ApiResultIndex\":\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8468,\"Tax\":967.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":430,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":9435.7,\"PublishedFare\":8925.15,\"PublishedFareAgent\":8925.15,\"OfferedFareAgent\":8925.15,\"OfferedFare\":8866.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-0554147409_0DELMAAUK837_27436745941828\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":967.7,\"TotalBaseFare\":9435.7,\"BaseFareCal\":8875.15,\"BaseFare\":8468,\"CommissionEarned\":569.55,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":430,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":569.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":8925.15,\"CostToCustomer\":8925.15,\"BaseFareCal\":8875.15,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":8875.15,\"intOfferedFare\":8866.15,\"intPublishFare\":9435.7,\"TripjackMarkup\":0,\"TripjackCommission\":569.55,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"703\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-06-21T20:15\",\"SegFlightNumber\":\"UK-837\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T17:25\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-0554147409_0DELMAAUK837_30649524838558\",\"FareRuleData\":{\"fareRule\":{\"DEL-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"CRFT\":9,\"CRF\":50,\"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\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3675,\"ACFT\":183.75}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ100936342496\",\"amount\":9435.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"918008124561\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-21T15:09:41.412\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9513267\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"837\",\"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\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-06-21T17:25\",\"at\":\"2022-06-21T20:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-MAA\":\"6BIOI8\"},\"ticketNumberDetails\":{\"DEL-MAA\":\"2283906881434\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"D S\",\"lN\":\"Shatish\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":8468,\"TAF\":967.7,\"IGST\":2.7,\"NF\":8866.15,\"NCM\":569.55,\"TF\":9435.7},\"afC\":{\"TAF\":{\"OT\":390,\"AGST\":430,\"YR\":130,\"MF\":15,\"MFT\":2.7},\"NCM\":{\"OT\":599.53,\"TDS\":-29.98}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393115\",\"TPSysId\":\"393116\",\"VersionId\":[\"77513\"],\"CustomerSysId\":\"207885\",\"TrxId\":\"27877\",\"FareBreakdownid\":[\"355370\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7042F449D3EC4CD1BD1B9B0BD48C97A0','','',NULL,'7042F449D3EC4CD1BD1B9B0BD48C97A0','0',NULL,'2022-06-21 09:38:27','2022-06-21 09:38:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','D S Shatish',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(120,0,73,13264,393123,393124,'NDET4T','2022-06-30','FA823559DF7C47309110223BE05F10F7','FA823559DF7C47309110223BE05F10F7','SG-8150','SpiceJet','1',0,'f622c-4ef4a-674d2-22c13','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,3800,'437-f622c-4ef4a-674d2-22c13',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,300,0,0,0,0,0,0,0,200,0,0,0,0.847458,0.152542,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f622c-4ef4a-674d2-22c13\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"437-f622c-4ef4a-674d2-22c13\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NDET4T\",\"OnwardGroupPNRDummy\":\"NDET4T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f622c-4ef4a-674d2-22c13\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"437-f622c-4ef4a-674d2-22c13\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NDET4T\",\"OnwardGroupPNRDummy\":\"NDET4T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\",\"bookingId\":\"FA823559DF7C47309110223BE05F10F7\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NDET4T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"VIJAY\",\"lN\":\"PAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FA823559DF7C47309110223BE05F10F7\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393123\",\"TPSysId\":\"393124\",\"VersionId\":[\"77517\"],\"CustomerSysId\":\"208456\",\"TrxId\":\"27880\",\"FareBreakdownid\":[\"355372\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A6CF193D53EF4495A947DF5705AED04A','','',NULL,'A6CF193D53EF4495A947DF5705AED04A','0',NULL,'2022-06-21 09:40:55','2022-06-21 09:40:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAIS AHMAD','VIJAY PAL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(122,0,57,13293,394967,394968,'LCD9PJ','2022-06-23','AD9DD268E7E94FA8B5135116A632FA03','AD9DD268E7E94FA8B5135116A632FA03','SG-8374','SpiceJet','1',0,'8b2b3-abcf2-5dd2b-b55da','463','11:55:00','13:35:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8600,'444-8b2b3-abcf2-5dd2b-b55da',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,600,0,0,0,0,0,0,0,200,0,0,0,3728.81,671.186,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"444-8b2b3-abcf2-5dd2b-b55da\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"00C2CAB709F04A1FABFA5FA59CD71417\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"444-8b2b3-abcf2-5dd2b-b55da\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":3728.8135593220336,\"ExtraMarkupOnGST\":671.1864406779664}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\",\"showintax\":0,\"ExtraMarkup\":3728.8135593220336,\"ExtraMarkupOnGST\":671.1864406779664},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"LCD9PJ\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"AD9DD268E7E94FA8B5135116A632FA03\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"LCD9PJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"YASIR AHMAD\",\"lN\":\"BEIGH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"LCD9PJ\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"GOUSIA\",\"lN\":\"JAVED\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"AD9DD268E7E94FA8B5135116A632FA03\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394967\",\"TPSysId\":\"394968\",\"VersionId\":[\"78158\"],\"CustomerSysId\":\"208691\",\"TrxId\":\"28116\",\"FareBreakdownid\":[\"355508\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'C784F45B324244EA82879C6D71095D3D','','',NULL,'C784F45B324244EA82879C6D71095D3D','0',NULL,'2022-06-21 09:57:19','2022-06-21 09:57:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ROUHILL AHMAD','YASIR AHMAD BEIGH (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(123,0,25,13073,393183,393184,'T9BFJF','2022-06-24','FCAB20D7D28E423CA7C43348D148A616','FCAB20D7D28E423CA7C43348D148A616','SG-8373','SpiceJet','1',0,'bada8-89906-096a8-2850e','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',3,1,14400,'425-bada8-89906-096a8-2850e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',12900,1500,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bada8-89906-096a8-2850e\",\"apiTraceId\":\"425_5805\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 06:35\",\"FromUTCTime\":\"2022-06-24 06:35\",\"LocalToTime\":\"2022-06-24 08:35:00\",\"ToUTCTime\":\"2022-06-24 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":14400,\"PublishedFareTxt\":\"14,400\",\"ApiResultIndex\":\"425-bada8-89906-096a8-2850e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12900,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14400,\"PublishedFare\":14400,\"PublishedFareAgent\":14400,\"OfferedFareAgent\":14400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5805\",\"ApiResultIndex\":\"425_5805\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":14400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12900,\"BaseFare\":12900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":14400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"T9BFJF\",\"OnwardGroupPNRDummy\":\"T9BFJF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bada8-89906-096a8-2850e\",\"apiTraceId\":\"425_5805\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 06:35\",\"FromUTCTime\":\"2022-06-24 06:35\",\"LocalToTime\":\"2022-06-24 08:35:00\",\"ToUTCTime\":\"2022-06-24 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":14400,\"PublishedFareTxt\":\"14,400\",\"ApiResultIndex\":\"425-bada8-89906-096a8-2850e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12900,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14400,\"PublishedFare\":14400,\"PublishedFareAgent\":14400,\"OfferedFareAgent\":14400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5805\",\"ApiResultIndex\":\"425_5805\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":14400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12900,\"BaseFare\":12900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":14400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"T9BFJF\",\"OnwardGroupPNRDummy\":\"T9BFJF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"FCAB20D7D28E423CA7C43348D148A616\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD \",\"lN\":\"ARMAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SK RAKIBUL\",\"lN\":\"ISLAM\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RAFIUL \",\"lN\":\"BUX\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FCAB20D7D28E423CA7C43348D148A616\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393183\",\"TPSysId\":\"393184\",\"VersionId\":[\"77545\"],\"CustomerSysId\":\"207606\",\"TrxId\":\"27890\",\"FareBreakdownid\":[\"355381\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7237AC5EEB124443AACB64398D5274CD','','',NULL,'7237AC5EEB124443AACB64398D5274CD','0',NULL,'2022-06-21 10:24:56','2022-06-21 10:24:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','MOHAMMAD  ARMAN (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(124,0,73,13264,393203,393204,'KEYZ9Q','2022-06-23','EADE1C5B13BA49D890E7A730C36B6396','EADE1C5B13BA49D890E7A730C36B6396','SG-8963','SpiceJet','1',0,'6e778-04f73-a931c-6ca87','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,3800,'438-6e778-04f73-a931c-6ca87',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6e778-04f73-a931c-6ca87\",\"apiTraceId\":\"438_6285\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 09:25\",\"FromUTCTime\":\"2022-06-23 09:25\",\"LocalToTime\":\"2022-06-23 10:55:00\",\"ToUTCTime\":\"2022-06-23 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"438-6e778-04f73-a931c-6ca87\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6285\",\"ApiResultIndex\":\"438_6285\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"053\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"KEYZ9Q\",\"OnwardGroupPNRDummy\":\"KEYZ9Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"04E\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6e778-04f73-a931c-6ca87\",\"apiTraceId\":\"438_6285\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 09:25\",\"FromUTCTime\":\"2022-06-23 09:25\",\"LocalToTime\":\"2022-06-23 10:55:00\",\"ToUTCTime\":\"2022-06-23 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"438-6e778-04f73-a931c-6ca87\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6285\",\"ApiResultIndex\":\"438_6285\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"053\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"KEYZ9Q\",\"OnwardGroupPNRDummy\":\"KEYZ9Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"04E\",\"bookingId\":\"EADE1C5B13BA49D890E7A730C36B6396\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"KEYZ9Q\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RANJAY\",\"lN\":\"YADAV\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"EADE1C5B13BA49D890E7A730C36B6396\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393203\",\"TPSysId\":\"393204\",\"VersionId\":[\"77551\"],\"CustomerSysId\":\"208456\",\"TrxId\":\"27893\",\"FareBreakdownid\":[\"355384\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'FA4008DB0AE34ED1ABC023D3BC5EDE8F','','',NULL,'FA4008DB0AE34ED1ABC023D3BC5EDE8F','0',NULL,'2022-06-21 10:33:38','2022-06-21 10:33:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAIS AHMAD','RANJAY YADAV',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(125,0,74,13137,0,0,NULL,'2022-06-22','DMC100436351471','TJ100436351471','G8-258','Go First','1',0,'769e8-87baa-20bd0-ad984','240','16:30:00','18:00:00',0,'G',90,'02h 30m',7701,25897,'DEL','SXR','Non-stop',1,1,2632.9,'11-9829406010_3DELSXRG8258_24813345734048',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',2200,432.9,0,250,0,15,2632.9,0,0,140,25.2,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100436351471\",\"bookingId_TJ\":\"TJ100436351471\",\"FlightNumber\":\"G8-258\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"769e8-87baa-20bd0-ad984\",\"apiTraceId\":\"11-9829406010_3DELSXRG8258_24813345734048\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:00\",\"TravelDate\":\"2022-06-22T16:30\",\"LocalFromTime\":\"2022-06-22 16:30\",\"FromUTCTime\":\"2022-06-22T16:30\",\"LocalToTime\":\"2022-06-22 18:00\",\"ToUTCTime\":\"2022-06-22T18:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,633\",\"ApiResultIndex\":\"11-9829406010_3DELSXRG8258_24813345734048\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2200,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2467.7,\"PublishedFare\":2632.8999999999996,\"PublishedFareAgent\":2632.8999999999996,\"OfferedFareAgent\":2632.8999999999996,\"OfferedFare\":2467.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9829406010_0DELSXRG8258_30222360549211\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2632.8999999999996,\"CostToAgent\":2632.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":2467.7,\"BaseFareCal\":2492.8999999999996,\"BaseFare\":2200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2632.8999999999996,\"CostToAgent\":2632.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":2632.8999999999996,\"CostToCustomer\":2632.8999999999996,\"BaseFareCal\":2492.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":2492.8999999999996,\"intOfferedFare\":2467.7,\"intPublishFare\":2467.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2632.8999999999996,\"CostToAgent\":2632.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"698\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-22T18:00\",\"SegFlightNumber\":\"G8-258\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-22T16:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9829406010_3DELSXRG8258_24813345734048\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',4,NULL,NULL,NULL,3,0,'04B1085140E744929EC96AD1B6AFC52B','N/A',NULL,NULL,NULL,'0',NULL,'2022-06-21 11:36:10','2022-06-21 11:36:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Harleen Kohli','Ghhhj Vhjjmk',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(126,0,75,13152,393334,393335,'WIFGJX','2022-06-22','DMC106536355440','TJ106536355440','SG-8492','SpiceJet','1',1,'df0d4-66643-a7dd0-beb51','463','16:00:00','16:55:00',0,'HR',55,'01h 55m',25897,13021,'SXR','IXJ','Non-stop',1,1,4981.94,'4-6965060470_1SXRIXJSG8492_70841616184154',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3975,1044.7,0,766,0,15,4981.94,0,0,50,9,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106536355440\",\"bookingId_TJ\":\"TJ106536355440\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"df0d4-66643-a7dd0-beb51\",\"apiTraceId\":\"4-6965060470_1SXRIXJSG8492_70841616184154\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-06-22T16:00\",\"LocalFromTime\":\"2022-06-22 16:00\",\"FromUTCTime\":\"2022-06-22T16:00\",\"LocalToTime\":\"2022-06-22 16:55\",\"ToUTCTime\":\"2022-06-22T16:55\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":44,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,982\",\"ApiResultIndex\":\"4-6965060470_1SXRIXJSG8492_70841616184154\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3975,\"Tax\":985.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":202,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4960.7,\"PublishedFare\":4981.94,\"PublishedFareAgent\":4981.94,\"OfferedFareAgent\":4981.94,\"OfferedFare\":4922.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6965060470_0SXRIXJSG8492_121628647674219\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":44,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":985.7,\"TotalBaseFare\":4960.7,\"BaseFareCal\":4931.94,\"BaseFare\":3975,\"CommissionEarned\":37.76,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":202,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":37.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":4981.94,\"CostToCustomer\":4981.94,\"BaseFareCal\":4931.94,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":4931.94,\"intOfferedFare\":4922.94,\"intPublishFare\":4960.7,\"TripjackMarkup\":0,\"TripjackCommission\":37.76,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"520\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-22T16:55\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":44,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"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-6965060470_1SXRIXJSG8492_70841616184154\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXJ\":{\"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,\"ARFT\":167.5,\"CRFT\":9,\"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\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC106536355440\",\"bookingId_TJ\":\"TJ106536355440\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"df0d4-66643-a7dd0-beb51\",\"apiTraceId\":\"4-6965060470_1SXRIXJSG8492_70841616184154\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-06-22T16:00\",\"LocalFromTime\":\"2022-06-22 16:00\",\"FromUTCTime\":\"2022-06-22T16:00\",\"LocalToTime\":\"2022-06-22 16:55\",\"ToUTCTime\":\"2022-06-22T16:55\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":44,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,982\",\"ApiResultIndex\":\"4-6965060470_1SXRIXJSG8492_70841616184154\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3975,\"Tax\":985.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":202,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4960.7,\"PublishedFare\":4981.94,\"PublishedFareAgent\":4981.94,\"OfferedFareAgent\":4981.94,\"OfferedFare\":4922.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6965060470_0SXRIXJSG8492_121628647674219\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":44,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":985.7,\"TotalBaseFare\":4960.7,\"BaseFareCal\":4931.94,\"BaseFare\":3975,\"CommissionEarned\":37.76,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":202,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":37.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":4981.94,\"CostToCustomer\":4981.94,\"BaseFareCal\":4931.94,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":4931.94,\"intOfferedFare\":4922.94,\"intPublishFare\":4960.7,\"TripjackMarkup\":0,\"TripjackCommission\":37.76,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"520\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-22T16:55\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":44,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"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-6965060470_1SXRIXJSG8492_70841616184154\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXJ\":{\"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,\"ARFT\":167.5,\"CRFT\":9,\"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\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ106536355440\",\"amount\":4960.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"mtravelsxr@gmail.com\"],\"contacts\":[\"919596256544\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-21T17:55:11.673\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9517543\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8492\",\"eT\":\"737\"},\"stops\":0,\"duration\":55,\"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\":\"2022-06-22T16:00\",\"at\":\"2022-06-22T16:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"SXR-IXJ\":\"WIFGJX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"IVAN\",\"lN\":\"PEREIRA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":4922.94,\"BF\":3975,\"TF\":4960.7,\"IGST\":2.7,\"TAF\":985.7,\"NCM\":37.76},\"afC\":{\"TAF\":{\"YQ\":0,\"AGST\":202,\"MF\":15,\"OT\":766,\"MFT\":2.7},\"NCM\":{\"TDS\":-1.99,\"OT\":39.75}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393334\",\"TPSysId\":\"393335\",\"VersionId\":[\"77597\"],\"CustomerSysId\":\"207900\",\"TrxId\":\"27903\",\"FareBreakdownid\":[\"355392\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'89EE7A451DC04613A2BF2A9D75B9B273','','',NULL,'89EE7A451DC04613A2BF2A9D75B9B273','0',NULL,'2022-06-21 12:23:53','2022-06-21 12:23:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'musaib wani','IVAN  PEREIRA',NULL,NULL,NULL,NULL,'COUPON','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(127,0,32,13238,393405,393406,'Q8LEXI','2022-06-29','A1C6872A78A341B9ADEC1AEC1FD99FF8','A1C6872A78A341B9ADEC1AEC1FD99FF8','SG- 8961','SpiceJet','1',0,'ea058-df21d-16c10-65142','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4800,'433-ea058-df21d-16c10-65142',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,500,0,0,0,0,0,0,0,400,0,0,0,182.203,32.7966,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ea058-df21d-16c10-65142\",\"apiTraceId\":\"433_6172\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 11:35\",\"FromUTCTime\":\"2022-06-29 11:35\",\"LocalToTime\":\"2022-06-29 13:20:00\",\"ToUTCTime\":\"2022-06-29 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-ea058-df21d-16c10-65142\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6172\",\"ApiResultIndex\":\"433_6172\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Q8LEXI\",\"OnwardGroupPNRDummy\":\"Q8LEXI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ea058-df21d-16c10-65142\",\"apiTraceId\":\"433_6172\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 11:35\",\"FromUTCTime\":\"2022-06-29 11:35\",\"LocalToTime\":\"2022-06-29 13:20:00\",\"ToUTCTime\":\"2022-06-29 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-ea058-df21d-16c10-65142\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6172\",\"ApiResultIndex\":\"433_6172\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Q8LEXI\",\"OnwardGroupPNRDummy\":\"Q8LEXI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"A1C6872A78A341B9ADEC1AEC1FD99FF8\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Q8LEXI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHIT\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A1C6872A78A341B9ADEC1AEC1FD99FF8\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393405\",\"TPSysId\":\"393406\",\"VersionId\":[\"77611\"],\"CustomerSysId\":\"208381\",\"TrxId\":\"27916\",\"FareBreakdownid\":[\"355395\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'C7718143FB7D4EBE8C50514E5D9A2745','1032795336',NULL,'AC46A8316F9146BBAD526FB370AE1209','88B9495226DA4020BEA54442549772B3','0',NULL,'2022-06-21 13:47:45','2022-06-21 13:47:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'WAHID AHMAD','MOHIT KUMAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(128,0,61,13324,393409,393410,'MDYK7T','2022-06-24','32F4A8046D344511B82491E6FF51F311','32F4A8046D344511B82491E6FF51F311','SG-8150','SpiceJet','1',0,'92248-b0237-59617-85f80','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',2,1,6400,'437-92248-b0237-59617-85f80',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6000,400,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"92248-b0237-59617-85f80\",\"apiTraceId\":\"437_6280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 14:50\",\"FromUTCTime\":\"2022-06-24 14:50\",\"LocalToTime\":\"2022-06-24 16:20:00\",\"ToUTCTime\":\"2022-06-24 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6400,\"PublishedFareTxt\":\"6,400\",\"ApiResultIndex\":\"437-92248-b0237-59617-85f80\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6400,\"PublishedFare\":6400,\"PublishedFareAgent\":6400,\"OfferedFareAgent\":6400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6280\",\"ApiResultIndex\":\"437_6280\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6000,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"MDYK7T\",\"OnwardGroupPNRDummy\":\"MDYK7T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"92248-b0237-59617-85f80\",\"apiTraceId\":\"437_6280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 14:50\",\"FromUTCTime\":\"2022-06-24 14:50\",\"LocalToTime\":\"2022-06-24 16:20:00\",\"ToUTCTime\":\"2022-06-24 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6400,\"PublishedFareTxt\":\"6,400\",\"ApiResultIndex\":\"437-92248-b0237-59617-85f80\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6400,\"PublishedFare\":6400,\"PublishedFareAgent\":6400,\"OfferedFareAgent\":6400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6280\",\"ApiResultIndex\":\"437_6280\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6000,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"MDYK7T\",\"OnwardGroupPNRDummy\":\"MDYK7T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\",\"bookingId\":\"32F4A8046D344511B82491E6FF51F311\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"MDYK7T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHAMEEM BASHIR\",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"MDYK7T\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NAZIRAH\",\"lN\":\"QAYOOM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"32F4A8046D344511B82491E6FF51F311\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393409\",\"TPSysId\":\"393410\",\"VersionId\":[\"77612\"],\"CustomerSysId\":\"208747\",\"TrxId\":\"27917\",\"FareBreakdownid\":[\"355396\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'F01A028CC2D94B588C036CA31DCC45C5','1032817107',NULL,'C96AE96F86B7437DA43FD3D894AA4145','520CFF23C7EB4A3AA1F64B4B3320DA1C','0',NULL,'2022-06-21 14:00:23','2022-06-21 14:00:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AIJAZ WANI','SHAMEEM BASHIR KHAN (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(129,0,76,13323,0,0,NULL,'2022-06-23','DMC105836372383','TJ105836372383','UK-523','Vistara','',1,'203fe-6a5d3-04ec0-307f2','539','16:30:00','18:15:00',0,'V',105,'02h 45m',18676,0,'BOM','BLR','Non-stop',2,1,10430.12,'21-10-15-2-2209099365_0BOMBLRUK523_47501545906397',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',9552,1659.4,0,756,0,30,10430.12,0,0,100,18,0,0,1161.02,208.983,0,0,0,'{\"bookingId\":\"DMC105836372383\",\"bookingId_TJ\":\"TJ105836372383\",\"FlightNumber\":\"UK-523\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"apiTraceId\":\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2022-06-23T16:30\",\"LocalFromTime\":\"2022-06-23 16:30\",\"FromUTCTime\":\"2022-06-23T16:30\",\"LocalToTime\":\"2022-06-23 18:15\",\"ToUTCTime\":\"2022-06-23T18:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,430\",\"ApiResultIndex\":\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9552,\"Tax\":1541.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":490,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":11093.4,\"PublishedFare\":10430.12,\"PublishedFareAgent\":10430.12,\"OfferedFareAgent\":10430.12,\"OfferedFare\":10312.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2209099365_0BOMBLRUK523_42259821128341\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1541.4,\"TotalBaseFare\":11093.4,\"BaseFareCal\":10330.12,\"BaseFare\":9552,\"CommissionEarned\":781.28,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":490,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":1161.0169491525423,\"ExtraMarkupOnGST\":208.98305084745766}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":781.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":10430.12,\"CostToCustomer\":10430.12,\"BaseFareCal\":10330.12,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":10330.12,\"intOfferedFare\":10312.12,\"intPublishFare\":11093.4,\"TripjackMarkup\":0,\"TripjackCommission\":781.28,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":1161.0169491525423,\"ExtraMarkupOnGST\":208.98305084745766},\"Segments\":[{\"segmentid\":\"810\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-06-23T18:15\",\"SegFlightNumber\":\"UK-523\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:30\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2209099365_0BOMBLRUK523_47501545906397\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"ARF\":3150,\"CRF\":50,\"ARFT\":157.5,\"CRFT\":9}}},\"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\":{\"ACFT\":183.75,\"CCFT\":9,\"CCF\":50,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'888982BA74664CD6AE7D90272F98E1A8','','',NULL,'888982BA74664CD6AE7D90272F98E1A8','0',NULL,'2022-06-21 16:22:52','2022-06-21 16:22:52',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','ABID RASHID LONE (+1)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(130,0,76,13323,393425,393426,'6I5SM6','2022-06-23','DMC104336373462','TJ104336373462','UK-523','Vistara','',1,'672db-ec61b-f6958-38cb8','539','16:30:00','18:15:00',0,'V',105,'02h 45m',18676,0,'BOM','BLR','Non-stop',2,1,10430.12,'21-10-15-2-9278900681_0BOMBLRUK523_86816193731815',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',9552,1659.4,0,756,0,30,10430.12,0,0,100,18,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104336373462\",\"bookingId_TJ\":\"TJ104336373462\",\"FlightNumber\":\"UK-523\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"672db-ec61b-f6958-38cb8\",\"apiTraceId\":\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2022-06-23T16:30\",\"LocalFromTime\":\"2022-06-23 16:30\",\"FromUTCTime\":\"2022-06-23T16:30\",\"LocalToTime\":\"2022-06-23 18:15\",\"ToUTCTime\":\"2022-06-23T18:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,430\",\"ApiResultIndex\":\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9552,\"Tax\":1541.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":490,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":11093.4,\"PublishedFare\":10430.12,\"PublishedFareAgent\":10430.12,\"OfferedFareAgent\":10430.12,\"OfferedFare\":10312.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9278900681_0BOMBLRUK523_130836415402155\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1541.4,\"TotalBaseFare\":11093.4,\"BaseFareCal\":10330.12,\"BaseFare\":9552,\"CommissionEarned\":781.28,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":490,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":781.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":10430.12,\"CostToCustomer\":10430.12,\"BaseFareCal\":10330.12,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":10330.12,\"intOfferedFare\":10312.12,\"intPublishFare\":11093.4,\"TripjackMarkup\":0,\"TripjackCommission\":781.28,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"410\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-06-23T18:15\",\"SegFlightNumber\":\"UK-523\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:30\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-9278900681_0BOMBLRUK523_86816193731815\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"CRFT\":9,\"ARFT\":157.5,\"CRF\":50,\"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,\"CCFT\":9,\"ACF\":3675,\"ACFT\":183.75}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC104336373462\",\"bookingId_TJ\":\"TJ104336373462\",\"FlightNumber\":\"UK-523\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"672db-ec61b-f6958-38cb8\",\"apiTraceId\":\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2022-06-23T16:30\",\"LocalFromTime\":\"2022-06-23 16:30\",\"FromUTCTime\":\"2022-06-23T16:30\",\"LocalToTime\":\"2022-06-23 18:15\",\"ToUTCTime\":\"2022-06-23T18:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,430\",\"ApiResultIndex\":\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9552,\"Tax\":1541.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":490,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":11093.4,\"PublishedFare\":10430.12,\"PublishedFareAgent\":10430.12,\"OfferedFareAgent\":10430.12,\"OfferedFare\":10312.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9278900681_0BOMBLRUK523_130836415402155\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1541.4,\"TotalBaseFare\":11093.4,\"BaseFareCal\":10330.12,\"BaseFare\":9552,\"CommissionEarned\":781.28,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":490,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":781.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":10430.12,\"CostToCustomer\":10430.12,\"BaseFareCal\":10330.12,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":10330.12,\"intOfferedFare\":10312.12,\"intPublishFare\":11093.4,\"TripjackMarkup\":0,\"TripjackCommission\":781.28,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"410\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-06-23T18:15\",\"SegFlightNumber\":\"UK-523\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:30\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-9278900681_0BOMBLRUK523_86816193731815\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"CRFT\":9,\"ARFT\":157.5,\"CRF\":50,\"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,\"CCFT\":9,\"ACF\":3675,\"ACFT\":183.75}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ104336373462\",\"amount\":11093.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"myasirtravels@gmail.com\"],\"contacts\":[\"919797966878\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-21T22:09:58.049\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9523285\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"523\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-23T16:30\",\"at\":\"2022-06-23T18:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"BOM-BLR\":{\"code\":\"6B\",\"amount\":0,\"desc\":\"6B\",\"emdNo\":\"1111111111111\"}},\"pnrDetails\":{\"BOM-BLR\":\"6I5SM6\"},\"ticketNumberDetails\":{\"BOM-BLR\":\"2283906904346\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABID RASHID\",\"lN\":\"LONE\"},{\"ssrSeatInfos\":{\"BOM-BLR\":{\"code\":\"7B\",\"amount\":0,\"desc\":\"7B\",\"emdNo\":\"1111111111111\"}},\"pnrDetails\":{\"BOM-BLR\":\"6I5SM6\"},\"ticketNumberDetails\":{\"BOM-BLR\":\"2283906904347\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHEIKH\",\"lN\":\"SAMIULLAH\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":11093.4,\"BF\":9552,\"TAF\":1541.4,\"IGST\":5.4,\"NF\":10312.12,\"NCM\":781.28,\"SSRP\":0},\"afC\":{\"TAF\":{\"MFT\":5.4,\"MF\":30,\"YR\":260,\"AGST\":490,\"OT\":756},\"NCM\":{\"TDS\":-41.12,\"OT\":822.4},\"SSRP\":{\"OT\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393425\",\"TPSysId\":\"393426\",\"VersionId\":[\"77628\"],\"CustomerSysId\":\"208743\",\"TrxId\":\"27928\",\"FareBreakdownid\":[\"355403\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'32EEAB7ADB304DDCA6ADDC0F210024DD','','',NULL,'32EEAB7ADB304DDCA6ADDC0F210024DD','0',NULL,'2022-06-21 16:38:40','2022-06-21 16:38:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','ABID RASHID LONE (+1)','123','2022-06-21','Batpora ','ABID RASHID LONE','PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(131,0,44,13328,393435,393436,'WIPQQH','2022-06-24','045E6EF262F24449ACAEA7E702C166C1','045E6EF262F24449ACAEA7E702C166C1','SG- 8961','SpiceJet','1',0,'8922c-c3709-ec3c0-ca8b0','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8000,'433-8922c-c3709-ec3c0-ca8b0',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,1000,0,0,0,0,0,0,0,800,0,0,0,1525.42,274.576,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"433-8922c-c3709-ec3c0-ca8b0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"070\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06E\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"433-8922c-c3709-ec3c0-ca8b0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"070\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"WIPQQH\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06E\",\"bookingId\":\"045E6EF262F24449ACAEA7E702C166C1\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MUSHTAQ  AHMAD\",\"lN\":\"GANIE\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"BASIT\",\"lN\":\"MUSHTAQ\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"045E6EF262F24449ACAEA7E702C166C1\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393435\",\"TPSysId\":\"393436\",\"VersionId\":[\"77631\"],\"CustomerSysId\":\"208756\",\"TrxId\":\"27930\",\"FareBreakdownid\":[\"355405\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8E12B15C314E464E940C7ED161923B87','','',NULL,'8E12B15C314E464E940C7ED161923B87','0',NULL,'2022-06-21 17:36:01','2022-06-21 17:36:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHAFIQA BEGUM','MUSHTAQ  AHMAD GANIE (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(132,0,28,13186,393457,393458,'M8ZSPI','2022-06-23','183E3128275B4AADA3B0E27C359592FC','183E3128275B4AADA3B0E27C359592FC','SG- 475','SpiceJet','1',0,'0c79c-b27bb-18f44-ace99','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,3500,'432-0c79c-b27bb-18f44-ace99',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3000,500,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0c79c-b27bb-18f44-ace99\",\"apiTraceId\":\"432_6125\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 08:45\",\"FromUTCTime\":\"2022-06-23 08:45\",\"LocalToTime\":\"2022-06-23 10:15:00\",\"ToUTCTime\":\"2022-06-23 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3500,\"PublishedFareTxt\":\"3,500\",\"ApiResultIndex\":\"432-0c79c-b27bb-18f44-ace99\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3500,\"PublishedFare\":3500,\"PublishedFareAgent\":3500,\"OfferedFareAgent\":3500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6125\",\"ApiResultIndex\":\"432_6125\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"M8ZSPI\",\"OnwardGroupPNRDummy\":\"M8ZSPI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0c79c-b27bb-18f44-ace99\",\"apiTraceId\":\"432_6125\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 08:45\",\"FromUTCTime\":\"2022-06-23 08:45\",\"LocalToTime\":\"2022-06-23 10:15:00\",\"ToUTCTime\":\"2022-06-23 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3500,\"PublishedFareTxt\":\"3,500\",\"ApiResultIndex\":\"432-0c79c-b27bb-18f44-ace99\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3500,\"PublishedFare\":3500,\"PublishedFareAgent\":3500,\"OfferedFareAgent\":3500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6125\",\"ApiResultIndex\":\"432_6125\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"M8ZSPI\",\"OnwardGroupPNRDummy\":\"M8ZSPI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"183E3128275B4AADA3B0E27C359592FC\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"M8ZSPI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kundal \",\"lN\":\"singh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"183E3128275B4AADA3B0E27C359592FC\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393457\",\"TPSysId\":\"393458\",\"VersionId\":[\"77636\"],\"CustomerSysId\":\"208100\",\"TrxId\":\"27939\",\"FareBreakdownid\":[\"355407\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E05328ED121443F19FDBAE5EBAEA8F9D','','',NULL,'E05328ED121443F19FDBAE5EBAEA8F9D','0',NULL,'2022-06-22 03:41:31','2022-06-22 03:41:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ehsan ul Haq','Kundal  singh',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(134,0,78,13241,393538,393539,'NBWV3J','2022-06-30','FCBABE961FA244DBBA27F5C23454A505','FCBABE961FA244DBBA27F5C23454A505','SG- 8961','SpiceJet','1',0,'5672c-0cff4-e22b8-b0647','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4800,'433-5672c-0cff4-e22b8-b0647',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5672c-0cff4-e22b8-b0647\",\"apiTraceId\":\"433_6173\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 11:35\",\"FromUTCTime\":\"2022-06-30 11:35\",\"LocalToTime\":\"2022-06-30 13:20:00\",\"ToUTCTime\":\"2022-06-30 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-5672c-0cff4-e22b8-b0647\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6173\",\"ApiResultIndex\":\"433_6173\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0H6\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NBWV3J\",\"OnwardGroupPNRDummy\":\"NBWV3J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0GE\",\"bookingId\":\"F4940D761C0D454EB2ECDB3AE866D673\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5672c-0cff4-e22b8-b0647\",\"apiTraceId\":\"433_6173\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 11:35\",\"FromUTCTime\":\"2022-06-30 11:35\",\"LocalToTime\":\"2022-06-30 13:20:00\",\"ToUTCTime\":\"2022-06-30 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-5672c-0cff4-e22b8-b0647\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6173\",\"ApiResultIndex\":\"433_6173\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0H6\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NBWV3J\",\"OnwardGroupPNRDummy\":\"NBWV3J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0GE\",\"bookingId\":\"FCBABE961FA244DBBA27F5C23454A505\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"NBWV3J\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SHAHIN\",\"lN\":\"SHAHIN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FCBABE961FA244DBBA27F5C23454A505\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393538\",\"TPSysId\":\"393539\",\"VersionId\":[\"77687\"],\"CustomerSysId\":\"208388\",\"TrxId\":\"27960\",\"FareBreakdownid\":[\"355420\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'3FDE10D0C9174D4D8D7C7F7F5623FB61','','',NULL,'3FDE10D0C9174D4D8D7C7F7F5623FB61','0',NULL,'2022-06-22 06:12:18','2022-06-22 06:12:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Tanveer Farooq','SHAHIN SHAHIN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(135,0,79,13339,0,0,NULL,'2022-06-23',NULL,NULL,'SG-8374','SpiceJet','1',0,'4cf9e-7abc4-5e905-9c15b','463','11:55:00','13:35:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'444-4cf9e-7abc4-5e905-9c15b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,300,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4cf9e-7abc4-5e905-9c15b\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"444-4cf9e-7abc4-5e905-9c15b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-22 07:46:08','2022-06-22 07:46:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ZAHID AHMAD BHAT','NAEEM NAEEM',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(136,0,79,13339,393668,393669,'LCD9PJ','2022-06-23','0CEA094DF34544FF8AF146262A061F38','0CEA094DF34544FF8AF146262A061F38','SG- 8961','SpiceJet','1',0,'a645f-5c4b5-8ec56-e49c4','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4700,'433-a645f-5c4b5-8ec56-e49c4',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4200,500,0,0,0,0,0,0,0,400,0,0,0,932.203,167.797,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a645f-5c4b5-8ec56-e49c4\",\"apiTraceId\":\"433_6166\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:35\",\"FromUTCTime\":\"2022-06-23 11:35\",\"LocalToTime\":\"2022-06-23 13:20:00\",\"ToUTCTime\":\"2022-06-23 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"433-a645f-5c4b5-8ec56-e49c4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6166\",\"ApiResultIndex\":\"433_6166\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"LCD9PJ\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a645f-5c4b5-8ec56-e49c4\",\"apiTraceId\":\"433_6166\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:35\",\"FromUTCTime\":\"2022-06-23 11:35\",\"LocalToTime\":\"2022-06-23 13:20:00\",\"ToUTCTime\":\"2022-06-23 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"433-a645f-5c4b5-8ec56-e49c4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6166\",\"ApiResultIndex\":\"433_6166\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"LCD9PJ\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"0CEA094DF34544FF8AF146262A061F38\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"LCD9PJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"NAEEM\",\"lN\":\"NAEEM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"0CEA094DF34544FF8AF146262A061F38\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393668\",\"TPSysId\":\"393669\",\"VersionId\":[\"77741\"],\"CustomerSysId\":\"208783\",\"TrxId\":\"27976\",\"FareBreakdownid\":[\"355436\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8E32266CAB4E421B8E64F8F65BFD14EB','','',NULL,'8E32266CAB4E421B8E64F8F65BFD14EB','0',NULL,'2022-06-22 07:54:30','2022-06-22 07:54:30',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ZAHID AHMAD BHAT','NAEEM NAEEM',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(138,0,81,13318,393744,393745,'CC2D4G','2022-06-24','1C9C76871CA4416C83BE059B4F3100C0','1C9C76871CA4416C83BE059B4F3100C0','SG- 8961','SpiceJet','1',0,'95348-5d670-4005f-a5320','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'433-95348-5d670-4005f-a5320',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95348-5d670-4005f-a5320\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-95348-5d670-4005f-a5320\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"22CE1045E3CB4497800137860F3D9211\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95348-5d670-4005f-a5320\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-95348-5d670-4005f-a5320\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"1C9C76871CA4416C83BE059B4F3100C0\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"CC2D4G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ikram farooq\",\"lN\":\"Roshangar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"1C9C76871CA4416C83BE059B4F3100C0\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393744\",\"TPSysId\":\"393745\",\"VersionId\":[\"77766\"],\"CustomerSysId\":\"208733\",\"TrxId\":\"27981\",\"FareBreakdownid\":[\"355438\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7B73694D1A4C48988B275FC88AB7D0EE','','',NULL,'7B73694D1A4C48988B275FC88AB7D0EE','0',NULL,'2022-06-22 08:57:19','2022-06-22 08:57:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Sajid Shair','ikram farooq Roshangar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(139,0,82,13441,393754,393755,'K6M66Y','2022-06-23','72D85B4EB2384629BD382EED20242AFE','72D85B4EB2384629BD382EED20242AFE','SG-8150','SpiceJet','1',0,'0ae03-785fd-dbd3b-89e9e','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',4,1,12000,'437-0ae03-785fd-dbd3b-89e9e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"apiTraceId\":\"437_6279\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23 14:50\",\"LocalToTime\":\"2022-06-23 16:20:00\",\"ToUTCTime\":\"2022-06-23 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":12000,\"PublishedFareTxt\":\"12,000\",\"ApiResultIndex\":\"437-0ae03-785fd-dbd3b-89e9e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12000,\"PublishedFare\":12000,\"PublishedFareAgent\":12000,\"OfferedFareAgent\":12000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6279\",\"ApiResultIndex\":\"437_6279\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":12000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":12000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0F0\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"K6M66Y\",\"OnwardGroupPNRDummy\":\"K6M66Y\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0EE\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"apiTraceId\":\"437_6279\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23 14:50\",\"LocalToTime\":\"2022-06-23 16:20:00\",\"ToUTCTime\":\"2022-06-23 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":12000,\"PublishedFareTxt\":\"12,000\",\"ApiResultIndex\":\"437-0ae03-785fd-dbd3b-89e9e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12000,\"PublishedFare\":12000,\"PublishedFareAgent\":12000,\"OfferedFareAgent\":12000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6279\",\"ApiResultIndex\":\"437_6279\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":12000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":12000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0F0\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"K6M66Y\",\"OnwardGroupPNRDummy\":\"K6M66Y\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0EE\",\"bookingId\":\"72D85B4EB2384629BD382EED20242AFE\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KEDARNATH \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUDIT\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"CHARU\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Archana \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"72D85B4EB2384629BD382EED20242AFE\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393754\",\"TPSysId\":\"393755\",\"VersionId\":[\"77771\"],\"CustomerSysId\":\"209755\",\"TrxId\":\"27982\",\"FareBreakdownid\":[\"355439\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E2940A61DA17498D89F97BD854DB1EE7','1034372254',NULL,'DC77A168D83943289CF8A61DB9901AE3','A897258F20CD4960BBADAA8A86A43E1A','0',NULL,'2022-06-22 09:05:49','2022-06-22 09:05:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'VISHESH GOEL','KEDARNATH  AGGARWAL (+3)','2313123','2022-06-22','Dwarka ','KEDARNATH  AGGARWAL','','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(140,0,82,13441,393756,393757,'UEJ7NT','2022-06-27','23F31E2694F0497CA198790F4D0AEA41','23F31E2694F0497CA198790F4D0AEA41','SG-8374','SpiceJet','1',0,'bd22c-75321-35c6e-e0ef5','463','11:55:00','13:35:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',4,1,18000,'444-bd22c-75321-35c6e-e0ef5',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',16800,1200,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bd22c-75321-35c6e-e0ef5\",\"apiTraceId\":\"444_6502\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 11:55\",\"FromUTCTime\":\"2022-06-27 11:55\",\"LocalToTime\":\"2022-06-27 13:25:00\",\"ToUTCTime\":\"2022-06-27 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":18000,\"PublishedFareTxt\":\"18,000\",\"ApiResultIndex\":\"444-bd22c-75321-35c6e-e0ef5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16800,\"Tax\":800,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18000,\"PublishedFare\":18000,\"PublishedFareAgent\":18000,\"OfferedFareAgent\":18000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6502\",\"ApiResultIndex\":\"444_6502\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":18000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16800,\"BaseFare\":16800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":800,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":18000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"UEJ7NT\",\"OnwardGroupPNRDummy\":\"UEJ7NT\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bd22c-75321-35c6e-e0ef5\",\"apiTraceId\":\"444_6502\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 11:55\",\"FromUTCTime\":\"2022-06-27 11:55\",\"LocalToTime\":\"2022-06-27 13:25:00\",\"ToUTCTime\":\"2022-06-27 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":18000,\"PublishedFareTxt\":\"18,000\",\"ApiResultIndex\":\"444-bd22c-75321-35c6e-e0ef5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16800,\"Tax\":800,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18000,\"PublishedFare\":18000,\"PublishedFareAgent\":18000,\"OfferedFareAgent\":18000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6502\",\"ApiResultIndex\":\"444_6502\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":18000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16800,\"BaseFare\":16800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":800,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":18000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"UEJ7NT\",\"OnwardGroupPNRDummy\":\"UEJ7NT\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"23F31E2694F0497CA198790F4D0AEA41\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUDIT\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"CHARU\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Archana \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kedarnath \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"23F31E2694F0497CA198790F4D0AEA41\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393756\",\"TPSysId\":\"393757\",\"VersionId\":[\"77772\"],\"CustomerSysId\":\"209755\",\"TrxId\":\"27983\",\"FareBreakdownid\":[\"355440\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'AAED83228AB44200B79548B502A190CA','1034390463',NULL,'0DF1C3A63AE64DB0A9F9DDDA9F1548DB','7E3EEB6EAF714AA3B0726BFDFF37E707','0',NULL,'2022-06-22 09:16:54','2022-06-22 09:16:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'VISHESH GOEL','MUDIT AGGARWAL (+3)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(141,0,73,13264,393793,393794,'','2022-06-23','6657B59AD79D468E8111B5B8214A3927','6657B59AD79D468E8111B5B8214A3927','SG-8374','SpiceJet','1',0,'9600a-e0a38-82a86-76132','463','11:55:00','13:35:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'444-9600a-e0a38-82a86-76132',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,300,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9600a-e0a38-82a86-76132\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"444-9600a-e0a38-82a86-76132\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9600a-e0a38-82a86-76132\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"444-9600a-e0a38-82a86-76132\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"6657B59AD79D468E8111B5B8214A3927\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PINJARKAR\",\"lN\":\"PRASANT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"6657B59AD79D468E8111B5B8214A3927\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393793\",\"TPSysId\":\"393794\",\"VersionId\":[\"77786\"],\"CustomerSysId\":\"208456\",\"TrxId\":\"27989\",\"FareBreakdownid\":[\"355444\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'334AA2C930954E6FBFE102F0EEBA8246','','',NULL,'334AA2C930954E6FBFE102F0EEBA8246','0',NULL,'2022-06-22 09:51:37','2022-06-22 09:51:37',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAIS AHMAD','PINJARKAR PRASANT',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(142,0,44,13328,393803,393804,'WIPQQH','2022-06-24','0E65C81C64B34F9EA7EFEA8F11FFEB0F','0E65C81C64B34F9EA7EFEA8F11FFEB0F','SG- 8961','SpiceJet','1',0,'e29db-d7f4b-3b3e9-1526d','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8000,'433-e29db-d7f4b-3b3e9-1526d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,1000,0,0,0,0,0,0,0,800,0,0,0,1694.92,305.085,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"433-e29db-d7f4b-3b3e9-1526d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"433-e29db-d7f4b-3b3e9-1526d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"WIPQQH\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"0E65C81C64B34F9EA7EFEA8F11FFEB0F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ZAHOOR AHMAD\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ASRAR AHMAD\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"0E65C81C64B34F9EA7EFEA8F11FFEB0F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393803\",\"TPSysId\":\"393804\",\"VersionId\":[\"77791\"],\"CustomerSysId\":\"208756\",\"TrxId\":\"27991\",\"FareBreakdownid\":[\"355445\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'BF40BE03B7CC4F178F98BD1C4713B3EA','','',NULL,'BF40BE03B7CC4F178F98BD1C4713B3EA','0',NULL,'2022-06-22 10:01:15','2022-06-22 10:01:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHAFIQA BEGUM','ZAHOOR AHMAD SHAH (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(143,0,73,13264,393944,393945,'F5PF6L','2022-07-04','0C717641A0FD472CB1F8FB2A3608ABED','0C717641A0FD472CB1F8FB2A3608ABED','SG- 475','SpiceJet','1',0,'a11da-63b22-27138-26c3f','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-a11da-63b22-27138-26c3f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a11da-63b22-27138-26c3f\",\"apiTraceId\":\"432_6136\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 08:45\",\"FromUTCTime\":\"2022-07-04 08:45\",\"LocalToTime\":\"2022-07-04 10:15:00\",\"ToUTCTime\":\"2022-07-04 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-a11da-63b22-27138-26c3f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6136\",\"ApiResultIndex\":\"432_6136\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"4\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"F5PF6L\",\"OnwardGroupPNRDummy\":\"F5PF6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a11da-63b22-27138-26c3f\",\"apiTraceId\":\"432_6136\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 08:45\",\"FromUTCTime\":\"2022-07-04 08:45\",\"LocalToTime\":\"2022-07-04 10:15:00\",\"ToUTCTime\":\"2022-07-04 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-a11da-63b22-27138-26c3f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6136\",\"ApiResultIndex\":\"432_6136\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"4\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"F5PF6L\",\"OnwardGroupPNRDummy\":\"F5PF6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"0C717641A0FD472CB1F8FB2A3608ABED\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"F5PF6L\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ravikant\",\"lN\":\"Poddar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"0C717641A0FD472CB1F8FB2A3608ABED\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"393944\",\"TPSysId\":\"393945\",\"VersionId\":[\"77850\"],\"CustomerSysId\":\"208456\",\"TrxId\":\"28002\",\"FareBreakdownid\":[\"355455\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4F9705170E38443EA2306C23C3DD3338','','',NULL,'4F9705170E38443EA2306C23C3DD3338','0',NULL,'2022-06-22 11:46:31','2022-06-22 11:46:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAIS AHMAD','Ravikant Poddar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(144,0,73,13264,394021,394022,'IIPYUI','2022-07-02','DMC104336426958','TJ104336426958','6E-559','IndiGo','1',0,'7512e-a2d54-38e23-124f0','267','15:30:00','17:10:00',0,'G',100,'02h 40m',25897,7701,'SXR','DEL','Non-stop',3,1,17315.1,'18-1762499569_1SXRDEL6E559_39567017909387',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',15300,2015.1,0,900,0,45,17315.1,0,0,900,162,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104336426958\",\"bookingId_TJ\":\"TJ104336426958\",\"FlightNumber\":\"6E-559\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"7512e-a2d54-38e23-124f0\",\"apiTraceId\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:10\",\"TravelDate\":\"2022-07-02T15:30\",\"LocalFromTime\":\"2022-07-02 15:30\",\"FromUTCTime\":\"2022-07-02T15:30\",\"LocalToTime\":\"2022-07-02 17:10\",\"ToUTCTime\":\"2022-07-02T17:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,315\",\"ApiResultIndex\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":15300,\"Tax\":953.0999999999999,\"YQTax\":0,\"OtherCharges\":900,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16253.099999999999,\"PublishedFare\":17315.1,\"PublishedFareAgent\":17315.1,\"OfferedFareAgent\":17315.1,\"OfferedFare\":16253.099999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-1762499569_0SXRDEL6E559_27359433031424\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":162,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"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\":17315.1,\"CostToAgent\":17315.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":953.0999999999999,\"TotalBaseFare\":16253.099999999999,\"BaseFareCal\":16415.1,\"BaseFare\":15300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":0,\"MFT\":8.100000000000001,\"OT\":900,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":162,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17315.1,\"CostToAgent\":17315.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":900,\"IntTaxOnAgencyFixMarkUp\":162,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":162,\"PublishFare\":17315.1,\"CostToCustomer\":17315.1,\"BaseFareCal\":16415.1,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":16415.1,\"intOfferedFare\":16253.099999999999,\"intPublishFare\":16253.099999999999,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17315.1,\"CostToAgent\":17315.1,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"188\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-02T17:10\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-02T15:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":\"15:00\",\"strTraceId\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC104336426958\",\"bookingId_TJ\":\"TJ104336426958\",\"FlightNumber\":\"6E-559\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"7512e-a2d54-38e23-124f0\",\"apiTraceId\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:10\",\"TravelDate\":\"2022-07-02T15:30\",\"LocalFromTime\":\"2022-07-02 15:30\",\"FromUTCTime\":\"2022-07-02T15:30\",\"LocalToTime\":\"2022-07-02 17:10\",\"ToUTCTime\":\"2022-07-02T17:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,315\",\"ApiResultIndex\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":15300,\"Tax\":953.0999999999999,\"YQTax\":0,\"OtherCharges\":900,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16253.099999999999,\"PublishedFare\":17315.1,\"PublishedFareAgent\":17315.1,\"OfferedFareAgent\":17315.1,\"OfferedFare\":16253.099999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-1762499569_0SXRDEL6E559_27359433031424\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":162,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"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\":17315.1,\"CostToAgent\":17315.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":953.0999999999999,\"TotalBaseFare\":16253.099999999999,\"BaseFareCal\":16415.1,\"BaseFare\":15300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":0,\"MFT\":8.100000000000001,\"OT\":900,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":162,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17315.1,\"CostToAgent\":17315.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":900,\"IntTaxOnAgencyFixMarkUp\":162,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":162,\"PublishFare\":17315.1,\"CostToCustomer\":17315.1,\"BaseFareCal\":16415.1,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":16415.1,\"intOfferedFare\":16253.099999999999,\"intPublishFare\":16253.099999999999,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17315.1,\"CostToAgent\":17315.1,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"188\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-02T17:10\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-02T15:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":\"15:00\",\"strTraceId\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ104336426958\",\"amount\":16253.1,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"firstclasstourandtravel@gmail.com\"],\"contacts\":[\"917006435889\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-22T18:32:56.055\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9540555\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"559\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-07-02T15:30\",\"at\":\"2022-07-02T17:10\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"IIPYUI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RUPKANT\",\"lN\":\"KUMAR\"},{\"pnrDetails\":{\"SXR-DEL\":\"IIPYUI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GAUTAM\",\"lN\":\"KUMAR\"},{\"pnrDetails\":{\"SXR-DEL\":\"IIPYUI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AMAR\",\"lN\":\"KUMAR\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"SC\":0,\"IGST\":8.1,\"TF\":16253.1,\"SMF\":0,\"NF\":16253.1,\"BF\":15300,\"TAF\":953.1},\"afC\":{\"TAF\":{\"OT\":900,\"MFT\":8.1,\"MF\":45}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394021\",\"TPSysId\":\"394022\",\"VersionId\":[\"77864\"],\"CustomerSysId\":\"208456\",\"TrxId\":\"28005\",\"FareBreakdownid\":[\"355456\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9E78AB5329C94E9DA61AD79F501E96F1','','',NULL,'9E78AB5329C94E9DA61AD79F501E96F1','0',NULL,'2022-06-22 12:48:22','2022-06-22 12:48:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAIS AHMAD','RUPKANT  KUMAR (+2)',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(145,0,47,13125,394066,394067,'C5EY6L','2022-07-04','F01C3D106A62429992547BA308362C10','F01C3D106A62429992547BA308362C10','SG-8963','SpiceJet','1',0,'47065-528e5-ff091-ce92b','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',0,0,'DEL','SXR','0 Stop(s)',2,1,9400,'438-47065-528e5-ff091-ce92b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',9000,400,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"47065-528e5-ff091-ce92b\",\"apiTraceId\":\"438_6296\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 09:25\",\"FromUTCTime\":\"2022-07-04 09:25\",\"LocalToTime\":\"2022-07-04 10:55:00\",\"ToUTCTime\":\"2022-07-04 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9400,\"PublishedFareTxt\":\"9,400\",\"ApiResultIndex\":\"438-47065-528e5-ff091-ce92b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9400,\"PublishedFare\":9400,\"PublishedFareAgent\":9400,\"OfferedFareAgent\":9400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6296\",\"ApiResultIndex\":\"438_6296\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":9400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9000,\"BaseFare\":9000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":9400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"C5EY6L\",\"OnwardGroupPNRDummy\":\"C5EY6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"47065-528e5-ff091-ce92b\",\"apiTraceId\":\"438_6296\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 09:25\",\"FromUTCTime\":\"2022-07-04 09:25\",\"LocalToTime\":\"2022-07-04 10:55:00\",\"ToUTCTime\":\"2022-07-04 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9400,\"PublishedFareTxt\":\"9,400\",\"ApiResultIndex\":\"438-47065-528e5-ff091-ce92b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9400,\"PublishedFare\":9400,\"PublishedFareAgent\":9400,\"OfferedFareAgent\":9400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6296\",\"ApiResultIndex\":\"438_6296\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":9400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9000,\"BaseFare\":9000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":9400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"C5EY6L\",\"OnwardGroupPNRDummy\":\"C5EY6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F01C3D106A62429992547BA308362C10\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"C5EY6L\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MANISH \",\"lN\":\"GOEL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"C5EY6L\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"HEMANT \",\"lN\":\"BANSAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F01C3D106A62429992547BA308362C10\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394066\",\"TPSysId\":\"394067\",\"VersionId\":[\"77877\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28010\",\"FareBreakdownid\":[\"355458\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'26ED5FFCAE754B119F2E128F2CCAD2B2','1034881351',NULL,'5E9387C528114ABEB7E9B38A708E1104','B51480473D3D423BA20D86903E7FAD69','0',NULL,'2022-06-22 13:55:06','2022-06-22 13:55:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','MANISH  GOEL (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(146,0,47,13125,394222,394223,'KE9VKD','2022-06-29','2920B350E5364DE59AB3E10367BB4A2E','2920B350E5364DE59AB3E10367BB4A2E','SG- 8709','SpiceJet','1',0,'0c9e4-b1919-59057-9cd98','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,4300,'431-0c9e4-b1919-59057-9cd98',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0c9e4-b1919-59057-9cd98\",\"apiTraceId\":\"431_6090\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 18:55\",\"FromUTCTime\":\"2022-06-29 18:55\",\"LocalToTime\":\"2022-06-29 22:05:00\",\"ToUTCTime\":\"2022-06-29 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-0c9e4-b1919-59057-9cd98\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6090\",\"ApiResultIndex\":\"431_6090\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"KE9VKD\",\"OnwardGroupPNRDummy\":\"KE9VKD\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0c9e4-b1919-59057-9cd98\",\"apiTraceId\":\"431_6090\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 18:55\",\"FromUTCTime\":\"2022-06-29 18:55\",\"LocalToTime\":\"2022-06-29 22:05:00\",\"ToUTCTime\":\"2022-06-29 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-0c9e4-b1919-59057-9cd98\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6090\",\"ApiResultIndex\":\"431_6090\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"KE9VKD\",\"OnwardGroupPNRDummy\":\"KE9VKD\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2920B350E5364DE59AB3E10367BB4A2E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"KE9VKD\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Megha \",\"lN\":\"Agrawal \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2920B350E5364DE59AB3E10367BB4A2E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394222\",\"TPSysId\":\"394223\",\"VersionId\":[\"77904\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28028\",\"FareBreakdownid\":[\"355462\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1D5F2CB904324B5797A3618A16EF6C65','1035870712',NULL,'7362CEF0E4374293AF8DC412A7D25BC9','6EA0A87BA0F0431D93D1D7C27202889C','0',NULL,'2022-06-23 04:56:05','2022-06-23 04:56:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Megha  Agrawal ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(147,0,83,13395,0,0,NULL,'2022-06-27',NULL,NULL,'SG-8963','SpiceJet','1',0,'b5d93-e7a11-461f3-97b8f','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',2,1,7400,'438-b5d93-e7a11-461f3-97b8f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,400,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b5d93-e7a11-461f3-97b8f\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-b5d93-e7a11-461f3-97b8f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-23 05:03:31','2022-06-23 05:03:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ZAHOOR PARA','Santosh  Kumar (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(148,0,83,13395,0,0,NULL,'2022-06-27',NULL,NULL,'SG-8963','SpiceJet','1',0,'642e1-d145d-2415c-25a56','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',2,1,7400,'438-642e1-d145d-2415c-25a56',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,400,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"642e1-d145d-2415c-25a56\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-642e1-d145d-2415c-25a56\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-23 05:25:29','2022-06-23 05:25:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ZAHOOR PARA','Santosh  Kumar (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(149,0,84,13320,394241,394242,'','2022-06-24','DMC102636459405','TJ102636459405','SG-8151','SpiceJet','1',0,'22165-5ad49-52d1b-002f3','463','17:00:00','18:35:00',0,'G',95,'02h 35m',25897,7701,'SXR','DEL','Non-stop',1,1,4771.7,'11-8837270148_4SXRDELSG8151_11199491844091',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4100,671.7,0,300,0,15,4771.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102636459405\",\"bookingId_TJ\":\"TJ102636459405\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"22165-5ad49-52d1b-002f3\",\"apiTraceId\":\"11-8837270148_4SXRDELSG8151_11199491844091\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2022-06-24T17:00\",\"LocalFromTime\":\"2022-06-24 17:00\",\"FromUTCTime\":\"2022-06-24T17:00\",\"LocalToTime\":\"2022-06-24 18:35\",\"ToUTCTime\":\"2022-06-24T18:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"11-8837270148_4SXRDELSG8151_11199491844091\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4100,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4417.7,\"PublishedFare\":4771.7,\"PublishedFareAgent\":4771.7,\"OfferedFareAgent\":4771.7,\"OfferedFare\":4417.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8837270148_0SXRDELSG8151_1220763995703\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4771.7,\"CostToAgent\":4771.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4417.7,\"BaseFareCal\":4471.7,\"BaseFare\":4100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4771.7,\"CostToAgent\":4771.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4771.7,\"CostToCustomer\":4771.7,\"BaseFareCal\":4471.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4471.7,\"intOfferedFare\":4417.7,\"intPublishFare\":4417.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4771.7,\"CostToAgent\":4771.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"662\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-24T18:35\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-24T17:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8837270148_4SXRDELSG8151_11199491844091\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC102636459405\",\"bookingId_TJ\":\"TJ102636459405\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"22165-5ad49-52d1b-002f3\",\"apiTraceId\":\"11-8837270148_4SXRDELSG8151_11199491844091\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2022-06-24T17:00\",\"LocalFromTime\":\"2022-06-24 17:00\",\"FromUTCTime\":\"2022-06-24T17:00\",\"LocalToTime\":\"2022-06-24 18:35\",\"ToUTCTime\":\"2022-06-24T18:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"11-8837270148_4SXRDELSG8151_11199491844091\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4100,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4417.7,\"PublishedFare\":4771.7,\"PublishedFareAgent\":4771.7,\"OfferedFareAgent\":4771.7,\"OfferedFare\":4417.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8837270148_0SXRDELSG8151_1220763995703\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4771.7,\"CostToAgent\":4771.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4417.7,\"BaseFareCal\":4471.7,\"BaseFare\":4100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4771.7,\"CostToAgent\":4771.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4771.7,\"CostToCustomer\":4771.7,\"BaseFareCal\":4471.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4471.7,\"intOfferedFare\":4417.7,\"intPublishFare\":4417.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4771.7,\"CostToAgent\":4771.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"662\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-24T18:35\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-24T17:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8837270148_4SXRDELSG8151_11199491844091\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ102636459405\",\"amount\":4417.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sales@travelmission.in\"],\"contacts\":[\"919596346926\"]},\"status\":\"PENDING\",\"createdOn\":\"2022-06-23T11:10:04.273\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9550255\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8151\"},\"stops\":0,\"duration\":95,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-24T17:00\",\"at\":\"2022-06-24T18:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mukul\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"BF\":4100,\"TF\":4417.7,\"TAF\":317.7,\"NF\":4417.7},\"afC\":{\"TAF\":{\"MF\":15,\"MFT\":2.7,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394241\",\"TPSysId\":\"394242\",\"VersionId\":[\"77911\"],\"CustomerSysId\":\"208738\",\"TrxId\":\"28030\",\"FareBreakdownid\":[\"355464\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9CFF74F362DC4A04BAEFF899BB984815','','',NULL,'9CFF74F362DC4A04BAEFF899BB984815','0',NULL,'2022-06-23 05:33:28','2022-06-23 05:33:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ISHFAQ AHMAD MAGRAY','mukul singh',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(150,0,83,13395,394254,394255,'ZJ432E','2022-06-27','C270C8BB0C6D426D90E3A621DAF72EC8','C270C8BB0C6D426D90E3A621DAF72EC8','SG-8963','SpiceJet','1',0,'8a55b-36452-43d70-8190a','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',2,1,7400,'438-8a55b-36452-43d70-8190a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,400,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8a55b-36452-43d70-8190a\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-8a55b-36452-43d70-8190a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0FA\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0EL\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8a55b-36452-43d70-8190a\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-8a55b-36452-43d70-8190a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0FA\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0EL\",\"bookingId\":\"C270C8BB0C6D426D90E3A621DAF72EC8\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"ZJ432E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Santosh \",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"ZJ432E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Surender \",\"lN\":\"singh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"C270C8BB0C6D426D90E3A621DAF72EC8\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394254\",\"TPSysId\":\"394255\",\"VersionId\":[\"77914\"],\"CustomerSysId\":\"209306\",\"TrxId\":\"28032\",\"FareBreakdownid\":[\"355466\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'11402558F0164BEEA744313BDE62C142','','',NULL,'11402558F0164BEEA744313BDE62C142','0',NULL,'2022-06-23 05:45:24','2022-06-23 05:45:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ZAHOOR PARA','Santosh  Kumar (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(151,0,47,13125,394341,394342,'JHH97U','2022-07-03','ED8B7CF89E1A4856923EAA140A91316F','ED8B7CF89E1A4856923EAA140A91316F','SG-8702','SpiceJet','1',0,'3ab0d-16a38-e72c7-ab77d','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',1,1,4000,'430-3ab0d-16a38-e72c7-ab77d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3ab0d-16a38-e72c7-ab77d\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"430-3ab0d-16a38-e72c7-ab77d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3ab0d-16a38-e72c7-ab77d\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"430-3ab0d-16a38-e72c7-ab77d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JHH97U\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"ED8B7CF89E1A4856923EAA140A91316F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"JHH97U\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Megha\",\"lN\":\"Agrawal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"ED8B7CF89E1A4856923EAA140A91316F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394341\",\"TPSysId\":\"394342\",\"VersionId\":[\"77945\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28045\",\"FareBreakdownid\":[\"355472\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'71B021EFF76342D7974B8C1EE5E52583','1036082199',NULL,'A80DBB7DC51A4F2596CCDCAEEC548596','E151CFB1C4A048AF9A42B8679B9636AD','0',NULL,'2022-06-23 06:47:29','2022-06-23 06:47:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Megha  Agrawal ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(152,0,85,13294,0,0,NULL,'2022-06-24',NULL,NULL,'SG-8963','SpiceJet','1',0,'339dc-b25af-716fd-2fad3','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4200,'438-339dc-b25af-716fd-2fad3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3700,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"339dc-b25af-716fd-2fad3\",\"apiTraceId\":\"438_6286\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 09:25\",\"FromUTCTime\":\"2022-06-24 09:25\",\"LocalToTime\":\"2022-06-24 10:55:00\",\"ToUTCTime\":\"2022-06-24 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"438-339dc-b25af-716fd-2fad3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6286\",\"ApiResultIndex\":\"438_6286\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3700,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0S0\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"JYTR3Z\",\"OnwardGroupPNRDummy\":\"JYTR3Z\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0R5\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-23 07:57:49','2022-06-23 07:57:49',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Malik','RUHI JAN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(153,0,85,13294,394469,394470,'JYTR3Z','2022-06-24','759C3C731BEA4A05A48F50E2FCA1822E','759C3C731BEA4A05A48F50E2FCA1822E','SG-8963','SpiceJet','1',0,'1eb19-98345-8f68c-6f2fb','463','09:25:00','11:00:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',1,1,4200,'438-1eb19-98345-8f68c-6f2fb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3700,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1eb19-98345-8f68c-6f2fb\",\"apiTraceId\":\"438_6286\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 09:25\",\"FromUTCTime\":\"2022-06-24 09:25\",\"LocalToTime\":\"2022-06-24 10:55:00\",\"ToUTCTime\":\"2022-06-24 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"438-1eb19-98345-8f68c-6f2fb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6286\",\"ApiResultIndex\":\"438_6286\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3700,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03G\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"JYTR3Z\",\"OnwardGroupPNRDummy\":\"JYTR3Z\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1eb19-98345-8f68c-6f2fb\",\"apiTraceId\":\"438_6286\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 09:25\",\"FromUTCTime\":\"2022-06-24 09:25\",\"LocalToTime\":\"2022-06-24 10:55:00\",\"ToUTCTime\":\"2022-06-24 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"438-1eb19-98345-8f68c-6f2fb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6286\",\"ApiResultIndex\":\"438_6286\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3700,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03G\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"JYTR3Z\",\"OnwardGroupPNRDummy\":\"JYTR3Z\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\",\"bookingId\":\"759C3C731BEA4A05A48F50E2FCA1822E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"JYTR3Z\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RUHI\",\"lN\":\"JAN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"759C3C731BEA4A05A48F50E2FCA1822E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394469\",\"TPSysId\":\"394470\",\"VersionId\":[\"77986\"],\"CustomerSysId\":\"208692\",\"TrxId\":\"28059\",\"FareBreakdownid\":[\"355481\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'6F9703F3D6284495961D288DE22804E0','','',NULL,'6F9703F3D6284495961D288DE22804E0','0',NULL,'2022-06-23 08:11:41','2022-06-23 08:11:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Malik','RUHI JAN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(154,0,86,13112,394585,394586,'MFDPJA','2022-07-05','E4B73E8813694F60AE3F1B5585D37CEC','E4B73E8813694F60AE3F1B5585D37CEC','SG- 475','SpiceJet','1',0,'82822-4ede6-5e144-879dd','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-82822-4ede6-5e144-879dd',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"82822-4ede6-5e144-879dd\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-82822-4ede6-5e144-879dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"82822-4ede6-5e144-879dd\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-82822-4ede6-5e144-879dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E4B73E8813694F60AE3F1B5585D37CEC\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Abdul oyahid \",\"lN\":\"Sarkar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E4B73E8813694F60AE3F1B5585D37CEC\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394585\",\"TPSysId\":\"394586\",\"VersionId\":[\"78048\"],\"CustomerSysId\":\"207751\",\"TrxId\":\"28075\",\"FareBreakdownid\":[\"355489\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'DFF5A967D07246849E8AEA7B6E12B6CB','','',NULL,'DFF5A967D07246849E8AEA7B6E12B6CB','0',NULL,'2022-06-23 09:58:20','2022-06-23 09:58:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UZAIR HAMEED ZARGAR','Abdul oyahid  Sarkar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(156,0,88,13432,394874,394875,'G1LLVP','2022-06-24','DMC105736498540','TJ105736498540','I5-764','AirAsia India','1',0,'9e907-a8bca-e6a20-dc613','75','04:25:00','06:35:00',0,'G',130,'02h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,4471.7,'11-8770929869_0DELBOMI5764_41837253924504',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/I5.gif','INR',3850,621.7,0,250,0,15,4471.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC105736498540\",\"bookingId_TJ\":\"TJ105736498540\",\"FlightNumber\":\"I5-764\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9e907-a8bca-e6a20-dc613\",\"apiTraceId\":\"11-8770929869_0DELBOMI5764_41837253924504\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"06:35\",\"TravelDate\":\"2022-06-24T04:25\",\"LocalFromTime\":\"2022-06-24 04:25\",\"FromUTCTime\":\"2022-06-24T04:25\",\"LocalToTime\":\"2022-06-24 06:35\",\"ToUTCTime\":\"2022-06-24T06:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,472\",\"ApiResultIndex\":\"11-8770929869_0DELBOMI5764_41837253924504\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3850,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4471.7,\"PublishedFareAgent\":4471.7,\"OfferedFareAgent\":4471.7,\"OfferedFare\":4117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8770929869_0DELBOMI5764_130185912379922\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4117.7,\"BaseFareCal\":4171.7,\"BaseFare\":3850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4471.7,\"CostToAgent\":4471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4471.7,\"CostToCustomer\":4471.7,\"BaseFareCal\":4171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4171.7,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"887\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-24T06:35\",\"SegFlightNumber\":\"I5-764\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-24T04:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8770929869_0DELBOMI5764_41837253924504\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',1,'{\"bookingId\":\"DMC105736498540\",\"bookingId_TJ\":\"TJ105736498540\",\"FlightNumber\":\"I5-764\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9e907-a8bca-e6a20-dc613\",\"apiTraceId\":\"11-8770929869_0DELBOMI5764_41837253924504\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"06:35\",\"TravelDate\":\"2022-06-24T04:25\",\"LocalFromTime\":\"2022-06-24 04:25\",\"FromUTCTime\":\"2022-06-24T04:25\",\"LocalToTime\":\"2022-06-24 06:35\",\"ToUTCTime\":\"2022-06-24T06:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,472\",\"ApiResultIndex\":\"11-8770929869_0DELBOMI5764_41837253924504\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3850,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4471.7,\"PublishedFareAgent\":4471.7,\"OfferedFareAgent\":4471.7,\"OfferedFare\":4117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8770929869_0DELBOMI5764_130185912379922\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4117.7,\"BaseFareCal\":4171.7,\"BaseFare\":3850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4471.7,\"CostToAgent\":4471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4471.7,\"CostToCustomer\":4471.7,\"BaseFareCal\":4171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4171.7,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"887\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-24T06:35\",\"SegFlightNumber\":\"I5-764\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-24T04:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8770929869_0DELBOMI5764_41837253924504\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}','{\"order\":{\"bookingId\":\"TJ105736498540\",\"amount\":4117.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"masha@waxwingholidays.com\"],\"contacts\":[\"919810707282\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-23T19:19:24.623\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9562780\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"764\"},\"stops\":0,\"duration\":130,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-24T04:25\",\"at\":\"2022-06-24T06:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"G1LLVP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHAHZAD\",\"lN\":\"SHAHZAD\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":267.7,\"IGST\":2.7,\"TF\":4117.7,\"NF\":4117.7,\"BF\":3850},\"afC\":{\"TAF\":{\"MF\":15,\"OT\":250,\"MFT\":2.7}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394874\",\"TPSysId\":\"394875\",\"VersionId\":[\"78139\"],\"CustomerSysId\":\"210274\",\"TrxId\":\"28102\",\"FareBreakdownid\":[\"355501\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D55F9035AB1343888033387FE371330D','1036864623',NULL,'0131B3B659274C7BBA232CC8D042E3B5','70F46A8E679E491E9DF5FE41F163F664','0',NULL,'2022-06-23 13:45:41','2022-06-23 13:45:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Maroof Choudhry','SHAHZAD SHAHZAD',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(157,0,89,13322,394877,394878,'JYCSTP','2022-06-25','006671EA9085491EA246A490F85A7722','006671EA9085491EA246A490F85A7722','SG- 8961','SpiceJet','1',0,'5e270-3fa32-acf45-93840','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4800,'433-5e270-3fa32-acf45-93840',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,500,0,0,0,0,0,0,0,400,0,0,0,847.458,152.542,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5e270-3fa32-acf45-93840\",\"apiTraceId\":\"433_6168\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 11:35\",\"FromUTCTime\":\"2022-06-25 11:35\",\"LocalToTime\":\"2022-06-25 13:20:00\",\"ToUTCTime\":\"2022-06-25 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-5e270-3fa32-acf45-93840\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6168\",\"ApiResultIndex\":\"433_6168\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5e270-3fa32-acf45-93840\",\"apiTraceId\":\"433_6168\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 11:35\",\"FromUTCTime\":\"2022-06-25 11:35\",\"LocalToTime\":\"2022-06-25 13:20:00\",\"ToUTCTime\":\"2022-06-25 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-5e270-3fa32-acf45-93840\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6168\",\"ApiResultIndex\":\"433_6168\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYCSTP\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"006671EA9085491EA246A490F85A7722\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"JYCSTP\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Shampa\",\"lN\":\"Nandi\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"006671EA9085491EA246A490F85A7722\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394877\",\"TPSysId\":\"394878\",\"VersionId\":[\"78140\"],\"CustomerSysId\":\"208742\",\"TrxId\":\"28103\",\"FareBreakdownid\":[\"355502\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'508FBAF8CB3F4F90B3A16B1A95E76530','','',NULL,'508FBAF8CB3F4F90B3A16B1A95E76530','0',NULL,'2022-06-23 13:55:02','2022-06-23 13:55:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ABID LATEEF','Shampa  Nandi',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(158,0,25,13073,394895,394896,'I6NPPL','2022-06-27','EFDBDA3442B24BFC8D1CD94A316A9360','EFDBDA3442B24BFC8D1CD94A316A9360','SG-8373','SpiceJet','1',0,'dd9c9-9954a-86b2d-bd9e4','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-dd9c9-9954a-86b2d-bd9e4',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"dd9c9-9954a-86b2d-bd9e4\",\"apiTraceId\":\"425_5808\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 06:35\",\"FromUTCTime\":\"2022-06-27 06:35\",\"LocalToTime\":\"2022-06-27 08:35:00\",\"ToUTCTime\":\"2022-06-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-dd9c9-9954a-86b2d-bd9e4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5808\",\"ApiResultIndex\":\"425_5808\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"I6NPPL\",\"OnwardGroupPNRDummy\":\"I6NPPL\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"dd9c9-9954a-86b2d-bd9e4\",\"apiTraceId\":\"425_5808\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 06:35\",\"FromUTCTime\":\"2022-06-27 06:35\",\"LocalToTime\":\"2022-06-27 08:35:00\",\"ToUTCTime\":\"2022-06-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-dd9c9-9954a-86b2d-bd9e4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5808\",\"ApiResultIndex\":\"425_5808\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"I6NPPL\",\"OnwardGroupPNRDummy\":\"I6NPPL\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"EFDBDA3442B24BFC8D1CD94A316A9360\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"I6NPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"NAZRUL \",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"EFDBDA3442B24BFC8D1CD94A316A9360\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"394895\",\"TPSysId\":\"394896\",\"VersionId\":[\"78145\"],\"CustomerSysId\":\"207606\",\"TrxId\":\"28108\",\"FareBreakdownid\":[\"355503\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E133D11516044C5C88F1D5F877F69E34','','',NULL,'E133D11516044C5C88F1D5F877F69E34','0',NULL,'2022-06-23 16:02:19','2022-06-23 16:02:19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','NAZRUL  SEKH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(159,0,28,13186,395003,395004,'ZF999Q','2022-06-25','2C19072379F4494AB94DBC33FE67712F','2C19072379F4494AB94DBC33FE67712F','SG-919','SpiceJet','1',0,'62e72-0054a-1779f-f2a71','463','18:40:00','20:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4800,'440-62e72-0054a-1779f-f2a71',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4600,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"62e72-0054a-1779f-f2a71\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"440-62e72-0054a-1779f-f2a71\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4600,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"62e72-0054a-1779f-f2a71\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"440-62e72-0054a-1779f-f2a71\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4600,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"2C19072379F4494AB94DBC33FE67712F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"ZF999Q\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"JUNED\",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2C19072379F4494AB94DBC33FE67712F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395003\",\"TPSysId\":\"395004\",\"VersionId\":[\"78171\"],\"CustomerSysId\":\"208100\",\"TrxId\":\"28121\",\"FareBreakdownid\":[\"355512\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A98BDCC0D1824730B337DD6A8A83FE83','','',NULL,'A98BDCC0D1824730B337DD6A8A83FE83','0',NULL,'2022-06-24 05:44:34','2022-06-24 05:44:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ehsan ul Haq','JUNED KHAN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(160,0,62,13136,0,0,NULL,'2022-06-30',NULL,NULL,'SG- 475','SpiceJet','1',0,'011d1-181cd-6352c-83f09','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-011d1-181cd-6352c-83f09',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"011d1-181cd-6352c-83f09\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-011d1-181cd-6352c-83f09\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-24 05:55:44','2022-06-24 05:55:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'abid BHAT','SYED ILHAAN HAMDANI',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(161,0,25,13073,395030,395031,'I6NPPL','2022-06-27','990A93866CC54A51AD61EFA696A8453D','990A93866CC54A51AD61EFA696A8453D','SG-8373','SpiceJet','1',0,'05f65-0d67c-adce8-10ce3','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,9000,'425-05f65-0d67c-adce8-10ce3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"05f65-0d67c-adce8-10ce3\",\"apiTraceId\":\"425_5808\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 06:35\",\"FromUTCTime\":\"2022-06-27 06:35\",\"LocalToTime\":\"2022-06-27 08:35:00\",\"ToUTCTime\":\"2022-06-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-05f65-0d67c-adce8-10ce3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5808\",\"ApiResultIndex\":\"425_5808\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"I6NPPL\",\"OnwardGroupPNRDummy\":\"I6NPPL\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"05f65-0d67c-adce8-10ce3\",\"apiTraceId\":\"425_5808\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 06:35\",\"FromUTCTime\":\"2022-06-27 06:35\",\"LocalToTime\":\"2022-06-27 08:35:00\",\"ToUTCTime\":\"2022-06-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-05f65-0d67c-adce8-10ce3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5808\",\"ApiResultIndex\":\"425_5808\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"I6NPPL\",\"OnwardGroupPNRDummy\":\"I6NPPL\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"990A93866CC54A51AD61EFA696A8453D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"I6NPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"BAKIBILLA\",\"lN\":\"MALLIK\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"I6NPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MONIRUL\",\"lN\":\"SAIKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"990A93866CC54A51AD61EFA696A8453D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395030\",\"TPSysId\":\"395031\",\"VersionId\":[\"78179\"],\"CustomerSysId\":\"207606\",\"TrxId\":\"28124\",\"FareBreakdownid\":[\"355515\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'6998512929A14D98825ED318BD3E3691','','',NULL,'6998512929A14D98825ED318BD3E3691','0',NULL,'2022-06-24 06:10:05','2022-06-24 06:10:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','BAKIBILLA MALLIK (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(162,0,47,13125,395110,395111,'MGC69K','2022-06-26','09B0D027B7C24DE189C8F61D26AF09B7','09B0D027B7C24DE189C8F61D26AF09B7','SG-8251','SpiceJet','1',0,'8fd44-b0d20-f4c08-36461','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,4500,'424-8fd44-b0d20-f4c08-36461',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8fd44-b0d20-f4c08-36461\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-8fd44-b0d20-f4c08-36461\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MGC69K\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8fd44-b0d20-f4c08-36461\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-8fd44-b0d20-f4c08-36461\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MGC69K\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"09B0D027B7C24DE189C8F61D26AF09B7\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sanjay\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"09B0D027B7C24DE189C8F61D26AF09B7\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395110\",\"TPSysId\":\"395111\",\"VersionId\":[\"78218\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28132\",\"FareBreakdownid\":[\"355520\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'DBDA78B67D3347AF8AA3BB3F5C9D5C6C','','',NULL,'DBDA78B67D3347AF8AA3BB3F5C9D5C6C','0',NULL,'2022-06-24 06:57:31','2022-06-24 06:57:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Sanjay Agarwal',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(163,0,90,13214,0,0,NULL,'2022-06-30',NULL,NULL,'SG-8150','SpiceJet','1',0,'60058-e744f-42a1a-1adc8','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',2,1,7600,'437-60058-e744f-42a1a-1adc8',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,600,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"60058-e744f-42a1a-1adc8\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"437-60058-e744f-42a1a-1adc8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0BK\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"H8T8VF\",\"OnwardGroupPNRDummy\":\"H8T8VF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AY\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-24 09:51:12','2022-06-24 09:51:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SOLIHA MEER','BAAKIR  BASHIR (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(164,0,90,13214,395376,395377,'H8T8VF','2022-06-30','550DA463CD9E43BC932A1C8A77E125B5','550DA463CD9E43BC932A1C8A77E125B5','SG-8150','SpiceJet','1',0,'2f612-3febe-0455f-ff0e6','463','14:50:00','16:35:00',0,'',0,'1 hour, 30 minutes',7701,25897,'DEL','SXR','0 Stop(s)',2,1,7600,'437-2f612-3febe-0455f-ff0e6',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,600,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2f612-3febe-0455f-ff0e6\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"437-2f612-3febe-0455f-ff0e6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"H8T8VF\",\"OnwardGroupPNRDummy\":\"H8T8VF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2f612-3febe-0455f-ff0e6\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"437-2f612-3febe-0455f-ff0e6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"H8T8VF\",\"OnwardGroupPNRDummy\":\"H8T8VF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"550DA463CD9E43BC932A1C8A77E125B5\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"H8T8VF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"BAAKIR \",\"lN\":\"BASHIR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"H8T8VF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"INAYAT ULLAH\",\"lN\":\"WANI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"550DA463CD9E43BC932A1C8A77E125B5\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395376\",\"TPSysId\":\"395377\",\"VersionId\":[\"78313\"],\"CustomerSysId\":\"208313\",\"TrxId\":\"28151\",\"FareBreakdownid\":[\"355537\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9F9E55114E574EFABA4A1D78C902BA60','','',NULL,'9F9E55114E574EFABA4A1D78C902BA60','0',NULL,'2022-06-24 10:01:57','2022-06-24 10:01:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SOLIHA MEER','BAAKIR  BASHIR (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(165,0,91,13479,395458,395459,'ZF999Q','2022-06-25','D3BFF0B1CF024101ADE73C42DFE9A159','D3BFF0B1CF024101ADE73C42DFE9A159','SG-919','SpiceJet','1',0,'38d7d-6b0df-5cc0c-84835','463','18:40:00','20:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'440-38d7d-6b0df-5cc0c-84835',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"38d7d-6b0df-5cc0c-84835\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"440-38d7d-6b0df-5cc0c-84835\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"38d7d-6b0df-5cc0c-84835\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"440-38d7d-6b0df-5cc0c-84835\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"D3BFF0B1CF024101ADE73C42DFE9A159\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"ZF999Q\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AQEEL\",\"lN\":\"AQEEL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"D3BFF0B1CF024101ADE73C42DFE9A159\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395458\",\"TPSysId\":\"395459\",\"VersionId\":[\"78347\"],\"CustomerSysId\":\"210358\",\"TrxId\":\"28158\",\"FareBreakdownid\":[\"355540\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'38298135BC9F4963BD51E00935C1CB6C','1038653675',NULL,'60523E43691B4D7C9CE36999392E2FF0','958438EB0FF94446A0CA989D87035DCC','0',NULL,'2022-06-24 10:55:23','2022-06-24 10:55:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shafayat Hussain Mir','AQEEL AQEEL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(166,0,92,13253,395547,395548,'ZF999Q','2022-06-25','DF4783D2B37345F8AA4075A8B1EB7FA4','DF4783D2B37345F8AA4075A8B1EB7FA4','SG-919','SpiceJet','1',0,'75b07-30487-77f89-7efa2','463','18:40:00','20:20:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,4500,'440-75b07-30487-77f89-7efa2',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4300,200,0,0,0,0,0,0,0,100,0,0,0,1016.95,183.051,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"75b07-30487-77f89-7efa2\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"440-75b07-30487-77f89-7efa2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"75b07-30487-77f89-7efa2\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"440-75b07-30487-77f89-7efa2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"DF4783D2B37345F8AA4075A8B1EB7FA4\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"ZF999Q\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD ASHRAF\",\"lN\":\"BHAT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DF4783D2B37345F8AA4075A8B1EB7FA4\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395547\",\"TPSysId\":\"395548\",\"VersionId\":[\"78368\"],\"CustomerSysId\":\"208428\",\"TrxId\":\"28166\",\"FareBreakdownid\":[\"355544\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'99B9F371C52044D0A5D874EB5E1E6749','','',NULL,'99B9F371C52044D0A5D874EB5E1E6749','0',NULL,'2022-06-24 11:43:14','2022-06-24 11:43:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Saleem Yousuf','MOHAMMAD ASHRAF BHAT',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(167,0,93,13124,395751,395752,'QHJE5H','2022-07-07','2B7C836C6B324F99A7F4F94A599DF133','2B7C836C6B324F99A7F4F94A599DF133','SG-8373','SpiceJet','1',0,'6e12e-90bbb-97395-508e4','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,4500,'425-6e12e-90bbb-97395-508e4',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6e12e-90bbb-97395-508e4\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-6e12e-90bbb-97395-508e4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6e12e-90bbb-97395-508e4\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-6e12e-90bbb-97395-508e4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"QHJE5H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"2B7C836C6B324F99A7F4F94A599DF133\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ABDUL ROUF\",\"lN\":\"MALIK\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2B7C836C6B324F99A7F4F94A599DF133\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395751\",\"TPSysId\":\"395752\",\"VersionId\":[\"78435\"],\"CustomerSysId\":\"207836\",\"TrxId\":\"28186\",\"FareBreakdownid\":[\"355553\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8B6F0EF63CE34168BC87FB1F8DA067C5','','',NULL,'8B6F0EF63CE34168BC87FB1F8DA067C5','0',NULL,'2022-06-24 15:28:12','2022-06-24 15:28:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Travel Guru','ABDUL ROUF  MALIK',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(168,0,64,13286,395755,395756,'IIR8ME','2022-06-27','776D5F4CF01B42508CB7EA327788E4A3','776D5F4CF01B42508CB7EA327788E4A3','SG- 475','SpiceJet','1',0,'4863c-fc7e4-6627e-d403d','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4700,'432-4863c-fc7e4-6627e-d403d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4200,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4863c-fc7e4-6627e-d403d\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"432-4863c-fc7e4-6627e-d403d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4863c-fc7e4-6627e-d403d\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"432-4863c-fc7e4-6627e-d403d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IIR8ME\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"776D5F4CF01B42508CB7EA327788E4A3\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"IIR8ME\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ROHIT SINGH\",\"lN\":\"BISHT\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"776D5F4CF01B42508CB7EA327788E4A3\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395755\",\"TPSysId\":\"395756\",\"VersionId\":[\"78437\"],\"CustomerSysId\":\"208679\",\"TrxId\":\"28187\",\"FareBreakdownid\":[\"355554\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8C607A5BBAE64A93BCFFB68B351C88C9','','',NULL,'8C607A5BBAE64A93BCFFB68B351C88C9','0',NULL,'2022-06-24 15:31:05','2022-06-24 15:31:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHABIR BHAT','ROHIT SINGH BISHT',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(169,0,94,13500,0,0,NULL,'2022-07-09',NULL,NULL,'SG- 475','SpiceJet','1',0,'314cf-d2d2a-7bf0a-93c4e','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-314cf-d2d2a-7bf0a-93c4e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"314cf-d2d2a-7bf0a-93c4e\",\"apiTraceId\":\"432_6141\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 08:45\",\"FromUTCTime\":\"2022-07-09 08:45\",\"LocalToTime\":\"2022-07-09 10:15:00\",\"ToUTCTime\":\"2022-07-09 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-314cf-d2d2a-7bf0a-93c4e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6141\",\"ApiResultIndex\":\"432_6141\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CG\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGDLPN\",\"OnwardGroupPNRDummy\":\"SGDLPN\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0BU\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-24 16:09:14','2022-06-24 16:09:14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NASEER AHMAD DAR','MOHD AKRAR KHAN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(170,0,95,13508,395775,395776,'IJM8JB','2022-07-10','EF354E34637F4C1586C77D74868415CE','EF354E34637F4C1586C77D74868415CE','SG-8373','SpiceJet','1',0,'6ef86-c936a-a12bb-086a1','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',2,1,9000,'425-6ef86-c936a-a12bb-086a1',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,1694.92,305.085,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6ef86-c936a-a12bb-086a1\",\"apiTraceId\":\"425_5821\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 06:35\",\"FromUTCTime\":\"2022-07-10 06:35\",\"LocalToTime\":\"2022-07-10 08:35:00\",\"ToUTCTime\":\"2022-07-10 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-6ef86-c936a-a12bb-086a1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5821\",\"ApiResultIndex\":\"425_5821\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"IJM8JB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6ef86-c936a-a12bb-086a1\",\"apiTraceId\":\"425_5821\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 06:35\",\"FromUTCTime\":\"2022-07-10 06:35\",\"LocalToTime\":\"2022-07-10 08:35:00\",\"ToUTCTime\":\"2022-07-10 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-6ef86-c936a-a12bb-086a1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5821\",\"ApiResultIndex\":\"425_5821\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IJM8JB\",\"OnwardGroupPNRDummy\":\"IJM8JB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"EF354E34637F4C1586C77D74868415CE\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IJM8JB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Dharmendra kumar\",\"lN\":\"sheth\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"IJM8JB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"KALPESH\",\"lN\":\"Sheth\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"EF354E34637F4C1586C77D74868415CE\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"395775\",\"TPSysId\":\"395776\",\"VersionId\":[\"78439\"],\"CustomerSysId\":\"210615\",\"TrxId\":\"28189\",\"FareBreakdownid\":[\"355555\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'26D52483BC574A5985E840A95AF11C37','','',NULL,'26D52483BC574A5985E840A95AF11C37','0',NULL,'2022-06-24 16:35:57','2022-06-24 16:35:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT GOEL','Dharmendra kumar   sheth (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(171,0,37,13231,396120,396121,'A9FYMP','2022-06-30','CE8432B2AEBD439E8B616F67BD704B92','CE8432B2AEBD439E8B616F67BD704B92','SG- 475','SpiceJet','1',0,'125a0-c4293-2e3e6-9f48c','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8600,'432-125a0-c4293-2e3e6-9f48c',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,600,0,0,0,0,0,0,0,400,0,0,0,677.966,122.034,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-125a0-c4293-2e3e6-9f48c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B2\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AG\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-125a0-c4293-2e3e6-9f48c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B2\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AG\",\"bookingId\":\"CE8432B2AEBD439E8B616F67BD704B92\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RISHABH\",\"lN\":\"TOMAR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MIR UBAID\",\"lN\":\"RAZA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CE8432B2AEBD439E8B616F67BD704B92\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396120\",\"TPSysId\":\"396121\",\"VersionId\":[\"78580\"],\"CustomerSysId\":\"208361\",\"TrxId\":\"28232\",\"FareBreakdownid\":[\"355593\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'AC4D6AF9FCF04B918A1027623C318401','','',NULL,'AC4D6AF9FCF04B918A1027623C318401','0',NULL,'2022-06-25 09:17:18','2022-06-25 09:17:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ASHIQ HUSSAIN BHAT','RISHABH TOMAR (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(172,0,17,13061,396128,396129,'MD6B5T','2022-06-27','567B373926384E0BA75F2987D49D7829','567B373926384E0BA75F2987D49D7829','SG- 8709','SpiceJet','1',0,'3ae57-073aa-d3096-5bf08','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,4300,'431-3ae57-073aa-d3096-5bf08',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3ae57-073aa-d3096-5bf08\",\"apiTraceId\":\"431_6088\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 18:55\",\"FromUTCTime\":\"2022-06-27 18:55\",\"LocalToTime\":\"2022-06-27 22:05:00\",\"ToUTCTime\":\"2022-06-27 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-3ae57-073aa-d3096-5bf08\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6088\",\"ApiResultIndex\":\"431_6088\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MD6B5T\",\"OnwardGroupPNRDummy\":\"MD6B5T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3ae57-073aa-d3096-5bf08\",\"apiTraceId\":\"431_6088\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 18:55\",\"FromUTCTime\":\"2022-06-27 18:55\",\"LocalToTime\":\"2022-06-27 22:05:00\",\"ToUTCTime\":\"2022-06-27 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-3ae57-073aa-d3096-5bf08\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6088\",\"ApiResultIndex\":\"431_6088\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MD6B5T\",\"OnwardGroupPNRDummy\":\"MD6B5T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"567B373926384E0BA75F2987D49D7829\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"MD6B5T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUKUL\",\"lN\":\"JAIN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"567B373926384E0BA75F2987D49D7829\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396128\",\"TPSysId\":\"396129\",\"VersionId\":[\"78581\"],\"CustomerSysId\":\"207517\",\"TrxId\":\"28233\",\"FareBreakdownid\":[\"355594\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'0495621395B64D9C8D0B1DD827A9ABF3','','',NULL,'0495621395B64D9C8D0B1DD827A9ABF3','0',NULL,'2022-06-25 09:21:53','2022-06-25 09:21:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAHUL KUMAR','MUKUL JAIN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(173,0,96,13314,0,0,NULL,'2022-07-03',NULL,NULL,'SG- 475','SpiceJet','1',0,'4ce0e-82eb1-20af3-3cda7','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,4500,'432-4ce0e-82eb1-20af3-3cda7',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4ce0e-82eb1-20af3-3cda7\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-4ce0e-82eb1-20af3-3cda7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-25 09:51:47','2022-06-25 09:51:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Assiyah Khan','Umesh Chandra',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(174,0,96,13314,396262,396263,'V5WZVR','2022-07-03','B9A0EFC7B594449DB74D65694F9DCBDD','B9A0EFC7B594449DB74D65694F9DCBDD','SG- 475','SpiceJet','1',0,'09577-08bc4-61c41-33a1e','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',0,0,'SXR','DEL','0 Stop(s)',1,1,4500,'432-09577-08bc4-61c41-33a1e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"09577-08bc4-61c41-33a1e\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-09577-08bc4-61c41-33a1e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"09577-08bc4-61c41-33a1e\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-09577-08bc4-61c41-33a1e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B9A0EFC7B594449DB74D65694F9DCBDD\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Umesh\",\"lN\":\"Chandra\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B9A0EFC7B594449DB74D65694F9DCBDD\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396262\",\"TPSysId\":\"396263\",\"VersionId\":[\"78624\"],\"CustomerSysId\":\"208728\",\"TrxId\":\"28245\",\"FareBreakdownid\":[\"355608\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'EBB587F3FA5D4E909A7D05A167E2BAE1','','',NULL,'EBB587F3FA5D4E909A7D05A167E2BAE1','0',NULL,'2022-06-25 11:17:03','2022-06-25 11:17:03',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Assiyah Khan','Umesh Chandra',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(175,0,97,13078,396308,396309,'JHH97U','2022-07-03','E022D383F23445BEBDC47A7613B8CA8F','E022D383F23445BEBDC47A7613B8CA8F','SG-8702','SpiceJet','1',0,'9cd26-3c251-eb283-bd285','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',18676,7701,'BOM','DEL','0 Stop(s)',1,1,3800,'430-9cd26-3c251-eb283-bd285',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9cd26-3c251-eb283-bd285\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-9cd26-3c251-eb283-bd285\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9cd26-3c251-eb283-bd285\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-9cd26-3c251-eb283-bd285\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JHH97U\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E022D383F23445BEBDC47A7613B8CA8F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"JHH97U\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VAIBHAV\",\"lN\":\"SEHGAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"E022D383F23445BEBDC47A7613B8CA8F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396308\",\"TPSysId\":\"396309\",\"VersionId\":[\"78649\"],\"CustomerSysId\":\"207613\",\"TrxId\":\"28256\",\"FareBreakdownid\":[\"355616\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'0CAC3F381A184B408BE734DC9041E25C','','',NULL,'0CAC3F381A184B408BE734DC9041E25C','0',NULL,'2022-06-25 12:26:31','2022-06-25 12:26:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ankur A','VAIBHAV SEHGAL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(176,0,73,13264,396327,396328,'AIG4FR','2022-06-29','83CBCEA17F1D4D52BF9D2D4FD62D5169','83CBCEA17F1D4D52BF9D2D4FD62D5169','SG- 475','SpiceJet','1',0,'90ab2-c1b19-cac38-46722','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'432-90ab2-c1b19-cac38-46722',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"90ab2-c1b19-cac38-46722\",\"apiTraceId\":\"432_6131\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 08:45\",\"FromUTCTime\":\"2022-06-29 08:45\",\"LocalToTime\":\"2022-06-29 10:15:00\",\"ToUTCTime\":\"2022-06-29 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-90ab2-c1b19-cac38-46722\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6131\",\"ApiResultIndex\":\"432_6131\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AIG4FR\",\"OnwardGroupPNRDummy\":\"AIG4FR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"90ab2-c1b19-cac38-46722\",\"apiTraceId\":\"432_6131\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 08:45\",\"FromUTCTime\":\"2022-06-29 08:45\",\"LocalToTime\":\"2022-06-29 10:15:00\",\"ToUTCTime\":\"2022-06-29 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-90ab2-c1b19-cac38-46722\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6131\",\"ApiResultIndex\":\"432_6131\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AIG4FR\",\"OnwardGroupPNRDummy\":\"AIG4FR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"83CBCEA17F1D4D52BF9D2D4FD62D5169\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"AIG4FR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"JOHARE\",\"lN\":\"R R\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"83CBCEA17F1D4D52BF9D2D4FD62D5169\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396327\",\"TPSysId\":\"396328\",\"VersionId\":[\"78656\"],\"CustomerSysId\":\"208456\",\"TrxId\":\"28258\",\"FareBreakdownid\":[\"355618\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D6273E107B1E4D83B2B714C95A549789','','',NULL,'D6273E107B1E4D83B2B714C95A549789','0',NULL,'2022-06-25 12:56:00','2022-06-25 12:56:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAIS AHMAD','JOHARE R R',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(177,0,98,13351,396453,396454,'Z8EIFI','2022-06-28','BC08EE06FC9F4D2C8240ECB442A94698','BC08EE06FC9F4D2C8240ECB442A94698','SG- 475','SpiceJet','1',0,'06c36-d9833-08727-7daea','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'432-06c36-d9833-08727-7daea',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,300,0,0,0,0,0,0,0,200,0,0,0,169.492,30.5085,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"06c36-d9833-08727-7daea\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-06c36-d9833-08727-7daea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"06c36-d9833-08727-7daea\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-06c36-d9833-08727-7daea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"BC08EE06FC9F4D2C8240ECB442A94698\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ram pyare\",\"lN\":\"Yadav\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"BC08EE06FC9F4D2C8240ECB442A94698\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396453\",\"TPSysId\":\"396454\",\"VersionId\":[\"78692\"],\"CustomerSysId\":\"208882\",\"TrxId\":\"28277\",\"FareBreakdownid\":[\"355637\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9B0D37B7765A4C76B912FD5AE7F5965C','','',NULL,'9B0D37B7765A4C76B912FD5AE7F5965C','0',NULL,'2022-06-26 04:47:29','2022-06-26 04:47:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BILAL AHMAD DAR','Ram pyare Yadav',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(178,0,22,13129,396463,396464,'JHH97U','2022-07-03','FA7F0FE3B3C74E43B154F978B96FA104','FA7F0FE3B3C74E43B154F978B96FA104','SG-8702','SpiceJet','1',0,'af33f-b9269-5992b-c23f9','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',18676,7701,'BOM','DEL','0 Stop(s)',1,1,4500,'430-af33f-b9269-5992b-c23f9',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4200,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"af33f-b9269-5992b-c23f9\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"430-af33f-b9269-5992b-c23f9\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"af33f-b9269-5992b-c23f9\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"430-af33f-b9269-5992b-c23f9\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JHH97U\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FA7F0FE3B3C74E43B154F978B96FA104\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"JHH97U\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SAIYBA\",\"lN\":\"BAZAZ\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"FA7F0FE3B3C74E43B154F978B96FA104\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396463\",\"TPSysId\":\"396464\",\"VersionId\":[\"78694\"],\"CustomerSysId\":\"207869\",\"TrxId\":\"28279\",\"FareBreakdownid\":[\"355638\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'690C3B41F02E457B814E754868A4B901','','',NULL,'690C3B41F02E457B814E754868A4B901','0',NULL,'2022-06-26 05:58:54','2022-06-26 05:58:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mudasir Mir','SAIYBA BAZAZ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(179,0,25,13073,0,0,NULL,'2022-06-28',NULL,NULL,'SG-8373','SpiceJet','1',0,'4364a-4a8ce-8c7d2-c2bba','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,9000,'425-4364a-4a8ce-8c7d2-c2bba',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4364a-4a8ce-8c7d2-c2bba\",\"apiTraceId\":\"425_5809\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 06:35\",\"FromUTCTime\":\"2022-06-28 06:35\",\"LocalToTime\":\"2022-06-28 08:35:00\",\"ToUTCTime\":\"2022-06-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-4364a-4a8ce-8c7d2-c2bba\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5809\",\"ApiResultIndex\":\"425_5809\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X8ISFI\",\"OnwardGroupPNRDummy\":\"X8ISFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00N\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-26 06:30:51','2022-06-26 06:30:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','MAHBOOB AHAMAD (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(180,0,25,13073,396479,396480,'HCSZXW','2022-06-29','7C258559C44D49F49C5F8EBF9F915BD3','7C258559C44D49F49C5F8EBF9F915BD3','SG-8373','SpiceJet','1',0,'4c9a1-bc63b-975ea-f3438','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,9000,'425-4c9a1-bc63b-975ea-f3438',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4c9a1-bc63b-975ea-f3438\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-4c9a1-bc63b-975ea-f3438\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4c9a1-bc63b-975ea-f3438\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-4c9a1-bc63b-975ea-f3438\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7C258559C44D49F49C5F8EBF9F915BD3\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAHBOOB\",\"lN\":\"AHAMAD\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"HAMID\",\"lN\":\"ALI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7C258559C44D49F49C5F8EBF9F915BD3\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396479\",\"TPSysId\":\"396480\",\"VersionId\":[\"78701\"],\"CustomerSysId\":\"207606\",\"TrxId\":\"28280\",\"FareBreakdownid\":[\"355639\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1D53759220B143A3B56160590041F8A5','','',NULL,'1D53759220B143A3B56160590041F8A5','0',NULL,'2022-06-26 06:31:33','2022-06-26 06:31:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AJAHAR UDDIN MOLLICK','MAHBOOB AHAMAD (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(181,0,62,13136,396489,396490,'Z8EIFI','2022-06-28','B03C341C1F09407F81B613D5558316AB','B03C341C1F09407F81B613D5558316AB','SG- 475','SpiceJet','1',0,'4db3b-3e8a9-fe2b9-818ea','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'432-4db3b-3e8a9-fe2b9-818ea',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4db3b-3e8a9-fe2b9-818ea\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-4db3b-3e8a9-fe2b9-818ea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4db3b-3e8a9-fe2b9-818ea\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-4db3b-3e8a9-fe2b9-818ea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"B03C341C1F09407F81B613D5558316AB\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KARAMVEER\",\"lN\":\"KARAMVEER\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B03C341C1F09407F81B613D5558316AB\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396489\",\"TPSysId\":\"396490\",\"VersionId\":[\"78708\"],\"CustomerSysId\":\"207878\",\"TrxId\":\"28282\",\"FareBreakdownid\":[\"355642\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'80094F8428B64A6A9372C8682F815704','','',NULL,'80094F8428B64A6A9372C8682F815704','0',NULL,'2022-06-26 06:45:26','2022-06-26 06:45:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'abid BHAT','KARAMVEER KARAMVEER',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(182,0,48,13106,396494,396495,'Z8EIFI','2022-06-28','913ED70581654E8DA724CB89612776AC','913ED70581654E8DA724CB89612776AC','SG- 475','SpiceJet','1',0,'08b02-17595-475cf-8b8cb','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'432-08b02-17595-475cf-8b8cb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"08b02-17595-475cf-8b8cb\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-08b02-17595-475cf-8b8cb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"08b02-17595-475cf-8b8cb\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-08b02-17595-475cf-8b8cb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"913ED70581654E8DA724CB89612776AC\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Vijayender \",\"lN\":\"kumar \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"913ED70581654E8DA724CB89612776AC\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396494\",\"TPSysId\":\"396495\",\"VersionId\":[\"78711\"],\"CustomerSysId\":\"207726\",\"TrxId\":\"28284\",\"FareBreakdownid\":[\"355643\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'82B2367C3D594CA3915572C9D91DB4C4','','',NULL,'82B2367C3D594CA3915572C9D91DB4C4','0',NULL,'2022-06-26 07:20:32','2022-06-26 07:20:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAMLAKHAN AGARWAL','Vijayender  kumar ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(183,0,99,13529,396496,396497,'HCSZXW','2022-06-29','009142BF6F044BA28A636B089B204FB6','009142BF6F044BA28A636B089B204FB6','SG-8373','SpiceJet','1',0,'609ab-3548a-c4ecc-3a0a4','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-609ab-3548a-c4ecc-3a0a4',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"609ab-3548a-c4ecc-3a0a4\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-609ab-3548a-c4ecc-3a0a4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00V\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"609ab-3548a-c4ecc-3a0a4\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-609ab-3548a-c4ecc-3a0a4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00V\",\"bookingId\":\"009142BF6F044BA28A636B089B204FB6\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AMIT\",\"lN\":\"BANG\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"009142BF6F044BA28A636B089B204FB6\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396496\",\"TPSysId\":\"396497\",\"VersionId\":[\"78712\"],\"CustomerSysId\":\"210873\",\"TrxId\":\"28285\",\"FareBreakdownid\":[\"355644\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E44BD10279B748A8806D62E06C24CDC4','','',NULL,'E44BD10279B748A8806D62E06C24CDC4','0',NULL,'2022-06-26 07:24:22','2022-06-26 07:24:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SNEHA BAJAJ','AMIT BANG',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(184,0,100,13351,396511,396512,'Z8EIFI','2022-06-28','CC7BF948D3054C428D13B236847D8180','CC7BF948D3054C428D13B236847D8180','SG- 475','SpiceJet','1',0,'15015-8c183-6acd9-208cf','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8600,'432-15015-8c183-6acd9-208cf',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,600,0,0,0,0,0,0,0,400,0,0,0,1270.34,228.661,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"15015-8c183-6acd9-208cf\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-15015-8c183-6acd9-208cf\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"15015-8c183-6acd9-208cf\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-15015-8c183-6acd9-208cf\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"CC7BF948D3054C428D13B236847D8180\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Apak bagang\",\"lN\":\"Doka\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Meli tarh\",\"lN\":\"Tarh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CC7BF948D3054C428D13B236847D8180\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396511\",\"TPSysId\":\"396512\",\"VersionId\":[\"78723\"],\"CustomerSysId\":\"208882\",\"TrxId\":\"28286\",\"FareBreakdownid\":[\"355645\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'BBD1CEBC90DF45A58F5DC2BF1219C44A','','',NULL,'BBD1CEBC90DF45A58F5DC2BF1219C44A','0',NULL,'2022-06-26 07:44:17','2022-06-26 07:44:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BILAL AHMAD DAR','Apak bagang Doka (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(185,0,101,13066,396557,396558,'I9UPFP','2022-06-28','6466574202844C7A9E107EFD286FD916','6466574202844C7A9E107EFD286FD916','SG-8251','SpiceJet','1',0,'50c1e-e6b08-9df28-60348','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',2,1,9000,'424-50c1e-e6b08-9df28-60348',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,894.068,160.932,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"50c1e-e6b08-9df28-60348\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"424-50c1e-e6b08-9df28-60348\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"I9UPFP\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"50c1e-e6b08-9df28-60348\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"424-50c1e-e6b08-9df28-60348\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"I9UPFP\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"6466574202844C7A9E107EFD286FD916\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"I9UPFP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SYED ABDUS\",\"lN\":\"SOYEB\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"I9UPFP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHARUKH\",\"lN\":\"CHOWDHURY\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"6466574202844C7A9E107EFD286FD916\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396557\",\"TPSysId\":\"396558\",\"VersionId\":[\"78740\"],\"CustomerSysId\":\"207596\",\"TrxId\":\"28298\",\"FareBreakdownid\":[\"355649\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'60FBEDB033144C5AB5E5084A824411DE','1042775557',NULL,'C68BFA0F632947DF97B3A92E4DAA1831','EDAB135599C64BEE901B33E305D40864','0',NULL,'2022-06-26 10:52:32','2022-06-26 10:52:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'KAMRUDDIN LAYEK','SYED ABDUS SOYEB (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(186,0,102,13305,396555,396556,'V5WZVR','2022-07-03','EF1785834E4A4868B69C7A3B32E013DE','EF1785834E4A4868B69C7A3B32E013DE','SG- 475','SpiceJet','1',0,'80c58-0b1b1-fede7-5b85b','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',4,1,15000,'432-80c58-0b1b1-fede7-5b85b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',13500,1500,0,0,0,0,0,0,0,1200,0,0,0,1393.22,250.78,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"432-80c58-0b1b1-fede7-5b85b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06Z\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":true,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06D\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"432-80c58-0b1b1-fede7-5b85b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06Z\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":true,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06D\",\"bookingId\":\"EF1785834E4A4868B69C7A3B32E013DE\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RAJINDER \",\"lN\":\"SINGH \",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"MANPREET KOUR \",\"lN\":\"RAI \",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\" SARGUN \",\"lN\":\"KAUR \",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\" JAIKIRAT \",\"lN\":\"SINGH \",\"id\":\"3\",\"DOB\":\"2022-03-03\"}]}},\"order\":{\"bookingId\":[\"EF1785834E4A4868B69C7A3B32E013DE\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396555\",\"TPSysId\":\"396556\",\"VersionId\":[\"78739\"],\"CustomerSysId\":\"208718\",\"TrxId\":\"28297\",\"FareBreakdownid\":[\"355648\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4D250DCBDECE4EB786006FB178E27958','','',NULL,'4D250DCBDECE4EB786006FB178E27958','0',NULL,'2022-06-26 10:53:50','2022-06-26 10:53:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'HILAL AHMAD DAR','RAJINDER  SINGH  (+3)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(187,0,32,13238,396709,396710,'MFDPJA','2022-07-05','7400C9F13D8449DC9E4470C43F412F38','7400C9F13D8449DC9E4470C43F412F38','SG- 475','SpiceJet','1',0,'c51a0-9b43f-10166-14a70','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'432-c51a0-9b43f-10166-14a70',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,0,0,0,0,0,0,0,0,0,0,0,0,338.983,61.0169,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c51a0-9b43f-10166-14a70\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-c51a0-9b43f-10166-14a70\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c51a0-9b43f-10166-14a70\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-c51a0-9b43f-10166-14a70\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"7400C9F13D8449DC9E4470C43F412F38\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KUMBHKARAN\",\"lN\":\"KUMBHKARAN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7400C9F13D8449DC9E4470C43F412F38\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396709\",\"TPSysId\":\"396710\",\"VersionId\":[\"78796\"],\"CustomerSysId\":\"208381\",\"TrxId\":\"28310\",\"FareBreakdownid\":[\"355658\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'E40B160B56194E8C9A248240C3FFF792','1044291977',NULL,'A929E5C68CED4501956B37E130C4999F','D17EF82C7A7B4623B5A1D5609E101858','0',NULL,'2022-06-27 06:22:16','2022-06-27 06:22:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'WAHID AHMAD','KUMBHKARAN KUMBHKARAN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(188,0,32,13238,396804,396805,'SGDLPN','2022-07-09','C6A736DB2F9A45D2989E656CC498B5E4','C6A736DB2F9A45D2989E656CC498B5E4','SG- 475','SpiceJet','1',0,'93d0b-f4516-d6c3a-8b632','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'432-93d0b-f4516-d6c3a-8b632',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,254.237,45.7627,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"93d0b-f4516-d6c3a-8b632\",\"apiTraceId\":\"432_6141\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 08:45\",\"FromUTCTime\":\"2022-07-09 08:45\",\"LocalToTime\":\"2022-07-09 10:15:00\",\"ToUTCTime\":\"2022-07-09 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-93d0b-f4516-d6c3a-8b632\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6141\",\"ApiResultIndex\":\"432_6141\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGDLPN\",\"OnwardGroupPNRDummy\":\"SGDLPN\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"93d0b-f4516-d6c3a-8b632\",\"apiTraceId\":\"432_6141\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 08:45\",\"FromUTCTime\":\"2022-07-09 08:45\",\"LocalToTime\":\"2022-07-09 10:15:00\",\"ToUTCTime\":\"2022-07-09 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-93d0b-f4516-d6c3a-8b632\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6141\",\"ApiResultIndex\":\"432_6141\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGDLPN\",\"OnwardGroupPNRDummy\":\"SGDLPN\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"C6A736DB2F9A45D2989E656CC498B5E4\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"SGDLPN\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"U K\",\"lN\":\"TIWARI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"C6A736DB2F9A45D2989E656CC498B5E4\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396804\",\"TPSysId\":\"396805\",\"VersionId\":[\"78827\"],\"CustomerSysId\":\"208381\",\"TrxId\":\"28321\",\"FareBreakdownid\":[\"355667\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'46461603976E44748BB2A39014DE5DED','1044377415',NULL,'B47791682F234E6DB03073B212E26FF3','AC0DF22318EB44A7BFD3BEB2357C36C4','0',NULL,'2022-06-27 07:05:44','2022-06-27 07:05:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'WAHID AHMAD','U K TIWARI',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(189,0,47,13125,396977,396978,'QHJE5H','2022-07-07','630FE7B643A349668153C592E67466B5','630FE7B643A349668153C592E67466B5','SG-8373','SpiceJet','1',0,'ee49c-21b80-3f712-ce40a','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',4,1,18000,'425-ee49c-21b80-3f712-ce40a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',16000,2000,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ee49c-21b80-3f712-ce40a\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":18000,\"PublishedFareTxt\":\"18,000\",\"ApiResultIndex\":\"425-ee49c-21b80-3f712-ce40a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18000,\"PublishedFare\":18000,\"PublishedFareAgent\":18000,\"OfferedFareAgent\":18000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1600,\"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\":18000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16000,\"BaseFare\":16000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1600,\"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\":18000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ee49c-21b80-3f712-ce40a\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":18000,\"PublishedFareTxt\":\"18,000\",\"ApiResultIndex\":\"425-ee49c-21b80-3f712-ce40a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18000,\"PublishedFare\":18000,\"PublishedFareAgent\":18000,\"OfferedFareAgent\":18000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1600,\"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\":18000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16000,\"BaseFare\":16000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1600,\"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\":18000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"QHJE5H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"630FE7B643A349668153C592E67466B5\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANKIT\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SONAM\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"DARSH\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANITA\",\"lN\":\"SARKAR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"630FE7B643A349668153C592E67466B5\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396977\",\"TPSysId\":\"396978\",\"VersionId\":[\"78876\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28333\",\"FareBreakdownid\":[\"355675\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B086A660E03A4426B1D7296D2FDDDD42','','',NULL,'B086A660E03A4426B1D7296D2FDDDD42','0',NULL,'2022-06-27 08:35:16','2022-06-27 08:35:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','ANKIT AGARWAL (+3)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(190,0,28,13186,396992,396993,'L8VEFS','2022-06-28','05740D1B7BF34BE3BEAEF7A7200C810C','05740D1B7BF34BE3BEAEF7A7200C810C','SG- 8961','SpiceJet','1',0,'851ee-4673f-05675-05e7a','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'433-851ee-4673f-05675-05e7a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"851ee-4673f-05675-05e7a\",\"apiTraceId\":\"433_6171\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 11:35\",\"FromUTCTime\":\"2022-06-28 11:35\",\"LocalToTime\":\"2022-06-28 13:20:00\",\"ToUTCTime\":\"2022-06-28 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-851ee-4673f-05675-05e7a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6171\",\"ApiResultIndex\":\"433_6171\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"L8VEFS\",\"OnwardGroupPNRDummy\":\"L8VEFS\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"851ee-4673f-05675-05e7a\",\"apiTraceId\":\"433_6171\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 11:35\",\"FromUTCTime\":\"2022-06-28 11:35\",\"LocalToTime\":\"2022-06-28 13:20:00\",\"ToUTCTime\":\"2022-06-28 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-851ee-4673f-05675-05e7a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6171\",\"ApiResultIndex\":\"433_6171\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"L8VEFS\",\"OnwardGroupPNRDummy\":\"L8VEFS\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"05740D1B7BF34BE3BEAEF7A7200C810C\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"L8VEFS\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Arfat \",\"lN\":\"Ali\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"05740D1B7BF34BE3BEAEF7A7200C810C\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396992\",\"TPSysId\":\"396993\",\"VersionId\":[\"78883\"],\"CustomerSysId\":\"208100\",\"TrxId\":\"28334\",\"FareBreakdownid\":[\"355676\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'5B758375062244ABB66A4B6B4CA77E20','','',NULL,'5B758375062244ABB66A4B6B4CA77E20','0',NULL,'2022-06-27 08:45:57','2022-06-27 08:45:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Ehsan ul Haq','Arfat  Ali',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(191,0,47,13125,396995,396996,'Y8FVWY','2022-07-10','E51551B560884980B455DAD1B7B5937A','E51551B560884980B455DAD1B7B5937A','SG-8251','SpiceJet','1',0,'a9a9c-a91d4-b1059-31b30','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',3,1,13500,'424-a9a9c-a91d4-b1059-31b30',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',12000,1500,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a9a9c-a91d4-b1059-31b30\",\"apiTraceId\":\"424_5775\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 18:35\",\"FromUTCTime\":\"2022-07-10 18:35\",\"LocalToTime\":\"2022-07-10 20:35:00\",\"ToUTCTime\":\"2022-07-10 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":13500,\"PublishedFareTxt\":\"13,500\",\"ApiResultIndex\":\"424-a9a9c-a91d4-b1059-31b30\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13500,\"PublishedFare\":13500,\"PublishedFareAgent\":13500,\"OfferedFareAgent\":13500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5775\",\"ApiResultIndex\":\"424_5775\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"Y8FVWY\",\"OnwardGroupPNRDummy\":\"Y8FVWY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a9a9c-a91d4-b1059-31b30\",\"apiTraceId\":\"424_5775\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 18:35\",\"FromUTCTime\":\"2022-07-10 18:35\",\"LocalToTime\":\"2022-07-10 20:35:00\",\"ToUTCTime\":\"2022-07-10 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":13500,\"PublishedFareTxt\":\"13,500\",\"ApiResultIndex\":\"424-a9a9c-a91d4-b1059-31b30\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13500,\"PublishedFare\":13500,\"PublishedFareAgent\":13500,\"OfferedFareAgent\":13500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5775\",\"ApiResultIndex\":\"424_5775\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"Y8FVWY\",\"OnwardGroupPNRDummy\":\"Y8FVWY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"E51551B560884980B455DAD1B7B5937A\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"Y8FVWY\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"SONAM\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"Y8FVWY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"DARSH\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"Y8FVWY\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"ANITA\",\"lN\":\"SARKAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E51551B560884980B455DAD1B7B5937A\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"396995\",\"TPSysId\":\"396996\",\"VersionId\":[\"78884\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28335\",\"FareBreakdownid\":[\"355677\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'2436F161ADD144CBA3BB0817FA3626B3','','',NULL,'2436F161ADD144CBA3BB0817FA3626B3','0',NULL,'2022-06-27 08:48:12','2022-06-27 08:48:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','SONAM AGARWAL (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(192,0,103,13350,397001,397002,'AYQ36J','2022-06-30','440380AFF4D14430B82C6959045F58FB','440380AFF4D14430B82C6959045F58FB','SG-8373','SpiceJet','1',0,'fba8c-2639e-f1ac4-ef0d8','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',2,1,9000,'425-fba8c-2639e-f1ac4-ef0d8',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fba8c-2639e-f1ac4-ef0d8\",\"apiTraceId\":\"425_5811\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 06:35\",\"FromUTCTime\":\"2022-06-30 06:35\",\"LocalToTime\":\"2022-06-30 08:35:00\",\"ToUTCTime\":\"2022-06-30 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-fba8c-2639e-f1ac4-ef0d8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5811\",\"ApiResultIndex\":\"425_5811\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CW\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AYQ36J\",\"OnwardGroupPNRDummy\":\"AYQ36J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0CA\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fba8c-2639e-f1ac4-ef0d8\",\"apiTraceId\":\"425_5811\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 06:35\",\"FromUTCTime\":\"2022-06-30 06:35\",\"LocalToTime\":\"2022-06-30 08:35:00\",\"ToUTCTime\":\"2022-06-30 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-fba8c-2639e-f1ac4-ef0d8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5811\",\"ApiResultIndex\":\"425_5811\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CW\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AYQ36J\",\"OnwardGroupPNRDummy\":\"AYQ36J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0CA\",\"bookingId\":\"440380AFF4D14430B82C6959045F58FB\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"AYQ36J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ADIL AYOUB\",\"lN\":\"BHAT\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"AYQ36J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"UBAID AHMAD\",\"lN\":\"LONE\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"440380AFF4D14430B82C6959045F58FB\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397001\",\"TPSysId\":\"397002\",\"VersionId\":[\"78888\"],\"CustomerSysId\":\"208841\",\"TrxId\":\"28336\",\"FareBreakdownid\":[\"355678\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A1997EA596FC4E7A9DCB1CDD9402395E','','',NULL,'A1997EA596FC4E7A9DCB1CDD9402395E','0',NULL,'2022-06-27 08:58:44','2022-06-27 08:58:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohammad Asif Mir','ADIL AYOUB BHAT (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(193,0,47,13125,397074,397075,'IYUNFM','2022-07-05','A59E5C25DF7744AEAAE5B715615CFA5C','A59E5C25DF7744AEAAE5B715615CFA5C','SG-8373','SpiceJet','1',0,'984e4-dc8b5-52c6f-63b82','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,9000,'425-984e4-dc8b5-52c6f-63b82',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"apiTraceId\":\"425_5816\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 06:35\",\"FromUTCTime\":\"2022-07-05 06:35\",\"LocalToTime\":\"2022-07-05 08:35:00\",\"ToUTCTime\":\"2022-07-05 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-984e4-dc8b5-52c6f-63b82\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5816\",\"ApiResultIndex\":\"425_5816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"apiTraceId\":\"425_5816\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 06:35\",\"FromUTCTime\":\"2022-07-05 06:35\",\"LocalToTime\":\"2022-07-05 08:35:00\",\"ToUTCTime\":\"2022-07-05 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-984e4-dc8b5-52c6f-63b82\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5816\",\"ApiResultIndex\":\"425_5816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IYUNFM\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"A59E5C25DF7744AEAAE5B715615CFA5C\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IYUNFM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NISHA\",\"lN\":\"JAISWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"IYUNFM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"RAMA\",\"lN\":\"JAISWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A59E5C25DF7744AEAAE5B715615CFA5C\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397074\",\"TPSysId\":\"397075\",\"VersionId\":[\"78910\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28348\",\"FareBreakdownid\":[\"355685\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8484FB9E31C643CB885FE03B360D0CDA','','',NULL,'8484FB9E31C643CB885FE03B360D0CDA','0',NULL,'2022-06-27 09:53:59','2022-06-27 09:53:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','NISHA JAISWAL (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(194,0,104,13430,397152,397153,'RBKTJM','2022-07-03','00C126D0EFB943C6B4DAD409F516FB11','00C126D0EFB943C6B4DAD409F516FB11','SG- 8709','SpiceJet','1',0,'8e0a2-ca92e-0767d-4bf6b','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',2,1,8600,'431-8e0a2-ca92e-0767d-4bf6b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8e0a2-ca92e-0767d-4bf6b\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"431-8e0a2-ca92e-0767d-4bf6b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7600,\"BaseFare\":7600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"RBKTJM\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"011\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8e0a2-ca92e-0767d-4bf6b\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"431-8e0a2-ca92e-0767d-4bf6b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7600,\"BaseFare\":7600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"RBKTJM\",\"OnwardGroupPNRDummy\":\"RBKTJM\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"011\",\"bookingId\":\"00C126D0EFB943C6B4DAD409F516FB11\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"RBKTJM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"WASSH PATEL\",\"lN\":\"MOHAMADE\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}},{\"pnrDetails\":{\"DEL-BOM\":\"RBKTJM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SALMA\",\"lN\":\"NOORMAMODE\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"00C126D0EFB943C6B4DAD409F516FB11\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397152\",\"TPSysId\":\"397153\",\"VersionId\":[\"78920\"],\"CustomerSysId\":\"209585\",\"TrxId\":\"28356\",\"FareBreakdownid\":[\"355689\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B243D1C5BEE74262AF032496E30A2B12','1044775485',NULL,'9B5656B17BFE4ACC8C30D611B2CBFB6F','B2566B8B08B84D5A8ECEABA18E586AF9','0',NULL,'2022-06-27 10:27:38','2022-06-27 10:27:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shivam Gupta','WASSH PATEL MOHAMADE (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(195,0,47,13125,397386,397387,'IJM8JB','2022-07-10','1EF51E57F9FD4C4CBB04CC268A818C21','1EF51E57F9FD4C4CBB04CC268A818C21','SG-8373','SpiceJet','1',0,'010a7-e89f0-704db-2f635','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-010a7-e89f0-704db-2f635',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"010a7-e89f0-704db-2f635\",\"apiTraceId\":\"425_5821\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 06:35\",\"FromUTCTime\":\"2022-07-10 06:35\",\"LocalToTime\":\"2022-07-10 08:35:00\",\"ToUTCTime\":\"2022-07-10 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-010a7-e89f0-704db-2f635\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5821\",\"ApiResultIndex\":\"425_5821\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"IJM8JB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"010a7-e89f0-704db-2f635\",\"apiTraceId\":\"425_5821\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 06:35\",\"FromUTCTime\":\"2022-07-10 06:35\",\"LocalToTime\":\"2022-07-10 08:35:00\",\"ToUTCTime\":\"2022-07-10 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-010a7-e89f0-704db-2f635\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5821\",\"ApiResultIndex\":\"425_5821\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IJM8JB\",\"OnwardGroupPNRDummy\":\"IJM8JB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"1EF51E57F9FD4C4CBB04CC268A818C21\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IJM8JB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NAVEEN\",\"lN\":\"MEHTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"1EF51E57F9FD4C4CBB04CC268A818C21\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397386\",\"TPSysId\":\"397387\",\"VersionId\":[\"78978\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28376\",\"FareBreakdownid\":[\"355705\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'15564FF0F6554652A1B4391C789C587D','','',NULL,'15564FF0F6554652A1B4391C789C587D','0',NULL,'2022-06-27 13:05:12','2022-06-27 13:05:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','NAVEEN MEHTA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(196,0,62,13136,397458,397459,'A9FYMP','2022-06-30','A484F9E847DA4D6BA6BF7AD9A6DA0D16','A484F9E847DA4D6BA6BF7AD9A6DA0D16','SG- 475','SpiceJet','1',0,'d8db9-bca23-2d2e8-d2af5','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4300,'432-d8db9-bca23-2d2e8-d2af5',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d8db9-bca23-2d2e8-d2af5\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-d8db9-bca23-2d2e8-d2af5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d8db9-bca23-2d2e8-d2af5\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-d8db9-bca23-2d2e8-d2af5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A484F9E847DA4D6BA6BF7AD9A6DA0D16\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Pushpendera\",\"lN\":\"kumar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A484F9E847DA4D6BA6BF7AD9A6DA0D16\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397458\",\"TPSysId\":\"397459\",\"VersionId\":[\"78990\"],\"CustomerSysId\":\"207878\",\"TrxId\":\"28380\",\"FareBreakdownid\":[\"355706\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8B773F34924544AD8231AFFD5009E89C','','',NULL,'8B773F34924544AD8231AFFD5009E89C','0',NULL,'2022-06-27 14:14:50','2022-06-27 14:14:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'abid BHAT','Pushpendera kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(198,0,106,13141,397505,397506,'V5RFWR','2022-07-03','8E143A5D9C5942C7A0A90D85AA505E87','8E143A5D9C5942C7A0A90D85AA505E87','SG-8373','SpiceJet','1',0,'3efe3-31458-378d3-5c23a','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',2,1,9000,'425-3efe3-31458-378d3-5c23a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3efe3-31458-378d3-5c23a\",\"apiTraceId\":\"425_5814\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 06:35\",\"FromUTCTime\":\"2022-07-03 06:35\",\"LocalToTime\":\"2022-07-03 08:35:00\",\"ToUTCTime\":\"2022-07-03 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-3efe3-31458-378d3-5c23a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5814\",\"ApiResultIndex\":\"425_5814\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"022E753647FF4F6DA7CA9ACD42E8EC00\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3efe3-31458-378d3-5c23a\",\"apiTraceId\":\"425_5814\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 06:35\",\"FromUTCTime\":\"2022-07-03 06:35\",\"LocalToTime\":\"2022-07-03 08:35:00\",\"ToUTCTime\":\"2022-07-03 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-3efe3-31458-378d3-5c23a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5814\",\"ApiResultIndex\":\"425_5814\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5RFWR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"8E143A5D9C5942C7A0A90D85AA505E87\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"V5RFWR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Swarup\",\"lN\":\"Poria\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"V5RFWR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Debika\",\"lN\":\"Poria\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"8E143A5D9C5942C7A0A90D85AA505E87\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397505\",\"TPSysId\":\"397506\",\"VersionId\":[\"78999\"],\"CustomerSysId\":\"207884\",\"TrxId\":\"28386\",\"FareBreakdownid\":[\"355710\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9BF3E824778C4E1B96BE06AA3E21E972','','',NULL,'9BF3E824778C4E1B96BE06AA3E21E972','0',NULL,'2022-06-27 16:17:46','2022-06-27 16:17:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Waseem Ali Bhat','Swarup Poria (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(199,0,107,13079,397771,397772,'HCSZXW','2022-06-29','1F2290BF2DF042678F282D22BC13F155','1F2290BF2DF042678F282D22BC13F155','SG-8373','SpiceJet','1',0,'29b1d-03cb4-c97f5-896a3','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,4500,'425-29b1d-03cb4-c97f5-896a3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"29b1d-03cb4-c97f5-896a3\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-29b1d-03cb4-c97f5-896a3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"29b1d-03cb4-c97f5-896a3\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-29b1d-03cb4-c97f5-896a3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"1F2290BF2DF042678F282D22BC13F155\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SANJAY\",\"lN\":\"YADAV\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"1F2290BF2DF042678F282D22BC13F155\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397771\",\"TPSysId\":\"397772\",\"VersionId\":[\"79087\"],\"CustomerSysId\":\"207614\",\"TrxId\":\"28416\",\"FareBreakdownid\":[\"355734\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'472FE296D9EF419F82B81620176BD9D2','','',NULL,'472FE296D9EF419F82B81620176BD9D2','0',NULL,'2022-06-28 07:03:29','2022-06-28 07:03:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAJ AGARWAL','SANJAY YADAV',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(200,0,47,13125,397768,397769,'F8TJKS','2022-07-08','269A81E3BD224AD79A5F8B187BDE98AD','269A81E3BD224AD79A5F8B187BDE98AD','SG-8373','SpiceJet','1',0,'954df-6af24-c9866-1419a','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-954df-6af24-c9866-1419a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"954df-6af24-c9866-1419a\",\"apiTraceId\":\"425_5819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 06:35\",\"FromUTCTime\":\"2022-07-08 06:35\",\"LocalToTime\":\"2022-07-08 08:35:00\",\"ToUTCTime\":\"2022-07-08 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-954df-6af24-c9866-1419a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5819\",\"ApiResultIndex\":\"425_5819\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"954df-6af24-c9866-1419a\",\"apiTraceId\":\"425_5819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 06:35\",\"FromUTCTime\":\"2022-07-08 06:35\",\"LocalToTime\":\"2022-07-08 08:35:00\",\"ToUTCTime\":\"2022-07-08 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-954df-6af24-c9866-1419a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5819\",\"ApiResultIndex\":\"425_5819\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"F8TJKS\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"269A81E3BD224AD79A5F8B187BDE98AD\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"F8TJKS\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Subir Kumar\",\"lN\":\"Dutta\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"269A81E3BD224AD79A5F8B187BDE98AD\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397768\",\"TPSysId\":\"397769\",\"VersionId\":[\"79086\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28415\",\"FareBreakdownid\":[\"355733\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'698FF507EE73428AB35D4F67B919BC42','','',NULL,'698FF507EE73428AB35D4F67B919BC42','0',NULL,'2022-06-28 07:04:57','2022-06-28 07:04:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Subir Kumar Dutta',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(201,0,17,13061,397965,397966,'AYQ36J','2022-06-30','5E35FB07E5FB44F8A9030F33E75D9349','5E35FB07E5FB44F8A9030F33E75D9349','SG-8373','SpiceJet','1',0,'a6416-8bf08-0c63b-063d0','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-a6416-8bf08-0c63b-063d0',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a6416-8bf08-0c63b-063d0\",\"apiTraceId\":\"425_5811\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 06:35\",\"FromUTCTime\":\"2022-06-30 06:35\",\"LocalToTime\":\"2022-06-30 08:35:00\",\"ToUTCTime\":\"2022-06-30 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-a6416-8bf08-0c63b-063d0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5811\",\"ApiResultIndex\":\"425_5811\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AYQ36J\",\"OnwardGroupPNRDummy\":\"AYQ36J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a6416-8bf08-0c63b-063d0\",\"apiTraceId\":\"425_5811\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 06:35\",\"FromUTCTime\":\"2022-06-30 06:35\",\"LocalToTime\":\"2022-06-30 08:35:00\",\"ToUTCTime\":\"2022-06-30 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-a6416-8bf08-0c63b-063d0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5811\",\"ApiResultIndex\":\"425_5811\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AYQ36J\",\"OnwardGroupPNRDummy\":\"AYQ36J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5E35FB07E5FB44F8A9030F33E75D9349\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"AYQ36J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SIRIPORN\",\"lN\":\"SIRILA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"5E35FB07E5FB44F8A9030F33E75D9349\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"397965\",\"TPSysId\":\"397966\",\"VersionId\":[\"79144\"],\"CustomerSysId\":\"207517\",\"TrxId\":\"28430\",\"FareBreakdownid\":[\"355742\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'F7C2AAB2793E41A4943F14CE94B8D215','','',NULL,'F7C2AAB2793E41A4943F14CE94B8D215','0',NULL,'2022-06-28 08:41:22','2022-06-28 08:41:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAHUL KUMAR','SIRIPORN SIRILA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(202,0,36,13142,0,0,NULL,'2022-07-01','DMC109236812642','TJ109236812642','G8-199','Go First','1',0,'3cb29-7d5d3-f9cf7-6c339','240','15:45:00','16:55:00',0,'G',70,'01h 10m',25897,5765,'SXR','IXC','Non-stop',1,1,6471.7,'11-0160532080_0SXRIXCG8199_26681560827487',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',5800,671.7,0,300,0,15,6471.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC109236812642\",\"bookingId_TJ\":\"TJ109236812642\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"apiTraceId\":\"11-0160532080_0SXRIXCG8199_26681560827487\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-0160532080_0SXRIXCG8199_26681560827487\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0160532080_0SXRIXCG8199_22377770378940\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"507\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0160532080_0SXRIXCG8199_26681560827487\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'44A9FD46760042FB821805CFD09D3B6C','','',NULL,'EE05878F827D440FBCFF16DE839FB26A','0',NULL,'2022-06-28 10:13:04','2022-06-28 10:13:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','R J KOUL',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(203,0,36,13142,0,0,NULL,'2022-07-01','DMC103436813180','TJ103436813180','G8-199','Go First','1',0,'8fbcb-9f7d3-3ba3f-3e266','240','15:45:00','16:55:00',0,'G',70,'01h 10m',25897,5765,'SXR','IXC','Non-stop',1,1,6471.7,'11-4443846287_0SXRIXCG8199_15165486130654',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',5800,671.7,0,300,0,15,6471.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103436813180\",\"bookingId_TJ\":\"TJ103436813180\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8fbcb-9f7d3-3ba3f-3e266\",\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4443846287_0SXRIXCG8199_20253151303502\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"129\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4443846287_0SXRIXCG8199_15165486130654\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'CA232287BA634BE99ED79A5E0C2CCF6A','','',NULL,'A505A56CCC4F434FBB8AA12DEFCD3157','0',NULL,'2022-06-28 10:19:13','2022-06-28 10:19:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','R J KOUL',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(204,0,108,13351,398213,398214,'MFDPJA','2022-07-05','AD8CBDBB1C4348CB84018B747A190782','AD8CBDBB1C4348CB84018B747A190782','SG- 475','SpiceJet','1',0,'6aafa-9da8e-1082d-527cb','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'432-6aafa-9da8e-1082d-527cb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,0,0,0,0,0,0,0,0,0,0,0,0,433.898,78.1017,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6aafa-9da8e-1082d-527cb\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-6aafa-9da8e-1082d-527cb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6aafa-9da8e-1082d-527cb\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-6aafa-9da8e-1082d-527cb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"AD8CBDBB1C4348CB84018B747A190782\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Santosh\",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"AD8CBDBB1C4348CB84018B747A190782\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"398213\",\"TPSysId\":\"398214\",\"VersionId\":[\"79235\"],\"CustomerSysId\":\"208882\",\"TrxId\":\"28458\",\"FareBreakdownid\":[\"355761\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1A9CFF3638B341D6A5CAB43F331AF45A','','',NULL,'1A9CFF3638B341D6A5CAB43F331AF45A','0',NULL,'2022-06-28 11:22:28','2022-06-28 11:22:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BILAL AHMAD DAR','Santosh Kumar',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(205,0,76,13323,398297,398298,'PJGSFR','2022-07-15','A051ECBC40C74FDC8F171D22DEFDC06D','A051ECBC40C74FDC8F171D22DEFDC06D','SG- 475','SpiceJet','1',0,'17edf-ec46b-3e9db-50276','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8000,'432-17edf-ec46b-3e9db-50276',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,1000,0,0,0,0,0,0,0,800,0,0,0,1271.19,228.814,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"17edf-ec46b-3e9db-50276\",\"apiTraceId\":\"432_6147\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 08:45\",\"FromUTCTime\":\"2022-07-15 08:45\",\"LocalToTime\":\"2022-07-15 10:15:00\",\"ToUTCTime\":\"2022-07-15 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"432-17edf-ec46b-3e9db-50276\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6147\",\"ApiResultIndex\":\"432_6147\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"17edf-ec46b-3e9db-50276\",\"apiTraceId\":\"432_6147\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 08:45\",\"FromUTCTime\":\"2022-07-15 08:45\",\"LocalToTime\":\"2022-07-15 10:15:00\",\"ToUTCTime\":\"2022-07-15 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"432-17edf-ec46b-3e9db-50276\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6147\",\"ApiResultIndex\":\"432_6147\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PJGSFR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A051ECBC40C74FDC8F171D22DEFDC06D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Sajad Rasool\",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Nadiya\",\"lN\":\"Shafi\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A051ECBC40C74FDC8F171D22DEFDC06D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"398297\",\"TPSysId\":\"398298\",\"VersionId\":[\"79266\"],\"CustomerSysId\":\"208743\",\"TrxId\":\"28468\",\"FareBreakdownid\":[\"355767\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'9AA568050A504F9FAE537FF84971F0EF','','',NULL,'9AA568050A504F9FAE537FF84971F0EF','0',NULL,'2022-06-28 12:20:25','2022-06-28 12:20:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','Sajad Rasool  Kumar (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(206,0,20,13117,398318,398319,'DEK54N','2022-07-07','B8D0B463BAA54F6680274324F0C70D43','B8D0B463BAA54F6680274324F0C70D43','SG-8251','SpiceJet','1',0,'edd7a-7a37d-387a3-2e845','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,4500,'424-edd7a-7a37d-387a3-2e845',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"edd7a-7a37d-387a3-2e845\",\"apiTraceId\":\"424_5772\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 18:35\",\"FromUTCTime\":\"2022-07-07 18:35\",\"LocalToTime\":\"2022-07-07 20:35:00\",\"ToUTCTime\":\"2022-07-07 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-edd7a-7a37d-387a3-2e845\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5772\",\"ApiResultIndex\":\"424_5772\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"edd7a-7a37d-387a3-2e845\",\"apiTraceId\":\"424_5772\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 18:35\",\"FromUTCTime\":\"2022-07-07 18:35\",\"LocalToTime\":\"2022-07-07 20:35:00\",\"ToUTCTime\":\"2022-07-07 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-edd7a-7a37d-387a3-2e845\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5772\",\"ApiResultIndex\":\"424_5772\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"DEK54N\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B8D0B463BAA54F6680274324F0C70D43\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"DEK54N\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SHREY\",\"lN\":\"LUNIA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"B8D0B463BAA54F6680274324F0C70D43\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"398318\",\"TPSysId\":\"398319\",\"VersionId\":[\"79274\"],\"CustomerSysId\":\"207778\",\"TrxId\":\"28475\",\"FareBreakdownid\":[\"355768\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'037C1F4F8CFA4CBB8B141089847F02B5','','',NULL,'037C1F4F8CFA4CBB8B141089847F02B5','0',NULL,'2022-06-28 12:50:25','2022-06-28 12:50:25',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shreyans Baid','SHREY LUNIA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(207,0,64,13286,398406,398407,'MFDPJA','2022-07-05','F1E72794034F441B80BE8E6903401393','F1E72794034F441B80BE8E6903401393','SG- 475','SpiceJet','1',0,'1de6d-29642-f0bff-22926','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'432-1de6d-29642-f0bff-22926',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1de6d-29642-f0bff-22926\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-1de6d-29642-f0bff-22926\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1de6d-29642-f0bff-22926\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-1de6d-29642-f0bff-22926\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"F1E72794034F441B80BE8E6903401393\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"YOGESH\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F1E72794034F441B80BE8E6903401393\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"398406\",\"TPSysId\":\"398407\",\"VersionId\":[\"79313\"],\"CustomerSysId\":\"208679\",\"TrxId\":\"28478\",\"FareBreakdownid\":[\"355771\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'91EB5D9A8E1A4B809FBFD2FA3CF46F16','','',NULL,'91EB5D9A8E1A4B809FBFD2FA3CF46F16','0',NULL,'2022-06-28 14:06:47','2022-06-28 14:06:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHABIR BHAT','YOGESH KUMAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(208,0,145,12211,0,0,NULL,'2022-07-12',NULL,NULL,'6E-6616','IndiGo','1',1,'8b5be-68d4a-d70aa-dcc0c','267','16:20:00','17:30:00',0,'J',70,'1h 10m',5765,25897,'IXC','SXR','Non-stop',1,1,3666.7,'5-2551967736_12IXCSXR6E6616_439494802855551',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',2082,1466.7,0,1142,0,15,3666.7,0,0,169.49,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS101100285120\",\"FlightNumber\":\"6E-6616\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2022-07-12T16:20\",\"LocalFromTime\":\"2022-07-12 16:20\",\"FromUTCTime\":\"2022-07-12T16:20\",\"LocalToTime\":\"2022-07-12 17:30\",\"ToUTCTime\":\"2022-07-12T17:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":5765,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3548.7,\"PublishedFareTxt\":\"3,549\",\"ApiResultIndex\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Nil + 50 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + 50 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Before 72 hrs Rs 500 + 50__nls__Within 03-72 hrs Rs 3,500 + 50\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"All standard seats free, 50% discount on Extra legroom seats (XL Rows)\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2082,\"Tax\":1466.7,\"YQTax\":0,\"OtherCharges\":1142,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":107,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3548.7,\"PublishedFare\":3666.7,\"OfferedFare\":3348.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2551967736_0IXCSXR6E6616_439667420307502\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1466.7,\"BaseFareCal\":3397.21,\"BaseFare\":2082,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":107,\"MFT\":2.7,\"OT\":1142,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3666.7,\"CostToCustomer\":3666.7,\"BaseFareCal\":3397.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3397.21,\"intOfferedFare\":3348.7,\"intPublishFare\":3548.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"245\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-12T17:30\",\"SegFlightNumber\":\"6E-6616\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2022-07-12T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"PTSW\",\"Price\":0,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"MUYO\",\"Price\":0,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"COMI\",\"Price\":0,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CHSS\",\"Price\":0,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CHCT\",\"Price\":0,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8b5be-68d4a-d70aa-dcc0c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-12 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\":\"TJS101100285120\",\"FlightNumber\":\"6E-6616\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"strTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2022-07-12T16:20\",\"LocalFromTime\":\"2022-07-12 16:20\",\"FromUTCTime\":\"2022-07-12T16:20\",\"LocalToTime\":\"2022-07-12 17:30\",\"ToUTCTime\":\"2022-07-12T17:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":5765,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3548.7,\"ApiResultIndex\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8b5be-68d4a-d70aa-dcc0c\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2082,\"Tax\":1466.7,\"YQTax\":0,\"OtherCharges\":1142,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":107,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3548.7,\"PublishedFare\":3666.7,\"OfferedFare\":3348.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1466.7,\"BaseFareCal\":3397.21,\"BaseFare\":2082,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":107,\"MFT\":2.7,\"OT\":1142,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"245\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-12T17:30\",\"SegFlightNumber\":\"6E-6616\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2022-07-12T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"localFromDateTime\":\"2022-07-12 16:20\",\"localToDateTime\":\"2022-07-12 17:30\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":5765,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,3,0,'B337EE182DD8435B80699C05178A8C2D','','0',NULL,NULL,'0','101.0.49.139','2022-06-29 06:44:09','2022-06-29 06:44: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);
INSERT INTO `tbl_flight_booking` VALUES (209,0,110,13334,0,0,NULL,'2022-07-20',NULL,NULL,'SG- 475','SpiceJet','1',0,'53fba-0f81c-96bec-c4761','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'432-53fba-0f81c-96bec-c4761',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"53fba-0f81c-96bec-c4761\",\"apiTraceId\":\"432_6152\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-20\",\"LocalFromTime\":\"2022-07-20 08:45\",\"FromUTCTime\":\"2022-07-20 08:45\",\"LocalToTime\":\"2022-07-20 10:15:00\",\"ToUTCTime\":\"2022-07-20 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-53fba-0f81c-96bec-c4761\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6152\",\"ApiResultIndex\":\"432_6152\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-20T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-20T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"20\\/07\\/2022\",\"FromDateSort\":1658255400,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-06-29 09:09:46','2022-06-29 09:09:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'FAIZ TARIQ','ARUSHA FAYAZ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(210,0,110,13334,398838,398839,'V5J1PR','2022-07-20','655C353413084D6E8EC0F922E883C697','655C353413084D6E8EC0F922E883C697','SG- 475','SpiceJet','1',0,'7fbd2-26df4-ba3d9-57dc2','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'432-7fbd2-26df4-ba3d9-57dc2',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7fbd2-26df4-ba3d9-57dc2\",\"apiTraceId\":\"432_6152\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-20\",\"LocalFromTime\":\"2022-07-20 08:45\",\"FromUTCTime\":\"2022-07-20 08:45\",\"LocalToTime\":\"2022-07-20 10:15:00\",\"ToUTCTime\":\"2022-07-20 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-7fbd2-26df4-ba3d9-57dc2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6152\",\"ApiResultIndex\":\"432_6152\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-20T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-20T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"20\\/07\\/2022\",\"FromDateSort\":1658255400,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7fbd2-26df4-ba3d9-57dc2\",\"apiTraceId\":\"432_6152\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-20\",\"LocalFromTime\":\"2022-07-20 08:45\",\"FromUTCTime\":\"2022-07-20 08:45\",\"LocalToTime\":\"2022-07-20 10:15:00\",\"ToUTCTime\":\"2022-07-20 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-7fbd2-26df4-ba3d9-57dc2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6152\",\"ApiResultIndex\":\"432_6152\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-20T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-20T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"20\\/07\\/2022\",\"FromDateSort\":1658255400,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5J1PR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"655C353413084D6E8EC0F922E883C697\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"V5J1PR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ARUSHA\",\"lN\":\"FAYAZ\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"655C353413084D6E8EC0F922E883C697\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"398838\",\"TPSysId\":\"398839\",\"VersionId\":[\"79448\"],\"CustomerSysId\":\"208767\",\"TrxId\":\"28543\",\"FareBreakdownid\":[\"355807\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'0A5D17C9FFD0470AA3D076A8F2FF8D4E','','',NULL,'0A5D17C9FFD0470AA3D076A8F2FF8D4E','0',NULL,'2022-06-29 09:15:59','2022-06-29 09:15:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'FAIZ TARIQ','ARUSHA FAYAZ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(211,0,107,13079,399168,399169,'E9M8TC','2022-07-04','B7666F7DF8A7434DB273A0F6C4B98F99','B7666F7DF8A7434DB273A0F6C4B98F99','SG-8251','SpiceJet','1',0,'16a59-2b52e-bc9fb-5421d','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,4500,'424-16a59-2b52e-bc9fb-5421d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,423.729,76.2712,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"16a59-2b52e-bc9fb-5421d\",\"apiTraceId\":\"424_5769\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 18:35\",\"FromUTCTime\":\"2022-07-04 18:35\",\"LocalToTime\":\"2022-07-04 20:35:00\",\"ToUTCTime\":\"2022-07-04 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-16a59-2b52e-bc9fb-5421d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5769\",\"ApiResultIndex\":\"424_5769\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"086\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"16a59-2b52e-bc9fb-5421d\",\"apiTraceId\":\"424_5769\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 18:35\",\"FromUTCTime\":\"2022-07-04 18:35\",\"LocalToTime\":\"2022-07-04 20:35:00\",\"ToUTCTime\":\"2022-07-04 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-16a59-2b52e-bc9fb-5421d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5769\",\"ApiResultIndex\":\"424_5769\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"086\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"E9M8TC\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07K\",\"bookingId\":\"B7666F7DF8A7434DB273A0F6C4B98F99\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"E9M8TC\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"hARSH\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"B7666F7DF8A7434DB273A0F6C4B98F99\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399168\",\"TPSysId\":\"399169\",\"VersionId\":[\"79555\"],\"CustomerSysId\":\"207614\",\"TrxId\":\"28569\",\"FareBreakdownid\":[\"355826\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B04D5E01C43E41C4B09F8EB15F94B300','','',NULL,'B04D5E01C43E41C4B09F8EB15F94B300','0',NULL,'2022-06-29 14:23:15','2022-06-29 14:23:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAJ AGARWAL','hARSH AGARWAL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(212,0,48,13106,399228,399229,'YDMR9G','2022-07-01','20007488944C489F9E48D0A10965B7F9','20007488944C489F9E48D0A10965B7F9','SG- 475','SpiceJet','1',0,'1018e-db746-2ee02-64b2f','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4200,'432-1018e-db746-2ee02-64b2f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,200,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1018e-db746-2ee02-64b2f\",\"apiTraceId\":\"432_6133\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 08:45\",\"FromUTCTime\":\"2022-07-01 08:45\",\"LocalToTime\":\"2022-07-01 10:15:00\",\"ToUTCTime\":\"2022-07-01 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"432-1018e-db746-2ee02-64b2f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6133\",\"ApiResultIndex\":\"432_6133\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0K3\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"YDMR9G\",\"OnwardGroupPNRDummy\":\"YDMR9G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0JH\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1018e-db746-2ee02-64b2f\",\"apiTraceId\":\"432_6133\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 08:45\",\"FromUTCTime\":\"2022-07-01 08:45\",\"LocalToTime\":\"2022-07-01 10:15:00\",\"ToUTCTime\":\"2022-07-01 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"432-1018e-db746-2ee02-64b2f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6133\",\"ApiResultIndex\":\"432_6133\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0K3\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"YDMR9G\",\"OnwardGroupPNRDummy\":\"YDMR9G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0JH\",\"bookingId\":\"20007488944C489F9E48D0A10965B7F9\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"YDMR9G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Nitin \",\"lN\":\"Sharma \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"20007488944C489F9E48D0A10965B7F9\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399228\",\"TPSysId\":\"399229\",\"VersionId\":[\"79558\"],\"CustomerSysId\":\"207726\",\"TrxId\":\"28572\",\"FareBreakdownid\":[\"355828\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B975F856E84245FD8DAE2A1E4D0D7605','','',NULL,'B975F856E84245FD8DAE2A1E4D0D7605','0',NULL,'2022-06-29 17:20:36','2022-06-29 17:20:36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAMLAKHAN AGARWAL','Nitin  Sharma ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(213,0,111,13088,399233,399234,'SIJGQH','2022-07-06','E2FA1F6270104AE1B7C3DB7FCE3BB388','E2FA1F6270104AE1B7C3DB7FCE3BB388','SG-8373','SpiceJet','1',0,'dce92-e7746-c67ed-72471','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,9000,'425-dce92-e7746-c67ed-72471',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"dce92-e7746-c67ed-72471\",\"apiTraceId\":\"425_5817\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 06:35\",\"FromUTCTime\":\"2022-07-06 06:35\",\"LocalToTime\":\"2022-07-06 08:35:00\",\"ToUTCTime\":\"2022-07-06 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-dce92-e7746-c67ed-72471\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5817\",\"ApiResultIndex\":\"425_5817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"dce92-e7746-c67ed-72471\",\"apiTraceId\":\"425_5817\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 06:35\",\"FromUTCTime\":\"2022-07-06 06:35\",\"LocalToTime\":\"2022-07-06 08:35:00\",\"ToUTCTime\":\"2022-07-06 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-dce92-e7746-c67ed-72471\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5817\",\"ApiResultIndex\":\"425_5817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SIJGQH\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"E2FA1F6270104AE1B7C3DB7FCE3BB388\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SIJGQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Ashok\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"SIJGQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Deepika\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"E2FA1F6270104AE1B7C3DB7FCE3BB388\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399233\",\"TPSysId\":\"399234\",\"VersionId\":[\"79559\"],\"CustomerSysId\":\"207631\",\"TrxId\":\"28573\",\"FareBreakdownid\":[\"355829\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'2642DE27DF9845DA9A03138EDDAE77F4','','',NULL,'2642DE27DF9845DA9A03138EDDAE77F4','0',NULL,'2022-06-29 18:43:33','2022-06-29 18:43:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Pawan Darak','Ashok Agarwal (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(214,0,112,13222,0,0,NULL,'2022-07-03','DMC107136931811','TJ107136931811','I5-315','AirAsia India','1',0,'e801c-0f253-c558f-864a8','75','11:30:00','12:55:00',0,'G',85,'01h 25m',7701,25897,'DEL','SXR','Non-stop',1,1,4671.7,'18-8125637453_2DELSXRI5315_189242579552122',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/I5.gif','INR',3950,721.7,0,250,0,15,4571.7,100,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107136931811\",\"bookingId_TJ\":\"TJ107136931811\",\"FlightNumber\":\"I5-315\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e801c-0f253-c558f-864a8\",\"apiTraceId\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:30\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2022-07-03T11:30\",\"LocalFromTime\":\"2022-07-03 11:30\",\"FromUTCTime\":\"2022-07-03T11:30\",\"LocalToTime\":\"2022-07-03 12:55\",\"ToUTCTime\":\"2022-07-03T12:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FlightDuration\":\"01h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,572\",\"ApiResultIndex\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3950,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4217.7,\"PublishedFare\":4571.7,\"PublishedFareAgent\":4671.7,\"OfferedFareAgent\":4571.7,\"OfferedFare\":4217.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-8125637453_0DELSXRI5315_3774605705479\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":100,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4217.7,\"BaseFareCal\":4271.7,\"BaseFare\":3950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":100,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4571.7,\"CostToCustomer\":4571.7,\"BaseFareCal\":4271.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4271.7,\"intOfferedFare\":4217.7,\"intPublishFare\":4217.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":100,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"146\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-03T12:55\",\"SegFlightNumber\":\"I5-315\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-03T11:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":\"15:00\",\"strTraceId\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'FCD8EE4F2D4C47C5B210C8A1109D61FF','','',NULL,'FCD8EE4F2D4C47C5B210C8A1109D61FF','0',NULL,'2022-06-30 05:34:18','2022-06-30 05:34:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ADIL ALTAF','AMir   NAZIR ',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(215,0,113,13647,399582,399583,'FHWRXH','2022-07-13','C98B3AA02A2645FFA3AD8CF75C97468B','C98B3AA02A2645FFA3AD8CF75C97468B','SG-8251','SpiceJet','1',0,'e7f81-f0d90-ac1a4-06ffb','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,4500,'424-e7f81-f0d90-ac1a4-06ffb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,847.458,152.542,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e7f81-f0d90-ac1a4-06ffb\",\"apiTraceId\":\"424_5778\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 18:35\",\"FromUTCTime\":\"2022-07-13 18:35\",\"LocalToTime\":\"2022-07-13 20:35:00\",\"ToUTCTime\":\"2022-07-13 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-e7f81-f0d90-ac1a4-06ffb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5778\",\"ApiResultIndex\":\"424_5778\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e7f81-f0d90-ac1a4-06ffb\",\"apiTraceId\":\"424_5778\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 18:35\",\"FromUTCTime\":\"2022-07-13 18:35\",\"LocalToTime\":\"2022-07-13 20:35:00\",\"ToUTCTime\":\"2022-07-13 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-e7f81-f0d90-ac1a4-06ffb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5778\",\"ApiResultIndex\":\"424_5778\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"FHWRXH\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"C98B3AA02A2645FFA3AD8CF75C97468B\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"FHWRXH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SONIKA\",\"lN\":\"KEDIA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"C98B3AA02A2645FFA3AD8CF75C97468B\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399582\",\"TPSysId\":\"399583\",\"VersionId\":[\"79689\"],\"CustomerSysId\":\"212031\",\"TrxId\":\"28611\",\"FareBreakdownid\":[\"355862\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'46111FF62AA948DF8DEFBCC653597BB3','1050772487',NULL,'54ECB53CB2C34EB9BD2CE1DD9A789E73','7B75AEF69A324730B7F2E3F4FE0068EF','0',NULL,'2022-06-30 10:45:04','2022-06-30 10:45:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIKUNJ KEDIA','SONIKA KEDIA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(216,0,47,13125,399692,399693,'QHJE5H','2022-07-07','A31E69EACCE84D8B8BC103BB0DB8C29D','A31E69EACCE84D8B8BC103BB0DB8C29D','SG-8373','SpiceJet','1',0,'8cf61-5e02f-47a86-b13b0','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-8cf61-5e02f-47a86-b13b0',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8cf61-5e02f-47a86-b13b0\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-8cf61-5e02f-47a86-b13b0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8cf61-5e02f-47a86-b13b0\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-8cf61-5e02f-47a86-b13b0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"QHJE5H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"A31E69EACCE84D8B8BC103BB0DB8C29D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Sanjay Kumar\",\"lN\":\"Bhutoria\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A31E69EACCE84D8B8BC103BB0DB8C29D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399692\",\"TPSysId\":\"399693\",\"VersionId\":[\"79715\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"28619\",\"FareBreakdownid\":[\"355867\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4729836A353A4C80AEC2EC53FBCAA19A','','',NULL,'4729836A353A4C80AEC2EC53FBCAA19A','0',NULL,'2022-06-30 12:28:48','2022-06-30 12:28:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Sanjay Kumar Bhutoria',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(217,0,90,13214,399780,399781,'','2022-07-03','FB440350DD514D5DBA438A3357294592','FB440350DD514D5DBA438A3357294592','SG-8374','SpiceJet','1',0,'a5bdf-a7f55-4c1e8-8fe21','463','11:55:00','13:35:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8600,'444-a5bdf-a7f55-4c1e8-8fe21',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',8000,600,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"apiTraceId\":\"444_6508\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 11:55\",\"FromUTCTime\":\"2022-07-03 11:55\",\"LocalToTime\":\"2022-07-03 13:25:00\",\"ToUTCTime\":\"2022-07-03 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"444-a5bdf-a7f55-4c1e8-8fe21\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6508\",\"ApiResultIndex\":\"444_6508\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CE\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0BS\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"apiTraceId\":\"444_6508\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 11:55\",\"FromUTCTime\":\"2022-07-03 11:55\",\"LocalToTime\":\"2022-07-03 13:25:00\",\"ToUTCTime\":\"2022-07-03 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"444-a5bdf-a7f55-4c1e8-8fe21\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6508\",\"ApiResultIndex\":\"444_6508\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CE\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0BS\",\"bookingId\":\"FB440350DD514D5DBA438A3357294592\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUSHTAQ AHMAD\",\"lN\":\"NAJAR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"LATEEFA\",\"lN\":\"BEGUM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FB440350DD514D5DBA438A3357294592\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"399780\",\"TPSysId\":\"399781\",\"VersionId\":[\"79738\"],\"CustomerSysId\":\"208313\",\"TrxId\":\"28631\",\"FareBreakdownid\":[\"355877\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'F1520C57A61A4F268F15FB4D58844719','','',NULL,'F1520C57A61A4F268F15FB4D58844719','0',NULL,'2022-06-30 15:28:04','2022-06-30 15:28:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SOLIHA MEER','MUSHTAQ AHMAD NAJAR (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(218,0,36,13142,0,0,NULL,'2022-07-06','DMC107237089197','TJ107237089197','G8-213','Go First','1',0,'15b5a-c9a9c-87693-26dd9','240','13:50:00','14:45:00',0,'G',55,'01h 55m',25897,13021,'SXR','IXJ','Non-stop',1,1,4121.7,'11-1782710678_0SXRIXJG8213_118500336335259',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3500,621.7,0,250,0,15,4121.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107237089197\",\"bookingId_TJ\":\"TJ107237089197\",\"FlightNumber\":\"G8-213\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"apiTraceId\":\"11-1782710678_0SXRIXJG8213_118500336335259\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-07-06T13:50\",\"LocalFromTime\":\"2022-07-06 13:50\",\"FromUTCTime\":\"2022-07-06T13:50\",\"LocalToTime\":\"2022-07-06 14:45\",\"ToUTCTime\":\"2022-07-06T14:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"11-1782710678_0SXRIXJG8213_118500336335259\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":4121.7,\"PublishedFareAgent\":4121.7,\"OfferedFareAgent\":4121.7,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1782710678_0SXRIXJG8213_14509631807299\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3821.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4121.7,\"CostToAgent\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":3821.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3821.7,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"734\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-07-06T14:45\",\"SegFlightNumber\":\"G8-213\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-06T13:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-1782710678_0SXRIXJG8213_118500336335259\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'443285893EF6472E827ED041CE85B8A3','','',NULL,'D4327D81F46B402E9FCF3C6C18773E81','0',NULL,'2022-07-02 08:49:42','2022-07-02 08:49:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'UMAR MALIK','Vaishno Dass',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(220,0,115,13215,401010,401011,'PJGSFR','2022-07-15','4F406A5FE6294A229370BB75DF19A32B','4F406A5FE6294A229370BB75DF19A32B','SG- 475','SpiceJet','1',0,'97885-61bf2-ee9e5-79885','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',2,1,8000,'432-97885-61bf2-ee9e5-79885',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"97885-61bf2-ee9e5-79885\",\"apiTraceId\":\"432_6147\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 08:45\",\"FromUTCTime\":\"2022-07-15 08:45\",\"LocalToTime\":\"2022-07-15 10:15:00\",\"ToUTCTime\":\"2022-07-15 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"432-97885-61bf2-ee9e5-79885\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6147\",\"ApiResultIndex\":\"432_6147\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0Q8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0PM\",\"bookingId\":\"F29B288095BB4C029884366D0CBD25FC\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"97885-61bf2-ee9e5-79885\",\"apiTraceId\":\"432_6147\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 08:45\",\"FromUTCTime\":\"2022-07-15 08:45\",\"LocalToTime\":\"2022-07-15 10:15:00\",\"ToUTCTime\":\"2022-07-15 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"432-97885-61bf2-ee9e5-79885\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6147\",\"ApiResultIndex\":\"432_6147\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0Q8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PJGSFR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0PM\",\"bookingId\":\"4F406A5FE6294A229370BB75DF19A32B\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"FARJAMUND\",\"lN\":\"SIDIQI\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"KAFIL\",\"lN\":\"SIDIQI\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"4F406A5FE6294A229370BB75DF19A32B\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"401010\",\"TPSysId\":\"401011\",\"VersionId\":[\"80176\"],\"CustomerSysId\":\"208315\",\"TrxId\":\"28742\",\"FareBreakdownid\":[\"355960\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'422C330E8172413AB12FDF92FCF7C9C0','','',NULL,'422C330E8172413AB12FDF92FCF7C9C0','0',NULL,'2022-07-02 17:11:50','2022-07-02 17:11:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Mohammad Mudasir','FARJAMUND SIDIQI (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(221,0,116,13742,401105,401106,'','2022-07-07','A86A46AECCB649658145B63A3CA43E37','A86A46AECCB649658145B63A3CA43E37','SG-8702','SpiceJet','1',0,'060e5-a0fb5-4a0e4-276b1','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',1,1,3800,'430-060e5-a0fb5-4a0e4-276b1',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"060e5-a0fb5-4a0e4-276b1\",\"apiTraceId\":\"430_6052\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 16:00\",\"FromUTCTime\":\"2022-07-07 16:00\",\"LocalToTime\":\"2022-07-07 18:20:00\",\"ToUTCTime\":\"2022-07-07 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-060e5-a0fb5-4a0e4-276b1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6052\",\"ApiResultIndex\":\"430_6052\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"060e5-a0fb5-4a0e4-276b1\",\"apiTraceId\":\"430_6052\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 16:00\",\"FromUTCTime\":\"2022-07-07 16:00\",\"LocalToTime\":\"2022-07-07 18:20:00\",\"ToUTCTime\":\"2022-07-07 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-060e5-a0fb5-4a0e4-276b1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6052\",\"ApiResultIndex\":\"430_6052\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"A86A46AECCB649658145B63A3CA43E37\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Nitin\",\"lN\":\"Ahuja\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A86A46AECCB649658145B63A3CA43E37\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"401105\",\"TPSysId\":\"401106\",\"VersionId\":[\"80229\"],\"CustomerSysId\":\"212847\",\"TrxId\":\"28761\",\"FareBreakdownid\":[\"355980\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7B4BF202B3824535B862F9324EF3AC60','','',NULL,'7B4BF202B3824535B862F9324EF3AC60','0',NULL,'2022-07-03 08:24:50','2022-07-03 08:24:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Jitender Ahuja','Nitin Ahuja',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(222,0,117,13286,401118,401119,'','2022-07-04','A4C2B569D6E6431C8FC54CD105CCF6B3','A4C2B569D6E6431C8FC54CD105CCF6B3','SG- 475','SpiceJet','1',0,'818c4-a756b-816ea-7750b','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',3,1,12000,'432-818c4-a756b-816ea-7750b',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',11400,600,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"818c4-a756b-816ea-7750b\",\"apiTraceId\":\"432_6136\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 08:45\",\"FromUTCTime\":\"2022-07-04 08:45\",\"LocalToTime\":\"2022-07-04 10:15:00\",\"ToUTCTime\":\"2022-07-04 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":12000,\"PublishedFareTxt\":\"12,000\",\"ApiResultIndex\":\"432-818c4-a756b-816ea-7750b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11400,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12000,\"PublishedFare\":12000,\"PublishedFareAgent\":12000,\"OfferedFareAgent\":12000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6136\",\"ApiResultIndex\":\"432_6136\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":12000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11400,\"BaseFare\":11400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":12000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"F5PF6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"818c4-a756b-816ea-7750b\",\"apiTraceId\":\"432_6136\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 08:45\",\"FromUTCTime\":\"2022-07-04 08:45\",\"LocalToTime\":\"2022-07-04 10:15:00\",\"ToUTCTime\":\"2022-07-04 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":12000,\"PublishedFareTxt\":\"12,000\",\"ApiResultIndex\":\"432-818c4-a756b-816ea-7750b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11400,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12000,\"PublishedFare\":12000,\"PublishedFareAgent\":12000,\"OfferedFareAgent\":12000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6136\",\"ApiResultIndex\":\"432_6136\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":12000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11400,\"BaseFare\":11400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":12000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"F5PF6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A4C2B569D6E6431C8FC54CD105CCF6B3\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABDUL MAJEED\",\"lN\":\"MALIK\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\" NAGEENA\",\"lN\":\"BANO\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABDUL HAMID\",\"lN\":\"KHANDAY\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A4C2B569D6E6431C8FC54CD105CCF6B3\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"401118\",\"TPSysId\":\"401119\",\"VersionId\":[\"80236\"],\"CustomerSysId\":\"208679\",\"TrxId\":\"28763\",\"FareBreakdownid\":[\"355981\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'ECC634C1A96F40F2BC525D1147887D7C','','',NULL,'ECC634C1A96F40F2BC525D1147887D7C','0',NULL,'2022-07-03 11:25:20','2022-07-03 11:25:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHABIR BHAT','ABDUL MAJEED MALIK (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(224,0,116,13742,401127,401128,'NDIRYW','2022-07-06','6FACED1182704BDA9920DD86ACC23CE2','6FACED1182704BDA9920DD86ACC23CE2','SG-8702','SpiceJet','1',0,'9aa00-21d68-1d611-cf02c','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',1,1,3800,'430-9aa00-21d68-1d611-cf02c',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,300,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9aa00-21d68-1d611-cf02c\",\"apiTraceId\":\"430_6051\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-9aa00-21d68-1d611-cf02c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"010\",\"bookingId\":\"D8945CADB3BA4371B3818D2C2A98B0D9\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9aa00-21d68-1d611-cf02c\",\"apiTraceId\":\"430_6051\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-9aa00-21d68-1d611-cf02c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"NDIRYW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"010\",\"bookingId\":\"6FACED1182704BDA9920DD86ACC23CE2\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"NDIRYW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Nitin\",\"lN\":\"ahuja\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"6FACED1182704BDA9920DD86ACC23CE2\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"401127\",\"TPSysId\":\"401128\",\"VersionId\":[\"80240\"],\"CustomerSysId\":\"212847\",\"TrxId\":\"28764\",\"FareBreakdownid\":[\"355982\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'A12EB99186B54A90B4FCEB7D80F7141B','','',NULL,'A12EB99186B54A90B4FCEB7D80F7141B','0',NULL,'2022-07-03 13:48:50','2022-07-03 13:48:50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Jitender Ahuja','Nitin ahuja',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(225,0,118,13135,0,0,NULL,'2022-07-07','DMC100837200355','TJ100837200355','G8-199','Go First','1',0,'bd94c-d3c1a-0e185-320d1','240','15:45:00','17:00:00',0,'G',75,'01h 15m',25897,5765,'SXR','IXC','Non-stop',1,1,4021.7,'11-3811873070_2SXRIXCG8199_15907928067530',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3400,621.7,0,250,0,15,4021.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100837200355\",\"bookingId_TJ\":\"TJ100837200355\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"bd94c-d3c1a-0e185-320d1\",\"apiTraceId\":\"11-3811873070_2SXRIXCG8199_15907928067530\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2022-07-07T15:45\",\"LocalFromTime\":\"2022-07-07 15:45\",\"FromUTCTime\":\"2022-07-07T15:45\",\"LocalToTime\":\"2022-07-07 17:00\",\"ToUTCTime\":\"2022-07-07T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FlightDuration\":\"01h 15m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,022\",\"ApiResultIndex\":\"11-3811873070_2SXRIXCG8199_15907928067530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3667.7,\"PublishedFare\":4021.7,\"PublishedFareAgent\":4021.7,\"OfferedFareAgent\":4021.7,\"OfferedFare\":3667.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3811873070_0SXRIXCG8199_24221794895706\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":10,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4021.7,\"CostToAgent\":4021.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3667.7,\"BaseFareCal\":3721.7,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4021.7,\"CostToAgent\":4021.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4021.7,\"CostToCustomer\":4021.7,\"BaseFareCal\":3721.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3721.7,\"intOfferedFare\":3667.7,\"intPublishFare\":3667.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4021.7,\"CostToAgent\":4021.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"298\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-07T17:00\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-07T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3811873070_2SXRIXCG8199_15907928067530\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'F0F51845D7734DD49B1D41F6ACA0907E','1058838993',NULL,'BDF20F6F77B74AADBF2DD020B196D424','30B68C04D47F481FB5E2BA140D08CE91','0',NULL,'2022-07-04 07:28:10','2022-07-04 07:28:10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'DANISH NABI','Mukul Chankaya',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(226,0,90,13214,401429,401430,'JEVNSQ','2022-07-08','3526B1D680EA4BC58CC369313B5BCBD9','3526B1D680EA4BC58CC369313B5BCBD9','SG- 8961','SpiceJet','1',0,'b8c8f-c2ff4-270a5-bdf38','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,3700,'433-b8c8f-c2ff4-270a5-bdf38',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3200,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b8c8f-c2ff4-270a5-bdf38\",\"apiTraceId\":\"433_6181\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 11:35\",\"FromUTCTime\":\"2022-07-08 11:35\",\"LocalToTime\":\"2022-07-08 13:20:00\",\"ToUTCTime\":\"2022-07-08 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3700,\"PublishedFareTxt\":\"3,700\",\"ApiResultIndex\":\"433-b8c8f-c2ff4-270a5-bdf38\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3700,\"PublishedFare\":3700,\"PublishedFareAgent\":3700,\"OfferedFareAgent\":3700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6181\",\"ApiResultIndex\":\"433_6181\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3200,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b8c8f-c2ff4-270a5-bdf38\",\"apiTraceId\":\"433_6181\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 11:35\",\"FromUTCTime\":\"2022-07-08 11:35\",\"LocalToTime\":\"2022-07-08 13:20:00\",\"ToUTCTime\":\"2022-07-08 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3700,\"PublishedFareTxt\":\"3,700\",\"ApiResultIndex\":\"433-b8c8f-c2ff4-270a5-bdf38\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3700,\"PublishedFare\":3700,\"PublishedFareAgent\":3700,\"OfferedFareAgent\":3700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6181\",\"ApiResultIndex\":\"433_6181\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3200,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JEVNSQ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"3526B1D680EA4BC58CC369313B5BCBD9\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"JEVNSQ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"DINESH R\",\"lN\":\"DINESH R\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"3526B1D680EA4BC58CC369313B5BCBD9\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"401429\",\"TPSysId\":\"401430\",\"VersionId\":[\"80343\"],\"CustomerSysId\":\"208313\",\"TrxId\":\"28813\",\"FareBreakdownid\":[\"356006\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B5FEC88B6C074752B7E368EF9E23805B','','',NULL,'B5FEC88B6C074752B7E368EF9E23805B','0',NULL,'2022-07-04 08:16:31','2022-07-04 08:16:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SOLIHA MEER','DINESH R DINESH R',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(227,0,119,13282,0,0,NULL,'2022-08-21','DMC108837276674','TJ108837276674','G8-6002','Go First','1',1,'f79b9-a9ba0-56523-167af','240','08:30:00','10:10:00',0,'BC',100,'02h 40m',0,7701,'IXL','DEL','Non-stop',5,1,26768.15,'1-1171660951_0IXLDELG86002_30152007795487',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',22330,5562.5,0,3650,0,75,26768.15,0,0,1050,189,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC108837276674\",\"bookingId_TJ\":\"TJ108837276674\",\"FlightNumber\":\"G8-6002\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f79b9-a9ba0-56523-167af\",\"apiTraceId\":\"1-1171660951_0IXLDELG86002_30152007795487\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-08-21T08:30\",\"LocalFromTime\":\"2022-08-21 08:30\",\"FromUTCTime\":\"2022-08-21T08:30\",\"LocalToTime\":\"2022-08-21 10:10\",\"ToUTCTime\":\"2022-08-21T10:10\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sun, 21 Aug\",\"ArrivalDateTxt\":\"Sun, 21 Aug\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXL\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"26,768\",\"ApiResultIndex\":\"1-1171660951_0IXLDELG86002_30152007795487\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":22330,\"Tax\":4323.5,\"YQTax\":0,\"OtherCharges\":3650,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":585,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26653.5,\"PublishedFare\":26768.15,\"PublishedFareAgent\":26768.15,\"OfferedFareAgent\":26768.15,\"OfferedFare\":25529.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-1171660951_0IXLDELG86002_18626932849162\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":189,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1050,\"GSTOnMarkUp\":189,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1124.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26768.15,\"CostToAgent\":26768.15,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":4323.5,\"TotalBaseFare\":26653.5,\"BaseFareCal\":25718.15,\"BaseFare\":22330,\"CommissionEarned\":1124.35,\"TDS\":0,\"MF\":75,\"YQ\":0,\"AGST\":585,\"MFT\":13.5,\"OT\":3650,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":189,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1050,\"GSTOnMarkUp\":189,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1124.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26768.15,\"CostToAgent\":26768.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1124.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1050,\"IntTaxOnAgencyFixMarkUp\":189,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":189,\"PublishFare\":26768.15,\"CostToCustomer\":26768.15,\"BaseFareCal\":25718.15,\"intCommisionEarnedForAgency\":1050,\"CostToCompany\":25718.15,\"intOfferedFare\":25529.15,\"intPublishFare\":26653.5,\"TripjackMarkup\":0,\"TripjackCommission\":1124.35,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":1124.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26768.15,\"CostToAgent\":26768.15,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"IntAdddimarkup\":50,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"485\",\"originAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Leh IN\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-21T10:10\",\"SegFlightNumber\":\"G8-6002\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"IXL\",\"originDepTime\":\"2022-08-21T08:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate 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\":\"1-1171660951_0IXLDELG86002_30152007795487\",\"FareRuleData\":{\"fareRule\":{\"IXL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRFT\":9,\"ARF\":100,\"CRF\":50,\"ARFT\":5}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"ACF\":100,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXL\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":5,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',4,NULL,NULL,NULL,3,0,'6DE3D9017E7543EEA4BD47E5179FF2C1','N/A',NULL,NULL,NULL,'0',NULL,'2022-07-05 08:42:17','2022-07-05 08:42:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Nishant Sheth','HAjhsjahs AJshkjahskjah (+4)',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(228,0,120,13593,402888,402889,'SHN63H','2022-07-14','2202024BC0D54D96BF18C1E2499A522F','2202024BC0D54D96BF18C1E2499A522F','SG-8373','SpiceJet','1',0,'0f1e1-e6125-4625d-e5367','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-0f1e1-e6125-4625d-e5367',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f1e1-e6125-4625d-e5367\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-14\",\"LocalFromTime\":\"2022-07-14 06:35\",\"FromUTCTime\":\"2022-07-14 06:35\",\"LocalToTime\":\"2022-07-14 08:35:00\",\"ToUTCTime\":\"2022-07-14 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-0f1e1-e6125-4625d-e5367\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-14T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-14T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"14\\/07\\/2022\",\"FromDateSort\":1657737000,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f1e1-e6125-4625d-e5367\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-14\",\"LocalFromTime\":\"2022-07-14 06:35\",\"FromUTCTime\":\"2022-07-14 06:35\",\"LocalToTime\":\"2022-07-14 08:35:00\",\"ToUTCTime\":\"2022-07-14 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-0f1e1-e6125-4625d-e5367\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-14T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-14T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"14\\/07\\/2022\",\"FromDateSort\":1657737000,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SHN63H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2202024BC0D54D96BF18C1E2499A522F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SHN63H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANKUR\",\"lN\":\"SINGAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2202024BC0D54D96BF18C1E2499A522F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"402888\",\"TPSysId\":\"402889\",\"VersionId\":[\"80846\"],\"CustomerSysId\":\"211773\",\"TrxId\":\"28931\",\"FareBreakdownid\":[\"356088\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'064950C59776490E861FFF87F5542EC4','','',NULL,'064950C59776490E861FFF87F5542EC4','0',NULL,'2022-07-06 06:24:43','2022-07-06 06:24:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BIKKY AGARWAL','ANKUR SINGAL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(229,0,113,13647,403904,403905,'XIGKRX','2022-07-08','DF619C7E977B445391D37444CA790AA3','DF619C7E977B445391D37444CA790AA3','SG-8373','SpiceJet','1',0,'3fe1a-c5f9a-7f7c9-54d48','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-3fe1a-c5f9a-7f7c9-54d48',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,677.966,122.034,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3fe1a-c5f9a-7f7c9-54d48\",\"apiTraceId\":\"425_5819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 06:35\",\"FromUTCTime\":\"2022-07-08 06:35\",\"LocalToTime\":\"2022-07-08 08:35:00\",\"ToUTCTime\":\"2022-07-08 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-3fe1a-c5f9a-7f7c9-54d48\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5819\",\"ApiResultIndex\":\"425_5819\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3fe1a-c5f9a-7f7c9-54d48\",\"apiTraceId\":\"425_5819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 06:35\",\"FromUTCTime\":\"2022-07-08 06:35\",\"LocalToTime\":\"2022-07-08 08:35:00\",\"ToUTCTime\":\"2022-07-08 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-3fe1a-c5f9a-7f7c9-54d48\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5819\",\"ApiResultIndex\":\"425_5819\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"XIGKRX\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"DF619C7E977B445391D37444CA790AA3\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"XIGKRX\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MANISH KUMAR\",\"lN\":\"GOYAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"DF619C7E977B445391D37444CA790AA3\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"403904\",\"TPSysId\":\"403905\",\"VersionId\":[\"81242\"],\"CustomerSysId\":\"212031\",\"TrxId\":\"28991\",\"FareBreakdownid\":[\"356145\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'50C745E8D43C40C9AC89AEF8D6CE3154','1065246262',NULL,'0911004E0EF34812B773AA9DC34D41C1','1456E2DBAC3C4C5E836C524A3E7A432F','0',NULL,'2022-07-07 06:21:05','2022-07-07 06:21:05',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIKUNJ KEDIA','MANISH KUMAR GOYAL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(230,0,121,13869,0,0,NULL,'2022-07-14','DMC100537404113','TJ100537404113','G8-911','Go First','1',1,'1758a-a75be-4de10-039df','240','05:35:00','07:40:00',0,'SP',125,'02h 05m',296,5765,'AMD','IXC','Non-stop',1,1,5273.58,'1-3827831487_0AMDIXCG8911_7967941472698',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3555,2565.5,0,2116,0,15,5273.58,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100537404113\",\"bookingId_TJ\":\"TJ100537404113\",\"FlightNumber\":\"G8-911\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1758a-a75be-4de10-039df\",\"apiTraceId\":\"1-3827831487_0AMDIXCG8911_7967941472698\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"07:40\",\"TravelDate\":\"2022-07-14T05:35\",\"LocalFromTime\":\"2022-07-14 05:35\",\"FromUTCTime\":\"2022-07-14T05:35\",\"LocalToTime\":\"2022-07-14 07:40\",\"ToUTCTime\":\"2022-07-14T07:40\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,274\",\"ApiResultIndex\":\"1-3827831487_0AMDIXCG8911_7967941472698\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3555,\"Tax\":2317.7,\"YQTax\":0,\"OtherCharges\":2116,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5872.7,\"PublishedFare\":5273.58,\"PublishedFareAgent\":5273.58,\"OfferedFareAgent\":5273.58,\"OfferedFare\":5025.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3827831487_0AMDIXCG8911_19246506222432\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":846.92,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5273.58,\"CostToAgent\":5273.58,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2317.7,\"TotalBaseFare\":5872.7,\"BaseFareCal\":5063.58,\"BaseFare\":3555,\"CommissionEarned\":846.92,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":184,\"MFT\":2.7,\"OT\":2116,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":846.92,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5273.58,\"CostToAgent\":5273.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":846.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5273.58,\"CostToCustomer\":5273.58,\"BaseFareCal\":5063.58,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":5063.58,\"intOfferedFare\":5025.78,\"intPublishFare\":5872.7,\"TripjackMarkup\":0,\"TripjackCommission\":846.92,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":846.92,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5273.58,\"CostToAgent\":5273.58,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"463\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-14T07:40\",\"SegFlightNumber\":\"G8-911\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-07-14T05:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMNV\",\"Price\":400,\"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-3827831487_0AMDIXCG8911_7967941472698\",\"FareRuleData\":{\"fareRule\":{\"AMD-IXC\":{\"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\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":150,\"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\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-07 06:33:41','2022-07-07 06:33:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'deepak verma','deepak verma',NULL,NULL,NULL,NULL,'COUPON','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(231,0,122,13381,404101,404102,'KCT39G','2022-07-25','41DBCDC92EDD4FDFB3104E8993FC26C9','41DBCDC92EDD4FDFB3104E8993FC26C9','SG-8702','SpiceJet','1',0,'04f79-67e9b-238c5-8804d','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',2,1,7200,'430-04f79-67e9b-238c5-8804d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',7000,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"04f79-67e9b-238c5-8804d\",\"apiTraceId\":\"430_6070\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 16:00\",\"FromUTCTime\":\"2022-07-25 16:00\",\"LocalToTime\":\"2022-07-25 18:20:00\",\"ToUTCTime\":\"2022-07-25 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7200,\"PublishedFareTxt\":\"7,200\",\"ApiResultIndex\":\"430-04f79-67e9b-238c5-8804d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7200,\"PublishedFare\":7200,\"PublishedFareAgent\":7200,\"OfferedFareAgent\":7200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6070\",\"ApiResultIndex\":\"430_6070\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":7200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"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\":7200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"KCT39G\",\"OnwardGroupPNRDummy\":\"KCT39G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"04f79-67e9b-238c5-8804d\",\"apiTraceId\":\"430_6070\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 16:00\",\"FromUTCTime\":\"2022-07-25 16:00\",\"LocalToTime\":\"2022-07-25 18:20:00\",\"ToUTCTime\":\"2022-07-25 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7200,\"PublishedFareTxt\":\"7,200\",\"ApiResultIndex\":\"430-04f79-67e9b-238c5-8804d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7200,\"PublishedFare\":7200,\"PublishedFareAgent\":7200,\"OfferedFareAgent\":7200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6070\",\"ApiResultIndex\":\"430_6070\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":7200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"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\":7200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"KCT39G\",\"OnwardGroupPNRDummy\":\"KCT39G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"41DBCDC92EDD4FDFB3104E8993FC26C9\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"KCT39G\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"RADHIKA\",\"lN\":\"SINGH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"BOM-DEL\":\"KCT39G\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"ANNUPREET\",\"lN\":\"KAUR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"41DBCDC92EDD4FDFB3104E8993FC26C9\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"404101\",\"TPSysId\":\"404102\",\"VersionId\":[\"81322\"],\"CustomerSysId\":\"209138\",\"TrxId\":\"29008\",\"FareBreakdownid\":[\"356160\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'02E4432B7A294FBC953F1D938592C814','','',NULL,'02E4432B7A294FBC953F1D938592C814','0',NULL,'2022-07-07 08:44:28','2022-07-07 08:44:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BHARAT KUMAR','RADHIKA SINGH (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(232,0,47,13125,404381,404382,'SHN63H','2022-07-14','C73E81E7CB8346B29556D78059135726','C73E81E7CB8346B29556D78059135726','SG-8373','SpiceJet','1',0,'446ea-28406-39cbe-83499','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4300,'425-446ea-28406-39cbe-83499',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3800,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"446ea-28406-39cbe-83499\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-14\",\"LocalFromTime\":\"2022-07-14 06:35\",\"FromUTCTime\":\"2022-07-14 06:35\",\"LocalToTime\":\"2022-07-14 08:35:00\",\"ToUTCTime\":\"2022-07-14 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"425-446ea-28406-39cbe-83499\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-14T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-14T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"14\\/07\\/2022\",\"FromDateSort\":1657737000,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"446ea-28406-39cbe-83499\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-14\",\"LocalFromTime\":\"2022-07-14 06:35\",\"FromUTCTime\":\"2022-07-14 06:35\",\"LocalToTime\":\"2022-07-14 08:35:00\",\"ToUTCTime\":\"2022-07-14 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"425-446ea-28406-39cbe-83499\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-14T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-14T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"14\\/07\\/2022\",\"FromDateSort\":1657737000,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SHN63H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"C73E81E7CB8346B29556D78059135726\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SHN63H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Loveneesh\",\"lN\":\"Jain\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"C73E81E7CB8346B29556D78059135726\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"404381\",\"TPSysId\":\"404382\",\"VersionId\":[\"81403\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"29026\",\"FareBreakdownid\":[\"356172\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'76A5EF563BD14C29958A9939570EDA76','','',NULL,'76A5EF563BD14C29958A9939570EDA76','0',NULL,'2022-07-07 11:58:17','2022-07-07 11:58:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Loveneesh Jain',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(233,0,123,13941,404712,404713,'','2022-07-09','7B59B62C224D407797ECF29278481829','7B59B62C224D407797ECF29278481829','SG-8373','SpiceJet','1',0,'25b4d-17983-46bd6-679ea','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,4500,'425-25b4d-17983-46bd6-679ea',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"25b4d-17983-46bd6-679ea\",\"apiTraceId\":\"425_5820\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 06:35\",\"FromUTCTime\":\"2022-07-09 06:35\",\"LocalToTime\":\"2022-07-09 08:35:00\",\"ToUTCTime\":\"2022-07-09 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-25b4d-17983-46bd6-679ea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5820\",\"ApiResultIndex\":\"425_5820\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"25b4d-17983-46bd6-679ea\",\"apiTraceId\":\"425_5820\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 06:35\",\"FromUTCTime\":\"2022-07-09 06:35\",\"LocalToTime\":\"2022-07-09 08:35:00\",\"ToUTCTime\":\"2022-07-09 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-25b4d-17983-46bd6-679ea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5820\",\"ApiResultIndex\":\"425_5820\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7B59B62C224D407797ECF29278481829\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"KAHKASHAN\",\"lN\":\"Kamal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7B59B62C224D407797ECF29278481829\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"404712\",\"TPSysId\":\"404713\",\"VersionId\":[\"81531\"],\"CustomerSysId\":\"214502\",\"TrxId\":\"29057\",\"FareBreakdownid\":[\"356208\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4C80B95814554E47AB87EB83A318E7E6','1067383587',NULL,'DEBC807BA4C2482DBA92F3642D84BCCD','C074D36C0E62440EAFE06813253B34A2','0',NULL,'2022-07-08 03:49:18','2022-07-08 03:49:18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD KAMRAN ALI BAHALWA','KAHKASHAN Kamal',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(234,0,101,13066,405679,405680,'O8E64F','2022-07-11','1FEFFB8F36FC43CA91C618026C994043','1FEFFB8F36FC43CA91C618026C994043','SG-8251','SpiceJet','1',0,'e17cc-8c94e-77711-dd7bd','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,3800,'424-e17cc-8c94e-77711-dd7bd',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,677.966,122.034,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e17cc-8c94e-77711-dd7bd\",\"apiTraceId\":\"424_5776\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-11\",\"LocalFromTime\":\"2022-07-11 18:35\",\"FromUTCTime\":\"2022-07-11 18:35\",\"LocalToTime\":\"2022-07-11 20:35:00\",\"ToUTCTime\":\"2022-07-11 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-e17cc-8c94e-77711-dd7bd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5776\",\"ApiResultIndex\":\"424_5776\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-11T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-11T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"11\\/07\\/2022\",\"FromDateSort\":1657477800,\"DepartureDateTxt\":\"Mon, 11 Jul\",\"ArrivalDateTxt\":\"Mon, 11 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e17cc-8c94e-77711-dd7bd\",\"apiTraceId\":\"424_5776\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-11\",\"LocalFromTime\":\"2022-07-11 18:35\",\"FromUTCTime\":\"2022-07-11 18:35\",\"LocalToTime\":\"2022-07-11 20:35:00\",\"ToUTCTime\":\"2022-07-11 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-e17cc-8c94e-77711-dd7bd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5776\",\"ApiResultIndex\":\"424_5776\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-11T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-11T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"11\\/07\\/2022\",\"FromDateSort\":1657477800,\"DepartureDateTxt\":\"Mon, 11 Jul\",\"ArrivalDateTxt\":\"Mon, 11 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"O8E64F      \",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"1FEFFB8F36FC43CA91C618026C994043\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"O8E64F      \"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"TAMAL\",\"lN\":\"DAS\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"1FEFFB8F36FC43CA91C618026C994043\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"405679\",\"TPSysId\":\"405680\",\"VersionId\":[\"81993\"],\"CustomerSysId\":\"207596\",\"TrxId\":\"29165\",\"FareBreakdownid\":[\"356285\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'57CFFF411ED341DF842DB8EB0970CDFC','1070166957',NULL,'A285D72BD51643D6BBA27F1212D1B7BA','CF5872E186A54B4AA900CA2BBB7CF7B0','0',NULL,'2022-07-09 07:08:22','2022-07-09 07:08:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'KAMRUDDIN LAYEK','TAMAL DAS',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(235,0,47,13125,0,0,NULL,'2022-07-13',NULL,NULL,'SG-8373','SpiceJet','1',0,'19235-9ddf4-deba7-896a3','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,4500,'425-19235-9ddf4-deba7-896a3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"19235-9ddf4-deba7-896a3\",\"apiTraceId\":\"425_5824\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-19235-9ddf4-deba7-896a3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5824\",\"ApiResultIndex\":\"425_5824\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-09 12:10:34','2022-07-09 12:10:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','VIJAY DHANUKA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(236,0,47,13125,0,0,NULL,'2022-07-13',NULL,NULL,'SG-8373','SpiceJet','1',0,'3e2ab-a31d6-1674a-4c381','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-3e2ab-a31d6-1674a-4c381',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3e2ab-a31d6-1674a-4c381\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-3e2ab-a31d6-1674a-4c381\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-09 12:22:33','2022-07-09 12:22:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','VIJAY DHANUKA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(237,0,47,13125,406121,406122,'UGPPTN','2022-07-13','00CAB1587A4F45A592CED46741263D7B','00CAB1587A4F45A592CED46741263D7B','SG-8373','SpiceJet','1',0,'a59f8-88ddb-af404-066f1','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-a59f8-88ddb-af404-066f1',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a59f8-88ddb-af404-066f1\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-a59f8-88ddb-af404-066f1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a59f8-88ddb-af404-066f1\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-a59f8-88ddb-af404-066f1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"UGPPTN\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"00CAB1587A4F45A592CED46741263D7B\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"UGPPTN\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VIJAY\",\"lN\":\"DHANUKA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"00CAB1587A4F45A592CED46741263D7B\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"406121\",\"TPSysId\":\"406122\",\"VersionId\":[\"82118\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"29189\",\"FareBreakdownid\":[\"356306\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1C4AE9FD4FD64AF884AF5925315F757A','','',NULL,'1C4AE9FD4FD64AF884AF5925315F757A','0',NULL,'2022-07-09 12:27:48','2022-07-09 12:27:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','VIJAY DHANUKA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(238,0,47,13125,406124,406125,'W9T1UF','2022-07-15','228E9CBD4BB64FC58A47A1FDBB4B0B96','228E9CBD4BB64FC58A47A1FDBB4B0B96','SG-8251','SpiceJet','1',0,'c57f4-118ca-f7549-04a53','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,3800,'424-c57f4-118ca-f7549-04a53',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c57f4-118ca-f7549-04a53\",\"apiTraceId\":\"424_5780\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 18:35\",\"FromUTCTime\":\"2022-07-15 18:35\",\"LocalToTime\":\"2022-07-15 20:35:00\",\"ToUTCTime\":\"2022-07-15 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-c57f4-118ca-f7549-04a53\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5780\",\"ApiResultIndex\":\"424_5780\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c57f4-118ca-f7549-04a53\",\"apiTraceId\":\"424_5780\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 18:35\",\"FromUTCTime\":\"2022-07-15 18:35\",\"LocalToTime\":\"2022-07-15 20:35:00\",\"ToUTCTime\":\"2022-07-15 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-c57f4-118ca-f7549-04a53\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5780\",\"ApiResultIndex\":\"424_5780\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"W9T1UF\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"228E9CBD4BB64FC58A47A1FDBB4B0B96\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"W9T1UF\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VIJAY\",\"lN\":\"DHANUKA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"228E9CBD4BB64FC58A47A1FDBB4B0B96\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"406124\",\"TPSysId\":\"406125\",\"VersionId\":[\"82120\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"29190\",\"FareBreakdownid\":[\"356307\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D946D2F299B2484DBEF6508A8F5BED6C','','',NULL,'D946D2F299B2484DBEF6508A8F5BED6C','0',NULL,'2022-07-09 12:29:11','2022-07-09 12:29:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','VIJAY DHANUKA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(239,0,21,13069,406210,406211,'LCMHGW','2022-07-12','7F8A3670208E4D4DA2309DB1B9547958','7F8A3670208E4D4DA2309DB1B9547958','SG-8251','SpiceJet','1',0,'99490-33cd2-075ff-5257d','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,3800,'424-99490-33cd2-075ff-5257d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"99490-33cd2-075ff-5257d\",\"apiTraceId\":\"424_5777\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-12\",\"LocalFromTime\":\"2022-07-12 18:35\",\"FromUTCTime\":\"2022-07-12 18:35\",\"LocalToTime\":\"2022-07-12 20:35:00\",\"ToUTCTime\":\"2022-07-12 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-99490-33cd2-075ff-5257d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5777\",\"ApiResultIndex\":\"424_5777\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-12T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-12T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"12\\/07\\/2022\",\"FromDateSort\":1657564200,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"99490-33cd2-075ff-5257d\",\"apiTraceId\":\"424_5777\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-12\",\"LocalFromTime\":\"2022-07-12 18:35\",\"FromUTCTime\":\"2022-07-12 18:35\",\"LocalToTime\":\"2022-07-12 20:35:00\",\"ToUTCTime\":\"2022-07-12 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-99490-33cd2-075ff-5257d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5777\",\"ApiResultIndex\":\"424_5777\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-12T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-12T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"12\\/07\\/2022\",\"FromDateSort\":1657564200,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"LCMHGW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\",\"bookingId\":\"7F8A3670208E4D4DA2309DB1B9547958\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"LCMHGW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MD ABU ZAFOUR\",\"lN\":\"BHUIYAN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"7F8A3670208E4D4DA2309DB1B9547958\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"406210\",\"TPSysId\":\"406211\",\"VersionId\":[\"82146\"],\"CustomerSysId\":\"207602\",\"TrxId\":\"29195\",\"FareBreakdownid\":[\"356313\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'937C4927895A4A77920804CEFA03B8EF','','',NULL,'937C4927895A4A77920804CEFA03B8EF','0',NULL,'2022-07-09 16:02:57','2022-07-09 16:02:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD NASIM','MD ABU ZAFOUR BHUIYAN ',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(240,0,47,13125,406452,406453,'KCHE3G','2022-07-25','BAA3945484C94F3CB3D754A8108414EB','BAA3945484C94F3CB3D754A8108414EB','SG-8373','SpiceJet','1',0,'1220b-03e38-ee2f0-f4cf8','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-1220b-03e38-ee2f0-f4cf8',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1220b-03e38-ee2f0-f4cf8\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-1220b-03e38-ee2f0-f4cf8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1220b-03e38-ee2f0-f4cf8\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-1220b-03e38-ee2f0-f4cf8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"KCHE3G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"BAA3945484C94F3CB3D754A8108414EB\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"KCHE3G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Babita\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"BAA3945484C94F3CB3D754A8108414EB\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"406452\",\"TPSysId\":\"406453\",\"VersionId\":[\"82189\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"29217\",\"FareBreakdownid\":[\"356334\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D204F8F255BF4DD688AAD0DED4865DD0','','',NULL,'D204F8F255BF4DD688AAD0DED4865DD0','0',NULL,'2022-07-11 04:25:01','2022-07-11 04:25:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Babita  Agarwal',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(241,0,47,13125,406454,406455,'DD67SG','2022-07-27','02CFE6E126814DC5B00220FAEAF4520D','02CFE6E126814DC5B00220FAEAF4520D','SG-8251','SpiceJet','1',0,'cbe94-158dd-0c93e-bda7f','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,3800,'424-cbe94-158dd-0c93e-bda7f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cbe94-158dd-0c93e-bda7f\",\"apiTraceId\":\"424_5792\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27 18:35\",\"LocalToTime\":\"2022-07-27 20:35:00\",\"ToUTCTime\":\"2022-07-27 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-cbe94-158dd-0c93e-bda7f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5792\",\"ApiResultIndex\":\"424_5792\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cbe94-158dd-0c93e-bda7f\",\"apiTraceId\":\"424_5792\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27 18:35\",\"LocalToTime\":\"2022-07-27 20:35:00\",\"ToUTCTime\":\"2022-07-27 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-cbe94-158dd-0c93e-bda7f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5792\",\"ApiResultIndex\":\"424_5792\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"DD67SG\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"02CFE6E126814DC5B00220FAEAF4520D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"DD67SG\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Babita\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"02CFE6E126814DC5B00220FAEAF4520D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"406454\",\"TPSysId\":\"406455\",\"VersionId\":[\"82190\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"29218\",\"FareBreakdownid\":[\"356335\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'0205D22D1B244C828A23CDB285C19BE7','','',NULL,'0205D22D1B244C828A23CDB285C19BE7','0',NULL,'2022-07-11 04:26:53','2022-07-11 04:26:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Babita  Agarwal',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(242,0,33,13128,0,0,NULL,'2022-07-12','DMC104237674991','TJ104237674991','6E-6041','IndiGo','1',0,'38be9-6ec39-86d99-182f3','267','17:50:00','19:10:00',0,'G',80,'01h 20m',25897,5765,'SXR','IXC','Non-stop',1,1,3821.7,'11-3588485885_1SXRIXC6E6041_9534878340272',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',3200,621.7,0,250,0,15,3821.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104237674991\",\"bookingId_TJ\":\"TJ104237674991\",\"FlightNumber\":\"6E-6041\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"38be9-6ec39-86d99-182f3\",\"apiTraceId\":\"11-3588485885_1SXRIXC6E6041_9534878340272\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:50\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2022-07-12T17:50\",\"LocalFromTime\":\"2022-07-12 17:50\",\"FromUTCTime\":\"2022-07-12T17:50\",\"LocalToTime\":\"2022-07-12 19:10\",\"ToUTCTime\":\"2022-07-12T19:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,822\",\"ApiResultIndex\":\"11-3588485885_1SXRIXC6E6041_9534878340272\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3467.7,\"PublishedFare\":3821.7,\"PublishedFareAgent\":3821.7,\"OfferedFareAgent\":3821.7,\"OfferedFare\":3467.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3588485885_0SXRIXC6E6041_98543061833621\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3821.7,\"CostToAgent\":3821.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3467.7,\"BaseFareCal\":3521.7,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":3821.7,\"CostToAgent\":3821.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3821.7,\"CostToCustomer\":3821.7,\"BaseFareCal\":3521.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3521.7,\"intOfferedFare\":3467.7,\"intPublishFare\":3467.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3821.7,\"CostToAgent\":3821.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"498\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-12T19:10\",\"SegFlightNumber\":\"6E-6041\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-12T17:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:50\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3588485885_1SXRIXC6E6041_9534878340272\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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 : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'ACC41CD2D8A14CD79AD246A4B5EE59D7','','',NULL,'2F177862B66341A494ACA30A49429B00','0',NULL,'2022-07-11 06:46:27','2022-07-11 06:46:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRSHAD BHAT','Gurjat Singh',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(244,0,111,13088,406957,406958,'W9T1UF','2022-07-15','9D4B39F345884E0C81FC514F9834672F','9D4B39F345884E0C81FC514F9834672F','SG-8251','SpiceJet','1',0,'f3375-d212e-def3a-ee978','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,3800,'424-f3375-d212e-def3a-ee978',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f3375-d212e-def3a-ee978\",\"apiTraceId\":\"424_5780\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 18:35\",\"FromUTCTime\":\"2022-07-15 18:35\",\"LocalToTime\":\"2022-07-15 20:35:00\",\"ToUTCTime\":\"2022-07-15 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-f3375-d212e-def3a-ee978\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5780\",\"ApiResultIndex\":\"424_5780\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00S\",\"bookingId\":\"7EF1336CCF14423488AA7682843B20DB\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f3375-d212e-def3a-ee978\",\"apiTraceId\":\"424_5780\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 18:35\",\"FromUTCTime\":\"2022-07-15 18:35\",\"LocalToTime\":\"2022-07-15 20:35:00\",\"ToUTCTime\":\"2022-07-15 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-f3375-d212e-def3a-ee978\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5780\",\"ApiResultIndex\":\"424_5780\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"W9T1UF\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00S\",\"bookingId\":\"9D4B39F345884E0C81FC514F9834672F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"W9T1UF\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"DR SUMANA\",\"lN\":\"KUNDU\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"9D4B39F345884E0C81FC514F9834672F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"406957\",\"TPSysId\":\"406958\",\"VersionId\":[\"82327\"],\"CustomerSysId\":\"207631\",\"TrxId\":\"29241\",\"FareBreakdownid\":[\"356352\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D3E060E0F1324901949142DBEF24BE5F','','',NULL,'D3E060E0F1324901949142DBEF24BE5F','0',NULL,'2022-07-11 11:45:15','2022-07-11 11:45:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Pawan Darak','DR SUMANA  KUNDU',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(245,0,124,14078,407111,407112,'H8BZVV','2022-07-29','BDA00D24CB18452D86B3DA7C676D4157','BDA00D24CB18452D86B3DA7C676D4157','SG-8251','SpiceJet','1',0,'6d5af-68f90-89c80-1ae11','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,3800,'424-6d5af-68f90-89c80-1ae11',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6d5af-68f90-89c80-1ae11\",\"apiTraceId\":\"424_5794\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 18:35\",\"FromUTCTime\":\"2022-07-29 18:35\",\"LocalToTime\":\"2022-07-29 20:35:00\",\"ToUTCTime\":\"2022-07-29 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-6d5af-68f90-89c80-1ae11\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5794\",\"ApiResultIndex\":\"424_5794\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6d5af-68f90-89c80-1ae11\",\"apiTraceId\":\"424_5794\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 18:35\",\"FromUTCTime\":\"2022-07-29 18:35\",\"LocalToTime\":\"2022-07-29 20:35:00\",\"ToUTCTime\":\"2022-07-29 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-6d5af-68f90-89c80-1ae11\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5794\",\"ApiResultIndex\":\"424_5794\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"H8BZVV\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"BDA00D24CB18452D86B3DA7C676D4157\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"H8BZVV\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VISHAL\",\"lN\":\"GOENKA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"BDA00D24CB18452D86B3DA7C676D4157\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"407111\",\"TPSysId\":\"407112\",\"VersionId\":[\"82392\"],\"CustomerSysId\":\"215733\",\"TrxId\":\"29253\",\"FareBreakdownid\":[\"356359\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'2B0E92E8BD9C42E3923259AD0AA41896','1075626794',NULL,'85A2E9999B8D4512B5BD068F0E0A0517','9F56E219202E4326899254D0C3FD8183','0',NULL,'2022-07-11 14:11:33','2022-07-11 14:11:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAILESH KUMAR KOTHARI','VISHAL GOENKA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(246,0,23,13063,407154,407155,'IYYW5M','2022-07-18','12A727B7395E4C73A87C6C50800DDE28','12A727B7395E4C73A87C6C50800DDE28','SG-8373','SpiceJet','1',0,'0f5bf-b1af1-a6965-b9034','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,7600,'425-0f5bf-b1af1-a6965-b9034',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"apiTraceId\":\"425_5829\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-18\",\"LocalFromTime\":\"2022-07-18 06:35\",\"FromUTCTime\":\"2022-07-18 06:35\",\"LocalToTime\":\"2022-07-18 08:35:00\",\"ToUTCTime\":\"2022-07-18 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-0f5bf-b1af1-a6965-b9034\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5829\",\"ApiResultIndex\":\"425_5829\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-18T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-18T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/07\\/2022\",\"FromDateSort\":1658082600,\"DepartureDateTxt\":\"Mon, 18 Jul\",\"ArrivalDateTxt\":\"Mon, 18 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"apiTraceId\":\"425_5829\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-18\",\"LocalFromTime\":\"2022-07-18 06:35\",\"FromUTCTime\":\"2022-07-18 06:35\",\"LocalToTime\":\"2022-07-18 08:35:00\",\"ToUTCTime\":\"2022-07-18 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-0f5bf-b1af1-a6965-b9034\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5829\",\"ApiResultIndex\":\"425_5829\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-18T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-18T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/07\\/2022\",\"FromDateSort\":1658082600,\"DepartureDateTxt\":\"Mon, 18 Jul\",\"ArrivalDateTxt\":\"Mon, 18 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IYYW5M\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"12A727B7395E4C73A87C6C50800DDE28\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IYYW5M\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NAFIS\",\"lN\":\"ALAM\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"IYYW5M\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SK\",\"lN\":\"SAKIR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"12A727B7395E4C73A87C6C50800DDE28\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"407154\",\"TPSysId\":\"407155\",\"VersionId\":[\"82398\"],\"CustomerSysId\":\"207542\",\"TrxId\":\"29259\",\"FareBreakdownid\":[\"356367\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D321441690434B4D86FE5171E9CC6488','1076013270',NULL,'41C76DA2DB3A41398F9BDF6ECC3C8F30','17253F383B704508AC5CA01768E89F1C','0',NULL,'2022-07-11 17:00:04','2022-07-11 17:00:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','NAFIS ALAM (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(247,0,113,13647,407183,407184,'','2022-07-13','EC7060AAE9B743338826E3694679CED2','EC7060AAE9B743338826E3694679CED2','SG-8373','SpiceJet','1',0,'0264c-ed4ec-9151d-36a75','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-0264c-ed4ec-9151d-36a75',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0264c-ed4ec-9151d-36a75\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0264c-ed4ec-9151d-36a75\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0264c-ed4ec-9151d-36a75\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0264c-ed4ec-9151d-36a75\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"EC7060AAE9B743338826E3694679CED2\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Akash \",\"lN\":\"Sheth\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"EC7060AAE9B743338826E3694679CED2\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"407183\",\"TPSysId\":\"407184\",\"VersionId\":[\"82407\"],\"CustomerSysId\":\"212031\",\"TrxId\":\"29261\",\"FareBreakdownid\":[\"356371\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'2CC20E54D80D43478288758B9D9F091F','1076558720',NULL,'AEE4ED5D4BA24E4F907B9D8DF914D817','6AE7041EEB5E4676BF64EBA27E61D4BA','0',NULL,'2022-07-12 03:36:46','2022-07-12 03:36:46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIKUNJ KEDIA','Akash  Sheth',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(248,0,124,14078,407303,407304,'YDQ26G','2022-07-26','10FF9BBA589F41668F66C86D70AC9F50','10FF9BBA589F41668F66C86D70AC9F50','SG-8373','SpiceJet','1',0,'0e4ee-31d41-0471e-f4b76','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,3800,'425-0e4ee-31d41-0471e-f4b76',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0e4ee-31d41-0471e-f4b76\",\"apiTraceId\":\"425_5837\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 06:35\",\"FromUTCTime\":\"2022-07-26 06:35\",\"LocalToTime\":\"2022-07-26 08:35:00\",\"ToUTCTime\":\"2022-07-26 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0e4ee-31d41-0471e-f4b76\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5837\",\"ApiResultIndex\":\"425_5837\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0e4ee-31d41-0471e-f4b76\",\"apiTraceId\":\"425_5837\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 06:35\",\"FromUTCTime\":\"2022-07-26 06:35\",\"LocalToTime\":\"2022-07-26 08:35:00\",\"ToUTCTime\":\"2022-07-26 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0e4ee-31d41-0471e-f4b76\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5837\",\"ApiResultIndex\":\"425_5837\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"YDQ26G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"10FF9BBA589F41668F66C86D70AC9F50\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"YDQ26G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MEETA\",\"lN\":\"JAIN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"10FF9BBA589F41668F66C86D70AC9F50\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"407303\",\"TPSysId\":\"407304\",\"VersionId\":[\"82444\"],\"CustomerSysId\":\"215733\",\"TrxId\":\"29270\",\"FareBreakdownid\":[\"356379\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1278716923E74AA1B6738DD415D0D5B8','1076944307',NULL,'6851D9C6F12A4B6AAF0A33D07346B7D2','DE3F8DD817204C648155E047A0127FEF','0',NULL,'2022-07-12 06:43:58','2022-07-12 06:43:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAILESH KUMAR KOTHARI','NEETA JAIN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(249,0,120,13593,407412,407413,'D6U1NY','2022-07-19','31C0C994C39548B3BC6876A0E1BF771E','31C0C994C39548B3BC6876A0E1BF771E','SG-8251','SpiceJet','1',0,'2c8ce-1c518-603cf-f6c78','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',2,1,7600,'424-2c8ce-1c518-603cf-f6c78',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"apiTraceId\":\"424_5784\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-19\",\"LocalFromTime\":\"2022-07-19 18:35\",\"FromUTCTime\":\"2022-07-19 18:35\",\"LocalToTime\":\"2022-07-19 20:35:00\",\"ToUTCTime\":\"2022-07-19 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"424-2c8ce-1c518-603cf-f6c78\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5784\",\"ApiResultIndex\":\"424_5784\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-19T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-19T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/07\\/2022\",\"FromDateSort\":1658169000,\"DepartureDateTxt\":\"Tue, 19 Jul\",\"ArrivalDateTxt\":\"Tue, 19 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"apiTraceId\":\"424_5784\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-19\",\"LocalFromTime\":\"2022-07-19 18:35\",\"FromUTCTime\":\"2022-07-19 18:35\",\"LocalToTime\":\"2022-07-19 20:35:00\",\"ToUTCTime\":\"2022-07-19 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"424-2c8ce-1c518-603cf-f6c78\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5784\",\"ApiResultIndex\":\"424_5784\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-19T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-19T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/07\\/2022\",\"FromDateSort\":1658169000,\"DepartureDateTxt\":\"Tue, 19 Jul\",\"ArrivalDateTxt\":\"Tue, 19 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"D6U1NY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"31C0C994C39548B3BC6876A0E1BF771E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"D6U1NY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"GOURAV\",\"lN\":\"KABRA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}},{\"pnrDetails\":{\"DEL-CCU\":\"D6U1NY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"PUJA\",\"lN\":\"KABRA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"31C0C994C39548B3BC6876A0E1BF771E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"407412\",\"TPSysId\":\"407413\",\"VersionId\":[\"82492\"],\"CustomerSysId\":\"211773\",\"TrxId\":\"29290\",\"FareBreakdownid\":[\"356392\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'982D2D935E254EC283478F983A28705E','','',NULL,'982D2D935E254EC283478F983A28705E','0',NULL,'2022-07-12 08:09:15','2022-07-12 08:09:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BIKKY AGARWAL','GOURAV KABRA (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(250,0,111,13088,407702,407703,'GHZUNX','2022-07-15','F78CF606153544C792700C1CF7755498','F78CF606153544C792700C1CF7755498','SG-8373','SpiceJet','1',0,'9d7b9-6d92a-1778f-1b61a','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-9d7b9-6d92a-1778f-1b61a',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9d7b9-6d92a-1778f-1b61a\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-9d7b9-6d92a-1778f-1b61a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9d7b9-6d92a-1778f-1b61a\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-9d7b9-6d92a-1778f-1b61a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"GHZUNX\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F78CF606153544C792700C1CF7755498\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"GHZUNX\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Ashok\",\"lN\":\"Bothra\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"F78CF606153544C792700C1CF7755498\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"407702\",\"TPSysId\":\"407703\",\"VersionId\":[\"82577\"],\"CustomerSysId\":\"207631\",\"TrxId\":\"29325\",\"FareBreakdownid\":[\"356425\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'0A783E9B844642BDB4CBA7A194D96BF9','','',NULL,'0A783E9B844642BDB4CBA7A194D96BF9','0',NULL,'2022-07-12 12:22:06','2022-07-12 12:22:06',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Pawan Darak',' Ashok  Bothra',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(251,0,23,13063,0,0,NULL,'2022-07-15',NULL,NULL,'SG-8373','SpiceJet','1',0,'a5a28-cf630-96396-eb1fd','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-a5a28-cf630-96396-eb1fd',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a5a28-cf630-96396-eb1fd\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-a5a28-cf630-96396-eb1fd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-13 05:18:42','2022-07-13 05:18:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','AMIR KHANSAMA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(252,0,23,13063,0,0,NULL,'2022-07-15',NULL,NULL,'SG-8373','SpiceJet','1',0,'99220-e9507-f5e5c-d53d7','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-99220-e9507-f5e5c-d53d7',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"99220-e9507-f5e5c-d53d7\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-99220-e9507-f5e5c-d53d7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-13 05:20:43','2022-07-13 05:20:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','AMIR KHANSAMA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(253,0,23,13063,407988,407989,'GHZUNX','2022-07-15','35EC3CA754CB427D8A92B4E57372DFF6','35EC3CA754CB427D8A92B4E57372DFF6','SG-8373','SpiceJet','1',0,'50ade-bd1d8-3e19c-70099','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-50ade-bd1d8-3e19c-70099',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"50ade-bd1d8-3e19c-70099\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-50ade-bd1d8-3e19c-70099\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"50ade-bd1d8-3e19c-70099\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-50ade-bd1d8-3e19c-70099\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"GHZUNX\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"35EC3CA754CB427D8A92B4E57372DFF6\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"GHZUNX\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"AMIR\",\"lN\":\"KHANSAMA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"35EC3CA754CB427D8A92B4E57372DFF6\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"407988\",\"TPSysId\":\"407989\",\"VersionId\":[\"82632\"],\"CustomerSysId\":\"207542\",\"TrxId\":\"29349\",\"FareBreakdownid\":[\"356444\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D38395FCC822427AAC9F8FD361D9496A','','',NULL,'D38395FCC822427AAC9F8FD361D9496A','0',NULL,'2022-07-13 05:28:02','2022-07-13 05:28:02',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','AMIR KHANSAMA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(254,0,95,13508,408159,408160,'X86BJY','2022-07-17','A47AF8FBCCE741ED8E6173A2D9365F9D','A47AF8FBCCE741ED8E6173A2D9365F9D','SG-8373','SpiceJet','1',0,'40916-0550a-5ecec-b8596','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',2,1,7600,'425-40916-0550a-5ecec-b8596',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,7203.39,1296.61,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"40916-0550a-5ecec-b8596\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-40916-0550a-5ecec-b8596\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"40916-0550a-5ecec-b8596\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-40916-0550a-5ecec-b8596\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X86BJY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A47AF8FBCCE741ED8E6173A2D9365F9D\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Tushar\",\"lN\":\"Kamra\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Paras\",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A47AF8FBCCE741ED8E6173A2D9365F9D\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"408159\",\"TPSysId\":\"408160\",\"VersionId\":[\"82685\"],\"CustomerSysId\":\"210615\",\"TrxId\":\"29371\",\"FareBreakdownid\":[\"356465\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'F8898DDBF7DD49E0A2D0C1CDADE0F9D9','','',NULL,'F8898DDBF7DD49E0A2D0C1CDADE0F9D9','0',NULL,'2022-07-13 07:31:42','2022-07-13 07:31:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT GOEL','Tushar Kamra (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(255,0,23,13063,0,0,NULL,'2022-07-16',NULL,NULL,'SG-8373','SpiceJet','1',0,'7e278-a86af-beade-23ed5','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,7600,'425-7e278-a86af-beade-23ed5',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7e278-a86af-beade-23ed5\",\"apiTraceId\":\"425_5827\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-16\",\"LocalFromTime\":\"2022-07-16 06:35\",\"FromUTCTime\":\"2022-07-16 06:35\",\"LocalToTime\":\"2022-07-16 08:35:00\",\"ToUTCTime\":\"2022-07-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-7e278-a86af-beade-23ed5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5827\",\"ApiResultIndex\":\"425_5827\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/07\\/2022\",\"FromDateSort\":1657909800,\"DepartureDateTxt\":\"Sat, 16 Jul\",\"ArrivalDateTxt\":\"Sat, 16 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',4,NULL,NULL,NULL,1,0,'4EEFC47F0C6144CDAD2CE1039D2B4721','','',NULL,'475F286FD39A4A71A15993141A23443A','0',NULL,'2022-07-13 16:30:08','2022-07-13 16:30:08',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','saniaj sekh (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(256,0,23,13063,408625,408626,'ZD5LWZ','2022-07-16','6B68BCF4AC55446BBCD23D5D06F36EF7','6B68BCF4AC55446BBCD23D5D06F36EF7','SG-8373','SpiceJet','1',0,'adb39-6b63d-c12d4-f63bc','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,7600,'425-adb39-6b63d-c12d4-f63bc',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"adb39-6b63d-c12d4-f63bc\",\"apiTraceId\":\"425_5827\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-16\",\"LocalFromTime\":\"2022-07-16 06:35\",\"FromUTCTime\":\"2022-07-16 06:35\",\"LocalToTime\":\"2022-07-16 08:35:00\",\"ToUTCTime\":\"2022-07-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-adb39-6b63d-c12d4-f63bc\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5827\",\"ApiResultIndex\":\"425_5827\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/07\\/2022\",\"FromDateSort\":1657909800,\"DepartureDateTxt\":\"Sat, 16 Jul\",\"ArrivalDateTxt\":\"Sat, 16 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"adb39-6b63d-c12d4-f63bc\",\"apiTraceId\":\"425_5827\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-16\",\"LocalFromTime\":\"2022-07-16 06:35\",\"FromUTCTime\":\"2022-07-16 06:35\",\"LocalToTime\":\"2022-07-16 08:35:00\",\"ToUTCTime\":\"2022-07-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-adb39-6b63d-c12d4-f63bc\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5827\",\"ApiResultIndex\":\"425_5827\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/07\\/2022\",\"FromDateSort\":1657909800,\"DepartureDateTxt\":\"Sat, 16 Jul\",\"ArrivalDateTxt\":\"Sat, 16 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZD5LWZ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"6B68BCF4AC55446BBCD23D5D06F36EF7\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"ZD5LWZ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"saniaj\",\"lN\":\"sk\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"ZD5LWZ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"sk makidul \",\"lN\":\"islam\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"6B68BCF4AC55446BBCD23D5D06F36EF7\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"408625\",\"TPSysId\":\"408626\",\"VersionId\":[\"82906\"],\"CustomerSysId\":\"207542\",\"TrxId\":\"29420\",\"FareBreakdownid\":[\"356510\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B2971BE6C0084DE68FE41A20E5B4431C','','',NULL,'B2971BE6C0084DE68FE41A20E5B4431C','0',NULL,'2022-07-13 16:32:58','2022-07-13 16:32:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','saniaj sekh (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(257,0,125,12211,0,0,NULL,'2022-07-22',NULL,NULL,'6E-2046','IndiGo','1',1,'fd136-8af7a-b6039-c58d0','267','17:35:00','19:45:00',0,'R',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,4189.7,'5-5942756654_41DELBOM6E2046_685580442644581',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',3200,871.7,0,489,0,15,4189.7,0,0,169.49,18,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS107400296597\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-07-22T17:35\",\"LocalFromTime\":\"2022-07-22 17:35\",\"FromUTCTime\":\"2022-07-22T17:35\",\"LocalToTime\":\"2022-07-22 19:45\",\"ToUTCTime\":\"2022-07-22T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.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\":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,\"ARF\":3000,\"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\":3200,\"Tax\":871.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4071.7,\"PublishedFare\":4189.7,\"OfferedFare\":3871.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5942756654_0DELBOM6E2046_685594809101277\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":871.7,\"BaseFareCal\":3920.21,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":165,\"MFT\":2.7,\"OT\":489,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":4189.7,\"CostToCustomer\":4189.7,\"BaseFareCal\":3920.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3920.21,\"intOfferedFare\":3871.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"46\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-22T19:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-22T17:35\",\"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\":\"17:35\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fd136-8af7a-b6039-c58d0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-22 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\":\"TJS107400296597\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"strTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-07-22T17:35\",\"LocalFromTime\":\"2022-07-22 17:35\",\"FromUTCTime\":\"2022-07-22T17:35\",\"LocalToTime\":\"2022-07-22 19:45\",\"ToUTCTime\":\"2022-07-22T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"ApiResultIndex\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"fd136-8af7a-b6039-c58d0\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3200,\"Tax\":871.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4071.7,\"PublishedFare\":4189.7,\"OfferedFare\":3871.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":871.7,\"BaseFareCal\":3920.21,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":165,\"MFT\":2.7,\"OT\":489,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"46\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-22T19:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-22T17:35\",\"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\":\"17:35\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"localFromDateTime\":\"2022-07-22 17:35\",\"localToDateTime\":\"2022-07-22 19:45\",\"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','180.151.10.154','2022-07-14 05:18:02','2022-07-14 05:18: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),(258,0,124,14078,408712,408713,'X86BJY','2022-07-17','2541BE54D39542E0978DFBEE8718C762','2541BE54D39542E0978DFBEE8718C762','SG-8373','SpiceJet','1',0,'c858a-80045-4d428-50465','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,3800,'425-c858a-80045-4d428-50465',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c858a-80045-4d428-50465\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-c858a-80045-4d428-50465\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07I\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06W\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c858a-80045-4d428-50465\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-c858a-80045-4d428-50465\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07I\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X86BJY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06W\",\"bookingId\":\"2541BE54D39542E0978DFBEE8718C762\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"PODDAR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2541BE54D39542E0978DFBEE8718C762\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"408712\",\"TPSysId\":\"408713\",\"VersionId\":[\"82939\"],\"CustomerSysId\":\"215733\",\"TrxId\":\"29440\",\"FareBreakdownid\":[\"356525\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'C78AA42FC55D4C67AB7408ABE8FAFA2D','1081563133',NULL,'62ACEBF9FF5D4E5196D37B5DD4354A5A','D96E40563C194EE888B17821E6F6725C','0',NULL,'2022-07-14 05:26:27','2022-07-14 05:26:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAILESH KUMAR KOTHARI','NEHA PODDAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(259,0,124,14078,408804,408805,'X86BJY','2022-07-17','89C0F4396FD54404AE5086E5AAB5002A','89C0F4396FD54404AE5086E5AAB5002A','SG-8373','SpiceJet','1',0,'3366b-b4ad1-c01a6-5488c','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,3800,'425-3366b-b4ad1-c01a6-5488c',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3366b-b4ad1-c01a6-5488c\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-3366b-b4ad1-c01a6-5488c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AM\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3366b-b4ad1-c01a6-5488c\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-3366b-b4ad1-c01a6-5488c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X86BJY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AM\",\"bookingId\":\"89C0F4396FD54404AE5086E5AAB5002A\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"RAVI\",\"lN\":\"ARORA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"89C0F4396FD54404AE5086E5AAB5002A\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"408804\",\"TPSysId\":\"408805\",\"VersionId\":[\"82967\"],\"CustomerSysId\":\"215733\",\"TrxId\":\"29450\",\"FareBreakdownid\":[\"356533\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'1F487C285DF8430FB151CE2C8898E25B','1081761002',NULL,'F32FA2BF5FDA49BABC47A653AA5B033B','484331921C01409CAEB37F3FA552F6B5','0',NULL,'2022-07-14 06:45:51','2022-07-14 06:45:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAILESH KUMAR KOTHARI','RAVI ARORA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(260,0,111,13088,409334,409335,'IYYW5M','2022-07-18','0528114CC56E4C169DBC1CE574667D3A','0528114CC56E4C169DBC1CE574667D3A','SG-8373','SpiceJet','1',0,'9dbfd-b5322-c1817-9304f','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-9dbfd-b5322-c1817-9304f',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9dbfd-b5322-c1817-9304f\",\"apiTraceId\":\"425_5829\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-18\",\"LocalFromTime\":\"2022-07-18 06:35\",\"FromUTCTime\":\"2022-07-18 06:35\",\"LocalToTime\":\"2022-07-18 08:35:00\",\"ToUTCTime\":\"2022-07-18 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-9dbfd-b5322-c1817-9304f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5829\",\"ApiResultIndex\":\"425_5829\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-18T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-18T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/07\\/2022\",\"FromDateSort\":1658082600,\"DepartureDateTxt\":\"Mon, 18 Jul\",\"ArrivalDateTxt\":\"Mon, 18 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9dbfd-b5322-c1817-9304f\",\"apiTraceId\":\"425_5829\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-18\",\"LocalFromTime\":\"2022-07-18 06:35\",\"FromUTCTime\":\"2022-07-18 06:35\",\"LocalToTime\":\"2022-07-18 08:35:00\",\"ToUTCTime\":\"2022-07-18 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-9dbfd-b5322-c1817-9304f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5829\",\"ApiResultIndex\":\"425_5829\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-18T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-18T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/07\\/2022\",\"FromDateSort\":1658082600,\"DepartureDateTxt\":\"Mon, 18 Jul\",\"ArrivalDateTxt\":\"Mon, 18 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IYYW5M\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"0528114CC56E4C169DBC1CE574667D3A\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IYYW5M\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MANIRUL\",\"lN\":\"ISLAM\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"0528114CC56E4C169DBC1CE574667D3A\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"409334\",\"TPSysId\":\"409335\",\"VersionId\":[\"83175\"],\"CustomerSysId\":\"207631\",\"TrxId\":\"29497\",\"FareBreakdownid\":[\"356579\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4A89FA1651BC4A968A50F08EFF6586B3','','',NULL,'4A89FA1651BC4A968A50F08EFF6586B3','0',NULL,'2022-07-14 15:09:34','2022-07-14 15:09:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Pawan Darak','MANIRUL  ISLAM',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(261,0,26,13151,410032,410033,'BE659A','2022-07-19','BDA60EA2BD3B4232855CAD70BF7D06CB','BDA60EA2BD3B4232855CAD70BF7D06CB','SG-8373','SpiceJet','1',0,'bf8a9-40a81-ec508-68085','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',3,1,11400,'425-bf8a9-40a81-ec508-68085',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',9900,1500,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bf8a9-40a81-ec508-68085\",\"apiTraceId\":\"425_5830\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-19\",\"LocalFromTime\":\"2022-07-19 06:35\",\"FromUTCTime\":\"2022-07-19 06:35\",\"LocalToTime\":\"2022-07-19 08:35:00\",\"ToUTCTime\":\"2022-07-19 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":11400,\"PublishedFareTxt\":\"11,400\",\"ApiResultIndex\":\"425-bf8a9-40a81-ec508-68085\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9900,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11400,\"PublishedFare\":11400,\"PublishedFareAgent\":11400,\"OfferedFareAgent\":11400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5830\",\"ApiResultIndex\":\"425_5830\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":11400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9900,\"BaseFare\":9900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":11400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-19T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-19T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/07\\/2022\",\"FromDateSort\":1658169000,\"DepartureDateTxt\":\"Tue, 19 Jul\",\"ArrivalDateTxt\":\"Tue, 19 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bf8a9-40a81-ec508-68085\",\"apiTraceId\":\"425_5830\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-19\",\"LocalFromTime\":\"2022-07-19 06:35\",\"FromUTCTime\":\"2022-07-19 06:35\",\"LocalToTime\":\"2022-07-19 08:35:00\",\"ToUTCTime\":\"2022-07-19 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":11400,\"PublishedFareTxt\":\"11,400\",\"ApiResultIndex\":\"425-bf8a9-40a81-ec508-68085\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9900,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11400,\"PublishedFare\":11400,\"PublishedFareAgent\":11400,\"OfferedFareAgent\":11400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5830\",\"ApiResultIndex\":\"425_5830\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":11400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9900,\"BaseFare\":9900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":11400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-19T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-19T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/07\\/2022\",\"FromDateSort\":1658169000,\"DepartureDateTxt\":\"Tue, 19 Jul\",\"ArrivalDateTxt\":\"Tue, 19 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"BE659A\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"BDA60EA2BD3B4232855CAD70BF7D06CB\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"BE659A\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"IKRAMUL\",\"lN\":\"BISWAS\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"BE659A\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"TAPAN\",\"lN\":\"BISWAS\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"BE659A\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SAFIKUL\",\"lN\":\"MONDAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"BDA60EA2BD3B4232855CAD70BF7D06CB\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"410032\",\"TPSysId\":\"410033\",\"VersionId\":[\"83425\"],\"CustomerSysId\":\"207897\",\"TrxId\":\"29547\",\"FareBreakdownid\":[\"356629\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'33FC8F84FD8B4FC3AA025833972F1DA3','','',NULL,'33FC8F84FD8B4FC3AA025833972F1DA3','0',NULL,'2022-07-15 14:44:24','2022-07-15 14:44:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SUBRATA KARMAKAR','IKRAMUL BISWAS (+2)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(262,0,124,14078,410191,410192,'UDNHXW','2022-07-21','20ED8568943C47709215E44DF027CFA6','20ED8568943C47709215E44DF027CFA6','SG-8373','SpiceJet','1',0,'d98b7-24288-8780e-ba656','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',2,1,7600,'425-d98b7-24288-8780e-ba656',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d98b7-24288-8780e-ba656\",\"apiTraceId\":\"425_5832\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-21\",\"LocalFromTime\":\"2022-07-21 06:35\",\"FromUTCTime\":\"2022-07-21 06:35\",\"LocalToTime\":\"2022-07-21 08:35:00\",\"ToUTCTime\":\"2022-07-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-d98b7-24288-8780e-ba656\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5832\",\"ApiResultIndex\":\"425_5832\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"076\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/07\\/2022\",\"FromDateSort\":1658341800,\"DepartureDateTxt\":\"Thu, 21 Jul\",\"ArrivalDateTxt\":\"Thu, 21 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d98b7-24288-8780e-ba656\",\"apiTraceId\":\"425_5832\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-21\",\"LocalFromTime\":\"2022-07-21 06:35\",\"FromUTCTime\":\"2022-07-21 06:35\",\"LocalToTime\":\"2022-07-21 08:35:00\",\"ToUTCTime\":\"2022-07-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-d98b7-24288-8780e-ba656\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5832\",\"ApiResultIndex\":\"425_5832\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"076\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/07\\/2022\",\"FromDateSort\":1658341800,\"DepartureDateTxt\":\"Thu, 21 Jul\",\"ArrivalDateTxt\":\"Thu, 21 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"UDNHXW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06K\",\"bookingId\":\"20ED8568943C47709215E44DF027CFA6\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"UDNHXW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SANGEETA\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"UDNHXW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"CHIRAG\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"20ED8568943C47709215E44DF027CFA6\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"410191\",\"TPSysId\":\"410192\",\"VersionId\":[\"83492\"],\"CustomerSysId\":\"215733\",\"TrxId\":\"29566\",\"FareBreakdownid\":[\"356647\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'071614209FC44868B4A60EB14DA9833A','1086601092',NULL,'86682BB962BB4E9B9925185D8C05015D','07C5D186C9494E4BACA47ACFCD7FADAD','0',NULL,'2022-07-16 06:57:16','2022-07-16 06:57:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAILESH KUMAR KOTHARI','SANGEETA GUPTA (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(263,0,113,13647,0,0,NULL,'2022-07-22',NULL,NULL,'SG-8373','SpiceJet','1',0,'7a146-af15d-68846-e4bdd','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',2,1,7600,'425-7a146-af15d-68846-e4bdd',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7a146-af15d-68846-e4bdd\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-7a146-af15d-68846-e4bdd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-18 11:43:53','2022-07-18 11:43:53',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIKUNJ KEDIA','PREM CHAND BANIK (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(264,0,113,13647,411345,411346,'NYTPYP','2022-07-22','598B1023DD1B4B9EA1631591473941E5','598B1023DD1B4B9EA1631591473941E5','SG-8373','SpiceJet','1',0,'526d2-f3f2a-b901a-993b3','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-526d2-f3f2a-b901a-993b3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,338.983,61.0169,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"526d2-f3f2a-b901a-993b3\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-526d2-f3f2a-b901a-993b3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"526d2-f3f2a-b901a-993b3\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-526d2-f3f2a-b901a-993b3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"NYTPYP\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"598B1023DD1B4B9EA1631591473941E5\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"NYTPYP\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"PREM CHAND\",\"lN\":\"BANIK\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"598B1023DD1B4B9EA1631591473941E5\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"411345\",\"TPSysId\":\"411346\",\"VersionId\":[\"83876\"],\"CustomerSysId\":\"212031\",\"TrxId\":\"29670\",\"FareBreakdownid\":[\"356723\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4DA18F80E8194C79B1305765D18980DE','','',NULL,'4DA18F80E8194C79B1305765D18980DE','0',NULL,'2022-07-18 11:45:55','2022-07-18 11:45:55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIKUNJ KEDIA','PREM CHAND BANIK',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(265,0,113,13647,411351,411352,'NYTPYP','2022-07-22','610FEB05AEF74EC8B45FE1F118FC4A6E','610FEB05AEF74EC8B45FE1F118FC4A6E','SG-8373','SpiceJet','1',0,'7d9d2-53957-3fe39-e57bb','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-7d9d2-53957-3fe39-e57bb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,338.983,61.0169,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7d9d2-53957-3fe39-e57bb\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-7d9d2-53957-3fe39-e57bb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7d9d2-53957-3fe39-e57bb\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-7d9d2-53957-3fe39-e57bb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"NYTPYP\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"610FEB05AEF74EC8B45FE1F118FC4A6E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"NYTPYP\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NIDHI\",\"lN\":\"KESHAN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"610FEB05AEF74EC8B45FE1F118FC4A6E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"411351\",\"TPSysId\":\"411352\",\"VersionId\":[\"83879\"],\"CustomerSysId\":\"212031\",\"TrxId\":\"29671\",\"FareBreakdownid\":[\"356724\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'8CE82E3DAC5140D7B3A920E5924C7A20','1092469818',NULL,'B68DB2005E9C4BD98F67E49943BE530E','6FAD4944B16946E7A66C7F2F6E9D5E54','0',NULL,'2022-07-18 11:47:35','2022-07-18 11:47:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NIKUNJ KEDIA','NIDHI  KESHAN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(266,0,104,13430,0,0,NULL,'2022-07-20','DMC103338256517','TJ103338256517','G8-118','Go First','1',0,'4542b-a6878-2dc12-d5a27','240','21:00:00','23:45:00',0,'G',165,'03h 45m',0,7701,'BLR','DEL','Non-stop',2,1,9343.4,'11-1385971980_3BLRDELG8118_29068297306847',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',8400,943.4,0,200,0,30,9343.4,0,0,600,108,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103338256517\",\"bookingId_TJ\":\"TJ103338256517\",\"FlightNumber\":\"G8-118\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"4542b-a6878-2dc12-d5a27\",\"apiTraceId\":\"11-1385971980_3BLRDELG8118_29068297306847\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2022-07-20T21:00\",\"LocalFromTime\":\"2022-07-20 21:00\",\"FromUTCTime\":\"2022-07-20T21:00\",\"LocalToTime\":\"2022-07-20 23:45\",\"ToUTCTime\":\"2022-07-20T23:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,343\",\"ApiResultIndex\":\"11-1385971980_3BLRDELG8118_29068297306847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8635.4,\"PublishedFare\":9343.4,\"PublishedFareAgent\":9343.4,\"OfferedFareAgent\":9343.4,\"OfferedFare\":8635.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1385971980_0BLRDELG8118_32541113370883\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":8635.4,\"BaseFareCal\":8743.4,\"BaseFare\":8400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":9343.4,\"CostToCustomer\":9343.4,\"BaseFareCal\":8743.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":8743.4,\"intOfferedFare\":8635.4,\"intPublishFare\":8635.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"328\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-20T23:45\",\"SegFlightNumber\":\"G8-118\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-07-20T21:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-1385971980_3BLRDELG8118_29068297306847\",\"FareRuleData\":{\"fareRule\":{\"BLR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'C4D92B7AED1E4A41A5AFD0CF44C9A703','1094895823',NULL,'F872079DBF0F4CF0A89F6F9976A846C0','BE8302CA448F49ED8638D914E4D9E983','0',NULL,'2022-07-19 10:33:28','2022-07-19 10:33:28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shivam Gupta','PERMENDER KUMAR (+1)',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(267,0,126,14183,412122,412123,'HCDLWJ','2022-07-22','FD47F4D06B02432493E032E4328B5B18','FD47F4D06B02432493E032E4328B5B18','SG- 8709','SpiceJet','1',0,'bdc47-c48a7-7d5f1-073eb','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,3000,'431-bdc47-c48a7-7d5f1-073eb',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bdc47-c48a7-7d5f1-073eb\",\"apiTraceId\":\"431_6113\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:55\",\"FromUTCTime\":\"2022-07-22 18:55\",\"LocalToTime\":\"2022-07-22 22:05:00\",\"ToUTCTime\":\"2022-07-22 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3000,\"PublishedFareTxt\":\"3,000\",\"ApiResultIndex\":\"431-bdc47-c48a7-7d5f1-073eb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3000,\"PublishedFare\":3000,\"PublishedFareAgent\":3000,\"OfferedFareAgent\":3000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6113\",\"ApiResultIndex\":\"431_6113\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bdc47-c48a7-7d5f1-073eb\",\"apiTraceId\":\"431_6113\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:55\",\"FromUTCTime\":\"2022-07-22 18:55\",\"LocalToTime\":\"2022-07-22 22:05:00\",\"ToUTCTime\":\"2022-07-22 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3000,\"PublishedFareTxt\":\"3,000\",\"ApiResultIndex\":\"431-bdc47-c48a7-7d5f1-073eb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3000,\"PublishedFare\":3000,\"PublishedFareAgent\":3000,\"OfferedFareAgent\":3000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6113\",\"ApiResultIndex\":\"431_6113\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"HCDLWJ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"FD47F4D06B02432493E032E4328B5B18\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"HCDLWJ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VISHAL\",\"lN\":\"NANDURKAR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"FD47F4D06B02432493E032E4328B5B18\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"412122\",\"TPSysId\":\"412123\",\"VersionId\":[\"84243\"],\"CustomerSysId\":\"217660\",\"TrxId\":\"29747\",\"FareBreakdownid\":[\"356797\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'02A44235C071460781C3D549F4FB6FBB','1095117865',NULL,'3D7C1E0768D643F8928D62FBA33001E2','C5AF90C3124942C48CF150ADA738FE02','0',NULL,'2022-07-19 12:02:11','2022-07-19 12:02:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Rajdhani Travels','VISHAL NANDURKAR',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(268,0,126,14183,412177,412178,'CJYDNB','2022-07-22','7C2699C9AC154EDA8D896015D85F2B9E','7C2699C9AC154EDA8D896015D85F2B9E','SG-8702','SpiceJet','1',0,'ade9d-d17cb-00426-6c38d','463','16:00:00','18:20:00',0,'',0,'2 hours, 20 minutes',0,0,'BOM','DEL','0 Stop(s)',1,1,3000,'430-ade9d-d17cb-00426-6c38d',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ade9d-d17cb-00426-6c38d\",\"apiTraceId\":\"430_6067\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 16:00\",\"FromUTCTime\":\"2022-07-22 16:00\",\"LocalToTime\":\"2022-07-22 18:20:00\",\"ToUTCTime\":\"2022-07-22 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3000,\"PublishedFareTxt\":\"3,000\",\"ApiResultIndex\":\"430-ade9d-d17cb-00426-6c38d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3000,\"PublishedFare\":3000,\"PublishedFareAgent\":3000,\"OfferedFareAgent\":3000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6067\",\"ApiResultIndex\":\"430_6067\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ade9d-d17cb-00426-6c38d\",\"apiTraceId\":\"430_6067\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 16:00\",\"FromUTCTime\":\"2022-07-22 16:00\",\"LocalToTime\":\"2022-07-22 18:20:00\",\"ToUTCTime\":\"2022-07-22 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3000,\"PublishedFareTxt\":\"3,000\",\"ApiResultIndex\":\"430-ade9d-d17cb-00426-6c38d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3000,\"PublishedFare\":3000,\"PublishedFareAgent\":3000,\"OfferedFareAgent\":3000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6067\",\"ApiResultIndex\":\"430_6067\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"CJYDNB\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7C2699C9AC154EDA8D896015D85F2B9E\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"CJYDNB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"JASVINDER\",\"lN\":\"SINGH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"7C2699C9AC154EDA8D896015D85F2B9E\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"412177\",\"TPSysId\":\"412178\",\"VersionId\":[\"84266\"],\"CustomerSysId\":\"217660\",\"TrxId\":\"29750\",\"FareBreakdownid\":[\"356801\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'4151F7B8D75C4ABAB55CEE5EA7D9EDE5','1095177391',NULL,'D546B7B6E2314214938F42E0665BD656','98BDB938B25E4FEE893AAA5D10294C74','0',NULL,'2022-07-19 12:30:07','2022-07-19 12:30:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Rajdhani Travels','JASVINDER SINGH',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(269,0,47,13125,412197,412198,'DD67SG','2022-07-27','8E31008B71D44455A83C0F395E89BBC3','8E31008B71D44455A83C0F395E89BBC3','SG-8251','SpiceJet','1',0,'4adbc-267f5-631ed-7fa37','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,3200,'424-4adbc-267f5-631ed-7fa37',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2700,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4adbc-267f5-631ed-7fa37\",\"apiTraceId\":\"424_5792\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27 18:35\",\"LocalToTime\":\"2022-07-27 20:35:00\",\"ToUTCTime\":\"2022-07-27 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-4adbc-267f5-631ed-7fa37\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5792\",\"ApiResultIndex\":\"424_5792\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4adbc-267f5-631ed-7fa37\",\"apiTraceId\":\"424_5792\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27 18:35\",\"LocalToTime\":\"2022-07-27 20:35:00\",\"ToUTCTime\":\"2022-07-27 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-4adbc-267f5-631ed-7fa37\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5792\",\"ApiResultIndex\":\"424_5792\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"DD67SG\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"8E31008B71D44455A83C0F395E89BBC3\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"DD67SG\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Devanshi\",\"lN\":\"Khetan\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"8E31008B71D44455A83C0F395E89BBC3\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"412197\",\"TPSysId\":\"412198\",\"VersionId\":[\"84273\"],\"CustomerSysId\":\"207837\",\"TrxId\":\"29752\",\"FareBreakdownid\":[\"356803\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'58BB6522F5D148B09C9DD38A3C2A4818','1095214336',NULL,'FD6EFB46991145AEBBBF77AEF0E7346D','7A06E84903AA4C48958B627CAD66E2BC','0',NULL,'2022-07-19 12:49:32','2022-07-19 12:49:32',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Samarth Tibriwal','Devanshi Khetan',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(270,0,107,13079,412223,412224,'WFIUKQ','2022-07-22','CB1A6B9C8D1943BA8028065B9CF33CB6','CB1A6B9C8D1943BA8028065B9CF33CB6','SG-8251','SpiceJet','1',0,'4e76b-5ee97-30f16-ae012','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,3200,'424-4e76b-5ee97-30f16-ae012',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2700,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4e76b-5ee97-30f16-ae012\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-4e76b-5ee97-30f16-ae012\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07Y\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4e76b-5ee97-30f16-ae012\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-4e76b-5ee97-30f16-ae012\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07Y\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"WFIUKQ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07C\",\"bookingId\":\"CB1A6B9C8D1943BA8028065B9CF33CB6\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"WFIUKQ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ROHIT KUMAR\",\"lN\":\"CHOUDHURY\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"CB1A6B9C8D1943BA8028065B9CF33CB6\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"412223\",\"TPSysId\":\"412224\",\"VersionId\":[\"84278\"],\"CustomerSysId\":\"207614\",\"TrxId\":\"29754\",\"FareBreakdownid\":[\"356806\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'013CFCF541BB421FBF80843BEEA7966A','','',NULL,'013CFCF541BB421FBF80843BEEA7966A','0',NULL,'2022-07-19 13:14:56','2022-07-19 13:14:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'RAJ AGARWAL','ROHIT KUMAR CHOUDHURY',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(271,0,124,14078,412357,412358,'L85D2F','2022-07-27','4BE63445C2D74D76AA67FE0B6871AE4A','4BE63445C2D74D76AA67FE0B6871AE4A','SG-8373','SpiceJet','1',0,'3f38f-8e70f-7cd81-7aaf4','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',2,1,7600,'425-3f38f-8e70f-7cd81-7aaf4',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"apiTraceId\":\"425_5838\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 06:35\",\"FromUTCTime\":\"2022-07-27 06:35\",\"LocalToTime\":\"2022-07-27 08:35:00\",\"ToUTCTime\":\"2022-07-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-3f38f-8e70f-7cd81-7aaf4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5838\",\"ApiResultIndex\":\"425_5838\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"apiTraceId\":\"425_5838\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 06:35\",\"FromUTCTime\":\"2022-07-27 06:35\",\"LocalToTime\":\"2022-07-27 08:35:00\",\"ToUTCTime\":\"2022-07-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-3f38f-8e70f-7cd81-7aaf4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5838\",\"ApiResultIndex\":\"425_5838\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"L85D2F\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"4BE63445C2D74D76AA67FE0B6871AE4A\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"L85D2F\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"AMIT\",\"lN\":\"RAISURANA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"L85D2F\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SUHANI\",\"lN\":\"RAISURANA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"4BE63445C2D74D76AA67FE0B6871AE4A\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"412357\",\"TPSysId\":\"412358\",\"VersionId\":[\"84369\"],\"CustomerSysId\":\"215733\",\"TrxId\":\"29782\",\"FareBreakdownid\":[\"356835\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'2A99EF0E5BA14B0882CA23B371A0B51E','1096620180',NULL,'40DCBFEEDA63495F855EAA7D07FAC5E1','81BD78E0D11B457B9D0F39CC85FA8A48','0',NULL,'2022-07-20 05:22:59','2022-07-20 05:22:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAILESH KUMAR KOTHARI','AMIT RAISURANA (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(272,0,104,13430,413012,413013,'WFIUKQ','2022-07-22','E306FF2FD7D94688B6BC578B6520126F','E306FF2FD7D94688B6BC578B6520126F','SG-8251','SpiceJet','1',0,'eb0b4-01267-a51d9-b2b7c','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,3200,'424-eb0b4-01267-a51d9-b2b7c',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2700,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"eb0b4-01267-a51d9-b2b7c\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-eb0b4-01267-a51d9-b2b7c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"eb0b4-01267-a51d9-b2b7c\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-eb0b4-01267-a51d9-b2b7c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"WFIUKQ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E306FF2FD7D94688B6BC578B6520126F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"WFIUKQ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MD KAMAL\",\"lN\":\"HOSSAIN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"E306FF2FD7D94688B6BC578B6520126F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"413012\",\"TPSysId\":\"413013\",\"VersionId\":[\"84667\"],\"CustomerSysId\":\"209585\",\"TrxId\":\"29837\",\"FareBreakdownid\":[\"356884\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'B6104AABC7F344339E18C4A15BA8FDEF','1097754241',NULL,'ACB215FD37264DC28FF5F5FF94D5AEA7','53E02C705D974C38841A1EBACCDFF1C4','0',NULL,'2022-07-20 13:47:29','2022-07-20 13:47:29',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shivam Gupta','MD KAMAL HOSSAIN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(273,0,27,13171,0,0,NULL,'2022-07-22','DMC100338422014','TJ100338422014','G8-358','Go First','1',0,'36a84-b29d5-75c97-b98de','240','08:55:00','10:30:00',0,'G',95,'02h 35m',25897,7701,'SXR','DEL','Non-stop',1,1,4521.7,'11-9711649086_1SXRDELG8358_31543057127226',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3750,771.7,0,100,0,15,4221.7,300,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100338422014\",\"bookingId_TJ\":\"TJ100338422014\",\"FlightNumber\":\"G8-358\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"36a84-b29d5-75c97-b98de\",\"apiTraceId\":\"11-9711649086_1SXRDELG8358_31543057127226\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2022-07-22T08:55\",\"LocalFromTime\":\"2022-07-22 08:55\",\"FromUTCTime\":\"2022-07-22T08:55\",\"LocalToTime\":\"2022-07-22 10:30\",\"ToUTCTime\":\"2022-07-22T10:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,222\",\"ApiResultIndex\":\"11-9711649086_1SXRDELG8358_31543057127226\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3750,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3867.7,\"PublishedFare\":4221.7,\"PublishedFareAgent\":4521.7,\"OfferedFareAgent\":4221.7,\"OfferedFare\":3867.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9711649086_0SXRDELG8358_28872121169820\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4521.7,\"CostToAgent\":4221.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":3867.7,\"BaseFareCal\":3921.7,\"BaseFare\":3750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4521.7,\"CostToAgent\":4221.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4221.7,\"CostToCustomer\":4221.7,\"BaseFareCal\":3921.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3921.7,\"intOfferedFare\":3867.7,\"intPublishFare\":3867.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4521.7,\"CostToAgent\":4221.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"481\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-22T10:30\",\"SegFlightNumber\":\"G8-358\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-22T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9711649086_1SXRDELG8358_31543057127226\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-21 12:01:51','2022-07-21 12:01:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil ahmad',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(274,0,27,13171,0,0,NULL,'2022-07-22','DMC104138422326','TJ104138422326','G8-358','Go First','1',0,'eec78-31dbf-dfc57-3b9d6','240','08:55:00','10:30:00',0,'G',95,'02h 35m',25897,7701,'SXR','DEL','Non-stop',1,1,4571.7,'11-3727240723_1SXRDELG8358_29427778434993',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3800,771.7,0,100,0,15,4271.7,300,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104138422326\",\"bookingId_TJ\":\"TJ104138422326\",\"FlightNumber\":\"G8-358\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"eec78-31dbf-dfc57-3b9d6\",\"apiTraceId\":\"11-3727240723_1SXRDELG8358_29427778434993\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2022-07-22T08:55\",\"LocalFromTime\":\"2022-07-22 08:55\",\"FromUTCTime\":\"2022-07-22T08:55\",\"LocalToTime\":\"2022-07-22 10:30\",\"ToUTCTime\":\"2022-07-22T10:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,272\",\"ApiResultIndex\":\"11-3727240723_1SXRDELG8358_29427778434993\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3917.7,\"PublishedFare\":4271.7,\"PublishedFareAgent\":4571.7,\"OfferedFareAgent\":4271.7,\"OfferedFare\":3917.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3727240723_0SXRDELG8358_22273066627619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4271.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":3917.7,\"BaseFareCal\":3971.7,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4271.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4271.7,\"CostToCustomer\":4271.7,\"BaseFareCal\":3971.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3971.7,\"intOfferedFare\":3917.7,\"intPublishFare\":3917.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4271.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"388\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-22T10:30\",\"SegFlightNumber\":\"G8-358\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-22T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3727240723_1SXRDELG8358_29427778434993\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-21 12:05:00','2022-07-21 12:05:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil khan',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(275,0,27,13171,0,0,NULL,'2022-07-22','DMC108338422466','TJ108338422466','G8-189','Go First','1',0,'dc6b9-7c5fe-63992-3626c','240','17:45:00','19:20:00',0,'G',95,'02h 35m',25897,7701,'SXR','DEL','Non-stop',1,1,5071.7,'11-2609699729_3SXRDELG8189_38153122038131',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4300,771.7,0,100,0,15,4771.7,300,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC108338422466\",\"bookingId_TJ\":\"TJ108338422466\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"dc6b9-7c5fe-63992-3626c\",\"apiTraceId\":\"11-2609699729_3SXRDELG8189_38153122038131\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2022-07-22T17:45\",\"LocalFromTime\":\"2022-07-22 17:45\",\"FromUTCTime\":\"2022-07-22T17:45\",\"LocalToTime\":\"2022-07-22 19:20\",\"ToUTCTime\":\"2022-07-22T19:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"11-2609699729_3SXRDELG8189_38153122038131\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4417.7,\"PublishedFare\":4771.7,\"PublishedFareAgent\":5071.7,\"OfferedFareAgent\":4771.7,\"OfferedFare\":4417.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2609699729_0SXRDELG8189_22721938687416\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5071.7,\"CostToAgent\":4771.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4417.7,\"BaseFareCal\":4471.7,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5071.7,\"CostToAgent\":4771.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4771.7,\"CostToCustomer\":4771.7,\"BaseFareCal\":4471.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4471.7,\"intOfferedFare\":4417.7,\"intPublishFare\":4417.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5071.7,\"CostToAgent\":4771.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"886\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-22T19:20\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-22T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-2609699729_3SXRDELG8189_38153122038131\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-21 12:06:35','2022-07-21 12:06:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil khan',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(276,0,124,14078,413731,413732,'LJPYGB','2022-07-25','4F3C74F7F94D4E668931880DB5B35B06','4F3C74F7F94D4E668931880DB5B35B06','SG-8251','SpiceJet','1',0,'84413-f86fc-cf718-cb275','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',2,1,6200,'424-84413-f86fc-cf718-cb275',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',5200,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"84413-f86fc-cf718-cb275\",\"apiTraceId\":\"424_5790\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 18:35\",\"FromUTCTime\":\"2022-07-25 18:35\",\"LocalToTime\":\"2022-07-25 20:35:00\",\"ToUTCTime\":\"2022-07-25 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6200,\"PublishedFareTxt\":\"6,200\",\"ApiResultIndex\":\"424-84413-f86fc-cf718-cb275\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6200,\"PublishedFare\":6200,\"PublishedFareAgent\":6200,\"OfferedFareAgent\":6200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5790\",\"ApiResultIndex\":\"424_5790\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5200,\"BaseFare\":5200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07Y\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"84413-f86fc-cf718-cb275\",\"apiTraceId\":\"424_5790\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 18:35\",\"FromUTCTime\":\"2022-07-25 18:35\",\"LocalToTime\":\"2022-07-25 20:35:00\",\"ToUTCTime\":\"2022-07-25 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6200,\"PublishedFareTxt\":\"6,200\",\"ApiResultIndex\":\"424-84413-f86fc-cf718-cb275\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6200,\"PublishedFare\":6200,\"PublishedFareAgent\":6200,\"OfferedFareAgent\":6200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5790\",\"ApiResultIndex\":\"424_5790\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5200,\"BaseFare\":5200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07Y\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"LJPYGB\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07C\",\"bookingId\":\"4F3C74F7F94D4E668931880DB5B35B06\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"LJPYGB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SANGEETA\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}},{\"pnrDetails\":{\"DEL-CCU\":\"LJPYGB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"CHIRAG\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"4F3C74F7F94D4E668931880DB5B35B06\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"413731\",\"TPSysId\":\"413732\",\"VersionId\":[\"85058\"],\"CustomerSysId\":\"215733\",\"TrxId\":\"29921\",\"FareBreakdownid\":[\"356971\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'3C31BB43471F484A8BE6A9065651FD5F','1100569231',NULL,'0981B540515141E696286485DD4E5CD8','65EC51782FC84CBA86FAEB525C40D2AA','0',NULL,'2022-07-21 15:54:31','2022-07-21 15:54:31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SAILESH KUMAR KOTHARI','SANGEETA GUPTA (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(277,0,127,13508,413733,413734,'L85D2F','2022-07-27','FE75DDAE3FEA464BBFBEDB95112E619F','FE75DDAE3FEA464BBFBEDB95112E619F','SG-8373','SpiceJet','1',0,'aca39-fb5a6-e07d8-cd3a2','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,3800,'425-aca39-fb5a6-e07d8-cd3a2',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,2542.37,457.627,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"aca39-fb5a6-e07d8-cd3a2\",\"apiTraceId\":\"425_5838\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 06:35\",\"FromUTCTime\":\"2022-07-27 06:35\",\"LocalToTime\":\"2022-07-27 08:35:00\",\"ToUTCTime\":\"2022-07-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-aca39-fb5a6-e07d8-cd3a2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5838\",\"ApiResultIndex\":\"425_5838\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"aca39-fb5a6-e07d8-cd3a2\",\"apiTraceId\":\"425_5838\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 06:35\",\"FromUTCTime\":\"2022-07-27 06:35\",\"LocalToTime\":\"2022-07-27 08:35:00\",\"ToUTCTime\":\"2022-07-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-aca39-fb5a6-e07d8-cd3a2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5838\",\"ApiResultIndex\":\"425_5838\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"L85D2F\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FE75DDAE3FEA464BBFBEDB95112E619F\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"L85D2F\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"JAI\",\"lN\":\"MEHRA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"FE75DDAE3FEA464BBFBEDB95112E619F\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"413733\",\"TPSysId\":\"413734\",\"VersionId\":[\"85059\"],\"CustomerSysId\":\"218246\",\"TrxId\":\"29922\",\"FareBreakdownid\":[\"356972\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D3BD32A602FF44278808D15502DACC67','','',NULL,'D3BD32A602FF44278808D15502DACC67','0',NULL,'2022-07-21 16:20:24','2022-07-21 16:20:24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT GOEL','JAI MEHRA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(278,0,126,14183,414429,414430,'MH3I4H','2022-07-26','4ED3495867BB490C80E5B847DFB68A6C','4ED3495867BB490C80E5B847DFB68A6C','SG-8251','SpiceJet','1',0,'7ed57-b5da0-74f15-1fe0e','463','18:35:00','20:30:00',0,'',0,'2 hours, ',0,0,'DEL','CCU','0 Stop(s)',1,1,3900,'424-7ed57-b5da0-74f15-1fe0e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3400,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ed57-b5da0-74f15-1fe0e\",\"apiTraceId\":\"424_5791\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 18:35\",\"FromUTCTime\":\"2022-07-26 18:35\",\"LocalToTime\":\"2022-07-26 20:35:00\",\"ToUTCTime\":\"2022-07-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3900,\"PublishedFareTxt\":\"3,900\",\"ApiResultIndex\":\"424-7ed57-b5da0-74f15-1fe0e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3900,\"PublishedFare\":3900,\"PublishedFareAgent\":3900,\"OfferedFareAgent\":3900,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5791\",\"ApiResultIndex\":\"424_5791\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3900,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3400,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3900,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MH3I4H\",\"OnwardGroupPNRDummy\":\"MH3I4H\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ed57-b5da0-74f15-1fe0e\",\"apiTraceId\":\"424_5791\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 18:35\",\"FromUTCTime\":\"2022-07-26 18:35\",\"LocalToTime\":\"2022-07-26 20:35:00\",\"ToUTCTime\":\"2022-07-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3900,\"PublishedFareTxt\":\"3,900\",\"ApiResultIndex\":\"424-7ed57-b5da0-74f15-1fe0e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3900,\"PublishedFare\":3900,\"PublishedFareAgent\":3900,\"OfferedFareAgent\":3900,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5791\",\"ApiResultIndex\":\"424_5791\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3900,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3400,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3900,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MH3I4H\",\"OnwardGroupPNRDummy\":\"MH3I4H\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02K\",\"bookingId\":\"4ED3495867BB490C80E5B847DFB68A6C\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"MH3I4H\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABHISHEK\",\"lN\":\"JAIN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4ED3495867BB490C80E5B847DFB68A6C\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"414429\",\"TPSysId\":\"414430\",\"VersionId\":[\"85404\"],\"CustomerSysId\":\"217660\",\"TrxId\":\"29987\",\"FareBreakdownid\":[\"357055\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'78DFF971D8364DDDA7FED5F9A633019E','1102923006',NULL,'652362753A474773BF94B09610601470','3CC97274C8344879BCFCF394B11A1164','0',NULL,'2022-07-22 14:35:07','2022-07-22 14:35:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Rajdhani Travels','ABHISHEK JAIN',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(279,0,128,14139,414583,414584,'KCHE3G','2022-07-25','832F8927F9CD49458A57766B0FAC1F20','832F8927F9CD49458A57766B0FAC1F20','SG-8373','SpiceJet','1',0,'450bf-32fb1-ece0b-c7730','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-450bf-32fb1-ece0b-c7730',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"450bf-32fb1-ece0b-c7730\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-450bf-32fb1-ece0b-c7730\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"450bf-32fb1-ece0b-c7730\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-450bf-32fb1-ece0b-c7730\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"KCHE3G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"832F8927F9CD49458A57766B0FAC1F20\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"KCHE3G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"UTTAM\",\"lN\":\"DEY\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"832F8927F9CD49458A57766B0FAC1F20\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"414583\",\"TPSysId\":\"414584\",\"VersionId\":[\"85494\"],\"CustomerSysId\":\"216931\",\"TrxId\":\"30016\",\"FareBreakdownid\":[\"357072\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'553C6B2013E04490991A9689AD48CE82','','',NULL,'553C6B2013E04490991A9689AD48CE82','0',NULL,'2022-07-23 07:17:20','2022-07-23 07:17:20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PABITRA SADHUKHAN','UTTAM DEY',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(280,0,120,13593,414936,414937,'','2022-07-28','8C6A4191496D4E5D928750E21B08D012','8C6A4191496D4E5D928750E21B08D012','SG- 8709','SpiceJet','1',0,'95290-038ae-ceb65-53014','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,3200,'431-95290-038ae-ceb65-53014',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2700,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95290-038ae-ceb65-53014\",\"apiTraceId\":\"431_6119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 18:55\",\"FromUTCTime\":\"2022-07-28 18:55\",\"LocalToTime\":\"2022-07-28 22:05:00\",\"ToUTCTime\":\"2022-07-28 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"431-95290-038ae-ceb65-53014\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6119\",\"ApiResultIndex\":\"431_6119\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95290-038ae-ceb65-53014\",\"apiTraceId\":\"431_6119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 18:55\",\"FromUTCTime\":\"2022-07-28 18:55\",\"LocalToTime\":\"2022-07-28 22:05:00\",\"ToUTCTime\":\"2022-07-28 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"431-95290-038ae-ceb65-53014\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6119\",\"ApiResultIndex\":\"431_6119\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"8C6A4191496D4E5D928750E21B08D012\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ANUJ KUMAR\",\"lN\":\"SINGHAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"8C6A4191496D4E5D928750E21B08D012\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"414936\",\"TPSysId\":\"414937\",\"VersionId\":[\"85661\"],\"CustomerSysId\":\"211773\",\"TrxId\":\"30048\",\"FareBreakdownid\":[\"357098\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'7EA9671659ED4873B030B0E93DFB0A0F','','',NULL,'7EA9671659ED4873B030B0E93DFB0A0F','0',NULL,'2022-07-24 05:40:38','2022-07-24 05:40:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BIKKY AGARWAL','ANUJ KUMAR SINGHAL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(281,0,120,13593,414940,414941,'IBWSPZ','2022-07-28','D1D66381F0D049E5965236C29E6EB37C','D1D66381F0D049E5965236C29E6EB37C','SG- 8709','SpiceJet','1',0,'fffbc-949eb-eb5fc-50160','463','18:55:00','21:10:00',0,'',0,'3 hours, 10 minutes',0,0,'DEL','BOM','0 Stop(s)',1,1,3800,'431-fffbc-949eb-eb5fc-50160',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fffbc-949eb-eb5fc-50160\",\"apiTraceId\":\"431_6119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 18:55\",\"FromUTCTime\":\"2022-07-28 18:55\",\"LocalToTime\":\"2022-07-28 22:05:00\",\"ToUTCTime\":\"2022-07-28 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"431-fffbc-949eb-eb5fc-50160\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6119\",\"ApiResultIndex\":\"431_6119\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fffbc-949eb-eb5fc-50160\",\"apiTraceId\":\"431_6119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 18:55\",\"FromUTCTime\":\"2022-07-28 18:55\",\"LocalToTime\":\"2022-07-28 22:05:00\",\"ToUTCTime\":\"2022-07-28 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"431-fffbc-949eb-eb5fc-50160\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6119\",\"ApiResultIndex\":\"431_6119\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"IBWSPZ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"D1D66381F0D049E5965236C29E6EB37C\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"IBWSPZ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANUJ KUMAR\",\"lN\":\"SINGHAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"D1D66381F0D049E5965236C29E6EB37C\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"414940\",\"TPSysId\":\"414941\",\"VersionId\":[\"85662\"],\"CustomerSysId\":\"211773\",\"TrxId\":\"30049\",\"FareBreakdownid\":[\"357099\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'5CA8FABB30574F26846B61F8EC203BDE','','',NULL,'5CA8FABB30574F26846B61F8EC203BDE','0',NULL,'2022-07-24 05:56:42','2022-07-24 05:56:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BIKKY AGARWAL','ANUJ KUMAR SINGHAL',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(282,0,33,13128,415008,415009,'','2022-07-29','2A9CA32C5721429FB2FFEDC626E4B0AF','2A9CA32C5721429FB2FFEDC626E4B0AF','SG- 475','SpiceJet','1',0,'ba70f-a8a1a-b0639-cfaef','463','08:45:00','10:20:00',0,'',0,'1 hour, 30 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4000,'432-ba70f-a8a1a-b0639-cfaef',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3500,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ba70f-a8a1a-b0639-cfaef\",\"apiTraceId\":\"432_6161\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 08:45\",\"FromUTCTime\":\"2022-07-29 08:45\",\"LocalToTime\":\"2022-07-29 10:15:00\",\"ToUTCTime\":\"2022-07-29 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-ba70f-a8a1a-b0639-cfaef\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6161\",\"ApiResultIndex\":\"432_6161\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0GZ\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0GD\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ba70f-a8a1a-b0639-cfaef\",\"apiTraceId\":\"432_6161\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 08:45\",\"FromUTCTime\":\"2022-07-29 08:45\",\"LocalToTime\":\"2022-07-29 10:15:00\",\"ToUTCTime\":\"2022-07-29 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-ba70f-a8a1a-b0639-cfaef\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6161\",\"ApiResultIndex\":\"432_6161\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0GZ\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0GD\",\"bookingId\":\"2A9CA32C5721429FB2FFEDC626E4B0AF\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Insha\",\"lN\":\"fayaz\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2A9CA32C5721429FB2FFEDC626E4B0AF\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"415008\",\"TPSysId\":\"415009\",\"VersionId\":[\"85685\"],\"CustomerSysId\":\"207868\",\"TrxId\":\"30056\",\"FareBreakdownid\":[\"357105\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'378F668E62D549F98B9488D6506E6E40','','',NULL,'378F668E62D549F98B9488D6506E6E40','0',NULL,'2022-07-24 16:26:48','2022-07-24 16:26:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRSHAD BHAT','Insha fayaz',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(283,0,21,13069,415074,415075,'YDQ26G','2022-07-26','1F485791A0424B1CA52982E7E7999490','1F485791A0424B1CA52982E7E7999490','SG-8373','SpiceJet','1',0,'82c48-5fde8-3b8b2-d2b54','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-82c48-5fde8-3b8b2-d2b54',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"82c48-5fde8-3b8b2-d2b54\",\"apiTraceId\":\"425_5837\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 06:35\",\"FromUTCTime\":\"2022-07-26 06:35\",\"LocalToTime\":\"2022-07-26 08:35:00\",\"ToUTCTime\":\"2022-07-26 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-82c48-5fde8-3b8b2-d2b54\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5837\",\"ApiResultIndex\":\"425_5837\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"82c48-5fde8-3b8b2-d2b54\",\"apiTraceId\":\"425_5837\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 06:35\",\"FromUTCTime\":\"2022-07-26 06:35\",\"LocalToTime\":\"2022-07-26 08:35:00\",\"ToUTCTime\":\"2022-07-26 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-82c48-5fde8-3b8b2-d2b54\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5837\",\"ApiResultIndex\":\"425_5837\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"YDQ26G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"1F485791A0424B1CA52982E7E7999490\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"YDQ26G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"debabrata\",\"lN\":\"bhattacharya\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"1F485791A0424B1CA52982E7E7999490\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"415074\",\"TPSysId\":\"415075\",\"VersionId\":[\"85727\"],\"CustomerSysId\":\"207602\",\"TrxId\":\"30069\",\"FareBreakdownid\":[\"357117\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'39D8504659344A66824BEC1D9D530E12','1108927221',NULL,'538131E5347A470B8CD678A6960672DF','3A13C606A6C9409BA7F05677089B2947','0',NULL,'2022-07-25 05:42:27','2022-07-25 05:42:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD NASIM','debabrata bhattacharya',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(284,0,129,14094,0,0,NULL,'2022-08-03','DMC100138691371','TJ100138691371','G8-350','Go First','1',0,'20904-03acb-a766a-54659','240','19:35:00','22:05:00',0,'G',150,'03h 30m',28449,18676,'VNS','BOM','Non-stop',1,1,4971.7,'11-8208263471_0VNSBOMG8350_126219185048708',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4500,471.7,0,100,0,15,4971.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100138691371\",\"bookingId_TJ\":\"TJ100138691371\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"20904-03acb-a766a-54659\",\"apiTraceId\":\"11-8208263471_0VNSBOMG8350_126219185048708\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-8208263471_0VNSBOMG8350_126219185048708\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8208263471_0VNSBOMG8350_35509371621291\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"308\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-8208263471_0VNSBOMG8350_126219185048708\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'CA256B277BE34E738ACDC60B26CE7F33','','',NULL,'4A326325EE664125B945300C654558B0','0',NULL,'2022-07-25 12:15:11','2022-07-25 12:15:11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MRIDUL KHEMKA','RITESH KUMAR MISHRA',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(285,0,21,13069,415581,415582,'DC89HW','2022-07-28','2781C36579474ABAB1B5C923D65ABC8A','2781C36579474ABAB1B5C923D65ABC8A','SG-8373','SpiceJet','1',0,'e8a6b-70a7e-cec6b-655de','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-e8a6b-70a7e-cec6b-655de',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e8a6b-70a7e-cec6b-655de\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-e8a6b-70a7e-cec6b-655de\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e8a6b-70a7e-cec6b-655de\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-e8a6b-70a7e-cec6b-655de\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"DC89HW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2781C36579474ABAB1B5C923D65ABC8A\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"DC89HW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"YUVRAJ\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2781C36579474ABAB1B5C923D65ABC8A\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"415581\",\"TPSysId\":\"415582\",\"VersionId\":[\"85964\"],\"CustomerSysId\":\"207602\",\"TrxId\":\"30111\",\"FareBreakdownid\":[\"357155\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'C32B9E1E885C4119A5A3824BE356272B','1109858754',NULL,'F9ECA8CBD5964A6D9917F631894C7E67','ABA540DAF8E44D81AA58AB2CC4BDEAD4','0',NULL,'2022-07-25 12:24:39','2022-07-25 12:24:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD NASIM','YUVRAJ GUPTA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(286,0,129,14094,0,0,NULL,'2022-08-03','DMC104338692677','TJ104338692677','G8-350','Go First','1',0,'f03b8-0357e-79daf-97ccb','240','19:35:00','22:05:00',0,'G',150,'03h 30m',28449,18676,'VNS','BOM','Non-stop',1,1,4971.7,'11-4692965171_0VNSBOMG8350_45387833148053',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4500,471.7,0,100,0,15,4971.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104338692677\",\"bookingId_TJ\":\"TJ104338692677\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f03b8-0357e-79daf-97ccb\",\"apiTraceId\":\"11-4692965171_0VNSBOMG8350_45387833148053\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-4692965171_0VNSBOMG8350_45387833148053\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4692965171_0VNSBOMG8350_27407139342020\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"34\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4692965171_0VNSBOMG8350_45387833148053\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'80766F1058CA4420B56A27A7094A627E','','',NULL,'A3FD6C7E10004204821B7C1DE87B54E5','0',NULL,'2022-07-25 12:24:39','2022-07-25 12:24:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MRIDUL KHEMKA','RITESH KUMAR MISHRA',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(287,0,27,13171,0,0,NULL,'2022-07-27','DMC102138692888','TJ102138692888','G8-259','Go First','1',0,'a458f-aed79-b51d6-48a1d','240','18:35:00','20:05:00',0,'G',90,'02h 30m',25897,7701,'SXR','DEL','Non-stop',1,1,4471.7,'11-6214751563_7SXRDELG8259_109946689723167',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',3700,771.7,0,100,0,15,4171.7,300,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102138692888\",\"bookingId_TJ\":\"TJ102138692888\",\"FlightNumber\":\"G8-259\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a458f-aed79-b51d6-48a1d\",\"apiTraceId\":\"11-6214751563_7SXRDELG8259_109946689723167\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2022-07-27T18:35\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27T18:35\",\"LocalToTime\":\"2022-07-27 20:05\",\"ToUTCTime\":\"2022-07-27T20:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,172\",\"ApiResultIndex\":\"11-6214751563_7SXRDELG8259_109946689723167\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3817.7,\"PublishedFare\":4171.7,\"PublishedFareAgent\":4471.7,\"OfferedFareAgent\":4171.7,\"OfferedFare\":3817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6214751563_0SXRDELG8259_22867881992611\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4171.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":3817.7,\"BaseFareCal\":3871.7,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4171.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4171.7,\"CostToCustomer\":4171.7,\"BaseFareCal\":3871.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3871.7,\"intOfferedFare\":3817.7,\"intPublishFare\":3817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4171.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"924\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-27T20:05\",\"SegFlightNumber\":\"G8-259\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-6214751563_7SXRDELG8259_109946689723167\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-25 12:26:57','2022-07-25 12:26:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil khan',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(288,0,129,14094,0,0,NULL,'2022-08-03','DMC107738692906','TJ107738692906','G8-350','Go First','1',0,'8315f-6cdba-5d97b-4db67','240','19:35:00','22:05:00',0,'G',150,'03h 30m',28449,18676,'VNS','BOM','Non-stop',1,1,4971.7,'11-0810436363_0VNSBOMG8350_19626161175250',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4500,471.7,0,100,0,15,4971.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107738692906\",\"bookingId_TJ\":\"TJ107738692906\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8315f-6cdba-5d97b-4db67\",\"apiTraceId\":\"11-0810436363_0VNSBOMG8350_19626161175250\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-0810436363_0VNSBOMG8350_19626161175250\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0810436363_0VNSBOMG8350_28603309796749\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"819\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0810436363_0VNSBOMG8350_19626161175250\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'9CEFEB6039794831A6FA0CA0DE08D88D','','',NULL,'F186E4683869455599F4F8A00BC62465','0',NULL,'2022-07-25 12:27:13','2022-07-25 12:27:13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MRIDUL KHEMKA','RITESH KUMAR MISHRA',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(289,0,27,13171,0,0,NULL,'2022-07-27',NULL,NULL,'SG- 8961','SpiceJet','1',0,'a5ccb-e2f1b-b184b-fb3a8','463','11:35:00','13:20:00',0,'',0,'1 hour, 45 minutes',25897,7701,'SXR','DEL','0 Stop(s)',1,1,4500,'433-a5ccb-e2f1b-b184b-fb3a8',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4000,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a5ccb-e2f1b-b184b-fb3a8\",\"apiTraceId\":\"433_6200\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 11:35\",\"FromUTCTime\":\"2022-07-27 11:35\",\"LocalToTime\":\"2022-07-27 13:20:00\",\"ToUTCTime\":\"2022-07-27 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"433-a5ccb-e2f1b-b184b-fb3a8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6200\",\"ApiResultIndex\":\"433_6200\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03W\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02O\"}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-25 12:29:35','2022-07-25 12:29:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil khan',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(290,0,95,13508,415691,415692,'','2022-07-28','F69FB54BC7284524B845EF2C86ED08F0','F69FB54BC7284524B845EF2C86ED08F0','SG-8373','SpiceJet','1',0,'cf86e-44639-d7932-b3d5e','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',2,1,7600,'425-cf86e-44639-d7932-b3d5e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6600,1000,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cf86e-44639-d7932-b3d5e\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-cf86e-44639-d7932-b3d5e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"084\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07I\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cf86e-44639-d7932-b3d5e\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-cf86e-44639-d7932-b3d5e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"084\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07I\",\"bookingId\":\"F69FB54BC7284524B845EF2C86ED08F0\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Vishal\",\"lN\":\" Dilipat\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kushagrah \",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F69FB54BC7284524B845EF2C86ED08F0\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"415691\",\"TPSysId\":\"415692\",\"VersionId\":[\"86014\"],\"CustomerSysId\":\"210615\",\"TrxId\":\"30120\",\"FareBreakdownid\":[\"357160\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'33C0991EB4D348559556AC1907DDFE65','','',NULL,'33C0991EB4D348559556AC1907DDFE65','0',NULL,'2022-07-25 16:46:01','2022-07-25 16:46:01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT GOEL','Vishal  Dilipat (+1)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(291,0,18,13062,416559,416560,'TEST TEST','2022-07-29','C17A2B97AA3D4C388539D297E90325C5','C17A2B97AA3D4C388539D297E90325C5','SG-8373','SpiceJet','1',0,'d17f8-705f9-2a857-cb44e','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',1,1,3800,'425-d17f8-705f9-2a857-cb44e',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d17f8-705f9-2a857-cb44e\",\"apiTraceId\":\"425_5840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 06:35\",\"FromUTCTime\":\"2022-07-29 06:35\",\"LocalToTime\":\"2022-07-29 08:35:00\",\"ToUTCTime\":\"2022-07-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-d17f8-705f9-2a857-cb44e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5840\",\"ApiResultIndex\":\"425_5840\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d17f8-705f9-2a857-cb44e\",\"apiTraceId\":\"425_5840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 06:35\",\"FromUTCTime\":\"2022-07-29 06:35\",\"LocalToTime\":\"2022-07-29 08:35:00\",\"ToUTCTime\":\"2022-07-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-d17f8-705f9-2a857-cb44e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":1,\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5840\",\"ApiResultIndex\":\"425_5840\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"TEST TEST\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"C17A2B97AA3D4C388539D297E90325C5\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"TEST TEST\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"TEST\",\"lN\":\"TEST\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"C17A2B97AA3D4C388539D297E90325C5\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"416559\",\"TPSysId\":\"416560\",\"VersionId\":[\"86506\"],\"CustomerSysId\":\"207518\",\"TrxId\":\"30213\",\"FareBreakdownid\":[\"357239\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'FE8BDB68230B4141A93B9E263EC7B4DB','','',NULL,'FE8BDB68230B4141A93B9E263EC7B4DB','0',NULL,'2022-07-27 07:20:27','2022-07-27 07:20:27',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IRFAN ATTAR','TEST TEST',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(292,0,23,13063,416695,416696,'','2022-07-29','4ED670A3B67742189A7AC6B667922390','4ED670A3B67742189A7AC6B667922390','SG-8373','SpiceJet','1',0,'0fb21-f0eee-23235-3f6db','463','06:35:00','09:05:00',0,'',0,'2 hours, ',0,0,'CCU','DEL','0 Stop(s)',6,1,22800,'425-0fb21-f0eee-23235-3f6db',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',19800,3000,0,0,0,0,0,0,0,2400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0fb21-f0eee-23235-3f6db\",\"apiTraceId\":\"425_5840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 06:35\",\"FromUTCTime\":\"2022-07-29 06:35\",\"LocalToTime\":\"2022-07-29 08:35:00\",\"ToUTCTime\":\"2022-07-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":22800,\"PublishedFareTxt\":\"22,800\",\"ApiResultIndex\":\"425-0fb21-f0eee-23235-3f6db\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":19800,\"Tax\":600,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22800,\"PublishedFare\":22800,\"PublishedFareAgent\":22800,\"OfferedFareAgent\":22800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5840\",\"ApiResultIndex\":\"425_5840\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":6,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":19800,\"BaseFare\":19800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":600,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0fb21-f0eee-23235-3f6db\",\"apiTraceId\":\"425_5840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 06:35\",\"FromUTCTime\":\"2022-07-29 06:35\",\"LocalToTime\":\"2022-07-29 08:35:00\",\"ToUTCTime\":\"2022-07-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":22800,\"PublishedFareTxt\":\"22,800\",\"ApiResultIndex\":\"425-0fb21-f0eee-23235-3f6db\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":19800,\"Tax\":600,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22800,\"PublishedFare\":22800,\"PublishedFareAgent\":22800,\"OfferedFareAgent\":22800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5840\",\"ApiResultIndex\":\"425_5840\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":6,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":19800,\"BaseFare\":19800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":600,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"4ED670A3B67742189A7AC6B667922390\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABBAS UDDIN \",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAIDUL ISLAM \",\"lN\":\"SAIKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASLAM \",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SAIDUL \",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"INSAN \",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"HAYDAR \",\"lN\":\"MOLLA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4ED670A3B67742189A7AC6B667922390\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"416695\",\"TPSysId\":\"416696\",\"VersionId\":[\"86594\"],\"CustomerSysId\":\"207542\",\"TrxId\":\"30228\",\"FareBreakdownid\":[\"357258\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'D35130B53E234E29B40E5594F6E5E8D9','1114388677',NULL,'86661F7030E8466885D452EC5965E0FB','DFFB290C21C64FB78DB31E1503DE24A9','0',NULL,'2022-07-27 08:54:39','2022-07-27 08:54:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'TUFAIL MONDAL','ABBAS UDDIN  SHAIKH (+5)',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(293,0,225,13508,416783,416784,'','2022-07-28','CB45EFFBC90941268230BBE5221C4DF0','CB45EFFBC90941268230BBE5221C4DF0','SG-8373','SpiceJet','1',0,'0f35a-60a41-eca42-210d3','463','06:35:00','09:05:00',0,'',0,'2 hours, ',14323,7701,'CCU','DEL','0 Stop(s)',1,1,3800,'425-0f35a-60a41-eca42-210d3',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3300,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f35a-60a41-eca42-210d3\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0f35a-60a41-eca42-210d3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',20,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f35a-60a41-eca42-210d3\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0f35a-60a41-eca42-210d3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"CB45EFFBC90941268230BBE5221C4DF0\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kushagrah \",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CB45EFFBC90941268230BBE5221C4DF0\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"416783\",\"TPSysId\":\"416784\",\"VersionId\":[\"86655\"],\"CustomerSysId\":\"210615\",\"TrxId\":\"30243\",\"FareBreakdownid\":[\"357277\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'F82D6AA259054BFFBCF96FD4A5171BBB','','',NULL,'F82D6AA259054BFFBCF96FD4A5171BBB','0',NULL,'2022-07-27 10:00:15','2022-07-27 10:00:15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT GOEL','Kushagrah  Agarwal',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(294,0,226,13508,0,0,NULL,'2022-07-28','DMC103038824313','TJ103038824313','SG-8373','SpiceJet','1',0,'5fca0-ef1ad-57bd5-7c7ee','463','06:35:00','09:05:00',0,'G',150,'03h 30m',14323,7701,'CCU','DEL','Non-stop',1,1,4971.7,'11-5328591542_3CCUDELSG8373_22493855237291',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,471.7,0,100,0,15,4971.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103038824313\",\"bookingId_TJ\":\"TJ103038824313\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"5fca0-ef1ad-57bd5-7c7ee\",\"apiTraceId\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28T06:35\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28T06:35\",\"LocalToTime\":\"2022-07-28 09:05\",\"ToUTCTime\":\"2022-07-28T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5328591542_0CCUDELSG8373_22329800624525\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"998\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-28T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-5328591542_3CCUDELSG8373_22493855237291\",\"FareRuleData\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'E9D05100C5B54614BD2A7C19BF31EF26','','',NULL,'799E693DEDFA443C9A3A2C594BEBE815','0',NULL,'2022-07-27 10:06:23','2022-07-27 10:06:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT GOEL','Kushagrah  Agarwal',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(295,0,227,13508,0,0,NULL,'2022-07-28','DMC107538824522','TJ107538824522','SG-8373','SpiceJet','1',0,'93837-db03d-6dd8a-de1bb','463','06:35:00','09:05:00',0,'G',150,'03h 30m',14323,7701,'CCU','DEL','Non-stop',1,1,4971.7,'11-5328591542_3CCUDELSG8373_22493855237291',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4500,471.7,0,100,0,15,4971.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107538824522\",\"bookingId_TJ\":\"TJ107538824522\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"93837-db03d-6dd8a-de1bb\",\"apiTraceId\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28T06:35\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28T06:35\",\"LocalToTime\":\"2022-07-28 09:05\",\"ToUTCTime\":\"2022-07-28T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5328591542_0CCUDELSG8373_31847036556906\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"873\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-28T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-5328591542_3CCUDELSG8373_22493855237291\",\"FareRuleData\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'3F66AE07C58C4C0EA2E373C6451B6CF5','','',NULL,'8D52506CB5014572A96AB078DF0010A3','0',NULL,'2022-07-27 10:09:07','2022-07-27 10:09:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'AMIT GOEL','Kushagrah  Agarwal',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(296,0,104,13430,416822,416823,'H8BZVV','2022-07-29','383D16A687C141AD9F351CCDE3DA9825','383D16A687C141AD9F351CCDE3DA9825','SG-8251','SpiceJet','1',0,'fa211-5ed11-86f4d-14784','463','18:35:00','20:30:00',0,'',0,'2 hours, ',7701,14323,'DEL','CCU','0 Stop(s)',1,1,4100,'424-fa211-5ed11-86f4d-14784',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3600,500,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fa211-5ed11-86f4d-14784\",\"apiTraceId\":\"424_5794\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 18:35\",\"FromUTCTime\":\"2022-07-29 18:35\",\"LocalToTime\":\"2022-07-29 20:35:00\",\"ToUTCTime\":\"2022-07-29 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4100,\"PublishedFareTxt\":\"4,100\",\"ApiResultIndex\":\"424-fa211-5ed11-86f4d-14784\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3600,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4100,\"PublishedFare\":4100,\"PublishedFareAgent\":4100,\"OfferedFareAgent\":4100,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5794\",\"ApiResultIndex\":\"424_5794\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3600,\"BaseFare\":3600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"H8BZVV\",\"OnwardGroupPNRDummy\":\"H8BZVV\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}',1,'{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fa211-5ed11-86f4d-14784\",\"apiTraceId\":\"424_5794\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 18:35\",\"FromUTCTime\":\"2022-07-29 18:35\",\"LocalToTime\":\"2022-07-29 20:35:00\",\"ToUTCTime\":\"2022-07-29 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4100,\"PublishedFareTxt\":\"4,100\",\"ApiResultIndex\":\"424-fa211-5ed11-86f4d-14784\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3600,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4100,\"PublishedFare\":4100,\"PublishedFareAgent\":4100,\"OfferedFareAgent\":4100,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5794\",\"ApiResultIndex\":\"424_5794\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3600,\"BaseFare\":3600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"H8BZVV\",\"OnwardGroupPNRDummy\":\"H8BZVV\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"383D16A687C141AD9F351CCDE3DA9825\"}','{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"H8BZVV\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"MRS TAHAMINA AKTAR\",\"lN\":\"RUMA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"383D16A687C141AD9F351CCDE3DA9825\"],\"status\":\"SUCCESS\"}}','{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"416822\",\"TPSysId\":\"416823\",\"VersionId\":[\"86674\"],\"CustomerSysId\":\"209585\",\"TrxId\":\"30253\",\"FareBreakdownid\":[\"357288\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}',1,0,'62D800F49C164F26B1A876E489BAC47A','','',NULL,'62D800F49C164F26B1A876E489BAC47A','0',NULL,'2022-07-27 10:30:44','2022-07-27 10:30:44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Shivam Gupta','MRS TAHAMINA AKTAR RUMA',NULL,NULL,NULL,NULL,'','0',0,NULL,0,8,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(297,0,27,13171,0,0,NULL,'2022-08-01','DMC101239066515','TJ101239066515','G8-192','Go First','1',1,'5c3ac-b1806-5ab9b-42f75','240','07:20:00','08:50:00',0,'SP',90,'02h 30m',25897,7701,'SXR','DEL','Non-stop',1,1,4269.59,'1-4114283749_0SXRDELG8192_34946177511549',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',2788,1680.5,0,971,0,15,3969.59,300,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101239066515\",\"bookingId_TJ\":\"TJ101239066515\",\"FlightNumber\":\"G8-192\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5c3ac-b1806-5ab9b-42f75\",\"apiTraceId\":\"1-4114283749_0SXRDELG8192_34946177511549\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:50\",\"TravelDate\":\"2022-08-01T07:20\",\"LocalFromTime\":\"2022-08-01 07:20\",\"FromUTCTime\":\"2022-08-01T07:20\",\"LocalToTime\":\"2022-08-01 08:50\",\"ToUTCTime\":\"2022-08-01T08:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 01 Aug\",\"ArrivalDateTxt\":\"Mon, 01 Aug\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,970\",\"ApiResultIndex\":\"1-4114283749_0SXRDELG8192_34946177511549\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2788,\"Tax\":1132.7,\"YQTax\":0,\"OtherCharges\":971,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3920.7,\"PublishedFare\":3969.59,\"PublishedFareAgent\":4269.59,\"OfferedFareAgent\":3969.59,\"OfferedFare\":3721.79,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4114283749_0SXRDELG8192_34620314301405\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":198.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4269.59,\"CostToAgent\":3969.59,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1132.7,\"TotalBaseFare\":3920.7,\"BaseFareCal\":3759.59,\"BaseFare\":2788,\"CommissionEarned\":198.91,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":971,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":198.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4269.59,\"CostToAgent\":3969.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":198.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3969.59,\"CostToCustomer\":3969.59,\"BaseFareCal\":3759.59,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3759.59,\"intOfferedFare\":3721.79,\"intPublishFare\":3920.7,\"TripjackMarkup\":0,\"TripjackCommission\":198.91,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":198.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4269.59,\"CostToAgent\":3969.59,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"636\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-01T08:50\",\"SegFlightNumber\":\"G8-192\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-08-01T07:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMNV\",\"Price\":400,\"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-4114283749_0SXRDELG8192_34946177511549\",\"FareRuleData\":{\"fareRule\":{\"SXR-DEL\":{\"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\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50}}},\"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\":{\"ACFT\":175,\"CCFT\":9,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-07-30 15:24:42','2022-07-30 15:24:42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil khan',NULL,NULL,NULL,NULL,'COUPON','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(298,0,27,13171,0,0,NULL,'2022-08-08','DMC108639405420','TJ108639405420','SG-8494','SpiceJet','1',1,'fc335-d8e5e-922ea-42fc0','463','19:20:00','08:55:00',0,'RS',815,'14h 35m',25897,0,'SXR','BLR','1 Stop(s)',1,1,8301.89,'4-1521529435_3SXRDELSG8494DELBLRSG191_9532008844479',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',6696,1669.5,0,766,0,15,8001.89,300,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC108639405420\",\"bookingId_TJ\":\"TJ108639405420\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"fc335-d8e5e-922ea-42fc0\",\"apiTraceId\":\"4-1521529435_3SXRDELSG8494DELBLRSG191_9532008844479\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"08:55\",\"TravelDate\":\"2022-08-08T19:20\",\"LocalFromTime\":\"2022-08-08 19:20\",\"FromUTCTime\":\"2022-08-08T19:20\",\"LocalToTime\":\"2022-08-09 08:55\",\"ToUTCTime\":\"2022-08-09T08:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":535,\"LAYOVERDuration\":\"8h 55m\",\"FlyingMinutes\":815,\"DepartureDateTxt\":\"Mon, 08 Aug\",\"ArrivalDateTxt\":\"Tue, 09 Aug\",\"FlightDuration\":\"14h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,002\",\"ApiResultIndex\":\"4-1521529435_3SXRDELSG8494DELBLRSG191_9532008844479\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6696,\"Tax\":1121.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":338,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7817.7,\"PublishedFare\":8001.89,\"PublishedFareAgent\":8301.89,\"OfferedFareAgent\":8001.89,\"OfferedFare\":7754.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1521529435_0SXRDELSG8494DELBLRSG191_86971386588403\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":4,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":63.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":8301.89,\"CostToAgent\":8001.89,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1121.7,\"TotalBaseFare\":7817.7,\"BaseFareCal\":7791.89,\"BaseFare\":6696,\"CommissionEarned\":63.61,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":338,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":63.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":8301.89,\"CostToAgent\":8001.89,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":8001.89,\"CostToCustomer\":8001.89,\"BaseFareCal\":7791.89,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":7791.89,\"intOfferedFare\":7754.09,\"intPublishFare\":7817.7,\"TripjackMarkup\":0,\"TripjackCommission\":63.61,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":63.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":8301.89,\"CostToAgent\":8001.89,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"630\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-08T21:10\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-08-08T19:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":110,\"GroundTime\":535,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"8h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"631\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-08-09T08:55\",\"SegFlightNumber\":\"SG-191\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-09T06:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"631\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-1521529435_3SXRDELSG8494DELBLRSG191_9532008844479\",\"FareRuleData\":{\"fareRule\":{\"SXR-BLR\":{\"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\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"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\":{\"ACF\":3600,\"CCFT\":9,\"CCF\":50,\"ACFT\":180}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-08-04 08:51:12','2022-08-04 08:51:12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','fazil khan',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(299,0,123,13941,0,0,NULL,'2022-08-18','DMC107140070831','TJ107140070831','UK-771','Vistara','',1,'42eab-77cb4-717be-2a8b7','539','07:00:00','09:40:00',0,'Q',160,'03h 40m',18676,14323,'BOM','CCU','Non-stop',1,1,5138.05,'21-10-15-2-6874899060_53BOMCCUUK771_33781003139908',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',4488,1004.5,0,378,0,15,5138.05,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC107140070831\",\"bookingId_TJ\":\"TJ107140070831\",\"FlightNumber\":\"UK-771\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"42eab-77cb4-717be-2a8b7\",\"apiTraceId\":\"21-10-15-2-6874899060_53BOMCCUUK771_33781003139908\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2022-08-18T07:00\",\"LocalFromTime\":\"2022-08-18 07:00\",\"FromUTCTime\":\"2022-08-18T07:00\",\"LocalToTime\":\"2022-08-18 09:40\",\"ToUTCTime\":\"2022-08-18T09:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 18 Aug\",\"ArrivalDateTxt\":\"Thu, 18 Aug\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,138\",\"ApiResultIndex\":\"21-10-15-2-6874899060_53BOMCCUUK771_33781003139908\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4488,\"Tax\":756.7,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":231,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5244.7,\"PublishedFare\":5138.05,\"PublishedFareAgent\":5138.05,\"OfferedFareAgent\":5138.05,\"OfferedFare\":4890.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6874899060_0BOMCCUUK771_5087896379537\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":354.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5138.05,\"CostToAgent\":5138.05,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":756.7,\"TotalBaseFare\":5244.7,\"BaseFareCal\":4928.05,\"BaseFare\":4488,\"CommissionEarned\":354.45,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":231,\"MFT\":2.7,\"OT\":378,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":354.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5138.05,\"CostToAgent\":5138.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":354.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5138.05,\"CostToCustomer\":5138.05,\"BaseFareCal\":4928.05,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4928.05,\"intOfferedFare\":4890.25,\"intPublishFare\":5244.7,\"TripjackMarkup\":0,\"TripjackCommission\":354.45,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":354.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5138.05,\"CostToAgent\":5138.05,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"639\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-08-18T09:40\",\"SegFlightNumber\":\"UK-771\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-18T07:00\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6874899060_53BOMCCUUK771_33781003139908\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-CCU\":{\"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\":{\"ARFT\":157.5,\"ARF\":3150,\"CRF\":50,\"CRFT\":9}}},\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-08-12 16:25:56','2022-08-12 16:25:56',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD KAMRAN ALI BAHALWA','Rajesh  Ranjan',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(300,0,68,13180,0,0,NULL,'2022-08-14','DMC106940146197','TJ106940146197','UK-951','Vistara','',1,'c4646-c7147-4535a-06733','539','14:20:00','16:30:00',0,'Q',130,'02h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,5171.35,'21-10-15-2-6122800282_103DELBOMUK951_24585154757736',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',4601,1022.5,0,390,0,15,5171.35,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106940146197\",\"bookingId_TJ\":\"TJ106940146197\",\"FlightNumber\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c4646-c7147-4535a-06733\",\"apiTraceId\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-08-14T14:20\",\"LocalFromTime\":\"2022-08-14 14:20\",\"FromUTCTime\":\"2022-08-14T14:20\",\"LocalToTime\":\"2022-08-14 16:30\",\"ToUTCTime\":\"2022-08-14T16:30\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 14 Aug\",\"ArrivalDateTxt\":\"Sun, 14 Aug\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,171\",\"ApiResultIndex\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5171.35,\"PublishedFareAgent\":5171.35,\"OfferedFareAgent\":5171.35,\"OfferedFare\":4923.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6122800282_0DELBOMUK951_873570055058\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4961.35,\"BaseFare\":4601,\"CommissionEarned\":452.15,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":452.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5171.35,\"CostToCustomer\":5171.35,\"BaseFareCal\":4961.35,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4961.35,\"intOfferedFare\":4923.55,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":452.15,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"608\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-14T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-14T14:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6122800282_103DELBOMUK951_24585154757736\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"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,\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9}}},\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'A7606BB0C2C447E286CBAB4DC6E2DE72','1160513480',NULL,'28D3041805F44AEA8E5F39C5B9604CB6','07F2D46EC56A45A0B6AA38C1E2A25B06','0',NULL,'2022-08-13 14:34:57','2022-08-13 14:34:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PUNEET SINGH','PUNEET SINGH CHANDHOK',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(301,0,130,13171,0,0,NULL,'2022-08-19','DMC103540427321','TJ103540427321','G8-187','Go First','1',0,'d54be-b1ffb-d44a8-028ad','240','15:35:00','16:55:00',0,'G',80,'01h 20m',7701,25897,'DEL','SXR','Non-stop',2,1,6143.4,'11-0600740043_1DELSXRG8187_22528813572434',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4600,1543.4,0,200,0,30,5543.4,600,0,600,108,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC103540427321\",\"bookingId_TJ\":\"TJ103540427321\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"d54be-b1ffb-d44a8-028ad\",\"apiTraceId\":\"11-0600740043_1DELSXRG8187_22528813572434\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-08-19T15:35\",\"LocalFromTime\":\"2022-08-19 15:35\",\"FromUTCTime\":\"2022-08-19T15:35\",\"LocalToTime\":\"2022-08-19 16:55\",\"ToUTCTime\":\"2022-08-19T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Fri, 19 Aug\",\"ArrivalDateTxt\":\"Fri, 19 Aug\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,543\",\"ApiResultIndex\":\"11-0600740043_1DELSXRG8187_22528813572434\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4835.4,\"PublishedFare\":5543.4,\"PublishedFareAgent\":6143.4,\"OfferedFareAgent\":5543.4,\"OfferedFare\":4835.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0600740043_0DELSXRG8187_22194260958335\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6143.4,\"CostToAgent\":5543.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":4835.4,\"BaseFareCal\":4943.4,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6143.4,\"CostToAgent\":5543.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":5543.4,\"CostToCustomer\":5543.4,\"BaseFareCal\":4943.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":4943.4,\"intOfferedFare\":4835.4,\"intPublishFare\":4835.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":600,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6143.4,\"CostToAgent\":5543.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"115\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-08-19T16:55\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-19T15:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0600740043_1DELSXRG8187_22528813572434\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-08-17 11:16:48','2022-08-17 11:16:48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','mohammad bilal bazaz (+1)',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(302,0,27,13171,0,0,NULL,'2022-08-19','DMC104040441254','TJ104040441254','G8-187','Go First','1',0,'7c01f-b295d-1154a-978ec','240','15:35:00','16:55:00',0,'G',80,'01h 20m',7701,25897,'DEL','SXR','Non-stop',2,1,6443.4,'11-0191923752_1DELSXRG8187_22857042855111',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',4900,1543.4,0,200,0,30,5843.4,600,0,600,108,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC104040441254\",\"bookingId_TJ\":\"TJ104040441254\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"7c01f-b295d-1154a-978ec\",\"apiTraceId\":\"11-0191923752_1DELSXRG8187_22857042855111\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-08-19T15:35\",\"LocalFromTime\":\"2022-08-19 15:35\",\"FromUTCTime\":\"2022-08-19T15:35\",\"LocalToTime\":\"2022-08-19 16:55\",\"ToUTCTime\":\"2022-08-19T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Fri, 19 Aug\",\"ArrivalDateTxt\":\"Fri, 19 Aug\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,843\",\"ApiResultIndex\":\"11-0191923752_1DELSXRG8187_22857042855111\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4900,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5135.4,\"PublishedFare\":5843.4,\"PublishedFareAgent\":6443.4,\"OfferedFareAgent\":5843.4,\"OfferedFare\":5135.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0191923752_0DELSXRG8187_109044769005017\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":5135.4,\"BaseFareCal\":5243.4,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":5843.4,\"CostToCustomer\":5843.4,\"BaseFareCal\":5243.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":5243.4,\"intOfferedFare\":5135.4,\"intPublishFare\":5135.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":600,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-08-19T16:55\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-19T15:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0191923752_1DELSXRG8187_22857042855111\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'752181AA9ECC4CA596B4534B458C37C3','1170074060',NULL,'DBDA9E1248394DACBFEA370D62AE199C','448AA755B9234AA2B3E657998374F9A3','0',NULL,'2022-08-17 13:53:33','2022-08-17 13:53:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Fazil Ahmad Khan','mohammad bilal  bazaz (+1)',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(303,0,131,13180,0,0,NULL,'2022-08-24','DMC108240830365','TJ108240830365','UK-945','Vistara','',1,'b7d29-421ed-eb51c-4c408','539','11:40:00','14:00:00',0,'Q',140,'02h 20m',7701,18676,'DEL','BOM','Non-stop',1,1,5160.42,'21-10-15-2-4897783613_1DELBOMUK945_87208990394589',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',4601,1022.5,0,390,0,15,5160.42,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC108240830365\",\"bookingId_TJ\":\"TJ108240830365\",\"FlightNumber\":\"UK-945\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b7d29-421ed-eb51c-4c408\",\"apiTraceId\":\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"11:40\",\"ArrivalTime\":\"14:00\",\"TravelDate\":\"2022-08-24T11:40\",\"LocalFromTime\":\"2022-08-24 11:40\",\"FromUTCTime\":\"2022-08-24T11:40\",\"LocalToTime\":\"2022-08-24 14:00\",\"ToUTCTime\":\"2022-08-24T14:00\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,160\",\"ApiResultIndex\":\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5160.42,\"PublishedFareAgent\":5160.42,\"OfferedFareAgent\":5160.42,\"OfferedFare\":4912.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4897783613_0DELBOMUK945_2984456549106\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4950.42,\"BaseFare\":4601,\"CommissionEarned\":463.08,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":463.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5160.42,\"CostToCustomer\":5160.42,\"BaseFareCal\":4950.42,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4950.42,\"intOfferedFare\":4912.62,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":463.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"137\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-24T14:00\",\"SegFlightNumber\":\"UK-945\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-24T11:40\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4897783613_1DELBOMUK945_87208990394589\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"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,\"ARFT\":157.5,\"CRFT\":9,\"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\":{\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'FFC77C9E211640AEB9B7A0CC71D32031','','',NULL,'BF7AC01FF7EF43ABB52C105F0F1640DF','0',NULL,'2022-08-23 05:50:43','2022-08-23 05:50:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PUNEET SINGH','Jaspreet Singh Sabharwal',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(304,0,131,13180,0,0,NULL,'2022-08-24','DMC100940851127','TJ100940851127','SG-8158','SpiceJet','1',0,'e42b6-dc812-7a21c-b5dc4','463','19:35:00','22:00:00',0,'G',145,'02h 25m',18676,7701,'BOM','DEL','Non-stop',1,1,4371.7,'11-8334384547_0BOMDELSG8158_4471035152847',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3900,471.7,0,100,0,15,4371.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100940851127\",\"bookingId_TJ\":\"TJ100940851127\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"apiTraceId\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8334384547_0BOMDELSG8158_73264293284678\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"980\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8334384547_0BOMDELSG8158_4471035152847\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'AFB0E92BB889481A94DA54C9C1DF781D','','',NULL,'4F38F4C346CB4226BD1AC23F894DF098','0',NULL,'2022-08-23 09:39:16','2022-08-23 09:39:16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PUNEET SINGH','JASPREET SINGH SABHARWAL',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(305,0,68,13180,0,0,NULL,'2022-08-24','DMC108840851709','TJ108840851709','SG-8158','SpiceJet','1',0,'a234d-98e95-bb8da-bda26','463','19:35:00','22:00:00',0,'G',145,'02h 25m',18676,7701,'BOM','DEL','Non-stop',1,1,4371.7,'11-8334384547_0BOMDELSG8158_4471035152847',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',3900,471.7,0,100,0,15,4371.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC108840851709\",\"bookingId_TJ\":\"TJ108840851709\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a234d-98e95-bb8da-bda26\",\"apiTraceId\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8334384547_0BOMDELSG8158_10366564485148\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"890\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8334384547_0BOMDELSG8158_4471035152847\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'5728FDBE840541E9B1C33C759B32FF5E','','',NULL,'F851BEA8562F47C29B6B9F18683DB79F','0',NULL,'2022-08-23 09:47:35','2022-08-23 09:47:35',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'PUNEET SINGH','JASPREET SINGH SABHARWAL',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(306,0,133,13941,0,0,NULL,'2022-08-31','DMC105941387606','TJ105941387606','UK-926','Vistara','',1,'a7202-5937c-84033-13163','539','06:45:00','08:20:00',0,'Q',95,'02h 35m',296,7701,'AMD','DEL','Non-stop',1,1,4246.9,'21-10-15-2-9679463688_44AMDDELUK926_1197192709016',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/UK.gif','INR',3761,927.5,0,337,0,15,4246.9,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC105941387606\",\"bookingId_TJ\":\"TJ105941387606\",\"FlightNumber\":\"UK-926\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a7202-5937c-84033-13163\",\"apiTraceId\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2022-08-31T06:45\",\"LocalFromTime\":\"2022-08-31 06:45\",\"FromUTCTime\":\"2022-08-31T06:45\",\"LocalToTime\":\"2022-08-31 08:20\",\"ToUTCTime\":\"2022-08-31T08:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 31 Aug\",\"ArrivalDateTxt\":\"Wed, 31 Aug\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,247\",\"ApiResultIndex\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3761,\"Tax\":679.7,\"YQTax\":0,\"OtherCharges\":337,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4440.7,\"PublishedFare\":4246.900000000001,\"PublishedFareAgent\":4246.900000000001,\"OfferedFareAgent\":4246.900000000001,\"OfferedFare\":3999.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9679463688_0AMDDELUK926_2270872397007\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":679.7,\"TotalBaseFare\":4440.7,\"BaseFareCal\":4036.9000000000005,\"BaseFare\":3761,\"CommissionEarned\":441.6,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":195,\"MFT\":2.7,\"OT\":337,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":441.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4246.900000000001,\"CostToCustomer\":4246.900000000001,\"BaseFareCal\":4036.9000000000005,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4036.9000000000005,\"intOfferedFare\":3999.1,\"intPublishFare\":4440.7,\"TripjackMarkup\":0,\"TripjackCommission\":441.6,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"57\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-31T08:20\",\"SegFlightNumber\":\"UK-926\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-08-31T06:45\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"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\":{\"ARFT\":157.5,\"CRFT\":9,\"CRF\":50,\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'CF670732B7AD465CB13B0EDB2D1E5D8A','','',NULL,'2F86BDA2CF6743E1B7AF6DA7C6BAC132','0',NULL,'2022-08-30 11:09:43','2022-08-30 11:09:43',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD KAMRAN ALI BAHALWA','Devi Verma',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(307,0,123,13941,0,0,NULL,'2022-09-10','DMC108442119327','TJ108442119327','SG-327','SpiceJet','1',1,'7d21f-6ea27-07b38-35ddb','463','06:05:00','09:05:00',0,'HR',180,'03h 00m',0,2012,'BLR','IXB','Non-stop',1,1,5396.76,'4-8257498064_0BLRIXBSG327_32704180997052',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',4462,989.5,0,724,0,15,5396.76,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC108442119327\",\"bookingId_TJ\":\"TJ108442119327\",\"FlightNumber\":\"SG-327\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7d21f-6ea27-07b38-35ddb\",\"apiTraceId\":\"4-8257498064_0BLRIXBSG327_32704180997052\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:05\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-09-10T06:05\",\"LocalFromTime\":\"2022-09-10 06:05\",\"FromUTCTime\":\"2022-09-10T06:05\",\"LocalToTime\":\"2022-09-10 09:05\",\"ToUTCTime\":\"2022-09-10T09:05\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Sat, 10 Sep\",\"ArrivalDateTxt\":\"Sat, 10 Sep\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,397\",\"ApiResultIndex\":\"4-8257498064_0BLRIXBSG327_32704180997052\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4462,\"Tax\":741.7,\"YQTax\":0,\"OtherCharges\":724,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5203.7,\"PublishedFare\":5396.76,\"PublishedFareAgent\":5396.76,\"OfferedFareAgent\":5396.76,\"OfferedFare\":5148.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8257498064_0BLRIXBSG327_26959904488034\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":14,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":54.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5396.76,\"CostToAgent\":5396.76,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":741.7,\"TotalBaseFare\":5203.7,\"BaseFareCal\":5186.76,\"BaseFare\":4462,\"CommissionEarned\":54.74,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":724,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":54.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5396.76,\"CostToAgent\":5396.76,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":54.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5396.76,\"CostToCustomer\":5396.76,\"BaseFareCal\":5186.76,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":5186.76,\"intOfferedFare\":5148.96,\"intPublishFare\":5203.7,\"TripjackMarkup\":0,\"TripjackCommission\":54.74,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":54.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5396.76,\"CostToAgent\":5396.76,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"354\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-09-10T09:05\",\"SegFlightNumber\":\"SG-327\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-09-10T06:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-8257498064_0BLRIXBSG327_32704180997052\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"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\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"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\":{\"ACFT\":180,\"ACF\":3600,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-09-08 01:23:45','2022-09-08 01:23:45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD KAMRAN ALI BAHALWA','Amaresh Majumder',NULL,NULL,NULL,NULL,'COUPON','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(308,0,134,13323,0,0,NULL,'2022-09-12','DMC115442486388','TJ115442486388','TK-272','Turkish Airlines','',0,'e6849-34f90-72ed2-bb8f9','517','21:30:00','23:05:00',0,'Y',95,'02h 35m',6178,12905,'KIV','IST','Non-stop',1,1,43077,'27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/TK.gif','INR',37445,5774.5,0,1411,0,15,43077,0,0,510,91.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC115442486388\",\"bookingId_TJ\":\"TJ115442486388\",\"FlightNumber\":\"TK-272\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e6849-34f90-72ed2-bb8f9\",\"apiTraceId\":\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2022-09-12T21:30\",\"LocalFromTime\":\"2022-09-12 21:30\",\"FromUTCTime\":\"2022-09-12T21:30\",\"LocalToTime\":\"2022-09-12 23:05\",\"ToUTCTime\":\"2022-09-12T23:05\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 12 Sep\",\"ArrivalDateTxt\":\"Mon, 12 Sep\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"6178\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"KIV\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,077\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37445,\"Tax\":5172.7,\"YQTax\":0,\"OtherCharges\":1411,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3744,\"MUFee\":0,\"intPublishedFare\":42617.7,\"PublishedFare\":43077,\"PublishedFareAgent\":43077,\"OfferedFareAgent\":43077,\"OfferedFare\":42475.2,\"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-1129100201_0KIVISTTK272_6814120116820\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5172.7,\"TotalBaseFare\":42617.7,\"BaseFareCal\":42567,\"BaseFare\":37445,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1411,\"MU\":0,\"YR\":3744,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43077,\"CostToCustomer\":43077,\"BaseFareCal\":42567,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42567,\"intOfferedFare\":42475.2,\"intPublishFare\":42617.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"387\",\"originAirportName\":\"Chisinau Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Chisinau\",\"originCountryName\":\"Moldova\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-12T23:05\",\"SegFlightNumber\":\"TK-272\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"KIV\",\"originDepTime\":\"2022-09-12T21:30\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"KIV-IST\":{\"fr\":{\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"KIV\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"6178\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',3,NULL,NULL,NULL,1,0,'BE217AD5BC9942D2AF89022932018F11','','',NULL,'1E40F8AC57B94BA099B3CD46F3B5BB06','0',NULL,'2022-09-12 08:51:07','2022-09-12 08:51:07',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','serhat topal',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(309,0,76,13323,0,0,NULL,'2022-09-12','DMC112742487443','TJ112742487443','TK-272','Turkish Airlines','',0,'b042d-617ea-d6bac-f761b','517','21:30:00','23:05:00',0,'Y',95,'02h 35m',6178,12905,'KIV','IST','Non-stop',1,1,43077,'27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/TK.gif','INR',37445,5774.5,0,1411,0,15,43077,0,0,510,91.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC112742487443\",\"bookingId_TJ\":\"TJ112742487443\",\"FlightNumber\":\"TK-272\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b042d-617ea-d6bac-f761b\",\"apiTraceId\":\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2022-09-12T21:30\",\"LocalFromTime\":\"2022-09-12 21:30\",\"FromUTCTime\":\"2022-09-12T21:30\",\"LocalToTime\":\"2022-09-12 23:05\",\"ToUTCTime\":\"2022-09-12T23:05\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 12 Sep\",\"ArrivalDateTxt\":\"Mon, 12 Sep\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"6178\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"KIV\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,077\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37445,\"Tax\":5172.7,\"YQTax\":0,\"OtherCharges\":1411,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3744,\"MUFee\":0,\"intPublishedFare\":42617.7,\"PublishedFare\":43077,\"PublishedFareAgent\":43077,\"OfferedFareAgent\":43077,\"OfferedFare\":42475.2,\"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-9137536530_0KIVISTTK272_72895355822512\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5172.7,\"TotalBaseFare\":42617.7,\"BaseFareCal\":42567,\"BaseFare\":37445,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1411,\"MU\":0,\"YR\":3744,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43077,\"CostToCustomer\":43077,\"BaseFareCal\":42567,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42567,\"intOfferedFare\":42475.2,\"intPublishFare\":42617.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"387\",\"originAirportName\":\"Chisinau Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Chisinau\",\"originCountryName\":\"Moldova\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-12T23:05\",\"SegFlightNumber\":\"TK-272\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"KIV\",\"originDepTime\":\"2022-09-12T21:30\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"KIV-IST\":{\"fr\":{\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}}},\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"KIV\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"6178\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',3,NULL,NULL,NULL,1,0,'3DEEF097D1584B53B2BDC1F4099E1BEC','','',NULL,'0DBD42CFCD7647149DB84A3B64FA6D84','0',NULL,'2022-09-12 08:58:17','2022-09-12 08:58:17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','serhat topal',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(310,0,135,12211,0,0,NULL,'2022-10-02',NULL,NULL,'6E-5023','IndiGo','1',1,'223be-f4f3d-60aed-8d38e','267','06:30:00','08:35:00',0,'T',125,'2h 5m',7701,18676,'DEL','BOM','Non-stop',1,1,1345,'5-6708188907_14DELBOM6E5023_475519419944329',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',100,1471,0,789,0,400,1345,0,0,169.49,9,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS107100342000\",\"FlightNumber\":\"6E-5023\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2022-10-02T06:30\",\"LocalFromTime\":\"2022-10-02 06:30\",\"FromUTCTime\":\"2022-10-02T06:30\",\"LocalToTime\":\"2022-10-02 08:35\",\"ToUTCTime\":\"2022-10-02T08:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 02 Oct\",\"ArrivalDateTxt\":\"Sun, 02 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"PublishedFareTxt\":\"1,571\",\"ApiResultIndex\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.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\":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\":{\"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 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\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6708188907_0DELBOM6E5023_475538337384222\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.51,\"PublishFare\":1345,\"CostToCustomer\":1345,\"BaseFareCal\":1125.51,\"intCommisionEarnedForAgency\":219.49,\"CostToCompany\":1125.51,\"intOfferedFare\":1086,\"intPublishFare\":1571,\"TripjackMarkup\":200,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"IntAdddimarkup\":50}},\"Segments\":[{\"segmentid\":\"630\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-10-02T08:35\",\"SegFlightNumber\":\"6E-5023\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-02T06:30\",\"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\":\"06:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"TCSW\",\"Price\":0,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"223be-f4f3d-60aed-8d38e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-02 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\":\"TJS107100342000\",\"FlightNumber\":\"6E-5023\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"strTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2022-10-02T06:30\",\"LocalFromTime\":\"2022-10-02 06:30\",\"FromUTCTime\":\"2022-10-02T06:30\",\"LocalToTime\":\"2022-10-02 08:35\",\"ToUTCTime\":\"2022-10-02T08:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 02 Oct\",\"ArrivalDateTxt\":\"Sun, 02 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"ApiResultIndex\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"223be-f4f3d-60aed-8d38e\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"630\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-10-02T08:35\",\"SegFlightNumber\":\"6E-5023\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-02T06:30\",\"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\":\"06:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"localFromDateTime\":\"2022-10-02 06:30\",\"localToDateTime\":\"2022-10-02 08:35\",\"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','59.94.72.148','2022-09-12 17:42:54','2022-09-12 17:42: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),(311,0,136,12211,0,0,NULL,'2022-11-17',NULL,NULL,'6E-2009','IndiGo','1',1,'17c8b-af355-b756e-0f2b9','267','02:01:00','04:11:00',0,'T',130,'2h 10m',7701,18676,'DEL','BOM','Non-stop',1,1,1345,'5-9922620147_37DELBOM6E2009_481961844008435',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',100,1471,0,789,0,400,1345,0,0,169.49,9,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS108400342104\",\"FlightNumber\":\"6E-2009\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:01\",\"ArrivalTime\":\"04:11\",\"TravelDate\":\"2022-11-17T02:01\",\"LocalFromTime\":\"2022-11-17 02:01\",\"FromUTCTime\":\"2022-11-17T02:01\",\"LocalToTime\":\"2022-11-17 04:11\",\"ToUTCTime\":\"2022-11-17T04:11\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 17 Nov\",\"ArrivalDateTxt\":\"Thu, 17 Nov\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"PublishedFareTxt\":\"1,571\",\"ApiResultIndex\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.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\":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\":{\"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 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\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9922620147_0DELBOM6E2009_482081153949020\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.51,\"PublishFare\":1345,\"CostToCustomer\":1345,\"BaseFareCal\":1125.51,\"intCommisionEarnedForAgency\":219.49,\"CostToCompany\":1125.51,\"intOfferedFare\":1086,\"intPublishFare\":1571,\"TripjackMarkup\":200,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"IntAdddimarkup\":50}},\"Segments\":[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-11-17T04:11\",\"SegFlightNumber\":\"6E-2009\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-11-17T02:01\",\"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\":\"02:01\",\"strArrivalDtTime\":\"04:11\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"17c8b-af355-b756e-0f2b9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-11-17 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\":\"TJS108400342104\",\"FlightNumber\":\"6E-2009\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"strTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:01\",\"ArrivalTime\":\"04:11\",\"TravelDate\":\"2022-11-17T02:01\",\"LocalFromTime\":\"2022-11-17 02:01\",\"FromUTCTime\":\"2022-11-17T02:01\",\"LocalToTime\":\"2022-11-17 04:11\",\"ToUTCTime\":\"2022-11-17T04:11\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 17 Nov\",\"ArrivalDateTxt\":\"Thu, 17 Nov\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"ApiResultIndex\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"17c8b-af355-b756e-0f2b9\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-11-17T04:11\",\"SegFlightNumber\":\"6E-2009\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-11-17T02:01\",\"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\":\"02:01\",\"strArrivalDtTime\":\"04:11\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"localFromDateTime\":\"2022-11-17 02:01\",\"localToDateTime\":\"2022-11-17 04:11\",\"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','59.94.72.148','2022-09-12 19:31:28','2022-09-12 19:31: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),(312,0,76,13323,0,0,NULL,'2022-09-14','DMC114842617560','TJ114842617560','TK-1086','Turkish Airlines','',0,'8d0af-e53b5-1295a-57f91','517','09:10:00','11:55:00',0,'Y',105,'03h 45m',0,12905,'TGD','IST','Non-stop',1,1,43368,'27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/TK.gif','INR',37680,5830.5,0,1443,0,15,43368,0,0,510,91.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC114842617560\",\"bookingId_TJ\":\"TJ114842617560\",\"FlightNumber\":\"TK-1086\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8d0af-e53b5-1295a-57f91\",\"apiTraceId\":\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"09:10\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2022-09-14T09:10\",\"LocalFromTime\":\"2022-09-14 09:10\",\"FromUTCTime\":\"2022-09-14T09:10\",\"LocalToTime\":\"2022-09-14 11:55\",\"ToUTCTime\":\"2022-09-14T11:55\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"TGD\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,368\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37680,\"Tax\":5228.7,\"YQTax\":0,\"OtherCharges\":1443,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3768,\"MUFee\":0,\"intPublishedFare\":42908.7,\"PublishedFare\":43368,\"PublishedFareAgent\":43368,\"OfferedFareAgent\":43368,\"OfferedFare\":42766.2,\"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-9254168124_0TGDISTTK1086_33464378397578\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5228.7,\"TotalBaseFare\":42908.7,\"BaseFareCal\":42858,\"BaseFare\":37680,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1443,\"MU\":0,\"YR\":3768,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43368,\"CostToCustomer\":43368,\"BaseFareCal\":42858,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42858,\"intOfferedFare\":42766.2,\"intPublishFare\":42908.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"738\",\"originAirportName\":\"Golubovci Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Podgorica\",\"originCountryName\":\"Montenegro\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-14T11:55\",\"SegFlightNumber\":\"TK-1086\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"TGD\",\"originDepTime\":\"2022-09-14T09:10\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"TGD-IST\":{\"fr\":{\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"TGD\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',3,NULL,NULL,NULL,1,0,'D1B62EC3A6CD47A587446F0682BB7823','','',NULL,'9C376D937DF04B1E9F19B89E3641B7CB','0',NULL,'2022-09-13 14:55:04','2022-09-13 14:55:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','ERSEL KACAR',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(313,0,123,13941,0,0,NULL,'2022-09-26','DMC106642658482','TJ106642658482','SG-8151','SpiceJet','1',1,'1280a-443c6-3bf1e-3e35c','463','17:55:00','23:25:00',0,'RS',330,'06h 30m',25897,14323,'SXR','CCU','1 Stop(s)',2,1,12921.92,'4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',10430,2591,0,1532,0,30,12921.92,0,0,420,75.6,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106642658482\",\"bookingId_TJ\":\"TJ106642658482\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"apiTraceId\":\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6537076126_0SXRDELSG8151DELCCUSG8921_67579584884288\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"244\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"245\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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,\"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\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'F1DEECF4024C4C68916B9565658D42CE','','',NULL,'36EE490ADF284B7DBF99FB5B1B1C9E9D','0',NULL,'2022-09-14 05:55:21','2022-09-14 05:55:21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD KAMRAN ALI BAHALWA','Rashid Rashid (+1)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(314,0,123,13941,0,0,NULL,'2022-09-26','DMC105642660557','TJ105642660557','SG-8151','SpiceJet','1',1,'66f5b-f3382-8f34b-4c123','463','17:55:00','23:25:00',0,'RS',330,'06h 30m',25897,14323,'SXR','CCU','1 Stop(s)',2,1,12921.92,'4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',10430,2591,0,1532,0,30,12921.92,0,0,420,75.6,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC105642660557\",\"bookingId_TJ\":\"TJ105642660557\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"66f5b-f3382-8f34b-4c123\",\"apiTraceId\":\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8178298611_0SXRDELSG8151DELCCUSG8921_2377742640650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"139\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"140\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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\":{\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350,\"CRFT\":9}}},\"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,\"ACFT\":180,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'C235C4F04AF842B7A707964EE4DFA4D3','','',NULL,'1F32B1AE707C4178AE27363CFD8C4FA0','0',NULL,'2022-09-14 06:09:51','2022-09-14 06:09:51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD KAMRAN ALI BAHALWA','Rashid Rashid (+1)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(315,0,123,13941,0,0,NULL,'2022-09-26','DMC102142662746','TJ102142662746','SG-8151','SpiceJet','1',1,'8adf2-c38b8-b5158-d7cbb','463','17:55:00','23:25:00',0,'RS',330,'06h 30m',25897,14323,'SXR','CCU','1 Stop(s)',2,1,12921.92,'4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',10430,2591,0,1532,0,30,12921.92,0,0,420,75.6,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102142662746\",\"bookingId_TJ\":\"TJ102142662746\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8adf2-c38b8-b5158-d7cbb\",\"apiTraceId\":\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1487952626_0SXRDELSG8151DELCCUSG8921_6381379620619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"640\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"641\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'C669B2749B7D44A0B342E4414FF51BC1','','',NULL,'4C4BAE8E87CD4C34ADAB4CCFB47FE912','0',NULL,'2022-09-14 06:27:58','2022-09-14 06:27:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'MD KAMRAN ALI BAHALWA','Rashid Rashid (+1)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL);
INSERT INTO `tbl_flight_booking` VALUES (316,0,137,13323,0,0,NULL,'2022-09-14','DMC115842686716','TJ115842686716','TK-7017','Turkish Airlines','',0,'b5e12-5a456-4c727-91547','517','22:05:00','23:15:00',0,'B',70,'01h 10m',12958,1098,'ADB','ESB','Non-stop',2,1,13301.64,'27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/TK.gif','INR',9097.4,4204.24,0,2965.24,0,30,13301.64,0,0,1020,183.6,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC115842686716\",\"bookingId_TJ\":\"TJ115842686716\",\"FlightNumber\":\"TK-7017\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b5e12-5a456-4c727-91547\",\"apiTraceId\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"23:15\",\"TravelDate\":\"2022-09-14T22:05\",\"LocalFromTime\":\"2022-09-14 22:05\",\"FromUTCTime\":\"2022-09-14T22:05\",\"LocalToTime\":\"2022-09-14 23:15\",\"ToUTCTime\":\"2022-09-14T23:15\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,302\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9097.4,\"Tax\":3000.64,\"YQTax\":0,\"OtherCharges\":2965.24,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12098.04,\"PublishedFare\":13301.640000000001,\"PublishedFareAgent\":13301.640000000001,\"OfferedFareAgent\":13301.640000000001,\"OfferedFare\":12098.04,\"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-0148710212_0ADBESBTK7017_1740149095870\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"B\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3000.64,\"TotalBaseFare\":12098.04,\"BaseFareCal\":12281.640000000001,\"BaseFare\":9097.4,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2965.24,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":12098.03,\"oldFare\":9118.52,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":13301.640000000001,\"CostToCustomer\":13301.640000000001,\"BaseFareCal\":12281.640000000001,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":12281.640000000001,\"intOfferedFare\":12098.04,\"intPublishFare\":12098.04,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"422\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-14T23:15\",\"SegFlightNumber\":\"TK-7017\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-14T22:05\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',3,NULL,NULL,NULL,1,0,'53029AC8BBCF4EE2B641A45C558873C6','','',NULL,'689F50D4F4FC43B7BD4C11CAAD9B4B1D','0',NULL,'2022-09-14 10:13:23','2022-09-14 10:13:23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','buse emine tekeci (+1)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(317,0,138,13323,0,0,NULL,'2022-09-15','DMC110642737383','TJ110642737383','TK-7015','Turkish Airlines','',0,'14a8c-a6c6b-6187d-7cd20','517','14:45:00','15:55:00',0,'B',70,'01h 10m',12958,1098,'ADB','ESB','Non-stop',2,1,13323,'27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/TK.gif','INR',9114.98,4208.02,0,2969.02,0,30,13323,0,0,1020,183.6,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC110642737383\",\"bookingId_TJ\":\"TJ110642737383\",\"FlightNumber\":\"TK-7015\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"apiTraceId\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"14:45\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2022-09-15T14:45\",\"LocalFromTime\":\"2022-09-15 14:45\",\"FromUTCTime\":\"2022-09-15T14:45\",\"LocalToTime\":\"2022-09-15 15:55\",\"ToUTCTime\":\"2022-09-15T15:55\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 15 Sep\",\"ArrivalDateTxt\":\"Thu, 15 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,323\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9114.98,\"Tax\":3004.42,\"YQTax\":0,\"OtherCharges\":2969.02,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12119.4,\"PublishedFare\":13323,\"PublishedFareAgent\":13323,\"OfferedFareAgent\":13323,\"OfferedFare\":12119.4,\"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-2984813758_0ADBESBTK7015_53387333037640\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"B\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3004.42,\"TotalBaseFare\":12119.4,\"BaseFareCal\":12303,\"BaseFare\":9114.98,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2969.02,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":13323,\"CostToCustomer\":13323,\"BaseFareCal\":12303,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":12303,\"intOfferedFare\":12119.4,\"intPublishFare\":12119.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"733\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-15T15:55\",\"SegFlightNumber\":\"TK-7015\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-15T14:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',3,NULL,NULL,NULL,1,0,'81D93251EA474DE1BFFB3748B3026920','','',NULL,'62D65248395B40AAB16B05559F56B177','0',NULL,'2022-09-14 20:33:58','2022-09-14 20:33:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','buse emine tekeci (+1)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(318,0,76,13323,0,0,NULL,'2022-09-20','DMC117243182492','TJ117243182492','PC-2205','Pegasus','',0,'aa77c-0af5f-10627-59a61','388','20:10:00','03:00:00',0,'E',350,'07h 50m',12958,2099,'ADB','GYD','1 Stop(s)',2,1,43155,'27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735',1,1,1,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/noimage.png','INR',22650,20695,11324,4940,0,30,43155,0,0,1020,183.6,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC117243182492\",\"bookingId_TJ\":\"TJ117243182492\",\"FlightNumber\":\"PC-2205\",\"AirlineName\":\"Pegasus\",\"AirlineCode\":\"PC\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"aa77c-0af5f-10627-59a61\",\"apiTraceId\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"AirlineSysId\":\"388\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"03:00\",\"TravelDate\":\"2022-09-20T20:10\",\"LocalFromTime\":\"2022-09-20 20:10\",\"FromUTCTime\":\"2022-09-20T20:10\",\"LocalToTime\":\"2022-09-21 03:00\",\"ToUTCTime\":\"2022-09-21T03:00\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":350,\"DepartureDateTxt\":\"Tue, 20 Sep\",\"ArrivalDateTxt\":\"Wed, 21 Sep\",\"FlightDuration\":\"07h 50m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"2099\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"GYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,155\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":22650,\"Tax\":19491.4,\"YQTax\":11324,\"OtherCharges\":4940,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3192,\"MUFee\":0,\"intPublishedFare\":42141.4,\"PublishedFare\":43155,\"PublishedFareAgent\":43155,\"OfferedFareAgent\":43155,\"OfferedFare\":41951.4,\"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-3625549561_0ADBSAWPC2205SAWGYDPC854_344200217811359\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"E\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":19491.4,\"TotalBaseFare\":42141.4,\"BaseFareCal\":42135,\"BaseFare\":22650,\"CommissionEarned\":190,\"TDS\":0,\"MF\":30,\"YQ\":11324,\"AGST\":0,\"MFT\":5.4,\"OT\":4940,\"MU\":0,\"YR\":3192,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":190,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":43155,\"CostToCustomer\":43155,\"BaseFareCal\":42135,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":42135,\"intOfferedFare\":41951.4,\"intPublishFare\":42141.4,\"TripjackMarkup\":0,\"TripjackCommission\":190,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"503\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Sabiha Gokcen Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"SAW\",\"destinationArrTime\":\"2022-09-20T21:15\",\"SegFlightNumber\":\"PC-2205\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"E\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-20T20:10\",\"TripIndicator\":1,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":130,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"504\",\"originAirportName\":\"Sabiha Gokcen Arpt\",\"destinationAirportName\":\"Heydar Aliyev Intl Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Baku\",\"destinationCountryName\":\"Azerbaijan\",\"destinationAirportCode\":\"GYD\",\"destinationArrTime\":\"2022-09-21T03:00\",\"SegFlightNumber\":\"PC-854\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"E\",\"originAirportCode\":\"SAW\",\"originDepTime\":\"2022-09-20T23:25\",\"TripIndicator\":2,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:25\",\"strArrivalDtTime\":\"03:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.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\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"ADB-GYD\":{\"fr\":{\"DATECHANGE\":{\"AFTER_DEPARTURE\":{\"amount\":4785,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ARFT\":239.25,\"ARF\":4785,\"CRF\":50,\"CRFT\":9}},\"BEFORE_DEPARTURE\":{\"amount\":4785,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ARFT\":239.25,\"ARF\":4785,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"Not Applicable\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"BEFORE_DEPARTURE\":{\"amount\":11325,\"additionalFee\":100,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ACFT\":566.25,\"CCF\":100,\"ACF\":11325,\"CCFT\":18}}},\"NO_SHOW\":{\"AFTER_DEPARTURE\":{\"policyInfo\":\"Not Applicable\"},\"BEFORE_DEPARTURE\":{\"policyInfo\":\"Not Applicable\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"GYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"2099\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}',3,NULL,NULL,NULL,1,0,'3C3385D6FC1C4107A719496BDFEAD605','','',NULL,'5CCE8ECC430F4CDAA43C4D90FF4112DA','0',NULL,'2022-09-19 16:08:54','2022-09-19 16:08:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Yasir Rasool','aynura balabayeva (+1)',NULL,NULL,NULL,NULL,'PUBLISHED','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(319,0,139,13328,0,0,NULL,'2022-10-05','DMC108344421170','TJ108344421170','SG-8150','SpiceJet','1',0,'0c45c-8597e-7ce7d-90969','463','15:45:00','17:15:00',0,'G',90,'02h 30m',7701,25897,'DEL','SXR','Non-stop',2,1,10943.4,'11-3645272237_0DELSXRSG8150_34358670278312',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',10000,943.4,0,200,0,30,10943.4,0,0,600,108,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC108344421170\",\"bookingId_TJ\":\"TJ108344421170\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0c45c-8597e-7ce7d-90969\",\"apiTraceId\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-10-05T15:45\",\"LocalFromTime\":\"2022-10-05 15:45\",\"FromUTCTime\":\"2022-10-05T15:45\",\"LocalToTime\":\"2022-10-05 17:15\",\"ToUTCTime\":\"2022-10-05T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 05 Oct\",\"ArrivalDateTxt\":\"Wed, 05 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,943\",\"ApiResultIndex\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10000,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10235.4,\"PublishedFare\":10943.4,\"PublishedFareAgent\":10943.4,\"OfferedFareAgent\":10943.4,\"OfferedFare\":10235.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3645272237_0DELSXRSG8150_40139652427003\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":10235.4,\"BaseFareCal\":10343.4,\"BaseFare\":10000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":10943.4,\"CostToCustomer\":10943.4,\"BaseFareCal\":10343.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":10343.4,\"intOfferedFare\":10235.4,\"intPublishFare\":10235.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"868\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-10-05T17:15\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-05T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3645272237_0DELSXRSG8150_34358670278312\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'24849CBE0CB94136BFACC4C144EF7F01','','',NULL,'C762C91ECC9944EDA32713689E40156F','0',NULL,'2022-10-03 15:52:26','2022-10-03 15:52:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHAFIQA BEGUM','MOHD SHAFI LALI (+1)',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(320,0,44,13328,0,0,NULL,'2022-10-05','DMC101744421547','TJ101744421547','SG-8150','SpiceJet','1',0,'8c413-bf6ce-b3406-ac168','463','15:45:00','17:15:00',0,'G',90,'02h 30m',7701,25897,'DEL','SXR','Non-stop',2,1,10943.4,'11-3645272237_0DELSXRSG8150_34358670278312',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',10000,943.4,0,200,0,30,10943.4,0,0,600,108,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC101744421547\",\"bookingId_TJ\":\"TJ101744421547\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8c413-bf6ce-b3406-ac168\",\"apiTraceId\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-10-05T15:45\",\"LocalFromTime\":\"2022-10-05 15:45\",\"FromUTCTime\":\"2022-10-05T15:45\",\"LocalToTime\":\"2022-10-05 17:15\",\"ToUTCTime\":\"2022-10-05T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 05 Oct\",\"ArrivalDateTxt\":\"Wed, 05 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,943\",\"ApiResultIndex\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10000,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10235.4,\"PublishedFare\":10943.4,\"PublishedFareAgent\":10943.4,\"OfferedFareAgent\":10943.4,\"OfferedFare\":10235.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3645272237_0DELSXRSG8150_34314676115392\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":10235.4,\"BaseFareCal\":10343.4,\"BaseFare\":10000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":10943.4,\"CostToCustomer\":10943.4,\"BaseFareCal\":10343.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":10343.4,\"intOfferedFare\":10235.4,\"intPublishFare\":10235.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"27\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-10-05T17:15\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-05T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3645272237_0DELSXRSG8150_34358670278312\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'4AF2A4E79C5A4E0EA68AC39A46A80FC4','','',NULL,'4AF2A4E79C5A4E0EA68AC39A46A80FC4','0',NULL,'2022-10-03 15:55:47','2022-10-03 15:55:47',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'SHAFIQA BEGUM','MOHD SHAFI LALI (+1)',NULL,NULL,NULL,NULL,'OFFER_FARE_WITH_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(321,0,140,12211,0,0,NULL,'2022-10-31',NULL,NULL,'6E-5352','IndiGo','1',1,'d8167-f792e-a28ed-966c0','267','06:01:00','07:41:00',0,'T',100,'1h 40m',18676,2262,'BOM','BLR','Non-stop',3,1,5684,'5-5420470546_0BOMBLR6E5352_142424447971637',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',300,6180,0,2334,0,1200,5684,0,0,0,375.1,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS108800362527\",\"FlightNumber\":\"6E-5352\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:01\",\"ArrivalTime\":\"07:41\",\"TravelDate\":\"2022-10-31T06:01\",\"LocalFromTime\":\"2022-10-31 06:01\",\"FromUTCTime\":\"2022-10-31T06:01\",\"LocalToTime\":\"2022-10-31 07:41\",\"ToUTCTime\":\"2022-10-31T07:41\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 31 Oct\",\"ArrivalDateTxt\":\"Mon, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":6480,\"PublishedFareTxt\":\"6,480\",\"ApiResultIndex\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-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\":{\"CRF\":50,\"ARF\":3000,\"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\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":300,\"Tax\":6180,\"YQTax\":0,\"OtherCharges\":2334,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":30,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":6480,\"PublishedFare\":5684,\"OfferedFare\":3225,\"CommissionEarned\":855,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5420470546_0BOMBLR6E5352_142522419693823\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":375.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6180,\"BaseFareCal\":3600.1,\"BaseFare\":300,\"CommissionEarned\":855,\"TDS\":-45,\"MF\":1200,\"YQ\":0,\"AGST\":30,\"MFT\":216,\"OT\":2334,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":375.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"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\":855,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2083.9,\"IntTaxOnAgencyFixMarkUp\":375.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":375.1,\"PublishFare\":5684,\"CostToCustomer\":5684,\"BaseFareCal\":3600.1,\"intCommisionEarnedForAgency\":2083.9,\"CostToCompany\":3600.1,\"intOfferedFare\":3225,\"intPublishFare\":6480,\"TripjackMarkup\":2400,\"TripjackCommission\":855,\"TripjackTDS\":\"45\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":50},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"231\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-10-31T07:41\",\"SegFlightNumber\":\"6E-5352\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-10-31T06:01\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:01\",\"strArrivalDtTime\":\"07:41\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d8167-f792e-a28ed-966c0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108800362527\",\"FlightNumber\":\"6E-5352\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"strTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:01\",\"ArrivalTime\":\"07:41\",\"TravelDate\":\"2022-10-31T06:01\",\"LocalFromTime\":\"2022-10-31 06:01\",\"FromUTCTime\":\"2022-10-31T06:01\",\"LocalToTime\":\"2022-10-31 07:41\",\"ToUTCTime\":\"2022-10-31T07:41\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 31 Oct\",\"ArrivalDateTxt\":\"Mon, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":6480,\"ApiResultIndex\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d8167-f792e-a28ed-966c0\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":300,\"Tax\":6180,\"YQTax\":0,\"OtherCharges\":2334,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":30,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":6480,\"PublishedFare\":5684,\"OfferedFare\":3225,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6180,\"BaseFareCal\":3600.1,\"BaseFare\":300,\"CommissionEarned\":855,\"TDS\":-45,\"MF\":1200,\"YQ\":0,\"AGST\":30,\"MFT\":216,\"OT\":2334,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"231\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-10-31T07:41\",\"SegFlightNumber\":\"6E-5352\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-10-31T06:01\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:01\",\"strArrivalDtTime\":\"07:41\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"localFromDateTime\":\"2022-10-31 06:01\",\"localToDateTime\":\"2022-10-31 07:41\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0','49.36.123.3','2022-10-06 08:38:50','2022-10-06 08:38:50',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),(322,0,125,12211,0,0,NULL,'2022-10-10',NULL,NULL,'6E-6238','IndiGo','1',1,'4d990-a9cfe-10c1f-10d51','267','08:50:00','11:45:00',0,'T',175,'2h 55m',7701,6000,'DEL','MAA','Non-stop',1,1,1945,'5-3438881715_27DELMAA6E6238_220360729664870',1,1,0,'https://www.travelshop.co.in/public/upload/AirlineLogo/6E.gif','INR',100,2071,0,789,0,400,1945,0,0,0,131.03,0,0,0,0,0,0,0,NULL,0,'{\"bookingId\":\"TJS105800363344\",\"FlightNumber\":\"6E-6238\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2022-10-10T08:50\",\"LocalFromTime\":\"2022-10-10 08:50\",\"FromUTCTime\":\"2022-10-10T08:50\",\"LocalToTime\":\"2022-10-10 11:45\",\"ToUTCTime\":\"2022-10-10T11:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 10 Oct\",\"ArrivalDateTxt\":\"Mon, 10 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2171,\"PublishedFareTxt\":\"2,171\",\"ApiResultIndex\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-MAA\":{\"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\":{\"CRF\":50,\"ARF\":3000,\"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\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":2071,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":2171,\"PublishedFare\":1945,\"OfferedFare\":1086,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3438881715_0DELMAA6E6238_220370530308427\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":131.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":2071,\"BaseFareCal\":1217.03,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":131.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.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\":727.97,\"IntTaxOnAgencyFixMarkUp\":131.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":131.03,\"PublishFare\":1945,\"CostToCustomer\":1945,\"BaseFareCal\":1217.03,\"intCommisionEarnedForAgency\":727.97,\"CostToCompany\":1217.03,\"intOfferedFare\":1086,\"intPublishFare\":2171,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":50},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"773\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-10-10T11:45\",\"SegFlightNumber\":\"6E-6238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-10T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"TCSW\",\"Price\":0,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4d990-a9cfe-10c1f-10d51\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-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\":\"TJS105800363344\",\"FlightNumber\":\"6E-6238\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"strTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2022-10-10T08:50\",\"LocalFromTime\":\"2022-10-10 08:50\",\"FromUTCTime\":\"2022-10-10T08:50\",\"LocalToTime\":\"2022-10-10 11:45\",\"ToUTCTime\":\"2022-10-10T11:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 10 Oct\",\"ArrivalDateTxt\":\"Mon, 10 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2171,\"ApiResultIndex\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4d990-a9cfe-10c1f-10d51\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":2071,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":2171,\"PublishedFare\":1945,\"OfferedFare\":1086,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2071,\"BaseFareCal\":1217.03,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"773\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-10-10T11:45\",\"SegFlightNumber\":\"6E-6238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-10T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"localFromDateTime\":\"2022-10-10 08:50\",\"localToDateTime\":\"2022-10-10 11:45\",\"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-10-07 06:15:55','2022-10-07 06:15: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),(323,0,120,13593,0,0,NULL,'2022-12-07','DMC102748129708','TJ102748129708','SG-494','SpiceJet','1',1,'5eae3-9feb4-dbcd9-a2ad2','463','10:55:00','12:05:00',0,'CP',70,'01h 10m',14323,2012,'CCU','IXB','Non-stop',1,1,3496.97,'4-9545754431_0CCUIXBSG494_19448601430093',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2258,1335.5,0,1070,0,15,3496.97,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC102748129708\",\"bookingId_TJ\":\"TJ102748129708\",\"FlightNumber\":\"SG-494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"apiTraceId\":\"4-9545754431_0CCUIXBSG494_19448601430093\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-12-07T10:55\",\"LocalFromTime\":\"2022-12-07 10:55\",\"FromUTCTime\":\"2022-12-07T10:55\",\"LocalToTime\":\"2022-12-07 12:05\",\"ToUTCTime\":\"2022-12-07T12:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 07 Dec\",\"ArrivalDateTxt\":\"Wed, 07 Dec\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,497\",\"ApiResultIndex\":\"4-9545754431_0CCUIXBSG494_19448601430093\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2258,\"Tax\":1087.7,\"YQTax\":0,\"OtherCharges\":1070,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3345.7,\"PublishedFare\":3496.9700000000003,\"PublishedFareAgent\":3496.9700000000003,\"OfferedFareAgent\":3496.9700000000003,\"OfferedFare\":3249.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9545754431_0CCUIXBSG494_22323520888834\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":20,\"classOfBooking\":\"CP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1087.7,\"TotalBaseFare\":3345.7,\"BaseFareCal\":3286.9700000000003,\"BaseFare\":2258,\"CommissionEarned\":96.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1070,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"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\":96.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3496.9700000000003,\"CostToCustomer\":3496.9700000000003,\"BaseFareCal\":3286.9700000000003,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3286.9700000000003,\"intOfferedFare\":3249.17,\"intPublishFare\":3345.7,\"TripjackMarkup\":0,\"TripjackCommission\":96.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"259\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-12-07T12:05\",\"SegFlightNumber\":\"SG-494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-12-07T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-9545754431_0CCUIXBSG494_19448601430093\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXB\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":10,\"ARF\":200,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"ACF\":200,\"ACFT\":10,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats beyond Spicemax\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'A5C6E35F392040E8AD292E4DA42CF823','','',NULL,'E63189C72C924330AFF8EDC3476886E3','0',NULL,'2022-11-12 12:12:41','2022-11-12 12:12:41',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BIKKY AGARWAL','ANKIT SHAW',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(324,0,120,13593,0,0,NULL,'2022-12-07','DMC106348129896','TJ106348129896','SG-494','SpiceJet','1',1,'18d0f-319f7-5f9ed-d9aa4','463','10:55:00','12:05:00',0,'CP',70,'01h 10m',14323,2012,'CCU','IXB','Non-stop',1,1,3496.97,'4-2226544529_0CCUIXBSG494_21012095996002',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/SG.gif','INR',2258,1335.5,0,1070,0,15,3496.97,0,0,210,37.8,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC106348129896\",\"bookingId_TJ\":\"TJ106348129896\",\"FlightNumber\":\"SG-494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"apiTraceId\":\"4-2226544529_0CCUIXBSG494_21012095996002\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-12-07T10:55\",\"LocalFromTime\":\"2022-12-07 10:55\",\"FromUTCTime\":\"2022-12-07T10:55\",\"LocalToTime\":\"2022-12-07 12:05\",\"ToUTCTime\":\"2022-12-07T12:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 07 Dec\",\"ArrivalDateTxt\":\"Wed, 07 Dec\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,497\",\"ApiResultIndex\":\"4-2226544529_0CCUIXBSG494_21012095996002\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2258,\"Tax\":1087.7,\"YQTax\":0,\"OtherCharges\":1070,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3345.7,\"PublishedFare\":3496.9700000000003,\"PublishedFareAgent\":3496.9700000000003,\"OfferedFareAgent\":3496.9700000000003,\"OfferedFare\":3249.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2226544529_0CCUIXBSG494_25343537894524\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":20,\"classOfBooking\":\"CP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1087.7,\"TotalBaseFare\":3345.7,\"BaseFareCal\":3286.9700000000003,\"BaseFare\":2258,\"CommissionEarned\":96.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1070,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"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\":96.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3496.9700000000003,\"CostToCustomer\":3496.9700000000003,\"BaseFareCal\":3286.9700000000003,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3286.9700000000003,\"intOfferedFare\":3249.17,\"intPublishFare\":3345.7,\"TripjackMarkup\":0,\"TripjackCommission\":96.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"516\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-12-07T12:05\",\"SegFlightNumber\":\"SG-494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-12-07T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-2226544529_0CCUIXBSG494_21012095996002\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXB\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":200,\"ARFT\":10,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":200,\"CCFT\":9,\"CCF\":50,\"ACFT\":10}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats beyond Spicemax\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',3,NULL,NULL,NULL,1,0,'6402D0ACF0634867BE53CDE1685FE75C','','',NULL,'849D49C58D63428F9A5A256CE4600572','0',NULL,'2022-11-12 12:13:54','2022-11-12 12:13:54',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'BIKKY AGARWAL','ANKIT SHAW',NULL,NULL,NULL,NULL,'CORPORATE','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,0,'0',NULL),(325,0,141,14297,0,0,NULL,'2022-12-26','DMC100349680272','TJ100349680272','G8-102','Go First','1',0,'e177e-254fd-55a69-6ee55','240','11:25:00','13:40:00',0,'G',135,'02h 15m',32511,14323,'IXZ','CCU','Non-stop',1,1,11471.7,'11-0816904640_0IXZCCUG8102_22468816177169',1,1,0,'https://b2b.travelshop.co.in/public/upload/AirlineLogo/G8.gif','INR',11000,471.7,0,100,0,15,11471.7,0,0,300,54,0,0,0,0,0,0,0,'{\"bookingId\":\"DMC100349680272\",\"bookingId_TJ\":\"TJ100349680272\",\"FlightNumber\":\"G8-102\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e177e-254fd-55a69-6ee55\",\"apiTraceId\":\"11-0816904640_0IXZCCUG8102_22468816177169\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"13:40\",\"TravelDate\":\"2022-12-26T11:25\",\"LocalFromTime\":\"2022-12-26 11:25\",\"FromUTCTime\":\"2022-12-26T11:25\",\"LocalToTime\":\"2022-12-26 13:40\",\"ToUTCTime\":\"2022-12-26T13:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 26 Dec\",\"ArrivalDateTxt\":\"Mon, 26 Dec\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"32511\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,472\",\"ApiResultIndex\":\"11-0816904640_0IXZCCUG8102_22468816177169\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11000,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11117.7,\"PublishedFare\":11471.7,\"PublishedFareAgent\":11471.7,\"OfferedFareAgent\":11471.7,\"OfferedFare\":11117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0816904640_0IXZCCUG8102_20747753459528\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11471.7,\"CostToAgent\":11471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":11117.7,\"BaseFareCal\":11171.7,\"BaseFare\":11000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":11471.7,\"CostToAgent\":11471.7,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":11471.7,\"CostToCustomer\":11471.7,\"BaseFareCal\":11171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":11171.7,\"intOfferedFare\":11117.7,\"intPublishFare\":11117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11471.7,\"CostToAgent\":11471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"992\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-12-26T13:40\",\"SegFlightNumber\":\"G8-102\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2022-12-26T11:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"13:40\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0816904640_0IXZCCUG8102_22468816177169\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXZ-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"32511\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}',0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'0',NULL,'2022-11-27 11:58:22','2022-11-27 11:58:22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'NARENDRA KUMAR','ABHISHEK RAJ',NULL,NULL,NULL,NULL,'OFFER_FARE_WITHOUT_PNR','0',0,NULL,0,7,NULL,NULL,NULL,0,0,NULL,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 NOT NULL,
  `BookingId` varchar(200) DEFAULT NULL,
  `APIBookingId` varchar(200) DEFAULT NULL,
  `PNR_Number` varchar(200) DEFAULT NULL,
  `TicketId` varchar(200) DEFAULT NULL,
  `TicketNumber` varchar(200) 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',
  `Discount` float unsigned NOT NULL DEFAULT '0',
  `ServiceFee` float unsigned 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=451 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,'5c79a-d97d8-0c5b7-3149b',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'aasif.sch@gmail.com',1,0,'0','8825081020','Aasif Hassan','Sheikh','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-05-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(2,0,1,'5c79a-d97d8-0c5b7-3149b',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'aasif.sch@gmail.com',3,0,'0','8825081020','Khalifa','Akhter','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-05-27',1,'0','1',NULL,NULL,NULL,'0',NULL),(11,7,7,'13945-cbbfc-70ef9-aa35d',NULL,NULL,NULL,NULL,NULL,NULL,0,12606,0,'komal@hellogtx.com',1,0,'0','9999977655','Gaurav','Gupta','',0,12606,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,0,0,'15','7',NULL,NULL,NULL,'2022-05-31',0,'0','1',NULL,NULL,NULL,'0',NULL),(12,8,5,'7be1e-fa2c4-e0b45-285da',NULL,NULL,NULL,NULL,NULL,NULL,0,12606,0,'komal@hellogtx.com',1,0,'9','9999977655','Mohammad','Sabir','',0,12606,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,0,0,'15','7',NULL,NULL,NULL,'2022-05-31',0,'0','1',NULL,NULL,NULL,'0',NULL),(13,9,5,'b56d3-f96ae-98ace-6a55b','7A923745268044349BC3C0A38E710CB4','7A923745268044349BC3C0A38E710CB4','PNR2','PNR2','','DEL-SXR',0,12606,0,'komal@hellogtx.com',0,0,'9','9999977655','Mohammad','Sabir','',0,12606,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,0,0,'15','7',NULL,NULL,NULL,'2022-05-31',0,'0','1',NULL,NULL,NULL,'0',NULL),(14,10,8,'0bbab-2f261-fddab-dbcd2','99B2BEA10DF3473D96278BB6A3E6647E','99B2BEA10DF3473D96278BB6A3E6647E','TestPNR','TestPNR','','DEL-SXR',0,12817,0,'gpurwar@gmail.com',1,0,'0','9811192312','Gaurav','Gupta','',0,12817,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,0,0,'15','7',NULL,NULL,NULL,'2022-05-31',0,'0','1',NULL,NULL,NULL,'0',NULL),(15,11,8,'36913-65053-e4422-8cbd6','FAB52C76784B4814976B806E93FA1DF4','FAB52C76784B4814976B806E93FA1DF4','PNR24r4','PNR24r4','','DEL-SXR',0,12817,0,'gpurwar@gmail.com',0,0,'0','9811192312','Gaurav','Gupta','',0,12817,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,0,0,'15','7',NULL,NULL,NULL,'2022-05-31',0,'0','1',NULL,NULL,NULL,'0',NULL),(16,12,9,'e15e0-04712-4a569-0994a','DDA1315E691744129E659BE318F817D8','DDA1315E691744129E659BE318F817D8','','','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(17,13,9,'15a02-298b2-0fd87-4498d','634FA89DE3A443D98576332E18644D75','634FA89DE3A443D98576332E18644D75','','','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-03',0,'0','1',NULL,NULL,NULL,'0',NULL),(18,14,9,'51a17-c1ce7-e6b61-36c94',NULL,NULL,NULL,NULL,NULL,NULL,0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(19,15,9,'fcc91-682fb-8b817-445c3','2140FBCF6B9E4FB08A0BA862D1123C12','2140FBCF6B9E4FB08A0BA862D1123C12','','','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(20,16,5,'0425f-55afa-5a929-212e3','0329C417AA6B493EB3A3135C59B9EEC3','0329C417AA6B493EB3A3135C59B9EEC3','','','','DEL-SXR',0,12606,0,'komal@hellogtx.com',1,0,'9','9999977655','Mohammad','Sabir','',0,12606,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(21,17,7,'e94dc-c3d8c-6a56e-1644a','5ACAD977688843969D8C0556B9C14F4B','5ACAD977688843969D8C0556B9C14F4B','Test PNR','Test PNR','','DEL-SXR',0,12606,0,'komal@hellogtx.com',1,0,'0','9999977655','Gaurav','Gupta','',0,12606,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(22,18,9,'6c13a-d909d-e5945-9e958','9674AD79D1604C12933F21782111B14D','9674AD79D1604C12933F21782111B14D','Test PNR','Test PNR','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(23,19,9,'35af4-9a177-d6061-2c206','A0658FE0AA894B68A4FC9B64AAC51BAA','A0658FE0AA894B68A4FC9B64AAC51BAA','Test PNR','Test PNR','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(24,20,9,'4cf5b-e4679-1b80f-2ea17','B61288013E4446AE857BAB8FBBE8A738','B61288013E4446AE857BAB8FBBE8A738','','','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(25,0,6,'44354-84ef6-7119a-57fef',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'ATTARTOURANDTRAVELS@GMAIL.COM',1,0,'0','09906729503','fehmeeda','test','',0,12211,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-06',1,'0','1',NULL,NULL,NULL,'0',NULL),(26,22,9,'90d86-8103e-e7c37-330aa','2C31A718871747B9BE3F91BCC0519710','2C31A718871747B9BE3F91BCC0519710','','','','SXR-DEL',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(27,23,7,'896e5-6a3c6-b290e-b936a','B5C9D634CCBD409DA8C04DC5EBBFD674','B5C9D634CCBD409DA8C04DC5EBBFD674','','','','SXR-DEL',0,12606,0,'komal@hellogtx.com',1,0,'0','9999977655','Gaurav','Gupta','',0,12606,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(28,24,5,'ae5b6-bf10f-3d29d-02af5','DMCS107900265970','TJS107900265970','TESTPNR-TESTPNR','TESTPNR-TESTPNR','','DEL-CCU-CCU-GAU',0,12606,0,'komal@hellogtx.com',1,0,'9','9999977655','Mohammad','Sabir','',0,12606,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(29,25,9,'b6c04-0a1e3-1cc23-718d7','D8B4E132874A41B38994B9387EA647BA','D8B4E132874A41B38994B9387EA647BA','','','','SXR-DEL',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(30,26,9,'bb7a4-5aa4b-77b2b-ad6f4','3CCCDCA7FD3247DDAF0110B6940DC12B','3CCCDCA7FD3247DDAF0110B6940DC12B','TEST56565','TEST56565','3435464i8','SXR-DEL',0,12691,0,'aafan.irfan@yahoo.com',0,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(31,27,9,'f3917-e9f55-a8046-dc8eb','DA8160CE13F245FD860B9C89906D474D','DA8160CE13F245FD860B9C89906D474D','','','','SXR-DEL',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(32,0,12,'d4099-6eb08-74f90-72c92',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'abdulmuneeb0608@gmail.com',1,0,'0','8082992086','Aasif Hassan','Sheikh','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-09',1,'0','1',NULL,NULL,NULL,'0',NULL),(33,0,7,'d4099-6eb08-74f90-72c92',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'abdulmuneeb0608@gmail.com',3,0,'0','8082992086','Khalifa','Akhter','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-09',1,'0','1',NULL,NULL,NULL,'0',NULL),(34,0,8,'bae71-24202-f4d7f-cb904',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'aasif.sch@gmail.com',1,0,'0','8825081020','Aasif Hassan','Sheikh','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(35,0,9,'bae71-24202-f4d7f-cb904',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'aasif.sch@gmail.com',2,0,'0','8825081020','Khaleefa','Akhter','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(36,30,13,'b9a80-40d0e-cb1e8-77487','34468B53EF44480F93EE7CE3B109FE34','34468B53EF44480F93EE7CE3B109FE34','','','','SXR-DEL',0,12916,0,'sajadahmadshawl05@gmail.com',1,0,'0','9906729503','fehmeeda','test','',0,12916,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(37,31,14,'7df9c-b0eb5-7af8b-7832d','03441AB46CA54E41AEF8BE9B08185057','03441AB46CA54E41AEF8BE9B08185057','testpnr','testpnr','','SXR-DEL',0,12916,0,'NEWTRAVOCARE@GMAIL.COM',0,0,'0','9940144121','test','test','',0,12916,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-10',0,'0','1',NULL,NULL,NULL,'0',NULL),(38,0,10,'df2f1-6747b-944be-6a652',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'abdulmuneeb0608@gmail.com',1,0,'0','8082992086','AASIF HASSAN','SHEIKH','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(39,0,11,'df2f1-6747b-944be-6a652',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'abdulmuneeb0608@gmail.com',3,0,'0','8082992086','KHALIFA','AKHTER','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-10',1,'0','1',NULL,NULL,NULL,'0',NULL),(40,33,9,'950e3-a7c08-9a9f8-bf465','4C0AB4F2E3E247F9ADF0BDCDC2525B5D','4C0AB4F2E3E247F9ADF0BDCDC2525B5D','test test','test test','','SXR-DEL',0,12691,0,'aafan.irfan@yahoo.com',0,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(41,34,9,'68aac-b6dd5-1ee2d-806ca','58F124E5FBC74AA4BD4BFACB13D720F5','58F124E5FBC74AA4BD4BFACB13D720F5','testpnr','testpnr','','SXR-DEL',0,12691,0,'aafan.irfan@yahoo.com',0,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(42,0,12,'19619-8a48e-b93d2-d33c4',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'bismilahtourandtravels@gmail.com',1,0,'0','6006717808','bismilahtour','Ali','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-13',1,'0','1',NULL,NULL,NULL,'0',NULL),(43,36,9,'b7405-b038e-f486a-27e1d','672C5F4D71C8489081855EDF41D5A40F','672C5F4D71C8489081855EDF41D5A40F','','','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',1,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(44,37,13,'69cef-b6eb7-35886-abd25','F4368A228F1845A78B68BFD973758E7B','F4368A228F1845A78B68BFD973758E7B','','','','DEL-SXR',0,12817,0,'gpurwar@gmail.com',1,0,'9','9811192312','Gaurav','Gupta','',0,12817,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(45,38,9,'3a159-3cc34-315b5-b42a4','5CEF61B928C3433CB7454AA7D7AE942E','5CEF61B928C3433CB7454AA7D7AE942E','testpnr','testpnr','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',0,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(46,39,9,'5836e-8675c-6acc4-f65a0','BA9D2C2389C24F01B8648EC0D5EB4627','BA9D2C2389C24F01B8648EC0D5EB4627','test11','test11','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',0,0,'0','9906729503','test','test','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(48,41,9,'38ab4-d3ee2-57582-69de1','797F9AB1817041EEB4E1B69F52A68134','797F9AB1817041EEB4E1B69F52A68134','attar11','attar11','','DEL-SXR',0,12691,0,'aafan.irfan@yahoo.com',0,0,'0','9906729503','irfan','attar','',0,12691,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(49,42,17,'8c0b6-788bb-107a8-044e3',NULL,NULL,NULL,NULL,NULL,NULL,0,13061,0,'rahulrk1305@gmail.com',1,0,'0','9891985015','RITESH','CHORARIA','',0,13061,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(50,43,17,'b8e4d-14006-8bab9-32ee6',NULL,NULL,NULL,NULL,NULL,NULL,0,13061,0,'rahulrk1305@gmail.com',1,0,'0','9891985015','RITESH','CHORARIA','',0,13061,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(51,44,17,'ec90b-6a840-43b6f-75889',NULL,NULL,NULL,NULL,NULL,NULL,0,13061,0,'rahulrk1305@gmail.com',1,0,'0','9891985015','RITESH','CHORARIA','',0,13061,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(52,45,18,'1654d-b0d2e-e2d82-25742',NULL,NULL,NULL,NULL,NULL,NULL,0,13062,0,'ATTARTOURANDTRAVELS@GMAIL.COM',1,0,'0','9906729503','TEST','TEST','',0,13062,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(53,46,14,'af7ee-06f23-76e36-a9f4c',NULL,NULL,NULL,NULL,NULL,NULL,0,13062,0,'ATTARTOURANDTRAVELS@GMAIL.COM',1,0,'9','9906729503','Md','Sabir','',0,13062,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(54,47,19,'ec84a-fb125-a1e5b-f379e','1C5717FB2144420BBF40F4582707F6B3','1C5717FB2144420BBF40F4582707F6B3','UDQ3WW','UDQ3WW','','DEL-BOM',0,13091,0,'dineshjaswani2010@gmail.com',0,0,'0','7014874806','Dnyanesh','Bangale','',0,13091,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(55,47,15,'ec84a-fb125-a1e5b-f379e','1C5717FB2144420BBF40F4582707F6B3','1C5717FB2144420BBF40F4582707F6B3','UDQ3WW','UDQ3WW','','DEL-BOM',0,13091,0,'dineshjaswani2010@gmail.com',0,0,'0','7014874806','Smita','Bangale','',0,13091,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(56,48,20,'88ebc-dd733-b97dd-20e27','934BE52F119C471999FC3489198FE018','934BE52F119C471999FC3489198FE018','B837GF','B837GF','','CCU-DEL',0,13117,0,'bookings.letsfly@gmail.com',1,0,'0','9883230367','VISHAL PRASAD','GUPTA','',0,13117,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(57,49,21,'5af84-1485f-910df-42000',NULL,NULL,NULL,NULL,NULL,NULL,0,13069,0,'bengaltravelservice1@gmail.com',1,0,'0','9831086208','md','kalam','',0,13069,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(58,50,22,'87090-5e33b-bc6bd-ea362','CBA7B617C7E64DB69D19A0A003A63347','CBA7B617C7E64DB69D19A0A003A63347','N5JDRB','N5JDRB','','DEL-SXR',0,13129,0,'BESTBUYTOURANDTRAVELS@GMAIL.COM',1,0,'0','9796505659','asif','iqbal','',0,13129,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(59,51,23,'ace0a-5a192-dbbc5-76112','37D9247E5618433B88A16B7B855C303E','37D9247E5618433B88A16B7B855C303E','Z91L6F','Z91L6F','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',1,0,'0','8013234644','MUNNA','JAMADAR','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(60,52,24,'f8246-cff5a-96e89-65f0f','A5757B1FE54F42A298845D26C0372E54','A5757B1FE54F42A298845D26C0372E54','FYC19M','FYC19M','','BOM-DEL',0,13169,0,'VATANTOURISM@GMAIL.COM',2,0,'0','9987990770','NISHTHA','MIRCHANDANI','',0,13169,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(61,52,16,'f8246-cff5a-96e89-65f0f','A5757B1FE54F42A298845D26C0372E54','A5757B1FE54F42A298845D26C0372E54','FYC19M','FYC19M','','BOM-DEL',0,13169,0,'VATANTOURISM@GMAIL.COM',1,0,'0','9987990770','REHANSH','MIRCHANDANI','',0,13169,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(62,53,25,'f8663-144b9-45ff4-4f920',NULL,NULL,NULL,NULL,NULL,NULL,0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','Ajahar','Mollick','',0,13073,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(63,54,26,'87956-3d7cf-99256-8ff99',NULL,NULL,NULL,NULL,NULL,NULL,0,13151,0,'ksubrata91@gmail.com',1,0,'0','7797636353','Ghhhv','Ffjkk','',0,13151,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(64,55,27,'79080-8debc-11416-0c0b1',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','fazil','khan','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(65,56,28,'918fb-2886e-06de9-6fff8','FC9ADB4307194C27A9E7D5435C9FE956','FC9ADB4307194C27A9E7D5435C9FE956','SGZHPA','SGZHPA','','DEL-SXR',0,13186,0,'Cadburytravel@gmail.com',1,0,'0','7006259289','Vijaypal ','SINGH','',0,13186,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(66,57,17,'141b3-b37c3-f2732-cc2d8','E3CCA3A196574E31B4F2FB97807F3E0D','E3CCA3A196574E31B4F2FB97807F3E0D','MHT9NH','MHT9NH','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','rejman','sekh','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(67,58,29,'1ff57-3e8e2-95a05-9e34f','18F17305F6A84A24BB65212FCBAA3BE9','18F17305F6A84A24BB65212FCBAA3BE9','SGZHPA','SGZHPA','','DEL-SXR',0,13186,0,'umairlone902@gmail.com',1,0,'0','7006351433','KSHATRESH','KAUR','',0,13186,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(68,59,30,'7fed1-33c2a-b371f-f5c7b',NULL,NULL,NULL,NULL,NULL,NULL,0,13193,0,'kashmireshoppe@gmail.com',1,0,'0','9858702707','Zahid Abbas ','Shah','',0,13193,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(69,60,18,'10936-06260-8aa7b-3a609',NULL,NULL,NULL,NULL,NULL,NULL,0,13193,0,'kashmireshoppe@gmail.com',1,0,'9','9858702707','Zahid Abbas ','Shah','',0,13193,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(70,61,31,'be125-4115e-e316b-f6c68','DAF4AAE0E9594D52A7FBBE42ADC2C51F','DAF4AAE0E9594D52A7FBBE42ADC2C51F','AGC3QK','AGC3QK','','DEL-SXR',0,13211,0,'TARUN@SUPREMEVACATIONS.IN',1,0,'0','9999903545','SANDEEP ','KHURANA ','',0,13211,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(71,62,32,'fcce6-9eb89-69eae-55787','08175AD74A854EB8A321B660631C8192','08175AD74A854EB8A321B660631C8192','WFBJSD','WFBJSD','','SXR-DEL',0,13238,0,'TICKETS.TRAVEL786@GMAIL.COM',1,0,'0','9484210314','MOHD','RAFIQUE','',0,13238,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(72,63,33,'9b58f-51b06-95b9f-2e8f8','3440AA477B484D72A4EBADE0A8A39FB9','3440AA477B484D72A4EBADE0A8A39FB9','K7IYYY','K7IYYY','','SXR-DEL',0,13128,0,'bhattravelhub2008@gmail.com',1,0,'0','9596595965','MANZOOR AHMAD','ITOO','',0,13128,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(73,63,19,'9b58f-51b06-95b9f-2e8f8','3440AA477B484D72A4EBADE0A8A39FB9','3440AA477B484D72A4EBADE0A8A39FB9','K7IYYY','K7IYYY','','SXR-DEL',0,13128,0,'bhattravelhub2008@gmail.com',2,0,'0','9596595965','ROZEY','JAN','',0,13128,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(74,63,20,'9b58f-51b06-95b9f-2e8f8','3440AA477B484D72A4EBADE0A8A39FB9','3440AA477B484D72A4EBADE0A8A39FB9','K7IYYY','K7IYYY','','SXR-DEL',0,13128,0,'bhattravelhub2008@gmail.com',1,0,'0','9596595965','MUZAFFAR HUSSAIN','RATHER','',0,13128,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(75,64,35,'e6ba9-c3c27-208af-35c36','22C55F8944B44A1899E54D2B9FF227E8','22C55F8944B44A1899E54D2B9FF227E8','AI2QJE','AI2QJE','','SXR-DEL',0,13221,0,'hayatitravels.sxr@gmail.com',1,0,'0','9797150324','RIYAZ AHMAD','MIR','',0,13221,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(76,65,36,'b44d9-66be3-50685-6352f',NULL,NULL,NULL,NULL,NULL,NULL,0,13142,0,'kashmirwayz@gmail.com',3,0,'0','9419033092','SHUGUFTA','ASHRAF','',0,13142,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(77,66,21,'4086d-23b84-73e10-88386','BA7DFBB89EAE4413B352FBCD6E1FECE0','BA7DFBB89EAE4413B352FBCD6E1FECE0','LCVTRW','LCVTRW','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','Salim','Mohammad','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(78,66,22,'4086d-23b84-73e10-88386','BA7DFBB89EAE4413B352FBCD6E1FECE0','BA7DFBB89EAE4413B352FBCD6E1FECE0','LCVTRW','LCVTRW','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','Lal Chand','Sekh','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(79,66,23,'4086d-23b84-73e10-88386','BA7DFBB89EAE4413B352FBCD6E1FECE0','BA7DFBB89EAE4413B352FBCD6E1FECE0','LCVTRW','LCVTRW','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','Rakib','Mallick','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(80,66,24,'4086d-23b84-73e10-88386','BA7DFBB89EAE4413B352FBCD6E1FECE0','BA7DFBB89EAE4413B352FBCD6E1FECE0','LCVTRW','LCVTRW','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','Sujan','Sk','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(81,67,36,'cc954-98213-f28fd-570e4','DMC104436100027','TJ104436100027','NYMTHT','NYMTHT','','SXR-DEL',0,13142,0,'kashmirwayz@gmail.com',3,0,'0','9419033092','SHUGUFTA','ASHRAF','',0,13142,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(82,68,25,'4e963-a553b-37481-94bd2','69202039E15948EEA96CDCF85B1F5FD8','69202039E15948EEA96CDCF85B1F5FD8','MDYK7T','MDYK7T','','DEL-SXR',0,13238,0,'TICKETS.TRAVEL786@GMAIL.COM',1,0,'9','9484210314','Lahane Umesh ','Sharad','',0,13238,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(83,69,26,'051c0-a2375-56646-496fa','24A46452C1D248B588F2BB65F3C2A6B4','24A46452C1D248B588F2BB65F3C2A6B4','TFBQJQ','TFBQJQ','','DEL-SXR',0,13186,0,'Cadburytravel@gmail.com',1,0,'9','7006259289','Aidel Fayaz ','parray','',0,13186,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(84,70,37,'c4775-00003-c9721-ae0d2','07572D4C95C8480CBA93BF104883E233','07572D4C95C8480CBA93BF104883E233','NCRG8G','NCRG8G','','DEL-SXR',0,13231,0,'travelwithskyroute@gmail.com',1,0,'0','7006310658','DAR TAFAZUL','ISLAM','',0,13231,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(85,71,27,'92469-32830-8b6f3-feea6',NULL,NULL,NULL,NULL,NULL,NULL,0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','SABIR UDDIN','SEKH','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(86,72,38,'264b3-7da0f-db607-2805a',NULL,NULL,NULL,NULL,NULL,NULL,0,13252,0,'alummattravels@gmail.com',1,0,'0','9419033719','abc','cccc','',0,13252,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(87,73,28,'0ec8c-c9986-9ae91-79641','8B8F813BB3A848E294C757713B8DBC22','8B8F813BB3A848E294C757713B8DBC22','GJ45XE','GJ45XE','','SXR-DEL',0,13069,0,'bengaltravelservice1@gmail.com',1,0,'9','9831086208','KAMAL','CHOUDHURY','',0,13069,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(88,73,29,'0ec8c-c9986-9ae91-79641','8B8F813BB3A848E294C757713B8DBC22','8B8F813BB3A848E294C757713B8DBC22','GJ45XE','GJ45XE','','SXR-DEL',0,13069,0,'bengaltravelservice1@gmail.com',2,0,'0','9831086208','MUMTAZ ','CHOWDHURY','',0,13069,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(89,73,30,'0ec8c-c9986-9ae91-79641','8B8F813BB3A848E294C757713B8DBC22','8B8F813BB3A848E294C757713B8DBC22','GJ45XE','GJ45XE','','SXR-DEL',0,13069,0,'bengaltravelservice1@gmail.com',1,0,'0','9831086208','TOWHID ABDULLAH','CHOWDHURY','',0,13069,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(90,74,31,'3cd36-90db5-1f1f3-cf420','00CE2E8B1E714BD9BE9FB02EF7B5D58A','00CE2E8B1E714BD9BE9FB02EF7B5D58A','T9BFJF','T9BFJF','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','SALIM','SEKH','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(91,74,32,'3cd36-90db5-1f1f3-cf420','00CE2E8B1E714BD9BE9FB02EF7B5D58A','00CE2E8B1E714BD9BE9FB02EF7B5D58A','T9BFJF','T9BFJF','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','INJAJUL','SEKH','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(92,75,39,'ed8d9-11478-5abe8-3d478',NULL,NULL,NULL,NULL,NULL,NULL,0,13296,0,'hikmat123travel@gmail.com',1,0,'0','7889435094','Bbb','Gff','',0,13296,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(93,76,40,'8c0ea-dbf7c-ac706-70961','DD4CE8FA81FD48D5820C6B940DB55506','DD4CE8FA81FD48D5820C6B940DB55506','TFBQJQ','TFBQJQ','','DEL-SXR',0,13221,0,'hayatitravels.sxr@gmail.com',3,0,'0','9796796000','ASIMA','ASIMA','',0,13221,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(94,77,41,'808c0-913ea-e6052-b90bb','723E3F5ED13F4DCFA68E2B14A61CC1C8','723E3F5ED13F4DCFA68E2B14A61CC1C8','NCRG8G','NCRG8G','','DEL-SXR',0,13311,0,'furaat.tourandtravels@gmail.com',1,0,'0','9622624447','Irfan','Latief','',0,13311,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(95,77,33,'808c0-913ea-e6052-b90bb','723E3F5ED13F4DCFA68E2B14A61CC1C8','723E3F5ED13F4DCFA68E2B14A61CC1C8','NCRG8G','NCRG8G','','DEL-SXR',0,13311,0,'furaat.tourandtravels@gmail.com',1,0,'0','9622624447','Lateef Ahmad','Ganaie','',0,13311,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(96,78,42,'1d34d-7ed79-64ac4-ae32e',NULL,NULL,NULL,NULL,NULL,NULL,0,13067,0,'rajib04155@gmail.com',1,0,'0','6005032573','Rajib','Choudhury','',0,13067,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(97,79,43,'7daf3-c7bcd-15173-b5ed3','9F0EE3EC40424D0980BEF0FD9CC8C75F','9F0EE3EC40424D0980BEF0FD9CC8C75F','GHRZUH','GHRZUH','','BOM-DEL',0,13281,0,'info@dhruvtravelsonline.com',0,0,'0','8850470587','Hardik','Jaluka','',0,13281,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(98,80,44,'058ce-e0f7b-3268f-a42f3','DMC107636213213','TJ107636213213','6YCUZQ','6YCUZQ','2283906806244','CCU-DEL',0,13328,0,'fctourandtravels@gmail.com',1,0,'0','9906423725','AMIT','JAIN','',0,13328,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,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(99,80,34,'058ce-e0f7b-3268f-a42f3','DMC107636213213','TJ107636213213','6YCUZQ','6YCUZQ','2283906806245','CCU-DEL',0,13328,0,'fctourandtravels@gmail.com',1,0,'0','9906423725','KISHOR KUMAR','JUNEJA','',0,13328,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,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(100,81,35,'1862b-43114-45b84-a430d','958F46C30BAC4989B2C6900B3321E57D','958F46C30BAC4989B2C6900B3321E57D','AI2QJE','AI2QJE','','SXR-DEL',0,13129,0,'BESTBUYTOURANDTRAVELS@GMAIL.COM',1,0,'9','9796505659','Mehraj ud din','Khan','',0,13129,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(101,81,36,'1862b-43114-45b84-a430d','958F46C30BAC4989B2C6900B3321E57D','958F46C30BAC4989B2C6900B3321E57D','AI2QJE','AI2QJE','','SXR-DEL',0,13129,0,'BESTBUYTOURANDTRAVELS@GMAIL.COM',1,0,'0','9796505659','Adnan','Wani','',0,13129,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(102,82,45,'782ff-a0171-dfe1d-2cb04','4F8BAB7100D3410D9310DD8A5C426BDB','4F8BAB7100D3410D9310DD8A5C426BDB','HF3VJA','HF3VJA','','DEL-SXR',0,13304,0,'offcomtravels@gmail.com',1,0,'0','7006448117','MAJID HUSSAIN','ASHRAF','',0,13304,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(106,84,47,'98e0e-63fb3-35c73-6bc81','3EDFDD6FA2AB466DBFB1BF82C2E5081F','3EDFDD6FA2AB466DBFB1BF82C2E5081F','SBLC4Z','SBLC4Z','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'0','9748778838','Mihir','Mayank','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(107,84,39,'98e0e-63fb3-35c73-6bc81','3EDFDD6FA2AB466DBFB1BF82C2E5081F','3EDFDD6FA2AB466DBFB1BF82C2E5081F','SBLC4Z','SBLC4Z','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'0','9748778838','Madhur','Mayank','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(108,84,40,'98e0e-63fb3-35c73-6bc81','3EDFDD6FA2AB466DBFB1BF82C2E5081F','3EDFDD6FA2AB466DBFB1BF82C2E5081F','SBLC4Z','SBLC4Z','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'0','9748778838','Shweta','Kumari','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(109,85,48,'e6a33-41618-8320c-72b00','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','JYB8RP','JYB8RP','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',2,0,'0','9419088764','GEETA','GEETA','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(110,85,41,'e6a33-41618-8320c-72b00','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','JYB8RP','JYB8RP','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',1,0,'0','9419088764','MAHENDER','MAHENDER','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(111,85,42,'e6a33-41618-8320c-72b00','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','JYB8RP','JYB8RP','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',3,0,'0','9419088764','TIYA','TIYA','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(112,85,43,'e6a33-41618-8320c-72b00','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','JYB8RP','JYB8RP','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',2,0,'0','9419088764','LAKSHAMI','LAKSHAMI','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(113,85,44,'e6a33-41618-8320c-72b00','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','JYB8RP','JYB8RP','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',2,0,'0','9419088764','PUSHPA ','DEVI','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(114,85,45,'e6a33-41618-8320c-72b00','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','JYB8RP','JYB8RP','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',1,0,'9','9419088764','AISHA','AISHA','',0,13106,'2020-08-12',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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(115,85,46,'e6a33-41618-8320c-72b00','0D6E0FC825ED438E8D4F2CF5665CA7CB','0D6E0FC825ED438E8D4F2CF5665CA7CB','JYB8RP','JYB8RP','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',1,0,'9','9419088764',' BHUMI  ',' BHUMI  ','',0,13106,'2021-10-13',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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(116,86,49,'1eacc-86f0b-8a0d9-8d780',NULL,NULL,NULL,NULL,NULL,NULL,0,13342,0,'SHEIKHULALAMTRAVEL@GMAIL.COM',1,0,'0','9469644699','gautam','Tiwari','',0,13342,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(117,87,47,'b68bf-277fb-9d047-6274f','80949B4B2536447791DB351E2B05CEDC','80949B4B2536447791DB351E2B05CEDC','IY1NXC','IY1NXC','','DEL-SXR',0,13342,0,'SHEIKHULALAMTRAVEL@GMAIL.COM',0,0,'9','9469644699','GAUTAM','TIWARI','',0,13342,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(118,88,48,'4032f-58fce-00e4b-d63c2','3C21A9EEA6C9440289831925746C2027','3C21A9EEA6C9440289831925746C2027','NCRG8G','NCRG8G','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',1,0,'9','9419088764','MEHRAJ ','KHAN','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(119,88,49,'4032f-58fce-00e4b-d63c2','3C21A9EEA6C9440289831925746C2027','3C21A9EEA6C9440289831925746C2027','NCRG8G','NCRG8G','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',1,0,'0','9419088764','MOHAMMAD AYAZ ','KHAN','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(120,88,50,'4032f-58fce-00e4b-d63c2','3C21A9EEA6C9440289831925746C2027','3C21A9EEA6C9440289831925746C2027','NCRG8G','NCRG8G','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',2,0,'0','9419088764','AARIFA ','KHALID','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(121,88,51,'4032f-58fce-00e4b-d63c2','3C21A9EEA6C9440289831925746C2027','3C21A9EEA6C9440289831925746C2027','NCRG8G','NCRG8G','','DEL-SXR',0,13106,0,'mohitairways@gmail.com',1,0,'0','9419088764','KHALID ','MUZAFFAR ','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(122,89,50,'688b3-3acbc-80ede-31a43','7C10C515DF464225A639D66EE7D9C566','7C10C515DF464225A639D66EE7D9C566','EITZ8B','EITZ8B','','DEL-SXR',0,13181,0,'travelplanners80@gmail.com',1,0,'0','7006556049','JAGJIT','KUMAR','',0,13181,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(123,90,52,'26a4a-8ac26-11116-78db1',NULL,NULL,NULL,NULL,NULL,NULL,0,13142,0,'kashmirwayz@gmail.com',3,0,'9','9419033092','MASRAT','NAZIR','',0,13142,'1996-12-28','M0283755',NULL,'2024-07-21',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'20 Kg','7 Kg',NULL,NULL,NULL,'2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(124,91,51,'07b10-fcdd0-6e260-5e246','DMC116836234868','TJ116836234868','O92IYV-O92IYV','O92IYV-O92IYV','','DAC-BOM-BOM-SXR',0,13142,0,'kashmirwayz@gmail.com',3,0,'0','9797610106','MASARAT','NAZIR','',0,13142,'1996-12-28','M0283755',NULL,'2024-07-21',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'20 Kg','7 Kg','1',NULL,'12','2022-06-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(125,92,53,'2577e-72712-e2821-38062','F144222C8D78409189012ECBD1B8F41C','F144222C8D78409189012ECBD1B8F41C','FHNZSH','FHNZSH','','SXR-DEL',0,13106,0,'mohitairways@gmail.com',1,0,'9','9419088764','ANKUSH','TANWAR','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(126,92,54,'2577e-72712-e2821-38062','F144222C8D78409189012ECBD1B8F41C','F144222C8D78409189012ECBD1B8F41C','FHNZSH','FHNZSH','','SXR-DEL',0,13106,0,'mohitairways@gmail.com',1,0,'0','9419088764','ANKIT','ANKIT','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(127,93,52,'5dff0-75778-9abdb-8eee5','4099C63EE6C04FB5B1E39A9F198E711E','4099C63EE6C04FB5B1E39A9F198E711E','MI9I5E','MI9I5E','','SXR-DEL',0,13351,0,'salesgracetravel123@gmail.com',1,0,'0','7358528871','MD kadir','Hussain','',0,13351,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(128,94,54,'7ef81-10ac8-11dae-53e50','A9F8A87764EE44F99724082397B76E55','A9F8A87764EE44F99724082397B76E55','K7IYYY','K7IYYY','','SXR-DEL',0,13355,0,'alanwartravel1@gmail.com',3,0,'0','9018549796','Tasmeeha','Tasmeeha','',0,13355,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(129,94,55,'7ef81-10ac8-11dae-53e50','A9F8A87764EE44F99724082397B76E55','A9F8A87764EE44F99724082397B76E55','K7IYYY','K7IYYY','','SXR-DEL',0,13355,0,'alanwartravel1@gmail.com',3,0,'0','9018549796','Talbiya','Qureshi ','',0,13355,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(130,95,55,'4f5fe-1b1af-483ae-407d0','FD5116D46BD64A3B854D4B75B43029EC','FD5116D46BD64A3B854D4B75B43029EC','MI9I5E','MI9I5E','','SXR-DEL',0,13328,0,'fctourandtravels@gmail.com',1,0,'0','7006636772','TASHOOQ AHMAD','MALIK','',0,13328,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(131,96,56,'934da-9e696-9633d-921ca',NULL,NULL,NULL,NULL,NULL,NULL,0,13367,0,'marutitravelscc@gmail.com',3,0,'0','9903775862','Muskan','Kumari','',0,13367,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(132,97,56,'540e7-3f0d4-c2358-acc87','3ACC85F12E7C49B8B5910EA14115417D','3ACC85F12E7C49B8B5910EA14115417D','JIJ63R','JIJ63R','','DEL-CCU',0,13367,0,'marutitravelscc@gmail.com',3,0,'0','9903775862','Muskan','Kumari','',0,13367,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(133,98,57,'58e7c-a29a5-f7adf-f5e01','E860D63E598B425BB52D2E25958DAE44','E860D63E598B425BB52D2E25958DAE44','A9FYMP','A9FYMP','','SXR-DEL',0,13293,0,'thesamzworld@gmail.com',1,0,'0','9419476359','SARWAN','KUMAR','',0,13293,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(134,99,56,'5d7b2-3153e-3cffc-5cd56','73676243BDE44B2DB069997BAE148219','73676243BDE44B2DB069997BAE148219','MGC69K','MGC69K','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',1,0,'9','9748778838','Apurva','Bhotika','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(135,99,57,'5d7b2-3153e-3cffc-5cd56','73676243BDE44B2DB069997BAE148219','73676243BDE44B2DB069997BAE148219','MGC69K','MGC69K','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',2,0,'0','9748778838','Priyanka','Bhotika','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(136,99,58,'5d7b2-3153e-3cffc-5cd56','73676243BDE44B2DB069997BAE148219','73676243BDE44B2DB069997BAE148219','MGC69K','MGC69K','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',1,0,'0','9748778838','Aaryav','Bhotika','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(137,100,59,'1b185-7df22-9e33d-ec989','33B9B05D026542BBA617583350D0E525','33B9B05D026542BBA617583350D0E525','EIGYKE','EIGYKE','','DEL-SXR',0,13328,0,'fctourandtravels@gmail.com',1,0,'9','9906423725','SYED MURTAZA','SHAH','',0,13328,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(138,101,59,'481cc-df5fc-65e0b-df685','DMC100236280367','TJ100236280367','5NUBEU','5NUBEU','2283906840200','IXJ-SXR',0,13142,0,'kashmirwayz@gmail.com',1,0,'0','7006544980','PERVAIZ AHMAD','AHANGER','',0,13142,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,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(140,103,61,'bff93-0f3ae-4eedf-1d197','FE6B3C0684344AC887A683843D234957','FE6B3C0684344AC887A683843D234957','X7EH6Y','X7EH6Y','','SXR-DEL',0,13324,0,'flywithusHandwara@gmail.com',0,0,'0','7006335766','Mohammad hussain','Khan','',0,13324,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(141,104,62,'d368d-a9dab-a1c05-1088e','32F85533304542CDB7E448A8D0124FF2','32F85533304542CDB7E448A8D0124FF2','N5MYSB','N5MYSB','','SXR-DEL',0,13136,0,'relive.purchases@gmail.com',1,0,'0','7006975244','SAHIL','SAHIL','',0,13136,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(142,105,63,'05259-7bb63-7049c-4010c','DMC103436286799','TJ103436286799','5P54CV','5P54CV','2283906847586','DEL-BOM',0,13286,0,'Skyhightoursandtravelz@gmail.com',1,0,'0','9797117286','RIYAJ','RIYAJ','',0,13286,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,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(143,105,60,'05259-7bb63-7049c-4010c','DMC103436286799','TJ103436286799','5P54CV','5P54CV','2283906847587','DEL-BOM',0,13286,0,'Skyhightoursandtravelz@gmail.com',1,0,'0','9797117286','MOHD','SARIK','',0,13286,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,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(144,106,64,'27ebd-d9b41-3e50c-ddad6','DMC102436287175','TJ102436287175',NULL,NULL,'','BOM-DEL',0,13286,0,'Skyhightoursandtravelz@gmail.com',1,0,'0','9018603134','RIYAJ','RIYAJ','',0,13286,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(145,107,65,'4d51a-080fb-75d7d-59427',NULL,NULL,NULL,NULL,NULL,NULL,0,13185,0,'mirtravelworld@gmail.com',1,0,'0','7006390805','Vivek','Kumar','',0,13185,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(146,108,66,'64013-d0e5c-74f41-84029','F1E904FCCFB24A738AC68CFDEF228037','F1E904FCCFB24A738AC68CFDEF228037','S9ZCRV','S9ZCRV','','BOM-DEL',0,13153,0,'nobletoursandtravels2020@gmail.com',1,0,'0','8879008075','MOHAMMED SAYEED ALI','KUPAY','',0,13153,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(147,108,61,'64013-d0e5c-74f41-84029','F1E904FCCFB24A738AC68CFDEF228037','F1E904FCCFB24A738AC68CFDEF228037','S9ZCRV','S9ZCRV','','BOM-DEL',0,13153,0,'nobletoursandtravels2020@gmail.com',1,0,'0','8879008075','MOHAMMED FAROOQ ABDUL KADER','SHAIKH','',0,13153,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(148,109,67,'e7e03-5e7e6-89c4e-20fd2',NULL,NULL,NULL,NULL,NULL,NULL,0,13106,0,'mohitairways@gmail.com',1,0,'0','8178838802','Kapil',' Dangi','',0,13106,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(149,110,62,'b0a1d-048da-2fc91-05b4b','2FF5AA45BE63496FA6388A28BAA0DDBA','2FF5AA45BE63496FA6388A28BAA0DDBA','ICCGSJ','ICCGSJ','','DEL-BOM',0,13153,0,'nobletoursandtravels2020@gmail.com',1,0,'9','8879008075','MOHAMMED FAROOQ ABDUL KADER','SHAIKH','',0,13153,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(150,111,68,'71dc1-2969c-1611b-a42df',NULL,NULL,NULL,NULL,NULL,NULL,0,13180,0,'PUNEETSINGHINDIA@GMAIL.COM',1,0,'0','9650391000','PUNEET SINGH','CHANDHOK','',0,13180,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,0,0,'15KG','7 Kg (01 small handbag under the seat)',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(151,112,63,'40444-5dc21-397c2-019a2','DMC109036293740','TJ109036293740','QFHZ5E','QFHZ5E','','BOM-DEL',0,13286,0,'Skyhightoursandtravelz@gmail.com',1,0,'9','9797117286','RIYAJ','RIYAJ','',0,13286,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(152,113,64,'f1765-ffc77-f9754-ba777','113D9180FAE342E8A9F5504E4F35469B','113D9180FAE342E8A9F5504E4F35469B','A9FYMP','A9FYMP','','SXR-DEL',0,13342,0,'SHEIKHULALAMTRAVEL@GMAIL.COM',1,0,'9','9469644699','Prashant Singh ','jadon','',0,13342,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(153,114,65,'16dc6-8aa9b-fbfd5-f401f','36750F2BDFAB445CB74C511E9ADDB1B9','36750F2BDFAB445CB74C511E9ADDB1B9','P8ET6F','P8ET6F','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',1,0,'9','9748778838','Niranjan','Jain','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(154,114,66,'16dc6-8aa9b-fbfd5-f401f','36750F2BDFAB445CB74C511E9ADDB1B9','36750F2BDFAB445CB74C511E9ADDB1B9','P8ET6F','P8ET6F','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',3,0,'0','9748778838','Sonu','Jain','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(155,115,69,'0ded5-c3032-7e0de-05273','6E215147288A4221BFDC741840ED1923','6E215147288A4221BFDC741840ED1923','K7IYYY','K7IYYY','','SXR-DEL',0,13333,0,'umeribniali1319@gmail.com',1,0,'0','7006185478','GOWHER HASSAN','BHAT','',0,13333,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(156,116,70,'61634-9a1c5-24f36-47f03','6530F3BF7ACD4299BA41F585C341DA80','6530F3BF7ACD4299BA41F585C341DA80','WIPQQH','WIPQQH','','SXR-DEL',0,13287,0,'HMTRAVELSXR@GMAIL.COM',0,0,'0','9797908883','Manpriya','Kaur','',0,13287,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(157,117,71,'60e19-c04fd-dd4e1-daf1f','61793780E02F44468CD61179E5E64767','61793780E02F44468CD61179E5E64767','GJCHWR','GJCHWR','','DEL-BOM',0,13409,0,'gk.nahata82@gmail.com',0,0,'0','9413268882','VINIT','SHAH','',0,13409,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(158,118,71,'ca637-bd058-b2d9a-b0695','878AEE3725364E55B5EAFF38E0F7D9EE','878AEE3725364E55B5EAFF38E0F7D9EE','O9ZPKF','O9ZPKF','','BOM-DEL',0,13409,0,'gk.nahata82@gmail.com',0,0,'0','9413268882','VINIT','SHAH','',0,13409,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(159,119,72,'72b33-46c5f-7b086-1c978','DMC100936342496','TJ100936342496','6BIOI8','6BIOI8','2283906881434','DEL-MAA',0,13142,0,'kashmirwayz@gmail.com',1,0,'0','8008124561','D S','Shatish','',0,13142,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(160,120,73,'f622c-4ef4a-674d2-22c13','FA823559DF7C47309110223BE05F10F7','FA823559DF7C47309110223BE05F10F7','NDET4T','NDET4T','','DEL-SXR',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'0','7006435889','VIJAY','PAL','',0,13264,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(163,122,69,'8b2b3-abcf2-5dd2b-b55da','AD9DD268E7E94FA8B5135116A632FA03','AD9DD268E7E94FA8B5135116A632FA03','LCD9PJ','LCD9PJ','','SXR-DEL',0,13293,0,'thesamzworld@gmail.com',0,0,'9','9419476359','YASIR AHMAD','BEIGH','',0,13293,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(164,122,70,'8b2b3-abcf2-5dd2b-b55da','AD9DD268E7E94FA8B5135116A632FA03','AD9DD268E7E94FA8B5135116A632FA03','LCD9PJ','LCD9PJ','','SXR-DEL',0,13293,0,'thesamzworld@gmail.com',0,0,'0','9419476359','GOUSIA','JAVED','',0,13293,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(165,123,71,'bada8-89906-096a8-2850e','FCAB20D7D28E423CA7C43348D148A616','FCAB20D7D28E423CA7C43348D148A616','T9BFJF','T9BFJF','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','MOHAMMAD ','ARMAN','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(166,123,72,'bada8-89906-096a8-2850e','FCAB20D7D28E423CA7C43348D148A616','FCAB20D7D28E423CA7C43348D148A616','T9BFJF','T9BFJF','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','SK RAKIBUL','ISLAM','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(167,123,73,'bada8-89906-096a8-2850e','FCAB20D7D28E423CA7C43348D148A616','FCAB20D7D28E423CA7C43348D148A616','T9BFJF','T9BFJF','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','RAFIUL ','BUX','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(168,124,74,'6e778-04f73-a931c-6ca87','EADE1C5B13BA49D890E7A730C36B6396','EADE1C5B13BA49D890E7A730C36B6396','KEYZ9Q','KEYZ9Q','','DEL-SXR',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'9','7006435889','RANJAY','YADAV','',0,13264,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(169,125,74,'769e8-87baa-20bd0-ad984',NULL,NULL,NULL,NULL,NULL,NULL,0,13137,0,'harleen.yatraunlimited@gmail.com',1,0,'0','9812932337','Ghhhj','Vhjjmk','',0,13137,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(170,126,75,'df0d4-66643-a7dd0-beb51','DMC106536355440','TJ106536355440','WIFGJX','WIFGJX','','SXR-IXJ',0,13152,0,'mtravelsxr@gmail.com',1,0,'0','9596256544','IVAN ','PEREIRA','',0,13152,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(171,127,75,'ea058-df21d-16c10-65142','A1C6872A78A341B9ADEC1AEC1FD99FF8','A1C6872A78A341B9ADEC1AEC1FD99FF8','Q8LEXI','Q8LEXI','','SXR-DEL',0,13238,0,'TICKETS.TRAVEL786@GMAIL.COM',1,0,'9','9484210314','MOHIT','KUMAR','',0,13238,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(172,128,76,'92248-b0237-59617-85f80','32F4A8046D344511B82491E6FF51F311','32F4A8046D344511B82491E6FF51F311','MDYK7T','MDYK7T','','DEL-SXR',0,13324,0,'flywithusHandwara@gmail.com',1,0,'9','7006335766','SHAMEEM BASHIR','KHAN','',0,13324,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(173,128,77,'92248-b0237-59617-85f80','32F4A8046D344511B82491E6FF51F311','32F4A8046D344511B82491E6FF51F311','MDYK7T','MDYK7T','','DEL-SXR',0,13324,0,'flywithusHandwara@gmail.com',3,0,'0','7006335766','NAZIRAH','QAYOOM','',0,13324,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(174,129,76,'203fe-6a5d3-04ec0-307f2',NULL,NULL,NULL,NULL,NULL,NULL,0,13323,0,'myasirtravels@gmail.com',1,0,'0','9797966878','ABID RASHID','LONE','',0,13323,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(175,129,78,'203fe-6a5d3-04ec0-307f2',NULL,NULL,NULL,NULL,NULL,NULL,0,13323,0,'myasirtravels@gmail.com',1,0,'0','9797966878','SHEIKH','SAMIULLAH','',0,13323,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(176,130,76,'672db-ec61b-f6958-38cb8','DMC104336373462','TJ104336373462','6I5SM6','6I5SM6','2283906904346','BOM-BLR',0,13323,0,'myasirtravels@gmail.com',1,0,'0','9797966878','ABID RASHID','LONE','',0,13323,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(177,130,78,'672db-ec61b-f6958-38cb8','DMC104336373462','TJ104336373462','6I5SM6','6I5SM6','2283906904347','BOM-BLR',0,13323,0,'myasirtravels@gmail.com',1,0,'0','9797966878','SHEIKH','SAMIULLAH','',0,13323,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(178,131,79,'8922c-c3709-ec3c0-ca8b0','045E6EF262F24449ACAEA7E702C166C1','045E6EF262F24449ACAEA7E702C166C1','WIPQQH','WIPQQH','','SXR-DEL',0,13328,0,'fctourandtravels@gmail.com',0,0,'9','9906423725','MUSHTAQ  AHMAD','GANIE','',0,13328,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(179,131,80,'8922c-c3709-ec3c0-ca8b0','045E6EF262F24449ACAEA7E702C166C1','045E6EF262F24449ACAEA7E702C166C1','WIPQQH','WIPQQH','','SXR-DEL',0,13328,0,'fctourandtravels@gmail.com',0,0,'0','9906423725','BASIT','MUSHTAQ','',0,13328,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(180,132,81,'0c79c-b27bb-18f44-ace99','183E3128275B4AADA3B0E27C359592FC','183E3128275B4AADA3B0E27C359592FC','M8ZSPI','M8ZSPI','','SXR-DEL',0,13186,0,'Cadburytravel@gmail.com',1,0,'9','7006259289','Kundal ','singh','',0,13186,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(182,134,78,'5672c-0cff4-e22b8-b0647','FCBABE961FA244DBBA27F5C23454A505','FCBABE961FA244DBBA27F5C23454A505','NBWV3J','NBWV3J','','SXR-DEL',0,13241,0,'luckyholidayskmr@gmail.com',3,0,'0','9622222269','SHAHIN','SHAHIN','',0,13241,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(183,135,79,'4cf9e-7abc4-5e905-9c15b',NULL,NULL,NULL,NULL,NULL,NULL,0,13339,0,'kashmirtravelnetwork@gmail.com',1,0,'0','8899223321','NAEEM','NAEEM','',0,13339,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(184,136,79,'a645f-5c4b5-8ec56-e49c4','0CEA094DF34544FF8AF146262A061F38','0CEA094DF34544FF8AF146262A061F38','LCD9PJ','LCD9PJ','','SXR-DEL',0,13339,0,'kashmirtravelnetwork@gmail.com',1,0,'0','8899223321','NAEEM','NAEEM','',0,13339,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(186,138,81,'95348-5d670-4005f-a5320','1C9C76871CA4416C83BE059B4F3100C0','1C9C76871CA4416C83BE059B4F3100C0','CC2D4G','CC2D4G','','SXR-DEL',0,13318,0,'shairholidays@gmail.com',1,0,'0','7006793430','ikram farooq','Roshangar','',0,13318,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(187,139,82,'0ae03-785fd-dbd3b-89e9e','72D85B4EB2384629BD382EED20242AFE','72D85B4EB2384629BD382EED20242AFE','K6M66Y','K6M66Y','','DEL-SXR',0,13441,0,'vgmaniaz@gmail.com',1,0,'0','9910620716','KEDARNATH ','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(188,139,82,'0ae03-785fd-dbd3b-89e9e','72D85B4EB2384629BD382EED20242AFE','72D85B4EB2384629BD382EED20242AFE','K6M66Y','K6M66Y','','DEL-SXR',0,13441,0,'vgmaniaz@gmail.com',1,0,'0','9910620716','MUDIT','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(189,139,83,'0ae03-785fd-dbd3b-89e9e','72D85B4EB2384629BD382EED20242AFE','72D85B4EB2384629BD382EED20242AFE','K6M66Y','K6M66Y','','DEL-SXR',0,13441,0,'vgmaniaz@gmail.com',3,0,'0','9910620716','CHARU','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(190,139,84,'0ae03-785fd-dbd3b-89e9e','72D85B4EB2384629BD382EED20242AFE','72D85B4EB2384629BD382EED20242AFE','K6M66Y','K6M66Y','','DEL-SXR',0,13441,0,'vgmaniaz@gmail.com',3,0,'0','9910620716','Archana ','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(191,140,82,'bd22c-75321-35c6e-e0ef5','23F31E2694F0497CA198790F4D0AEA41','23F31E2694F0497CA198790F4D0AEA41','UEJ7NT','UEJ7NT','','SXR-DEL',0,13441,0,'vgmaniaz@gmail.com',1,0,'0','9910620716','MUDIT','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(192,140,83,'bd22c-75321-35c6e-e0ef5','23F31E2694F0497CA198790F4D0AEA41','23F31E2694F0497CA198790F4D0AEA41','UEJ7NT','UEJ7NT','','SXR-DEL',0,13441,0,'vgmaniaz@gmail.com',3,0,'0','9910620716','CHARU','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(193,140,84,'bd22c-75321-35c6e-e0ef5','23F31E2694F0497CA198790F4D0AEA41','23F31E2694F0497CA198790F4D0AEA41','UEJ7NT','UEJ7NT','','SXR-DEL',0,13441,0,'vgmaniaz@gmail.com',3,0,'0','9910620716','Archana ','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(194,140,85,'bd22c-75321-35c6e-e0ef5','23F31E2694F0497CA198790F4D0AEA41','23F31E2694F0497CA198790F4D0AEA41','UEJ7NT','UEJ7NT','','SXR-DEL',0,13441,0,'vgmaniaz@gmail.com',1,0,'0','9910620716','Kedarnath ','AGGARWAL','',0,13441,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(195,141,86,'9600a-e0a38-82a86-76132','6657B59AD79D468E8111B5B8214A3927','6657B59AD79D468E8111B5B8214A3927','','','','SXR-DEL',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'9','7006435889','PINJARKAR','PRASANT','',0,13264,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(196,142,87,'e29db-d7f4b-3b3e9-1526d','0E65C81C64B34F9EA7EFEA8F11FFEB0F','0E65C81C64B34F9EA7EFEA8F11FFEB0F','WIPQQH','WIPQQH','','SXR-DEL',0,13328,0,'fctourandtravels@gmail.com',0,0,'9','9906423725','ZAHOOR AHMAD','SHAH','',0,13328,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(197,142,88,'e29db-d7f4b-3b3e9-1526d','0E65C81C64B34F9EA7EFEA8F11FFEB0F','0E65C81C64B34F9EA7EFEA8F11FFEB0F','WIPQQH','WIPQQH','','SXR-DEL',0,13328,0,'fctourandtravels@gmail.com',0,0,'0','9906423725','ASRAR AHMAD','SHAH','',0,13328,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(198,143,89,'a11da-63b22-27138-26c3f','0C717641A0FD472CB1F8FB2A3608ABED','0C717641A0FD472CB1F8FB2A3608ABED','F5PF6L','F5PF6L','','SXR-DEL',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'9','7006435889','Ravikant','Poddar','',0,13264,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(199,144,90,'7512e-a2d54-38e23-124f0','DMC104336426958','TJ104336426958','IIPYUI','IIPYUI','','SXR-DEL',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'9','7006435889','RUPKANT ','KUMAR','',0,13264,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(200,144,91,'7512e-a2d54-38e23-124f0','DMC104336426958','TJ104336426958','IIPYUI','IIPYUI','','SXR-DEL',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'0','7006435889','GAUTAM ','KUMAR','',0,13264,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(201,144,92,'7512e-a2d54-38e23-124f0','DMC104336426958','TJ104336426958','IIPYUI','IIPYUI','','SXR-DEL',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'0','7006435889','AMAR ','KUMAR ','',0,13264,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(202,145,93,'47065-528e5-ff091-ce92b','F01C3D106A62429992547BA308362C10','F01C3D106A62429992547BA308362C10','C5EY6L','C5EY6L','','DEL-SXR',0,13125,0,'bookings@slipatrip.com',1,0,'9','9748778838','MANISH ','GOEL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(203,145,94,'47065-528e5-ff091-ce92b','F01C3D106A62429992547BA308362C10','F01C3D106A62429992547BA308362C10','C5EY6L','C5EY6L','','DEL-SXR',0,13125,0,'bookings@slipatrip.com',1,0,'0','9748778838','HEMANT ','BANSAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(204,146,95,'0c9e4-b1919-59057-9cd98','2920B350E5364DE59AB3E10367BB4A2E','2920B350E5364DE59AB3E10367BB4A2E','KE9VKD','KE9VKD','','DEL-BOM',0,13125,0,'bookings@slipatrip.com',2,0,'9','9748778838','Megha ','Agrawal ','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(205,147,83,'b5d93-e7a11-461f3-97b8f',NULL,NULL,NULL,NULL,NULL,NULL,0,13395,0,'ZAHROOM02@GMAIL.COM',1,0,'0','7006689081','Santosh ','Kumar','',0,13395,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(206,147,96,'b5d93-e7a11-461f3-97b8f',NULL,NULL,NULL,NULL,NULL,NULL,0,13395,0,'ZAHROOM02@GMAIL.COM',1,0,'0','7006689081','Surender ','singh','',0,13395,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(207,148,83,'642e1-d145d-2415c-25a56',NULL,NULL,NULL,NULL,NULL,NULL,0,13395,0,'ZAHROOM02@GMAIL.COM',1,0,'0','7006689081','Santosh ','Kumar','',0,13395,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(208,148,96,'642e1-d145d-2415c-25a56',NULL,NULL,NULL,NULL,NULL,NULL,0,13395,0,'ZAHROOM02@GMAIL.COM',1,0,'0','7006689081','Surender ','singh','',0,13395,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(209,149,84,'22165-5ad49-52d1b-002f3','DMC102636459405','TJ102636459405',NULL,NULL,'','SXR-DEL',0,13320,0,'sales@travelmission.in',1,0,'0','9596346926','mukul','singh','',0,13320,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(210,150,83,'8a55b-36452-43d70-8190a','C270C8BB0C6D426D90E3A621DAF72EC8','C270C8BB0C6D426D90E3A621DAF72EC8','ZJ432E','ZJ432E','','DEL-SXR',0,13395,0,'ZAHROOM02@GMAIL.COM',1,0,'0','7006689081','Santosh ','Kumar','',0,13395,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(211,150,96,'8a55b-36452-43d70-8190a','C270C8BB0C6D426D90E3A621DAF72EC8','C270C8BB0C6D426D90E3A621DAF72EC8','ZJ432E','ZJ432E','','DEL-SXR',0,13395,0,'ZAHROOM02@GMAIL.COM',1,0,'0','7006689081','Surender ','singh','',0,13395,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(212,151,97,'3ab0d-16a38-e72c7-ab77d','ED8B7CF89E1A4856923EAA140A91316F','ED8B7CF89E1A4856923EAA140A91316F','JHH97U','JHH97U','','BOM-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','Megha','Agrawal','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(213,152,85,'339dc-b25af-716fd-2fad3',NULL,NULL,NULL,NULL,NULL,NULL,0,13294,0,'Yas_speed11@yahoo.com',2,0,'0','7006010600','RUHI','JAN','',0,13294,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(214,153,98,'1eb19-98345-8f68c-6f2fb','759C3C731BEA4A05A48F50E2FCA1822E','759C3C731BEA4A05A48F50E2FCA1822E','JYTR3Z','JYTR3Z','','DEL-SXR',0,13294,0,'Yas_speed11@yahoo.com',1,0,'9','7006010600','RUHI','JAN','',0,13294,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(215,154,86,'82822-4ede6-5e144-879dd','E4B73E8813694F60AE3F1B5585D37CEC','E4B73E8813694F60AE3F1B5585D37CEC','MFDPJA','MFDPJA','','SXR-DEL',0,13112,0,'sales@dreamlinertravolta.in',1,0,'0','9858299200','Abdul oyahid ','Sarkar','',0,13112,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(217,156,88,'9e907-a8bca-e6a20-dc613','DMC105736498540','TJ105736498540','G1LLVP','G1LLVP','','DEL-BOM',0,13432,0,'masha@waxwingholidays.com',1,0,'0','9810707282','SHAHZAD','SHAHZAD','',0,13432,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(218,157,89,'5e270-3fa32-acf45-93840','006671EA9085491EA246A490F85A7722','006671EA9085491EA246A490F85A7722','JYCSTP','JYCSTP','','SXR-DEL',0,13322,0,'travelsb9@gmail.com',0,0,'0','9797777577','Shampa','Nandi','',0,13322,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(219,158,99,'dd9c9-9954a-86b2d-bd9e4','EFDBDA3442B24BFC8D1CD94A316A9360','EFDBDA3442B24BFC8D1CD94A316A9360','I6NPPL','I6NPPL','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','NAZRUL ','SEKH','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(220,159,100,'62e72-0054a-1779f-f2a71','2C19072379F4494AB94DBC33FE67712F','2C19072379F4494AB94DBC33FE67712F','ZF999Q','ZF999Q','','SXR-DEL',0,13186,0,'Cadburytravel@gmail.com',0,0,'9','7006259289','JUNED','KHAN','',0,13186,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(221,160,101,'011d1-181cd-6352c-83f09',NULL,NULL,NULL,NULL,NULL,NULL,0,13136,0,'relive.purchases@gmail.com',1,0,'9','7006975244','SYED ILHAAN','HAMDANI','',0,13136,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(222,161,102,'05f65-0d67c-adce8-10ce3','990A93866CC54A51AD61EFA696A8453D','990A93866CC54A51AD61EFA696A8453D','I6NPPL','I6NPPL','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','BAKIBILLA','MALLIK','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(223,161,103,'05f65-0d67c-adce8-10ce3','990A93866CC54A51AD61EFA696A8453D','990A93866CC54A51AD61EFA696A8453D','I6NPPL','I6NPPL','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','MONIRUL','SAIKH','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(224,162,104,'8fd44-b0d20-f4c08-36461','09B0D027B7C24DE189C8F61D26AF09B7','09B0D027B7C24DE189C8F61D26AF09B7','MGC69K','MGC69K','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',1,0,'9','9748778838','Sanjay','Agarwal','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(225,163,90,'60058-e744f-42a1a-1adc8',NULL,NULL,NULL,NULL,NULL,NULL,0,13214,0,'Skylinetravel777@gmail.com',1,0,'0','9906465201','BAAKIR ','BASHIR','',0,13214,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(226,163,105,'60058-e744f-42a1a-1adc8',NULL,NULL,NULL,NULL,NULL,NULL,0,13214,0,'Skylinetravel777@gmail.com',1,0,'0','9906465201','INAYAT ULLAH','WANI','',0,13214,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(227,164,90,'2f612-3febe-0455f-ff0e6','550DA463CD9E43BC932A1C8A77E125B5','550DA463CD9E43BC932A1C8A77E125B5','H8T8VF','H8T8VF','','DEL-SXR',0,13214,0,'Skylinetravel777@gmail.com',1,0,'0','9906465201','BAAKIR ','BASHIR','',0,13214,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(228,164,105,'2f612-3febe-0455f-ff0e6','550DA463CD9E43BC932A1C8A77E125B5','550DA463CD9E43BC932A1C8A77E125B5','H8T8VF','H8T8VF','','DEL-SXR',0,13214,0,'Skylinetravel777@gmail.com',1,0,'0','9906465201','INAYAT ULLAH','WANI','',0,13214,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(229,165,91,'38d7d-6b0df-5cc0c-84835','D3BFF0B1CF024101ADE73C42DFE9A159','D3BFF0B1CF024101ADE73C42DFE9A159','ZF999Q','ZF999Q','','SXR-DEL',0,13479,0,'Aliabbastourtravels@gmail.com',1,0,'0','7780833087','AQEEL','AQEEL','',0,13479,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(230,166,92,'75b07-30487-77f89-7efa2','DF4783D2B37345F8AA4075A8B1EB7FA4','DF4783D2B37345F8AA4075A8B1EB7FA4','ZF999Q','ZF999Q','','SXR-DEL',0,13253,0,'tazkiyahtravelz@gmail.com',1,0,'0','9469444469','MOHAMMAD ASHRAF','BHAT','',0,13253,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(231,167,93,'6e12e-90bbb-97395-508e4','2B7C836C6B324F99A7F4F94A599DF133','2B7C836C6B324F99A7F4F94A599DF133','QHJE5H','QHJE5H','','CCU-DEL',0,13124,0,'travelhomesgr@gmail.com',0,0,'0','9018066764','ABDUL ROUF','MALIK','',0,13124,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(232,168,106,'4863c-fc7e4-6627e-d403d','776D5F4CF01B42508CB7EA327788E4A3','776D5F4CF01B42508CB7EA327788E4A3','IIR8ME','IIR8ME','','SXR-DEL',0,13286,0,'Skyhightoursandtravelz@gmail.com',0,0,'9','9018603134','ROHIT SINGH','BISHT','',0,13286,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(233,169,94,'314cf-d2d2a-7bf0a-93c4e',NULL,NULL,NULL,NULL,NULL,NULL,0,13500,0,'ghulamtravels786@yahoo.com',1,0,'0','7889663376','MOHD AKRAR','KHAN','',0,13500,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(234,170,95,'6ef86-c936a-a12bb-086a1','EF354E34637F4C1586C77D74868415CE','EF354E34637F4C1586C77D74868415CE','IJM8JB','IJM8JB','','CCU-DEL',0,13508,0,'shreeshyamtravels2019@gmail.com',0,0,'0','9831115311','Dharmendra kumar','sheth','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(235,170,107,'6ef86-c936a-a12bb-086a1','EF354E34637F4C1586C77D74868415CE','EF354E34637F4C1586C77D74868415CE','IJM8JB','IJM8JB','','CCU-DEL',0,13508,0,'shreeshyamtravels2019@gmail.com',0,0,'0','9831115311','KALPESH','Sheth','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(236,171,108,'125a0-c4293-2e3e6-9f48c','CE8432B2AEBD439E8B616F67BD704B92','CE8432B2AEBD439E8B616F67BD704B92','A9FYMP','A9FYMP','','SXR-DEL',0,13231,0,'travelwithskyroute@gmail.com',1,0,'9','7006310658','RISHABH','TOMAR','',0,13231,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(237,171,109,'125a0-c4293-2e3e6-9f48c','CE8432B2AEBD439E8B616F67BD704B92','CE8432B2AEBD439E8B616F67BD704B92','A9FYMP','A9FYMP','','SXR-DEL',0,13231,0,'travelwithskyroute@gmail.com',1,0,'0','7006310658','MIR UBAID','RAZA','',0,13231,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(238,172,110,'3ae57-073aa-d3096-5bf08','567B373926384E0BA75F2987D49D7829','567B373926384E0BA75F2987D49D7829','MD6B5T','MD6B5T','','DEL-BOM',0,13061,0,'rahulrk1305@gmail.com',1,0,'9','9891985015','MUKUL','JAIN','',0,13061,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(239,173,96,'4ce0e-82eb1-20af3-3cda7',NULL,NULL,NULL,NULL,NULL,NULL,0,13314,0,'firstklickbla@gmail.com',1,0,'0','9149502525','Umesh','Chandra','',0,13314,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(240,174,96,'09577-08bc4-61c41-33a1e','B9A0EFC7B594449DB74D65694F9DCBDD','B9A0EFC7B594449DB74D65694F9DCBDD','V5WZVR','V5WZVR','','SXR-DEL',0,13314,0,'firstklickbla@gmail.com',1,0,'0','9149502525','Umesh','Chandra','',0,13314,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(241,175,97,'9cd26-3c251-eb283-bd285','E022D383F23445BEBDC47A7613B8CA8F','E022D383F23445BEBDC47A7613B8CA8F','JHH97U','JHH97U','','BOM-DEL',0,13078,0,'ops@tripshaala.com',0,0,'0','9773769011','VAIBHAV','SEHGAL','',0,13078,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(242,176,111,'90ab2-c1b19-cac38-46722','83CBCEA17F1D4D52BF9D2D4FD62D5169','83CBCEA17F1D4D52BF9D2D4FD62D5169','AIG4FR','AIG4FR','','SXR-DEL',0,13264,0,'firstclasstourandtravel@gmail.com',1,0,'9','7006435889','JOHARE','R R','',0,13264,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(243,177,98,'06c36-d9833-08727-7daea','BC08EE06FC9F4D2C8240ECB442A94698','BC08EE06FC9F4D2C8240ECB442A94698','Z8EIFI','Z8EIFI','','SXR-DEL',0,13351,0,'salesgracetravel123@gmail.com',1,0,'0','9797480497','Ram pyare','Yadav','',0,13351,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(244,178,112,'af33f-b9269-5992b-c23f9','FA7F0FE3B3C74E43B154F978B96FA104','FA7F0FE3B3C74E43B154F978B96FA104','JHH97U','JHH97U','','BOM-DEL',0,13129,0,'BESTBUYTOURANDTRAVELS@GMAIL.COM',0,0,'9','9796505659','SAIYBA','BAZAZ','',0,13129,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(245,179,113,'4364a-4a8ce-8c7d2-c2bba',NULL,NULL,NULL,NULL,NULL,NULL,0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','MAHBOOB','AHAMAD','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(246,179,114,'4364a-4a8ce-8c7d2-c2bba',NULL,NULL,NULL,NULL,NULL,NULL,0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','HAMID','ALI','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(247,180,113,'4c9a1-bc63b-975ea-f3438','7C258559C44D49F49C5F8EBF9F915BD3','7C258559C44D49F49C5F8EBF9F915BD3','HCSZXW','HCSZXW','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'9','9875598950','MAHBOOB','AHAMAD','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(248,180,114,'4c9a1-bc63b-975ea-f3438','7C258559C44D49F49C5F8EBF9F915BD3','7C258559C44D49F49C5F8EBF9F915BD3','HCSZXW','HCSZXW','','CCU-DEL',0,13073,0,'READYTOFLY.IN@GMAIL.COM',1,0,'0','9875598950','HAMID','ALI','',0,13073,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(249,181,115,'4db3b-3e8a9-fe2b9-818ea','B03C341C1F09407F81B613D5558316AB','B03C341C1F09407F81B613D5558316AB','Z8EIFI','Z8EIFI','','SXR-DEL',0,13136,0,'relive.purchases@gmail.com',1,0,'9','7006975244','KARAMVEER','KARAMVEER','',0,13136,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(250,182,116,'08b02-17595-475cf-8b8cb','913ED70581654E8DA724CB89612776AC','913ED70581654E8DA724CB89612776AC','Z8EIFI','Z8EIFI','','SXR-DEL',0,13106,0,'mohitairways@gmail.com',1,0,'9','9419088764','Vijayender ','kumar ','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(251,183,99,'609ab-3548a-c4ecc-3a0a4','009142BF6F044BA28A636B089B204FB6','009142BF6F044BA28A636B089B204FB6','HCSZXW','HCSZXW','','CCU-DEL',0,13529,0,'bajajtoursandtravelsjorhat@gmail.com',1,0,'0','6000408567','AMIT','BANG','',0,13529,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(252,184,100,'15015-8c183-6acd9-208cf','CC7BF948D3054C428D13B236847D8180','CC7BF948D3054C428D13B236847D8180','Z8EIFI','Z8EIFI','','SXR-DEL',0,13351,0,'salesgracetravel123@gmail.com',3,0,'0','9797909769','Apak bagang','Doka','',0,13351,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(253,184,117,'15015-8c183-6acd9-208cf','CC7BF948D3054C428D13B236847D8180','CC7BF948D3054C428D13B236847D8180','Z8EIFI','Z8EIFI','','SXR-DEL',0,13351,0,'salesgracetravel123@gmail.com',3,0,'0','9797909769','Meli tarh','Tarh','',0,13351,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(254,185,101,'50c1e-e6b08-9df28-60348','6466574202844C7A9E107EFD286FD916','6466574202844C7A9E107EFD286FD916','I9UPFP','I9UPFP','','DEL-CCU',0,13066,0,'layekmemari@gmail.com',1,0,'0','8343832959','SYED ABDUS','SOYEB','',0,13066,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(255,185,118,'50c1e-e6b08-9df28-60348','6466574202844C7A9E107EFD286FD916','6466574202844C7A9E107EFD286FD916','I9UPFP','I9UPFP','','DEL-CCU',0,13066,0,'layekmemari@gmail.com',1,0,'0','8343832959','SHARUKH','CHOWDHURY','',0,13066,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(256,186,102,'80c58-0b1b1-fede7-5b85b','EF1785834E4A4868B69C7A3B32E013DE','EF1785834E4A4868B69C7A3B32E013DE','V5WZVR','V5WZVR','','SXR-DEL',0,13305,0,'Aldabaltravel@gmail.com',1,0,'0','7889604082','RAJINDER ','SINGH ','',0,13305,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(257,186,119,'80c58-0b1b1-fede7-5b85b','EF1785834E4A4868B69C7A3B32E013DE','EF1785834E4A4868B69C7A3B32E013DE','V5WZVR','V5WZVR','','SXR-DEL',0,13305,0,'Aldabaltravel@gmail.com',2,0,'0','7889604082','MANPREET KOUR ','RAI ','',0,13305,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(258,186,120,'80c58-0b1b1-fede7-5b85b','EF1785834E4A4868B69C7A3B32E013DE','EF1785834E4A4868B69C7A3B32E013DE','V5WZVR','V5WZVR','','SXR-DEL',0,13305,0,'Aldabaltravel@gmail.com',3,0,'0','7889604082',' SARGUN ','KAUR ','',0,13305,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(259,186,121,'80c58-0b1b1-fede7-5b85b','EF1785834E4A4868B69C7A3B32E013DE','EF1785834E4A4868B69C7A3B32E013DE','V5WZVR','V5WZVR','','SXR-DEL',0,13305,0,'Aldabaltravel@gmail.com',2,0,'9','7889604082',' JAIKIRAT ','SINGH ','',0,13305,'2022-03-03',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,0,0,'15','7',NULL,NULL,NULL,'2022-06-26',0,'0','1',NULL,NULL,NULL,'0',NULL),(260,187,122,'c51a0-9b43f-10166-14a70','7400C9F13D8449DC9E4470C43F412F38','7400C9F13D8449DC9E4470C43F412F38','MFDPJA','MFDPJA','','SXR-DEL',0,13238,0,'TICKETS.TRAVEL786@GMAIL.COM',1,0,'9','9484210314','KUMBHKARAN','KUMBHKARAN','',0,13238,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(261,188,123,'93d0b-f4516-d6c3a-8b632','C6A736DB2F9A45D2989E656CC498B5E4','C6A736DB2F9A45D2989E656CC498B5E4','SGDLPN','SGDLPN','','SXR-DEL',0,13238,0,'TICKETS.TRAVEL786@GMAIL.COM',1,0,'9','9484210314','U K','TIWARI','',0,13238,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(262,189,124,'ee49c-21b80-3f712-ce40a','630FE7B643A349668153C592E67466B5','630FE7B643A349668153C592E67466B5','QHJE5H','QHJE5H','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','ANKIT','AGARWAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(263,189,125,'ee49c-21b80-3f712-ce40a','630FE7B643A349668153C592E67466B5','630FE7B643A349668153C592E67466B5','QHJE5H','QHJE5H','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'0','9748778838','SONAM','AGARWAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(264,189,126,'ee49c-21b80-3f712-ce40a','630FE7B643A349668153C592E67466B5','630FE7B643A349668153C592E67466B5','QHJE5H','QHJE5H','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'0','9748778838','DARSH','AGARWAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(265,189,127,'ee49c-21b80-3f712-ce40a','630FE7B643A349668153C592E67466B5','630FE7B643A349668153C592E67466B5','QHJE5H','QHJE5H','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'0','9748778838','ANITA','SARKAR','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(266,190,128,'851ee-4673f-05675-05e7a','05740D1B7BF34BE3BEAEF7A7200C810C','05740D1B7BF34BE3BEAEF7A7200C810C','L8VEFS','L8VEFS','','SXR-DEL',0,13186,0,'Cadburytravel@gmail.com',1,0,'9','7006259289','Arfat ','Ali','',0,13186,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(267,191,129,'a9a9c-a91d4-b1059-31b30','E51551B560884980B455DAD1B7B5937A','E51551B560884980B455DAD1B7B5937A','Y8FVWY','Y8FVWY','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',2,0,'0','9748778838','SONAM','AGARWAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(268,191,126,'a9a9c-a91d4-b1059-31b30','E51551B560884980B455DAD1B7B5937A','E51551B560884980B455DAD1B7B5937A','Y8FVWY','Y8FVWY','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',1,0,'0','9748778838','DARSH','AGARWAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(269,191,127,'a9a9c-a91d4-b1059-31b30','E51551B560884980B455DAD1B7B5937A','E51551B560884980B455DAD1B7B5937A','Y8FVWY','Y8FVWY','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',2,0,'0','9748778838','ANITA','SARKAR','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(270,192,103,'fba8c-2639e-f1ac4-ef0d8','440380AFF4D14430B82C6959045F58FB','440380AFF4D14430B82C6959045F58FB','AYQ36J','AYQ36J','','CCU-DEL',0,13350,0,'Emintravels@gmail.com',1,0,'0','9541086556','ADIL AYOUB','BHAT','',0,13350,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(271,192,130,'fba8c-2639e-f1ac4-ef0d8','440380AFF4D14430B82C6959045F58FB','440380AFF4D14430B82C6959045F58FB','AYQ36J','AYQ36J','','CCU-DEL',0,13350,0,'Emintravels@gmail.com',1,0,'0','9541086556','UBAID AHMAD','LONE','',0,13350,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(272,193,131,'984e4-dc8b5-52c6f-63b82','A59E5C25DF7744AEAAE5B715615CFA5C','A59E5C25DF7744AEAAE5B715615CFA5C','IYUNFM','IYUNFM','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','NISHA','JAISWAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(273,193,132,'984e4-dc8b5-52c6f-63b82','A59E5C25DF7744AEAAE5B715615CFA5C','A59E5C25DF7744AEAAE5B715615CFA5C','IYUNFM','IYUNFM','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'0','9748778838','RAMA','JAISWAL','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(274,194,104,'8e0a2-ca92e-0767d-4bf6b','00C126D0EFB943C6B4DAD409F516FB11','00C126D0EFB943C6B4DAD409F516FB11','RBKTJM','RBKTJM','','DEL-BOM',0,13430,0,'support@skysafar.in',0,0,'0','9654100207','WASSH PATEL','MOHAMADE','',0,13430,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(275,194,133,'8e0a2-ca92e-0767d-4bf6b','00C126D0EFB943C6B4DAD409F516FB11','00C126D0EFB943C6B4DAD409F516FB11','RBKTJM','RBKTJM','','DEL-BOM',0,13430,0,'support@skysafar.in',0,0,'0','9654100207','SALMA','NOORMAMODE','',0,13430,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(276,195,134,'010a7-e89f0-704db-2f635','1EF51E57F9FD4C4CBB04CC268A818C21','1EF51E57F9FD4C4CBB04CC268A818C21','IJM8JB','IJM8JB','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','NAVEEN','MEHTA','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(277,196,135,'d8db9-bca23-2d2e8-d2af5','A484F9E847DA4D6BA6BF7AD9A6DA0D16','A484F9E847DA4D6BA6BF7AD9A6DA0D16','A9FYMP','A9FYMP','','SXR-DEL',0,13136,0,'relive.purchases@gmail.com',1,0,'9','7006975244','Pushpendera','kumar','',0,13136,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(280,198,106,'3efe3-31458-378d3-5c23a','8E143A5D9C5942C7A0A90D85AA505E87','8E143A5D9C5942C7A0A90D85AA505E87','V5RFWR','V5RFWR','','CCU-DEL',0,13141,0,'charqul786@gmail.com',0,0,'0','7006124554','Swarup','Poria','',0,13141,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(281,198,137,'3efe3-31458-378d3-5c23a','8E143A5D9C5942C7A0A90D85AA505E87','8E143A5D9C5942C7A0A90D85AA505E87','V5RFWR','V5RFWR','','CCU-DEL',0,13141,0,'charqul786@gmail.com',0,0,'0','7006124554','Debika','Poria','',0,13141,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(282,199,107,'29b1d-03cb4-c97f5-896a3','1F2290BF2DF042678F282D22BC13F155','1F2290BF2DF042678F282D22BC13F155','HCSZXW','HCSZXW','','CCU-DEL',0,13079,0,'rajagarwal4560@gmail.com',1,0,'0','9123615096','SANJAY','YADAV','',0,13079,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(283,200,138,'954df-6af24-c9866-1419a','269A81E3BD224AD79A5F8B187BDE98AD','269A81E3BD224AD79A5F8B187BDE98AD','F8TJKS','F8TJKS','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','Subir Kumar','Dutta','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(284,201,139,'a6416-8bf08-0c63b-063d0','5E35FB07E5FB44F8A9030F33E75D9349','5E35FB07E5FB44F8A9030F33E75D9349','AYQ36J','AYQ36J','','CCU-DEL',0,13061,0,'rahulrk1305@gmail.com',1,0,'9','9891985015','SIRIPORN','SIRILA','',0,13061,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(285,202,140,'3cb29-7d5d3-f9cf7-6c339',NULL,NULL,NULL,NULL,NULL,NULL,0,13142,0,'kashmirwayz@gmail.com',1,0,'9','9419033092','R J','KOUL','',0,13142,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(286,203,140,'8fbcb-9f7d3-3ba3f-3e266',NULL,NULL,NULL,NULL,NULL,NULL,0,13142,0,'kashmirwayz@gmail.com',1,0,'9','9419033092','R J','KOUL','',0,13142,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(287,204,108,'6aafa-9da8e-1082d-527cb','AD8CBDBB1C4348CB84018B747A190782','AD8CBDBB1C4348CB84018B747A190782','MFDPJA','MFDPJA','','SXR-DEL',0,13351,0,'salesgracetravel123@gmail.com',1,0,'0','940125 856','Santosh','Kumar','',0,13351,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(288,205,141,'17edf-ec46b-3e9db-50276','A051ECBC40C74FDC8F171D22DEFDC06D','A051ECBC40C74FDC8F171D22DEFDC06D','PJGSFR','PJGSFR','','SXR-DEL',0,13323,0,'myasirtravels@gmail.com',0,0,'9','9797966878','Sajad Rasool','Kumar','',0,13323,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(289,205,142,'17edf-ec46b-3e9db-50276','A051ECBC40C74FDC8F171D22DEFDC06D','A051ECBC40C74FDC8F171D22DEFDC06D','PJGSFR','PJGSFR','','SXR-DEL',0,13323,0,'myasirtravels@gmail.com',0,0,'0','9797966878','Nadiya','Shafi','',0,13323,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(290,206,143,'edd7a-7a37d-387a3-2e845','B8D0B463BAA54F6680274324F0C70D43','B8D0B463BAA54F6680274324F0C70D43','DEK54N','DEK54N','','DEL-CCU',0,13117,0,'bookings.letsfly@gmail.com',0,0,'9','9883230367','SHREY','LUNIA','',0,13117,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(291,207,144,'1de6d-29642-f0bff-22926','F1E72794034F441B80BE8E6903401393','F1E72794034F441B80BE8E6903401393','MFDPJA','MFDPJA','','SXR-DEL',0,13286,0,'Skyhightoursandtravelz@gmail.com',1,0,'9','9018603134','YOGESH','KUMAR','',0,13286,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-28',0,'0','1',NULL,NULL,NULL,'0',NULL),(292,0,145,'8b5be-68d4a-d70aa-dcc0c',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'malikmujeeb113@gmail.com',1,0,'0','7006619793','Mujeeb Ullah','Malik','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-06-29',1,'0','1',NULL,NULL,NULL,'0',NULL),(293,209,110,'53fba-0f81c-96bec-c4761',NULL,NULL,NULL,NULL,NULL,NULL,0,13334,0,'alanfaltravels@gmail.com',3,0,'0','9796369197','ARUSHA','FAYAZ','',0,13334,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-29',0,'0','1',NULL,NULL,NULL,'0',NULL),(294,210,110,'7fbd2-26df4-ba3d9-57dc2','655C353413084D6E8EC0F922E883C697','655C353413084D6E8EC0F922E883C697','V5J1PR','V5J1PR','','SXR-DEL',0,13334,0,'alanfaltravels@gmail.com',0,0,'0','9796369197','ARUSHA','FAYAZ','',0,13334,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-29',0,'0','1',NULL,NULL,NULL,'0',NULL),(295,211,146,'16a59-2b52e-bc9fb-5421d','B7666F7DF8A7434DB273A0F6C4B98F99','B7666F7DF8A7434DB273A0F6C4B98F99','E9M8TC','E9M8TC','','DEL-CCU',0,13079,0,'rajagarwal4560@gmail.com',0,0,'9','9123615096','hARSH','AGARWAL','',0,13079,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-29',0,'0','1',NULL,NULL,NULL,'0',NULL),(296,212,147,'1018e-db746-2ee02-64b2f','20007488944C489F9E48D0A10965B7F9','20007488944C489F9E48D0A10965B7F9','YDMR9G','YDMR9G','','SXR-DEL',0,13106,0,'mohitairways@gmail.com',1,0,'9','9419088764','Nitin ','Sharma ','',0,13106,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-29',0,'0','1',NULL,NULL,NULL,'0',NULL),(297,213,111,'dce92-e7746-c67ed-72471','E2FA1F6270104AE1B7C3DB7FCE3BB388','E2FA1F6270104AE1B7C3DB7FCE3BB388','SIJGQH','SIJGQH','','CCU-DEL',0,13088,0,'kanakbihariholidays@gmail.com',0,0,'0','8961995236','Ashok','Agarwal','',0,13088,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(298,213,148,'dce92-e7746-c67ed-72471','E2FA1F6270104AE1B7C3DB7FCE3BB388','E2FA1F6270104AE1B7C3DB7FCE3BB388','SIJGQH','SIJGQH','','CCU-DEL',0,13088,0,'kanakbihariholidays@gmail.com',0,0,'0','8961995236','Deepika','Agarwal','',0,13088,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(299,214,112,'e801c-0f253-c558f-864a8',NULL,NULL,NULL,NULL,NULL,NULL,0,13222,0,'SALES@TRVLXTREME.COM',1,0,'0','7006430018','AMir  ','NAZIR ','',0,13222,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(300,215,113,'e7f81-f0d90-ac1a4-06ffb','C98B3AA02A2645FFA3AD8CF75C97468B','C98B3AA02A2645FFA3AD8CF75C97468B','FHWRXH','FHWRXH','','DEL-CCU',0,13647,0,'NIKUNJKEDIA707@GMAIL.COM',0,0,'0','9051187034','SONIKA','KEDIA','',0,13647,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(301,216,149,'8cf61-5e02f-47a86-b13b0','A31E69EACCE84D8B8BC103BB0DB8C29D','A31E69EACCE84D8B8BC103BB0DB8C29D','QHJE5H','QHJE5H','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','Sanjay Kumar','Bhutoria','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(302,217,150,'a5bdf-a7f55-4c1e8-8fe21','FB440350DD514D5DBA438A3357294592','FB440350DD514D5DBA438A3357294592','','','','SXR-DEL',0,13214,0,'Skylinetravel777@gmail.com',1,0,'9','9906465201','MUSHTAQ AHMAD','NAJAR','',0,13214,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(303,217,151,'a5bdf-a7f55-4c1e8-8fe21','FB440350DD514D5DBA438A3357294592','FB440350DD514D5DBA438A3357294592','','','','SXR-DEL',0,13214,0,'Skylinetravel777@gmail.com',3,0,'0','9906465201','LATEEFA','BEGUM','',0,13214,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,0,0,'15','7',NULL,NULL,NULL,'2022-06-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(304,218,152,'15b5a-c9a9c-87693-26dd9',NULL,NULL,NULL,NULL,NULL,NULL,0,13142,0,'kashmirwayz@gmail.com',1,0,'9','9419033092','Vaishno','Dass','',0,13142,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(307,220,115,'97885-61bf2-ee9e5-79885','4F406A5FE6294A229370BB75DF19A32B','4F406A5FE6294A229370BB75DF19A32B','PJGSFR','PJGSFR','','SXR-DEL',0,13215,0,'jehlumtravels786@gmail.com',0,0,'0','9906542943','FARJAMUND','SIDIQI','',0,13215,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(308,220,154,'97885-61bf2-ee9e5-79885','4F406A5FE6294A229370BB75DF19A32B','4F406A5FE6294A229370BB75DF19A32B','PJGSFR','PJGSFR','','SXR-DEL',0,13215,0,'jehlumtravels786@gmail.com',0,0,'0','9906542943','KAFIL','SIDIQI','',0,13215,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-02',0,'0','1',NULL,NULL,NULL,'0',NULL),(309,221,116,'060e5-a0fb5-4a0e4-276b1','A86A46AECCB649658145B63A3CA43E37','A86A46AECCB649658145B63A3CA43E37','','','','BOM-DEL',0,13742,0,'airlinestours@gmail.com',1,0,'0','9818301205','Nitin','Ahuja','',0,13742,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-03',0,'0','1',NULL,NULL,NULL,'0',NULL),(310,222,117,'818c4-a756b-816ea-7750b','A4C2B569D6E6431C8FC54CD105CCF6B3','A4C2B569D6E6431C8FC54CD105CCF6B3','','','','SXR-DEL',0,13286,0,'Skyhightoursandtravelz@gmail.com',1,0,'0','7006838123','ABDUL MAJEED','MALIK','',0,13286,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-03',0,'0','1',NULL,NULL,NULL,'0',NULL),(311,222,155,'818c4-a756b-816ea-7750b','A4C2B569D6E6431C8FC54CD105CCF6B3','A4C2B569D6E6431C8FC54CD105CCF6B3','','','','SXR-DEL',0,13286,0,'Skyhightoursandtravelz@gmail.com',3,0,'0','7006838123',' NAGEENA','BANO','',0,13286,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-03',0,'0','1',NULL,NULL,NULL,'0',NULL),(312,222,156,'818c4-a756b-816ea-7750b','A4C2B569D6E6431C8FC54CD105CCF6B3','A4C2B569D6E6431C8FC54CD105CCF6B3','','','','SXR-DEL',0,13286,0,'Skyhightoursandtravelz@gmail.com',1,0,'0','7006838123','ABDUL HAMID','KHANDAY','',0,13286,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-03',0,'0','1',NULL,NULL,NULL,'0',NULL),(314,224,158,'9aa00-21d68-1d611-cf02c','6FACED1182704BDA9920DD86ACC23CE2','6FACED1182704BDA9920DD86ACC23CE2','NDIRYW','NDIRYW','','BOM-DEL',0,13742,0,'airlinestours@gmail.com',0,0,'9','9818301205','Nitin','ahuja','',0,13742,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-03',0,'0','1',NULL,NULL,NULL,'0',NULL),(315,225,118,'bd94c-d3c1a-0e185-320d1',NULL,NULL,NULL,NULL,NULL,NULL,0,13135,0,'Aldaietravels@gmail.com',1,0,'0','7006163565','Mukul','Chankaya','',0,13135,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(316,226,159,'b8c8f-c2ff4-270a5-bdf38','3526B1D680EA4BC58CC369313B5BCBD9','3526B1D680EA4BC58CC369313B5BCBD9','JEVNSQ','JEVNSQ','','SXR-DEL',0,13214,0,'Skylinetravel777@gmail.com',0,0,'9','9906465201','DINESH R','DINESH R','',0,13214,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(317,227,119,'f79b9-a9ba0-56523-167af',NULL,NULL,NULL,NULL,NULL,NULL,0,13282,0,'contact@treksandhikes.com',1,0,'0','8879418581','HAjhsjahs','AJshkjahskjah','',0,13282,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(318,227,160,'f79b9-a9ba0-56523-167af',NULL,NULL,NULL,NULL,NULL,NULL,0,13282,0,'contact@treksandhikes.com',1,0,'0','8879418581','Ajhskajhskah','Asjhakshaksh','',0,13282,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(319,227,161,'f79b9-a9ba0-56523-167af',NULL,NULL,NULL,NULL,NULL,NULL,0,13282,0,'contact@treksandhikes.com',1,0,'0','8879418581','uywiueywiyue','asasahsj','',0,13282,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(320,227,162,'f79b9-a9ba0-56523-167af',NULL,NULL,NULL,NULL,NULL,NULL,0,13282,0,'contact@treksandhikes.com',1,0,'0','8879418581','wsdkjshd','sdhksheh','',0,13282,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(321,227,163,'f79b9-a9ba0-56523-167af',NULL,NULL,NULL,NULL,NULL,NULL,0,13282,0,'contact@treksandhikes.com',1,0,'0','8879418581','dldh','sdaksdh','',0,13282,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-05',0,'0','1',NULL,NULL,NULL,'0',NULL),(322,228,120,'0f1e1-e6125-4625d-e5367','2202024BC0D54D96BF18C1E2499A522F','2202024BC0D54D96BF18C1E2499A522F','SHN63H','SHN63H','','CCU-DEL',0,13593,0,'shyamtravelsin@gmail.com',0,0,'0','9832330248','ANKUR','SINGAL','',0,13593,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-06',0,'0','1',NULL,NULL,NULL,'0',NULL),(323,229,164,'3fe1a-c5f9a-7f7c9-54d48','DF619C7E977B445391D37444CA790AA3','DF619C7E977B445391D37444CA790AA3','XIGKRX','XIGKRX','','CCU-DEL',0,13647,0,'NIKUNJKEDIA707@GMAIL.COM',0,0,'9','9051187034','MANISH KUMAR','GOYAL','',0,13647,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(324,230,121,'1758a-a75be-4de10-039df',NULL,NULL,NULL,NULL,NULL,NULL,0,13869,0,'meghraj1954@gmail.com',1,0,'0','9855102032','deepak','verma','',0,13869,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(325,231,122,'04f79-67e9b-238c5-8804d','41DBCDC92EDD4FDFB3104E8993FC26C9','41DBCDC92EDD4FDFB3104E8993FC26C9','KCT39G','KCT39G','','BOM-DEL',0,13381,0,'ajmertickets@gmail.com',3,0,'0','9001465444','RADHIKA','SINGH','',0,13381,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(326,231,165,'04f79-67e9b-238c5-8804d','41DBCDC92EDD4FDFB3104E8993FC26C9','41DBCDC92EDD4FDFB3104E8993FC26C9','KCT39G','KCT39G','','BOM-DEL',0,13381,0,'ajmertickets@gmail.com',3,0,'0','9001465444','ANNUPREET','KAUR','',0,13381,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(327,232,166,'446ea-28406-39cbe-83499','C73E81E7CB8346B29556D78059135726','C73E81E7CB8346B29556D78059135726','SHN63H','SHN63H','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','Loveneesh','Jain','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-07',0,'0','1',NULL,NULL,NULL,'0',NULL),(328,233,123,'25b4d-17983-46bd6-679ea','7B59B62C224D407797ECF29278481829','7B59B62C224D407797ECF29278481829','','','','CCU-DEL',0,13941,0,'holidaysfairdeal@gmail.com',3,0,'0','7044293407','KAHKASHAN','Kamal','',0,13941,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-08',0,'0','1',NULL,NULL,NULL,'0',NULL),(329,234,167,'e17cc-8c94e-77711-dd7bd','1FEFFB8F36FC43CA91C618026C994043','1FEFFB8F36FC43CA91C618026C994043','O8E64F      ','O8E64F      ','','DEL-CCU',0,13066,0,'layekmemari@gmail.com',0,0,'9','8343832959','TAMAL','DAS','',0,13066,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(330,235,168,'19235-9ddf4-deba7-896a3',NULL,NULL,NULL,NULL,NULL,NULL,0,13125,0,'bookings@slipatrip.com',1,0,'9','9748778838','VIJAY','DHANUKA','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(331,236,169,'3e2ab-a31d6-1674a-4c381',NULL,NULL,NULL,NULL,NULL,NULL,0,13125,0,'bookings@slipatrip.com',1,0,'9','9748778838','VIJAY','DHANUKA','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(332,237,170,'a59f8-88ddb-af404-066f1','00CAB1587A4F45A592CED46741263D7B','00CAB1587A4F45A592CED46741263D7B','UGPPTN','UGPPTN','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','VIJAY','DHANUKA','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(333,238,171,'c57f4-118ca-f7549-04a53','228E9CBD4BB64FC58A47A1FDBB4B0B96','228E9CBD4BB64FC58A47A1FDBB4B0B96','W9T1UF','W9T1UF','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','VIJAY','DHANUKA','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(334,239,172,'99490-33cd2-075ff-5257d','7F8A3670208E4D4DA2309DB1B9547958','7F8A3670208E4D4DA2309DB1B9547958','LCMHGW','LCMHGW','','DEL-CCU',0,13069,0,'bengaltravelservice1@gmail.com',0,0,'9','9831086208','MD ABU ZAFOUR','BHUIYAN','',0,13069,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-09',0,'0','1',NULL,NULL,NULL,'0',NULL),(335,240,173,'1220b-03e38-ee2f0-f4cf8','BAA3945484C94F3CB3D754A8108414EB','BAA3945484C94F3CB3D754A8108414EB','KCHE3G','KCHE3G','','CCU-DEL',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','Babita','Agarwal','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(336,241,173,'cbe94-158dd-0c93e-bda7f','02CFE6E126814DC5B00220FAEAF4520D','02CFE6E126814DC5B00220FAEAF4520D','DD67SG','DD67SG','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','Babita','Agarwal','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(337,242,174,'38be9-6ec39-86d99-182f3',NULL,NULL,NULL,NULL,NULL,NULL,0,13128,0,'bhattravelhub2008@gmail.com',1,0,'9','9596595965','Gurjat','Singh','',0,13128,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(339,244,176,'f3375-d212e-def3a-ee978','9D4B39F345884E0C81FC514F9834672F','9D4B39F345884E0C81FC514F9834672F','W9T1UF','W9T1UF','','DEL-CCU',0,13088,0,'kanakbihariholidays@gmail.com',0,0,'9','8961995236','DR SUMANA','KUNDU','',0,13088,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(340,245,124,'6d5af-68f90-89c80-1ae11','BDA00D24CB18452D86B3DA7C676D4157','BDA00D24CB18452D86B3DA7C676D4157','H8BZVV','H8BZVV','','DEL-CCU',0,14078,0,'nikunjkothari10@gmail.com',0,0,'0','9681080650','VISHAL','GOENKA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(341,246,177,'0f5bf-b1af1-a6965-b9034','12A727B7395E4C73A87C6C50800DDE28','12A727B7395E4C73A87C6C50800DDE28','IYYW5M','IYYW5M','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',0,0,'9','8013234644','NAFIS','ALAM','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(342,246,178,'0f5bf-b1af1-a6965-b9034','12A727B7395E4C73A87C6C50800DDE28','12A727B7395E4C73A87C6C50800DDE28','IYYW5M','IYYW5M','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',0,0,'0','8013234644','SK','SAKIR','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-11',0,'0','1',NULL,NULL,NULL,'0',NULL),(343,247,179,'0264c-ed4ec-9151d-36a75','EC7060AAE9B743338826E3694679CED2','EC7060AAE9B743338826E3694679CED2','','','','CCU-DEL',0,13647,0,'NIKUNJKEDIA707@GMAIL.COM',1,0,'9','9051187034','Akash ','Sheth','',0,13647,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(344,248,180,'0e4ee-31d41-0471e-f4b76','10FF9BBA589F41668F66C86D70AC9F50','10FF9BBA589F41668F66C86D70AC9F50','YDQ26G','YDQ26G','','CCU-DEL',0,14078,0,'nikunjkothari10@gmail.com',0,0,'9','9681080650','MEETA','JAIN','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(345,249,181,'2c8ce-1c518-603cf-f6c78','31C0C994C39548B3BC6876A0E1BF771E','31C0C994C39548B3BC6876A0E1BF771E','D6U1NY','D6U1NY','','DEL-CCU',0,13593,0,'shyamtravelsin@gmail.com',0,0,'9','9832330248','GOURAV','KABRA','',0,13593,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(346,249,182,'2c8ce-1c518-603cf-f6c78','31C0C994C39548B3BC6876A0E1BF771E','31C0C994C39548B3BC6876A0E1BF771E','D6U1NY','D6U1NY','','DEL-CCU',0,13593,0,'shyamtravelsin@gmail.com',0,0,'0','9832330248','PUJA','KABRA','',0,13593,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(347,250,183,'9d7b9-6d92a-1778f-1b61a','F78CF606153544C792700C1CF7755498','F78CF606153544C792700C1CF7755498','GHZUNX','GHZUNX','','CCU-DEL',0,13088,0,'kanakbihariholidays@gmail.com',0,0,'9','8961995236','Ashok','Bothra','',0,13088,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(348,251,184,'a5a28-cf630-96396-eb1fd',NULL,NULL,NULL,NULL,NULL,NULL,0,13063,0,'tufailmondal@gmail.com',1,0,'9','8013234644','AMIR','KHANSAMA','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(349,252,184,'99220-e9507-f5e5c-d53d7',NULL,NULL,NULL,NULL,NULL,NULL,0,13063,0,'tufailmondal@gmail.com',1,0,'9','8013234644','AMIR','KHANSAMA','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(350,253,184,'50ade-bd1d8-3e19c-70099','35EC3CA754CB427D8A92B4E57372DFF6','35EC3CA754CB427D8A92B4E57372DFF6','GHZUNX','GHZUNX','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',0,0,'9','8013234644','AMIR','KHANSAMA','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(351,254,185,'40916-0550a-5ecec-b8596','A47AF8FBCCE741ED8E6173A2D9365F9D','A47AF8FBCCE741ED8E6173A2D9365F9D','X86BJY','X86BJY','','CCU-DEL',0,13508,0,'shreeshyamtravels2019@gmail.com',0,0,'9','9831115311','Tushar','Kamra','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(352,254,186,'40916-0550a-5ecec-b8596','A47AF8FBCCE741ED8E6173A2D9365F9D','A47AF8FBCCE741ED8E6173A2D9365F9D','X86BJY','X86BJY','','CCU-DEL',0,13508,0,'shreeshyamtravels2019@gmail.com',0,0,'0','9831115311','Paras','Kumar','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(353,255,187,'7e278-a86af-beade-23ed5',NULL,NULL,NULL,NULL,NULL,NULL,0,13063,0,'tufailmondal@gmail.com',1,0,'9','8013234644','saniaj','sekh','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(354,255,188,'7e278-a86af-beade-23ed5',NULL,NULL,NULL,NULL,NULL,NULL,0,13063,0,'tufailmondal@gmail.com',1,0,'0','8013234644','sheikh makidul','islam','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(355,256,187,'adb39-6b63d-c12d4-f63bc','6B68BCF4AC55446BBCD23D5D06F36EF7','6B68BCF4AC55446BBCD23D5D06F36EF7','ZD5LWZ','ZD5LWZ','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',0,0,'9','8013234644','saniaj','sk','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(356,256,188,'adb39-6b63d-c12d4-f63bc','6B68BCF4AC55446BBCD23D5D06F36EF7','6B68BCF4AC55446BBCD23D5D06F36EF7','ZD5LWZ','ZD5LWZ','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',0,0,'0','8013234644','sk makidul ','islam','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(357,0,125,'fd136-8af7a-b6039-c58d0',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'komal@hellogtx.com',3,0,'0','8595077740','Komal','test','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-07-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(358,258,189,'c858a-80045-4d428-50465','2541BE54D39542E0978DFBEE8718C762','2541BE54D39542E0978DFBEE8718C762','X86BJY','X86BJY','','CCU-DEL',0,14078,0,'nikunjkothari10@gmail.com',0,0,'9','9681080650','NEHA','PODDAR','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(359,259,190,'3366b-b4ad1-c01a6-5488c','89C0F4396FD54404AE5086E5AAB5002A','89C0F4396FD54404AE5086E5AAB5002A','X86BJY','X86BJY','','CCU-DEL',0,14078,0,'nikunjkothari10@gmail.com',0,0,'9','9681080650','RAVI','ARORA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(360,260,191,'9dbfd-b5322-c1817-9304f','0528114CC56E4C169DBC1CE574667D3A','0528114CC56E4C169DBC1CE574667D3A','IYYW5M','IYYW5M','','CCU-DEL',0,13088,0,'kanakbihariholidays@gmail.com',0,0,'9','8961995236','MANIRUL','ISLAM','',0,13088,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-14',0,'0','1',NULL,NULL,NULL,'0',NULL),(361,261,192,'bf8a9-40a81-ec508-68085','BDA60EA2BD3B4232855CAD70BF7D06CB','BDA60EA2BD3B4232855CAD70BF7D06CB','BE659A','BE659A','','CCU-DEL',0,13151,0,'ksubrata91@gmail.com',0,0,'9','7797636353','IKRAMUL','BISWAS','',0,13151,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(362,261,193,'bf8a9-40a81-ec508-68085','BDA60EA2BD3B4232855CAD70BF7D06CB','BDA60EA2BD3B4232855CAD70BF7D06CB','BE659A','BE659A','','CCU-DEL',0,13151,0,'ksubrata91@gmail.com',0,0,'0','7797636353','TAPAN','BISWAS','',0,13151,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(363,261,194,'bf8a9-40a81-ec508-68085','BDA60EA2BD3B4232855CAD70BF7D06CB','BDA60EA2BD3B4232855CAD70BF7D06CB','BE659A','BE659A','','CCU-DEL',0,13151,0,'ksubrata91@gmail.com',0,0,'0','7797636353','SAFIKUL','MONDAL','',0,13151,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-15',0,'0','1',NULL,NULL,NULL,'0',NULL),(364,262,195,'d98b7-24288-8780e-ba656','20ED8568943C47709215E44DF027CFA6','20ED8568943C47709215E44DF027CFA6','UDNHXW','UDNHXW','','CCU-DEL',0,14078,0,'nikunjkothari10@gmail.com',0,0,'9','9681080650','SANGEETA','GUPTA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(365,262,196,'d98b7-24288-8780e-ba656','20ED8568943C47709215E44DF027CFA6','20ED8568943C47709215E44DF027CFA6','UDNHXW','UDNHXW','','CCU-DEL',0,14078,0,'nikunjkothari10@gmail.com',0,0,'0','9681080650','CHIRAG','GUPTA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-16',0,'0','1',NULL,NULL,NULL,'0',NULL),(366,263,197,'7a146-af15d-68846-e4bdd',NULL,NULL,NULL,NULL,NULL,NULL,0,13647,0,'NIKUNJKEDIA707@GMAIL.COM',1,0,'9','9051187034','PREM CHAND','BANIK','',0,13647,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(367,263,198,'7a146-af15d-68846-e4bdd',NULL,NULL,NULL,NULL,NULL,NULL,0,13647,0,'NIKUNJKEDIA707@GMAIL.COM',2,0,'0','9051187034','NIDHI','KESHAN','',0,13647,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(368,264,199,'526d2-f3f2a-b901a-993b3','598B1023DD1B4B9EA1631591473941E5','598B1023DD1B4B9EA1631591473941E5','NYTPYP','NYTPYP','','CCU-DEL',0,13647,0,'NIKUNJKEDIA707@GMAIL.COM',0,0,'9','9051187034','PREM CHAND','BANIK','',0,13647,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(369,265,200,'7d9d2-53957-3fe39-e57bb','610FEB05AEF74EC8B45FE1F118FC4A6E','610FEB05AEF74EC8B45FE1F118FC4A6E','NYTPYP','NYTPYP','','CCU-DEL',0,13647,0,'NIKUNJKEDIA707@GMAIL.COM',0,0,'9','9051187034','NIDHI','KESHAN','',0,13647,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-18',0,'0','1',NULL,NULL,NULL,'0',NULL),(370,266,201,'4542b-a6878-2dc12-d5a27',NULL,NULL,NULL,NULL,NULL,NULL,0,13430,0,'support@skysafar.in',1,0,'9','9654100207','PERMENDER','KUMAR','',0,13430,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(371,266,202,'4542b-a6878-2dc12-d5a27',NULL,NULL,NULL,NULL,NULL,NULL,0,13430,0,'support@skysafar.in',1,0,'0','9654100207','SANJAY','KUMAR','',0,13430,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(372,267,126,'bdc47-c48a7-7d5f1-073eb','FD47F4D06B02432493E032E4328B5B18','FD47F4D06B02432493E032E4328B5B18','HCDLWJ','HCDLWJ','','DEL-BOM',0,14183,0,'rajdhanitravel94@gmail.com',0,0,'0','9212136788','VISHAL','NANDURKAR','',0,14183,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(373,268,203,'ade9d-d17cb-00426-6c38d','7C2699C9AC154EDA8D896015D85F2B9E','7C2699C9AC154EDA8D896015D85F2B9E','CJYDNB','CJYDNB','','BOM-DEL',0,14183,0,'rajdhanitravel94@gmail.com',0,0,'9','9212136788','JASVINDER','SINGH','',0,14183,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(374,269,204,'4adbc-267f5-631ed-7fa37','8E31008B71D44455A83C0F395E89BBC3','8E31008B71D44455A83C0F395E89BBC3','DD67SG','DD67SG','','DEL-CCU',0,13125,0,'bookings@slipatrip.com',0,0,'9','9748778838','Devanshi','Khetan','',0,13125,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(375,270,205,'4e76b-5ee97-30f16-ae012','CB1A6B9C8D1943BA8028065B9CF33CB6','CB1A6B9C8D1943BA8028065B9CF33CB6','WFIUKQ','WFIUKQ','','DEL-CCU',0,13079,0,'rajagarwal4560@gmail.com',0,0,'9','9123615096','ROHIT KUMAR','CHOUDHURY','',0,13079,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-19',0,'0','1',NULL,NULL,NULL,'0',NULL),(376,271,206,'3f38f-8e70f-7cd81-7aaf4','4BE63445C2D74D76AA67FE0B6871AE4A','4BE63445C2D74D76AA67FE0B6871AE4A','L85D2F','L85D2F','','CCU-DEL',0,14078,0,'nikunjkothari10@gmail.com',0,0,'9','9681080650','AMIT','RAISURANA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(377,271,207,'3f38f-8e70f-7cd81-7aaf4','4BE63445C2D74D76AA67FE0B6871AE4A','4BE63445C2D74D76AA67FE0B6871AE4A','L85D2F','L85D2F','','CCU-DEL',0,14078,0,'nikunjkothari10@gmail.com',0,0,'0','9681080650','SUHANI','RAISURANA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(378,272,208,'eb0b4-01267-a51d9-b2b7c','E306FF2FD7D94688B6BC578B6520126F','E306FF2FD7D94688B6BC578B6520126F','WFIUKQ','WFIUKQ','','DEL-CCU',0,13430,0,'support@skysafar.in',0,0,'9','9654100207','MD KAMAL','HOSSAIN','',0,13430,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-20',0,'0','1',NULL,NULL,NULL,'0',NULL),(379,273,209,'36a84-b29d5-75c97-b98de',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'9','7889326876','fazil','ahmad','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(380,274,27,'eec78-31dbf-dfc57-3b9d6',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','fazil','khan','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(381,275,27,'dc6b9-7c5fe-63992-3626c',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','fazil','khan','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(382,276,210,'84413-f86fc-cf718-cb275','4F3C74F7F94D4E668931880DB5B35B06','4F3C74F7F94D4E668931880DB5B35B06','LJPYGB','LJPYGB','','DEL-CCU',0,14078,0,'nikunjkothari10@gmail.com',0,0,'9','9681080650','SANGEETA','GUPTA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(383,276,211,'84413-f86fc-cf718-cb275','4F3C74F7F94D4E668931880DB5B35B06','4F3C74F7F94D4E668931880DB5B35B06','LJPYGB','LJPYGB','','DEL-CCU',0,14078,0,'nikunjkothari10@gmail.com',0,0,'0','9681080650','CHIRAG','GUPTA','',0,14078,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(384,277,127,'aca39-fb5a6-e07d8-cd3a2','FE75DDAE3FEA464BBFBEDB95112E619F','FE75DDAE3FEA464BBFBEDB95112E619F','L85D2F','L85D2F','','CCU-DEL',0,13508,0,'amit.goel8001@gmail.com',0,0,'0','9831115311','JAI','MEHRA','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-21',0,'0','1',NULL,NULL,NULL,'0',NULL),(385,278,212,'7ed57-b5da0-74f15-1fe0e','4ED3495867BB490C80E5B847DFB68A6C','4ED3495867BB490C80E5B847DFB68A6C','MH3I4H','MH3I4H','','DEL-CCU',0,14183,0,'rajdhanitravel94@gmail.com',1,0,'9','9212136788','ABHISHEK','JAIN','',0,14183,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-22',0,'0','1',NULL,NULL,NULL,'0',NULL),(386,279,128,'450bf-32fb1-ece0b-c7730','832F8927F9CD49458A57766B0FAC1F20','832F8927F9CD49458A57766B0FAC1F20','KCHE3G','KCHE3G','','CCU-DEL',0,14139,0,'tripmaxtravels@gmail.com',0,0,'0','7001947646','UTTAM','DEY','',0,14139,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-23',0,'0','1',NULL,NULL,NULL,'0',NULL),(387,280,213,'95290-038ae-ceb65-53014','8C6A4191496D4E5D928750E21B08D012','8C6A4191496D4E5D928750E21B08D012','','','','DEL-BOM',0,13593,0,'shyamtravelsin@gmail.com',1,0,'9','9832330248','ANUJ KUMAR','SINGHAL','',0,13593,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(388,281,213,'fffbc-949eb-eb5fc-50160','D1D66381F0D049E5965236C29E6EB37C','D1D66381F0D049E5965236C29E6EB37C','IBWSPZ','IBWSPZ','','DEL-BOM',0,13593,0,'shyamtravelsin@gmail.com',0,0,'9','9832330248','ANUJ KUMAR','SINGHAL','',0,13593,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(389,282,214,'ba70f-a8a1a-b0639-cfaef','2A9CA32C5721429FB2FFEDC626E4B0AF','2A9CA32C5721429FB2FFEDC626E4B0AF','','','','SXR-DEL',0,13128,0,'bhattravelhub2008@gmail.com',3,0,'9','9596595965','Insha','fayaz','',0,13128,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-24',0,'0','1',NULL,NULL,NULL,'0',NULL),(390,283,215,'82c48-5fde8-3b8b2-d2b54','1F485791A0424B1CA52982E7E7999490','1F485791A0424B1CA52982E7E7999490','YDQ26G','YDQ26G','','CCU-DEL',0,13069,0,'bengaltravelservice1@gmail.com',0,0,'9','9831086208','debabrata','bhattacharya','',0,13069,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(391,284,129,'20904-03acb-a766a-54659',NULL,NULL,NULL,NULL,NULL,NULL,0,14094,0,'mridulkhemka819@gmail.com',1,0,'0','9038352841','RITESH KUMAR','MISHRA','',0,14094,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(392,285,216,'e8a6b-70a7e-cec6b-655de','2781C36579474ABAB1B5C923D65ABC8A','2781C36579474ABAB1B5C923D65ABC8A','DC89HW','DC89HW','','CCU-DEL',0,13069,0,'bengaltravelservice1@gmail.com',0,0,'9','9831086208','YUVRAJ','GUPTA','',0,13069,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(393,286,129,'f03b8-0357e-79daf-97ccb',NULL,NULL,NULL,NULL,NULL,NULL,0,14094,0,'mridulkhemka819@gmail.com',1,0,'0','9038352841','RITESH KUMAR','MISHRA','',0,14094,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(394,287,27,'a458f-aed79-b51d6-48a1d',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','fazil','khan','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(395,288,129,'8315f-6cdba-5d97b-4db67',NULL,NULL,NULL,NULL,NULL,NULL,0,14094,0,'mridulkhemka819@gmail.com',1,0,'0','9038352841','RITESH KUMAR','MISHRA','',0,14094,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(396,289,27,'a5ccb-e2f1b-b184b-fb3a8',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','fazil','khan','',0,13171,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(397,290,217,'cf86e-44639-d7932-b3d5e','F69FB54BC7284524B845EF2C86ED08F0','F69FB54BC7284524B845EF2C86ED08F0','','','','CCU-DEL',0,13508,0,'shreeshyamtravels2019@gmail.com',1,0,'9','9831115311','Vishal',' Dilipat','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(398,290,218,'cf86e-44639-d7932-b3d5e','F69FB54BC7284524B845EF2C86ED08F0','F69FB54BC7284524B845EF2C86ED08F0','','','','CCU-DEL',0,13508,0,'shreeshyamtravels2019@gmail.com',1,0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-25',0,'0','1',NULL,NULL,NULL,'0',NULL),(399,291,18,'d17f8-705f9-2a857-cb44e','C17A2B97AA3D4C388539D297E90325C5','C17A2B97AA3D4C388539D297E90325C5','TEST TEST','TEST TEST','','CCU-DEL',0,13062,0,'ATTARTOURANDTRAVELS@GMAIL.COM',0,0,'0','9906729503','TEST','TEST','',0,13062,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(400,292,219,'0fb21-f0eee-23235-3f6db','4ED670A3B67742189A7AC6B667922390','4ED670A3B67742189A7AC6B667922390','','','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',1,0,'9','8013234644','ABBAS UDDIN ','SHAIKH','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(401,292,220,'0fb21-f0eee-23235-3f6db','4ED670A3B67742189A7AC6B667922390','4ED670A3B67742189A7AC6B667922390','','','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',1,0,'0','8013234644','MAIDUL ISLAM ','SAIKH','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(402,292,221,'0fb21-f0eee-23235-3f6db','4ED670A3B67742189A7AC6B667922390','4ED670A3B67742189A7AC6B667922390','','','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',1,0,'0','8013234644','ASLAM ','SEKH','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(403,292,222,'0fb21-f0eee-23235-3f6db','4ED670A3B67742189A7AC6B667922390','4ED670A3B67742189A7AC6B667922390','','','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',1,0,'0','8013234644','SAIDUL ','SEKH','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(404,292,223,'0fb21-f0eee-23235-3f6db','4ED670A3B67742189A7AC6B667922390','4ED670A3B67742189A7AC6B667922390','','','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',1,0,'0','8013234644','INSAN ','SHAIKH','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(405,292,224,'0fb21-f0eee-23235-3f6db','4ED670A3B67742189A7AC6B667922390','4ED670A3B67742189A7AC6B667922390','','','','CCU-DEL',0,13063,0,'tufailmondal@gmail.com',1,0,'0','8013234644','HAYDAR ','MOLLA','',0,13063,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(406,293,225,'0f35a-60a41-eca42-210d3','CB45EFFBC90941268230BBE5221C4DF0','CB45EFFBC90941268230BBE5221C4DF0','','','','CCU-DEL',0,13508,0,'shreeshyamtravels2019@gmail.com',1,0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(407,294,226,'5fca0-ef1ad-57bd5-7c7ee',NULL,NULL,NULL,NULL,NULL,NULL,0,13508,0,'shreeshyamtravels2019@gmail.com',1,0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(408,295,227,'93837-db03d-6dd8a-de1bb',NULL,NULL,NULL,NULL,NULL,NULL,0,13508,0,'shreeshyamtravels2019@gmail.com',1,0,'0','9831115311','Kushagrah ','Agarwal','',0,13508,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(409,296,228,'fa211-5ed11-86f4d-14784','383D16A687C141AD9F351CCDE3DA9825','383D16A687C141AD9F351CCDE3DA9825','H8BZVV','H8BZVV','','DEL-CCU',0,13430,0,'support@skysafar.in',3,0,'9','9654100207','MRS TAHAMINA AKTAR','RUMA','',0,13430,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,0,0,'15','7',NULL,NULL,NULL,'2022-07-27',0,'0','1',NULL,NULL,NULL,'0',NULL),(410,297,27,'5c3ac-b1806-5ab9b-42f75',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','fazil','khan','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-07-30',0,'0','1',NULL,NULL,NULL,'0',NULL),(411,298,27,'fc335-d8e5e-922ea-42fc0',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','fazil','khan','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-08-04',0,'0','1',NULL,NULL,NULL,'0',NULL),(412,299,229,'42eab-77cb4-717be-2a8b7',NULL,NULL,NULL,NULL,NULL,NULL,0,13941,0,'holidaysfairdeal@gmail.com',1,0,'9','7044293407','Rajesh ','Ranjan','',0,13941,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-08-12',0,'0','1',NULL,NULL,NULL,'0',NULL),(413,300,68,'c4646-c7147-4535a-06733',NULL,NULL,NULL,NULL,NULL,NULL,0,13180,0,'PUNEETSINGHINDIA@GMAIL.COM',1,0,'0','9650391000','PUNEET SINGH','CHANDHOK','',0,13180,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-08-13',0,'0','1',NULL,NULL,NULL,'0',NULL),(414,301,130,'d54be-b1ffb-d44a8-028ad',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7006984511','mohammad bilal','bazaz','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-08-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(415,301,230,'d54be-b1ffb-d44a8-028ad',NULL,NULL,NULL,NULL,NULL,NULL,0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7006984511','faizan bilal','bazaz','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-08-17',0,'0','1',NULL,NULL,NULL,'0',NULL),(416,302,231,'7c01f-b295d-1154a-978ec',NULL,NULL,NULL,NULL,NULL,'DEL-SXR',0,13171,0,'fazilyaqoob4@gmail.com',1,0,'9','7889326876','mohammad bilal ','bazaz','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-08-17',1,'0','1',NULL,NULL,NULL,'0',NULL),(417,302,232,'7c01f-b295d-1154a-978ec',NULL,NULL,NULL,NULL,NULL,'DEL-SXR',0,13171,0,'fazilyaqoob4@gmail.com',1,0,'0','7889326876','faizan bilal ','bazaz','',0,13171,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-08-17',1,'0','1',NULL,NULL,NULL,'0',NULL),(418,303,131,'b7d29-421ed-eb51c-4c408',NULL,NULL,NULL,NULL,NULL,'DEL-BOM',0,13180,0,'jaspreet.puma@gmail.com',1,0,'0','9824022624','Jaspreet Singh','Sabharwal','',0,13180,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-08-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(419,304,233,'e42b6-dc812-7a21c-b5dc4',NULL,NULL,NULL,NULL,NULL,'BOM-DEL',0,13180,0,'JASPREET.PUMA@GMAIL.COM',1,0,'9','9824022624','JASPREET SINGH','SABHARWAL','',0,13180,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-08-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(420,305,234,'a234d-98e95-bb8da-bda26',NULL,NULL,NULL,NULL,NULL,'BOM-DEL',0,13180,0,'PUNEETSINGHINDIA@GMAIL.COM',1,0,'9','9650391000','JASPREET SINGH','SABHARWAL','',0,13180,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-08-23',1,'0','1',NULL,NULL,NULL,'0',NULL),(421,306,133,'a7202-5937c-84033-13163',NULL,NULL,NULL,NULL,NULL,'AMD-DEL',0,13941,0,'holidaysfairdeal@gmail.com',2,0,'0','7827591691','Devi','Verma','',0,13941,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,0,0,'15KG','7 Kg',NULL,NULL,NULL,'2022-08-30',1,'0','1',NULL,NULL,NULL,'0',NULL),(422,307,235,'7d21f-6ea27-07b38-35ddb',NULL,NULL,NULL,NULL,NULL,'BLR-IXB',0,13941,0,'holidaysfairdeal@gmail.com',1,0,'9','7044293407','Amaresh','Majumder','',0,13941,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-09-08',1,'0','1',NULL,NULL,NULL,'0',NULL),(423,308,134,'e6849-34f90-72ed2-bb8f9',NULL,NULL,NULL,NULL,NULL,'KIV-IST',0,13323,0,'emreaykan02@yandex.com',1,0,'0','9566548852','serhat','topal','',0,13323,'1995-09-28','u256987456',NULL,'2031-05-18',NULL,NULL,'','','0',1,0,'0','62',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'0KG','7Kg',NULL,NULL,NULL,'2022-09-12',1,'0','1',NULL,NULL,NULL,'0',NULL),(424,309,236,'b042d-617ea-d6bac-f761b',NULL,NULL,NULL,NULL,NULL,'KIV-IST',0,13323,0,'myasirtravels@gmail.com',1,0,'9','9797966878','serhat','topal','',0,13323,'1995-09-28','u256987456',NULL,'2031-06-14',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'0KG','7Kg',NULL,NULL,NULL,'2022-09-12',1,'0','1',NULL,NULL,NULL,'0',NULL),(425,0,135,'223be-f4f3d-60aed-8d38e',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'faheembrightspark@gmail.com',1,0,'0','9555180663','MD','faheem','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-09-12',1,'0','1',NULL,NULL,NULL,'0',NULL),(426,0,136,'17c8b-af355-b756e-0f2b9',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'mdfaheem890@gmail.com',1,0,'0','9555180663','MD','FAHEEM','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-09-13',1,'0','1',NULL,NULL,NULL,'0',NULL),(427,312,237,'8d0af-e53b5-1295a-57f91',NULL,NULL,NULL,NULL,NULL,'TGD-IST',0,13323,0,'myasirtravels@gmail.com',1,0,'9','9797966878','ERSEL','KACAR','',0,13323,'1996-07-25','U28079332',NULL,'2032-07-06',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'0KG','7Kg',NULL,NULL,NULL,'2022-09-13',1,'0','1',NULL,NULL,NULL,'0',NULL),(428,313,238,'1280a-443c6-3bf1e-3e35c',NULL,NULL,NULL,NULL,NULL,'SXR-CCU',0,13941,0,'holidaysfairdeal@gmail.com',1,0,'9','7044293407','Rashid','Rashid','',0,13941,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(429,313,239,'1280a-443c6-3bf1e-3e35c',NULL,NULL,NULL,NULL,NULL,'SXR-CCU',0,13941,0,'holidaysfairdeal@gmail.com',1,0,'0','7044293407','Yawar','Abbas','',0,13941,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(430,314,238,'66f5b-f3382-8f34b-4c123',NULL,NULL,NULL,NULL,NULL,'SXR-CCU',0,13941,0,'holidaysfairdeal@gmail.com',1,0,'9','7044293407','Rashid','Rashid','',0,13941,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(431,314,239,'66f5b-f3382-8f34b-4c123',NULL,NULL,NULL,NULL,NULL,'SXR-CCU',0,13941,0,'holidaysfairdeal@gmail.com',1,0,'0','7044293407','Yawar','Abbas','',0,13941,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(432,315,238,'8adf2-c38b8-b5158-d7cbb',NULL,NULL,NULL,NULL,NULL,'SXR-CCU',0,13941,0,'holidaysfairdeal@gmail.com',1,0,'9','7044293407','Rashid','Rashid','',0,13941,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(433,315,239,'8adf2-c38b8-b5158-d7cbb',NULL,NULL,NULL,NULL,NULL,'SXR-CCU',0,13941,0,'holidaysfairdeal@gmail.com',1,0,'0','7044293407','Yawar','Abbas','',0,13941,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(434,316,137,'b5e12-5a456-4c727-91547',NULL,NULL,NULL,NULL,NULL,'ADB-ESB',0,13323,0,'flightbook@outlook.com',2,0,'0','9956586654','buse emine','tekeci','',0,13323,'1999-06-09','u25556659',NULL,'2027-06-10',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(435,316,240,'b5e12-5a456-4c727-91547',NULL,NULL,NULL,NULL,NULL,'ADB-ESB',0,13323,0,'flightbook@outlook.com',2,0,'0','9956586654','sude naz','tekeci','',0,13323,'2004-04-22','u254588656',NULL,'2027-10-02',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-09-14',1,'0','1',NULL,NULL,NULL,'0',NULL),(436,317,138,'14a8c-a6c6b-6187d-7cd20',NULL,NULL,NULL,NULL,NULL,'ADB-ESB',0,13323,0,'flightbookk@outlook.com',2,0,'0','9965856652','buse emine','tekeci','',0,13323,'1999-06-09','u26599966',NULL,'2027-09-14',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-09-15',1,'0','1',NULL,NULL,NULL,'0',NULL),(437,317,241,'14a8c-a6c6b-6187d-7cd20',NULL,NULL,NULL,NULL,NULL,'ADB-ESB',0,13323,0,'flightbookk@outlook.com',2,0,'0','9965856652','sude naz','tekeci','',0,13323,'2004-01-22','u26599556',NULL,'2027-09-14',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',NULL,NULL,NULL,'2022-09-15',1,'0','1',NULL,NULL,NULL,'0',NULL),(438,318,242,'aa77c-0af5f-10627-59a61',NULL,NULL,NULL,NULL,NULL,'ADB-GYD',0,13323,0,'myasirtravels@gmail.com',2,0,'9','9797966878','aynura','balabayeva','',0,13323,'1983-10-15','c32659953',NULL,'2031-10-14',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'20KG','7Kg',NULL,NULL,NULL,'2022-09-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(439,318,243,'aa77c-0af5f-10627-59a61',NULL,NULL,NULL,NULL,NULL,'ADB-GYD',0,13323,0,'myasirtravels@gmail.com',2,0,'0','9797966878','feqana','agamaliyeva','',0,13323,'1962-07-17','c26599955',NULL,'2031-09-14',NULL,NULL,'','','0',1,0,'0','91',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,'20KG','7Kg',NULL,NULL,NULL,'2022-09-19',1,'0','1',NULL,NULL,NULL,'0',NULL),(440,319,139,'0c45c-8597e-7ce7d-90969',NULL,NULL,NULL,NULL,NULL,'DEL-SXR',0,13328,0,'fctourandtravels@gmail.com',1,0,'0','8825000723','MOHD SHAFI','LALI','',0,13328,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-10-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(441,319,244,'0c45c-8597e-7ce7d-90969',NULL,NULL,NULL,NULL,NULL,'DEL-SXR',0,13328,0,'fctourandtravels@gmail.com',1,0,'0','8825000723','MUSTAFA','TARIQ','',0,13328,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-10-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(442,320,245,'8c413-bf6ce-b3406-ac168',NULL,NULL,NULL,NULL,NULL,'DEL-SXR',0,13328,0,'fctourandtravels@gmail.com',1,0,'9','9906423725','MOHD SHAFI','LALI','',0,13328,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-10-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(443,320,246,'8c413-bf6ce-b3406-ac168',NULL,NULL,NULL,NULL,NULL,'DEL-SXR',0,13328,0,'fctourandtravels@gmail.com',1,0,'0','9906423725','MUSTAFA','TARIQ','',0,13328,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-10-03',1,'0','1',NULL,NULL,NULL,'0',NULL),(444,0,247,'d8167-f792e-a28ed-966c0',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'shethnc@yahoo.com',1,0,'1','8879418581','Nishant','Sheth','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-10-06',1,'0','1',NULL,NULL,NULL,'0',NULL),(445,0,248,'d8167-f792e-a28ed-966c0',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'shethnc@yahoo.com',2,0,'0','8879418581','Nisha','Sheth','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-10-06',1,'0','1',NULL,NULL,NULL,'0',NULL),(446,0,249,'d8167-f792e-a28ed-966c0',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'shethnc@yahoo.com',3,0,'0','8879418581','Tanisha','Sheth','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-10-06',1,'0','1',NULL,NULL,NULL,'0',NULL),(447,0,250,'4d990-a9cfe-10c1f-10d51',NULL,NULL,NULL,NULL,NULL,NULL,0,12211,0,'komal@hellogtx.com',3,0,'1','8595077740','Komal','test','',0,12211,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,0,0,'15 Kg (01 Piece only)','01 Small Handbag under the seat',NULL,NULL,NULL,'2022-10-07',1,'0','1',NULL,NULL,NULL,'0',NULL),(448,323,251,'5eae3-9feb4-dbcd9-a2ad2',NULL,NULL,NULL,NULL,NULL,'CCU-IXB',0,13593,0,'shyamtravelsin@gmail.com',1,0,'9','9832330248','ANKIT','SHAW','',0,13593,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-11-12',1,'0','1',NULL,NULL,NULL,'0',NULL),(449,324,252,'18d0f-319f7-5f9ed-d9aa4',NULL,NULL,NULL,NULL,NULL,'CCU-IXB',0,13593,0,'shyamtravelsin@gmail.com',1,0,'9','9832330248','ANKIT','SHAW','',0,13593,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-11-12',1,'0','1',NULL,NULL,NULL,'0',NULL),(450,325,141,'e177e-254fd-55a69-6ee55',NULL,NULL,NULL,NULL,NULL,'IXZ-CCU',0,14297,0,'inarendra86@gmail.com',1,0,'0','9798431594','ABHISHEK','RAJ','',0,14297,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,0,0,'15 Kg','7 Kg',NULL,NULL,NULL,'2022-11-27',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 AUTO_INCREMENT=5 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 International 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\":\"2\"}','{\"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\":\"4\"}','{\"domesticTourTitle\":\"Recommended Domestic Holiday Packages\",\"domesticTourDescription\":\"Let\\u2019s explore India with us by picking one of the Handpicked Indian Holidays with your loved ones.\",\"domestic_check\":\"1\",\"domestic_order_byhome\":\"1\"}','{\"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\":\"1\",\"blog_order_byhome\":\"6\"}',NULL,'','','{\"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\":\"3\"}','{\"testimonialTitle\":\"Testimonials\",\"testimonialDescription\":\"Checkout the Travel experiences of our clients on their experiences when they book with us.\",\"testmonial_check\":\"1\",\"testmonial_order_byhome\":\"5\"}');
/*!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=9 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','1649845641promo_1.jpg',NULL,1,1,0,NULL,1,NULL),(4,'best tour','1649768063promo_1.png',NULL,1,1,0,NULL,2,NULL),(5,'TOI Article','1649846344promo_1.jpg',NULL,1,1,0,NULL,4,NULL),(6,'youtube',NULL,'www.youtube.com',2,1,0,NULL,5,NULL),(7,'Noida','1649923099promo_1.jpg',NULL,1,1,0,NULL,3,NULL),(8,'goa','1650001513promo_1.jpg',NULL,1,1,0,NULL,5,1);
/*!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 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 */;
/*!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 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 */;
/*!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 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 */;
/*!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 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 */;
/*!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=5 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');
/*!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=57 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 (40,'PUBLISHED','Retail_Fare',100.00,10.00,1,1,'Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(41,'CORPORATE','Travelidea_Special_Benefits',150.00,10.00,1,1,'Lower Cancellation Fee & Reschedule Fee, Free Baggage Allowance, Complimentary Meal & Free Standard Seat ','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(42,'SPECIAL_RETURN','Round_Trip_Special',120.00,10.00,1,1,'Round Trip Special Discount','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(43,'SME','SME',50.00,10.00,1,1,'Free Meal (Subject to Airline) , Cancellation 1750+ 200, Reissue Fare Difference +200','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(44,'TACTICAL','Tact_Deal',50.00,10.00,1,1,'','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(45,'FLEXI_PLUS','Flexi',100.00,10.00,1,1,'Flexi Deal with Free Meal (Subject to Airline) and Rescheduling Benefits','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(46,'SALE','Discounted_Deal',100.00,10.00,1,1,'Offer Price!!!!','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(47,'COUPON','Discounted_Deal',100.00,10.00,1,1,'Offer Price!!!!','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(48,'PREMIUM_FLEX','Travelidea_Special_Benefit_',100.00,10.00,1,1,'Lower Cancellation Fee & Reschedule Fee, Free Baggage Allowance, Complimentary Meal & Free Standard Seat ','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(49,'OFFER_FARE_WITHOUT_PNR','HOT_DEAL_(Confirmation_may_take_30_mins)',300.00,100.00,1,1,'Issues 30 to 45 minutes, Non Refundable, Non changeable ','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(50,'PROMO','Discounted_Deal',100.00,10.00,1,1,'Offer Price!!!!','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(51,'CORPORATE_FLEX','Travelidea_Special_Benefit',100.00,50.00,1,1,'Lower Cancellation Fee & Reschedule Fee, Free Baggage Allowance, Complimentary Meal & Free Standard Seat ','2022-03-08 11:05:00','2022-04-18 12:42:00',1,0,'#000000',3,0),(52,'OFFER_FARE_WITH_PNR','Instant_HOT_DEAL',400.00,100.00,1,1,'Issues Instantly , Non Refundable, Non changeable ','2022-04-07 15:51:45','2022-04-18 12:42:00',1,0,'#000000',3,0),(53,'LITE','Lite_Fare',50.00,10.00,1,1,'','2022-04-07 15:51:45','2022-04-18 12:42:00',1,0,'#000000',3,0),(54,'RegularFare','RegularFare',0.00,0.00,1,1,'RegularFare','2022-04-07 11:51:18','2022-04-07 15:08:12',1,0,'#000000',3,0),(55,'InstantPur','InstantPur',0.00,0.00,1,1,'InstantPur','2022-04-07 11:51:18','2022-04-07 15:08:12',1,0,'#000000',3,0),(56,'Publish','Publish',0.00,0.00,1,1,'Publish','2022-04-07 11:51:18','2022-04-07 15:08:12',1,0,'#000000',3,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','1630655238cat_1.jpg','1','0',1),(2,'NEWS','1649919647cat_1.jpg','1','0',NULL),(3,'ARTICLES','1649919526cat_1.png','1','0',NULL),(4,'EXHIBITIONS','1649919466cat_1.jpg','1','0',NULL),(5,'EVENTS','1650001330cat_1.jpg','1','0',10672),(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 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 */;
/*!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 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 */;
/*!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',
  `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_offers`
--

LOCK TABLES `tbl_offers` WRITE;
/*!40000 ALTER TABLE `tbl_offers` DISABLE KEYS */;
/*!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 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 */;
/*!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 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 */;
/*!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_1647074811.jpg','0','1','1','1','image_1652352842.png',NULL,NULL,'Honeymoon Packages- Travelidea','Honeymoon, Honeymoon Package, Romantic tours, Indian Holiday Packages, International packages, Love tour','Book now and enjoy the Romantic Honeymoon Tour with your Love partner. Grab the offers and enjoy the benefits today.'),(2,'Adventures',NULL,'banner_1647072945.jpg','0','1','1','1','image_1652352930.png',NULL,NULL,'Why Adventure? Adventure Tours- Travelidea','Adventure, Adventure Tours, Safari, Rock climbing, Sky diving, Nature, India adventure places, International Adventure places','Are you an Adventure lover? If, Yes Book now and get best offer to the best adventure places in India and World. Grab the offers now'),(3,'Wild Life',NULL,'banner_1609149831.jpg','0','1','1','1','image_1652352978.png',NULL,NULL,'Wildlife Safari & Adventure Packages-Travelidea','Wildlife tours, India, Adventure, Travel, Tourism, Safari, Holiday Packages','Wildlife tours with etheric Safari Ride, Lions, Rhinos, Tigers and leopard and many wonders of Nature. Book now and get exclusive offer and Price benefit'),(4,'Beach',NULL,'banner_1648024654.png','0','1','1','1','image_1652352938.png',NULL,NULL,'Extraordinary Beaches- Travelidea','Beach, Summer Holiday Packages, Goa, India holiday Packages, International Packages, Best Beaches','Enjoy the sunlight with fresh breeze and air on the beaches in these summer. Grab the offer now and enjoy with us'),(5,'Family',NULL,'banner_1647075649.jpg','0','1','1','1','image_1652352946.png',NULL,NULL,'Family Holiday Packages-Travelidea','Family, Family tours, Group tours, Family Holiday Packages, Summer Holiday Packages','Book now to get the best offer for Summer Holidays and enjoy the benefit with your Family. Grab the benefit now.'),(6,'Sports',NULL,NULL,'0','1','0','0','image_1644411306.jpg',NULL,NULL,'','',''),(7,'Cruise',NULL,'banner_1647076318.jpg','0','1','0','1','image_1652352953.jpg',NULL,NULL,'Cruise Special Tours- Travelidea','Cruise, Cruise tours, Cruise travel, Cruise Holiday Packages, Cruise Boat','Grab the best offers now, for your exclusive cruise tours and enjoy your Holidays with Travelidea. Book now to grab the offer Now.'),(8,'Religious',NULL,'banner_1647076651.jpg','0','1','1','0','image_1647076651.jpg',NULL,NULL,'Religious Tours Special- Travelidea','Religious, Indian culture, Char dham, Temples, Church, Pilgrimage, Heritage, Kedarnath tours','Book now and enjoy the religious heritage and pilgrimage special packages around the world. Grab the offer Now  '),(9,'Hill Station',NULL,NULL,'0','1','1','0','image_1648026081.png',NULL,NULL,'Hill Station- Travelidea','Hill Station, Indian Hill station, Summer holiday packages, International Hill station, South India Hill station, Manali, Kullu, Jammu, Kashmir, Sikkim, Ladakh','Grab the offer now, and enjoy your Summers in the queens of Hills, Book now and Enjoy Summer Special Offers'),(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,'banner_1648637450.png','0','1','1','1','image_1648637450.png',NULL,NULL,'Romantic Holidays - Travelidea','romantic tour, couple tour, romantic holiday, holiday with loved one, holiday with special one, romantic packages','Looking for a holiday with your special one? Travelidea is here to plan your perfect romantic holiday. Book Our Best Deals on Romantic Packages!!'),(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,'banner_1648635466.jpg','0','1','1','1','image_1648635466.jpg',NULL,NULL,'Group Tour Packages - Travelidea','group tour, group travel, friends tour, family tour, group holidays','Looking for a group holiday package? No worries. Travelidea is now live with its amazing deals for group tours. Book Now and Live Every Moment With Your Best Ones. Grab Our Deal ASAP!!'),(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_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 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 */;
/*!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 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 */;
/*!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=3 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 (1,'info@travelshop.co.in','travelshop2022@gmail.com','+91 9906729503','+91 9906729503','Gurgadi Mohalla Zaina Kadal, Srinagar (India)','','','1',0,'+91 9906729503','',''),(2,'b2b@travelshop.in','','+91 9906729503','+91 9906729503','Gurgadi Mohalla Zaina Kadal , Srinagar (India)','',NULL,'1',1,'+91 9906729503',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=361 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 (360,'FAMILY PACKAGE','shalviii','FAMILY PACKAGE',NULL,'FAMILY PACKAGE','FAMILY PACKAGE','FAMILY PACKAGE','360_1672384169.jpg','Activate',NULL,'1','2022-12-30 12:52:32','2022-12-30 12:52:32',NULL,0,NULL,'http://local.lts.com/tour-destination/category/family');
/*!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=12 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-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(2,'Eurasia','Eurasia','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(3,'Middle East','Middle East','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(4,'Eastern Europe','Eastern Europe','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(5,'Western Europe','Western Europe','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(6,'Central Asia','Central Asia','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(7,'Central India','Central India','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(8,'Northeast India','Northeast India','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(9,'South India','South India','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(10,'West India','West India','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0',NULL,NULL),(11,'North India','North India','',NULL,'2022-05-12 16:28:45','2022-05-12 16:28:45','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=9 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 (1,'Facebook','https://www.facebook.com',1,'2021-06-26 17:39:17'),(2,'Instagram','https://www.instagram.com',1,'2021-07-18 11:46:43'),(6,'Google','https://www.google.com/maps',1,'2021-12-25 13:04:32'),(7,'twitter','https://twitter.com/',1,'2022-02-04 12:49:08'),(8,'Youtube','https://www.youtube.com',1,'2022-03-28 11:45:01');
/*!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=13 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,'Ladakh','ladakh','Ladakh (India)',NULL,NULL,60,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(2,'Meghalaya','meghalaya','Meghalaya (India)',NULL,NULL,40,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(3,'Arunachal Pradesh','arunachal-pradesh','Arunachal Pradesh (India)',NULL,NULL,38,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(4,'Gujarat','gujarat','Gujarat (India)',NULL,NULL,15,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(5,'Madhya Pradesh','madhya-pradesh','Madhya Pradesh (India)',NULL,NULL,14,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(6,'Jammu and kashmir','jammu-and-kashmir','Jammu and kashmir (India)',NULL,NULL,13,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28: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,'Assam','assam','Assam (India)',NULL,NULL,10,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28: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,'Uttar Pradesh','uttar-pradesh','Uttar Pradesh (India)',NULL,NULL,6,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28: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,'Delhi','delhi','Delhi (India)',NULL,NULL,4,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(10,'Kerala','kerala','Kerala (India)',NULL,NULL,3,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(11,'Rajasthan','rajasthan','Rajasthan (India)',NULL,NULL,2,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','1','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'0','0','0',NULL,NULL,NULL,NULL,NULL,NULL),(12,'Himachal Pradesh','himachal-pradesh','Himachal Pradesh (India)',NULL,NULL,1,NULL,NULL,'101','India','2022-05-12 16:28:45','2022-05-12 16:28:45','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,
  PRIMARY KEY (`sid`),
  KEY `parentId` (`sid`),
  KEY `headerDisplay` (`status`),
  KEY `parentIde` (`status`),
  KEY `parentIdother` (`sid`,`status`)
) ENGINE=InnoDB AUTO_INCREMENT=207 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 class=\"MsoNormal\"><b style=\"font-family: Calibri, sans-serif; font-size: 11pt;\"><span lang=\"EN-US\">\"TRAVEL SHOP\" is the one-stop destination for all of your hassle-free trips and travels. The sole aim of our&nbsp;</span></b><span style=\"font-family: Arial, &quot;sans-serif&quot;;\">Company</span><b style=\"font-family: Calibri, sans-serif; font-size: 11pt;\"><span lang=\"EN-US\">&nbsp;is to give the best to our customers, i.e, affordable tickets, stress free experience, and customer friendly services. Here, in \"Travel Shop\", we offer the best flights, hotels and holiday prices because of our strong multinational inventory back-end.</span></b><br></p><p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif;\"><b><span lang=\"EN-US\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This Company was established by its founder with the bright vision of making travelling an enjoyable adventure, mess-free experience.<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: 22.1pt;\"><b><span lang=\"EN-US\">\"Travel shop\" is Kashmir\'s one of the fastest growing travel company providing many novelty travel ideas, international holiday packages, adventurous journeys, best hotels, popular destinations and much more. We work on a variety of segments: B2B, B2C etc<br><br></span></b><span style=\"font-family: Arial, &quot;sans-serif&quot;; font-size: 12px; text-indent: 0px; background-color: rgb(250, 250, 250);\"><b>We offer an extensive inventory of travel services: Flights (Coupon, API, Corporate, SME and other special fares), Hotels (Pre-Purchased, Contractual and regular deals), Transfers, Charters, Event Management, Cruises and many more.</b></span><b><span lang=\"EN-US\"><br><o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin: 0cm 0cm 10pt; line-height: 16.8667px; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: 22.1pt;\"><b><span lang=\"EN-US\">We truly hope that the Travel shop&nbsp; will always be there to assist you in the best possible way so that your trips and holidays be more fun. We have named the website as \"Travel Shop\" so that the customer may get all the required services solely from our firm. The tagline of our website is \"Book the tickets, Travel, Make moments\". Our tagline sums up the aim and the vision of Travel shop.<o:p></o:p></span></b></p><p class=\"MsoNormal\" style=\"margin-right:39.4pt;line-height:86%\"><br></p><p class=\"MsoNormal\" style=\"margin-right:39.4pt;line-height:86%\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-theme-font:minor-bidi\"><o:p></o:p></span></p>','Why Travelshop is one of the Best','Travelshop, Flights, Hotels','Travelshop, is the fastest Growing startup in Travel Industury, and has been awarded by silicon India.','161_1647599275.png','Activate',0,'1','2018-01-12 00:00:00','2022-05-23 20:08:39',0),(162,'TERMS & CONDITIONS','terms-conditions','<h1 style=\"margin:0in;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"font-size:\r\n15.0pt;font-family:Oswald;color:#222222;text-transform:uppercase;font-weight:\r\nnormal\">TERMS OF USE<o:p></o:p></span></h1><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;\r\ncolor:#222222\">These terms and conditions are applicable to the usage of the\r\nwww.Travelidea.in &nbsp;website (\"TRAVELIDEA\") by you. TRAVELIDEA\r\nshall provide you (“User”) travel-related information, travel leads, pricing,\r\navailability and reservations for airlines, hotels, railway, holiday packages,\r\nbus and car rentals across cities and rural areas throughout India and abroad\r\n(“Service/s or TRAVELIDEA Services”). These Services may be availed by the User\r\nin India or outside India at any time during the year as is offered by various\r\nthird party vendors like airlines, hotels, bus operators etc.(\"Service\r\nProviders\" or \"Vendors\"). The website is also for your education\r\nand information and is also used by us to obtain feedback with a view to\r\nproviding information and services with respect to the leisure industry.<br>\r\n<br>\r\nBy accessing this site you agree to the following terms. In case you do not\r\nagree to the following terms please do not read or refer to the material on any\r\nof our pages.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Opening an Account</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nIn order to become able to use the TRAVELIDEA, you must complete in full an\r\napplication form on the Website. As part of the application, you will be asked\r\nto provide us with a Username and Password. This username and password will be\r\nused by you when using our services.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Usernames/Passwords</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nYou are solely responsible for the confidentiality of your username, and\r\npassword. In the event you have reason to believe your account, username and/or\r\npassword is being used in an unauthorized manner, you agree to contact us\r\npromptly so that the appropriate modifications can be made to your account.\r\nPlease be aware that information will be sent to your email address that you\r\nprovided to us at the time of sign up.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Agreement to receive Mail</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nYou hereby consent to the receipt of physical &amp; electronic communication\r\nfrom us.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Contributions on website</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nAny activity you do on the website (Comments, Reviews, and Questions etc)\r\nbecomes property of TRAVELIDEA. We reserve the right to modify or update that\r\ninformation suitably.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Viruses and Contamination of System</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nTRAVELIDEA is neither responsible nor liable for any viruses or other\r\ncontamination of your system, nor for any delays, inaccuracies, errors or\r\nomissions arising out of your use of this site or with respect to the material\r\ncontained on this site.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Linked Sites</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nAny linked websites in our website are not under our control and we are not\r\nresponsible for the contents of any linked site or any link contained in a\r\nlinked site, or any changes or updates to such sites. We are providing these\r\nlinks to you only as a convenience, and the inclusion of any link does not\r\nimply endorsement by us of the site.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Content and Intellectual property rights</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nAll content on the website including but not limited to icons, buttons, logos,\r\ntext etc, as well as any and all trademarks, whether registered or not\r\nconstitute the exclusive intellectual property of the TRAVELIDEA and is\r\nprotected under Indian law. You may not selectively download portions of the\r\nwebsite without retaining the copyright notices You may download material from\r\nthe website only for your own personal use and for no commercial purposes\r\nwhatsoever. Any and all information that is submitted by you including but not\r\nlimited to comments, feedback etc is the sole property of TRAVELIDEA which may\r\nbe used in any manner the TRAVELIDEA deems fit. We provide all content to the\r\nbest of our knowledge and we are not responsible for changes to third party\r\ncontent.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Limitation of Liability</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nTRAVELIDEA makes no warranty that this site will meet your requirements, the\r\nservice or this site will be uninterrupted, the results that may be obtained\r\nfrom the use of this site will be accurate or reliable, any information or\r\nother material obtained by you through this site will meet your expectations\r\nand any errors in this site will be corrected.<br>\r\n<br>\r\nWe shall not be liable to you for any special, consequential, incidental, and\r\nexemplary or punitive damages, or loss of profit or revenues. We are also not\r\nliable under any circumstances for damages arising out or related in any way to\r\nyour inability to access, or your difficulty in accessing, the website. We\r\nshall not be liable under any circumstances for damages arising out of or in\r\nany way related to products, services and/or information offered or provided by\r\nthird-party vendors accessed through the website or by any other means. All\r\ncontent and information provided by TRAVELIDEA either through the website or\r\notherwise is provided to you without warranty of any kind either expressed or\r\nimplied, with regard to the merchantability, technical compatibility or fitness\r\nfor a particular purpose with regard to any service, products or material\r\nprovided by or through the website.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Indemnity</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nYou agree to indemnify, defend and hold harmless TRAVELIDEA, and its officers,\r\nemployees, agents, and any third party information providers to the Website,\r\nfrom and against all claims, actions, proceedings, expenses, damages and\r\nliabilities, which are the result of, or are in any way related to your use of\r\nthe website.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Governing Law</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nThese terms and conditions shall be governed by Indian law and the courts at\r\nTezpur shall have exclusive jurisdiction in all matters arising out of or in\r\nconnection with the use of the website by you.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Privacy Policy</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nPlease refer to our Privacy Policy on the website.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Charges &amp; Pricing</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nTRAVELIDEA does not charge any fees for browsing. TRAVELIDEA is ONLY a\r\nticketing/booking agent for various types of services. For example, TRAVELIDEA\r\ndoes not operate bus services or run flights of its own etc. In order to\r\nprovide a comprehensive choice of bus operators or flights etc, departure times\r\nand prices to customers, it has tied up with many Vendors. TRAVELIDEA\'s advice\r\nto customers is to choose the Vendor they are aware of and whose service they\r\nare comfortable with. TRAVELIDEA is not liable for any Discrepancy / Deficiency\r\nin service by the Service Providers / Vendors of any service type.<br>\r\n<br>\r\nUsers can create free membership accounts on TRAVELIDEA for service booking.\r\nFrom time to time, TRAVELIDEA at its sole dsicretion will add new services,\r\nchange existing services and remove some services as well.<br>\r\n<br>\r\nUsers shall be solely responsible for compliance of all applicable laws for\r\nmaking payments to TRAVELIDEA. GST Credit (if applicable) will be provided\r\ndirectly by the Vendor to the User and TRAVELIDEA will not be responsible for\r\nnon-receivable of the same.<br>\r\n<br>\r\nWhile TRAVELIDEA strives for quality products and services with accurate\r\npricing information, typographical and other errors may occur. In the event the\r\nService is listed at an incorrect price or with incorrect service information\r\ndue to an error, TRAVELIDEA may at it\'sdisretion contact the User for\r\ninstructions or cancel User\'s booking and notify User of such Cancel.<br>\r\n<br>\r\nTRAVELIDEA will have the right to rectify the price of the Service and contact\r\nUser for further instructions via e-mail address provided by User at the time\r\nof registration, or cancel the booking and notify User of such cancellation. If\r\nTRAVELIDEA cancels the order after the payment has been processed, the said\r\namount will be remitted to User’s account from which the payment was made.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Payment Options</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nTRAVELIDEA Supports various Payment Methods like Credit and Debit Cards (Visa,\r\nMastercard, Rupay, Amex, Dinners etc), Internet Banking (around 100 Indian\r\nBanks), Wallets, etc through an online payment gateway system. TRAVELIDEA and\r\nthe associated one or more payment gateway makes full effort to fulfill\r\ninformation security requirement and uses the latest encryption technology to\r\nprotect and safeguard the Users Payment Methods and their details.<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;\r\ncolor:#222222\">All Payments for services purchased via TRAVELIDEA by all types\r\nof users (travelers or agents or any other type) have to be pre-paid. Incase\r\nthe credit is extended/provided to any type of user, then it needs to be paid\r\nwithin the next working day. If the user misses his payment timelines, then\r\nTRAVELIDEA has the right to cancel the purchased service or any other purchased\r\nservices of the same user or it\'s sister concerns to recover the money and\r\npenalty amount decided by TRAVELIDEA (upto 100% of the default amount).<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Gateway Charges</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nPlease note that TRAVELIDEA cannot control any fees or conversion rates that\r\nmay be charged to User by their Banks or Financial Institution related to such\r\na transaction and TRAVELIDEA disclaims all liabilities in this regard.<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt\"><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;\r\nmso-bidi-font-family:Arial;color:#222222\">TRAVELIDEA Travel Special Fares</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nThere are three types of TRAVELIDEA Special Fares<o:p></o:p></span></p><ul style=\"margin-top:0in\" type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:.0001pt;\r\n     line-height:normal;mso-list:l0 level1 lfo1;tab-stops:list .5in\"><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:Arial\">TRAVELIDEA\r\n     Special ZERO Reschedule Charges</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\"><o:p></o:p></span></li>\r\n</ul><ul style=\"margin-top:0in\" type=\"disc\">\r\n <ul style=\"margin-top:0in\" type=\"circle\">\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">Reschedule request\r\n      needs to reach TRAVELIDEA atleast 36 hours for domestic flights and 72\r\n      hours for international flights before the original departure time. If\r\n      the request does not come in this timeframe, then normal Airlines and\r\n      TRAVELIDEA Travel Reschedule charges will be charged. However, Customer\r\n      can also directly work with the airlines when the departure time is less\r\n      than the above mentioned timeframe. Any charges imposed by the airlines\r\n      in this regard, will need to be borne by the customer itself.<o:p></o:p></span></li>\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">Exact flight details\r\n      of the new flight needs to be provided for Reschedule request - Only one\r\n      option will be handled for reschedule request.<o:p></o:p></span></li>\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">TRAVELIDEA Travel\r\n      takes 4 to 8 hours to respond during working hours for re-schedule\r\n      request and is totally dependent on seat availability and airlines\r\n      response. Incase the airlines does not provide timely or no response,\r\n      TRAVELIDEA Travel cannot be held responsible for the same.<o:p></o:p></span></li>\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">TRAVELIDEA may charge\r\n      certain service fees for the service rendered.<o:p></o:p></span></li>\r\n </ul>\r\n <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:.0001pt;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list .5in\"><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:Arial\">TRAVELIDEA\r\n     Special ZERO Reschedule, 50% Cancellation Fees, Free Meal</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\"><o:p></o:p></span></li>\r\n <ul style=\"margin-top:0in\" type=\"circle\">\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">Reschedule details\r\n      covered under&nbsp;TRAVELIDEA Special ZERO Reschedule Charges<o:p></o:p></span></li>\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">Airlines &amp; TRAVELIDEA\r\n      Cancellation Charges will be charged at 50% For e.g. if Airlines\r\n      cancellation charges were Rs 3000 and TRAVELIDEA Charges Rs 499, then in\r\n      this flight, the Airlines Cancellation Charges will be Rs 1500 and\r\n      TRAVELIDEA Charges as Rs 249. All Cancellation requests needs to reach\r\n      TRAVELIDEA before 36 hours in domestic flights and 72 hours for\r\n      international flights before the original departure time. If the request\r\n      does not come in this timeframe, then normal Airlines and TRAVELIDEA\r\n      Cancellation charges will be charged. However, Customer can also directly\r\n      work with the airlines when the departure time is less than the above\r\n      mentioned timeframe. Any charges imposed by the airlines in this regard,\r\n      will need to be borne by the customer itself.<o:p></o:p></span></li>\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">Free Meal is supposed\r\n      to be provided by the airlines. However if for any reason, airlines does\r\n      not provide the Free MEAL, no compensation will be provided by\r\n      TRAVELIDEA. MEAL Selection needs to be done by the customer on the\r\n      airlines website. TRAVELIDEA will not choose any MEAL type on customer\'s\r\n      behalf<o:p></o:p></span></li>\r\n </ul>\r\n <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:.0001pt;\r\n     line-height:normal;mso-list:l0 level1 lfo2;tab-stops:list .5in\"><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:Arial\">TRAVELIDEA\r\n     Special ZERO Cancellation / Reschedule Fees, Free Meal</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\"><o:p></o:p></span></li>\r\n <ul style=\"margin-top:0in\" type=\"circle\">\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">Cancellation requests\r\n      needs to reach TRAVELIDEA atleast 36 hours for domestic flights and 72\r\n      hours for international flights before the original departure time. If\r\n      the request does not come in this timeframe, then normal/standard\r\n      Airlines and TRAVELIDEA Cancellation charges will be charged.<o:p></o:p></span></li>\r\n  <li class=\"MsoNormal\" style=\"color:#222222;margin-bottom:0in;margin-bottom:\r\n      .0001pt;line-height:normal;mso-list:l0 level2 lfo2;tab-stops:list 1.0in\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;\">Please read above for\r\n      Rescheduling of Flights &amp; Free MEAL<o:p></o:p></span></li>\r\n </ul>\r\n</ul><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt;text-align:justify\"><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:Arial;color:#222222\">Refund,\r\nCancellation &amp; Re-scheduling Policy</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><o:p></o:p></span></p><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">In case of no-show or\r\nunutilized bookings, User shall be required to make requests for any valid and\r\napplicable refunds, as per Vendors’ policies or within 15 days from the travel\r\ndate (whichever&nbsp; is earlier). No refund would be payable for any requests\r\nmade after the expiry of 30 days of travel date / check-in as aforementioned\r\nand all unclaimed amounts for such no-show or unutilized bookings shall\r\naccordingly be deemed to have been forfeited.<br>\r\n<br>\r\nThe refund shall be processed within 15-20 working days from the date of the\r\ncancellation request, after receiving back to back refund from the concerned\r\nVendor. Payment will be refunded back into the same original payment instrument\r\nlike the same credit card or bank account from which it was paid for the\r\ntraveller. In case of Travel Agent (B2B Booking), refund or recharge or upload\r\nof any type is always credited in their agents TRAVELIDEA’s account balance. In\r\ncase of agents account closure, the agent is supposed to consume its balance or\r\nclear their dues (if any). No money transfer will be done to travel agents bank\r\naccount, in any circumstances.<br>\r\n<br>\r\nIn case User avails to book any of the Services offered by the Vendor and is,\r\nthereafter, not contactable on the contact details provided, then the\r\ntour/travel reservation selected by User will stand cancelled and TRAVELIDEA or\r\nthe Vendor would not be liable for any charges/expenses incurred by User,\r\neither directly or indirectly in this regard<br>\r\n<br>\r\nAny Refund Claims arising due to cancellation / delay of flight by the Vendor\r\nshall be subject to TRAVELIDEA receiving the refund from the Vendor. In the\r\nEvent Vendor does not refund the amount to the TRAVELIDEA, TRAVELIDEA shall not\r\nbe held liable for the same<br>\r\n<br>\r\nCancellation/Re-scheudle of Flight Ticket upto 24 hours will be dealt by\r\nTRAVELIDEA. Less than 24 hours, the USER should cancel it directly with the\r\nairlines and inform TRAVELIDEA for the refund processing<br>\r\n<br>\r\nTRAVELIDEA shall charge a cancellation fees - varying from time to time and\r\ntransaction to transaction and type of service. This fees will be over and\r\nabove the Airlines Cancellation Fees. Similarly for other service like Bus\r\nTickets etc, TRAVELIDEA will add it\'s own cancellation fees over the Vendor\'s\r\ncancellation Fees<br>\r\n<br>\r\nCancellation Policy is defined and governed by the Vendor and TRAVELIDEA will\r\nnot be able to do any changes around it. Refund will only be processed once the\r\nUSER informs TRAVELIDEA<br>\r\n<br>\r\nPartial Cancellation may or may not be allowed - This will depend on the\r\nVendor\'s Cancellation Policy<o:p></o:p></span></p><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nRe-scheduling of Services (For e.g. Date Change in Flights) will incur Fare\r\nDifference, Airlines Re-schedule/Penalty Charges and TRAVELIDEA Re-schedule\r\nCharges<br>\r\n<br>\r\nDomestic and International Booking/Cancellation/Re-schedule will have different\r\namount of fees for different Services<br>\r\n<br>\r\nName Change, Title Change, Age Change, Sector Change etc is generally not\r\nallowed by Vendors - Any such changes or more (not covered here) will not be\r\nentertained by TRAVELIDEA. The User need to work directly with the Vendor and\r\nTRAVELIDEA will not be responsible / liable in any form<br>\r\n<br>\r\nOnce a confirmed ticket/service is booked/generated, Convenience Fees is not\r\nrefundable under any circumstances. If you are booking a special discounted\r\nreturn fare then both sectors have to be cancelled together<br>\r\n<br>\r\nThe USER will be solely responsible for the Visa, Passport or any other\r\nrequirement for the travel. TRAVELIDEA will not be responsible for any\r\ninadequacy of any form<br>\r\n<br>\r\nCheck the Baggage Allowance – Cabin and Check-in – No Free Baggage Allowance\r\nfor Infants. Meals, Seats, Special Requests are not guaranteed. USER needs to\r\ncheck this with Vendor directly<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Booking Confirmation</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nUser should not take any action based on information on the Marketplace until\r\nUser has received a confirmation of User’s transaction. In case of\r\nconfirmations to be received by email, if User does not receive any\r\nconfirmation of User’s purchase/transaction within the stipulated time period,\r\nUser may first look into \"spam\" or \"junk\" folder to verify\r\nthat it has not been misdirected, and if still not found, please contact\r\nTRAVELIDEA\'s call centre or login into the User Account section of TRAVELIDEA.<br>\r\n<br>\r\nIn case a booking confirmation e-mail or sms gets delayed or fails because of\r\ntechnical reasons or as a result of incorrect e-mail ID / phone number provided\r\nby the user etc, a ticket will be considered \'booked\' as long as the ticket\r\nshows up on the confirmation page or in the User Account section of TRAVELIDEA.<br>\r\n<br>\r\nThe total price payable will be displayed to the User before making payment to\r\nthe Vendor. Users are hereby informed that in case of a booking request being\r\nrejected by a Vendor (i.e. not confirmed by the applicable Vendor), any amounts\r\ncollected by TRAVELIDEA for such booking will be refunded to the User’s Account\r\nused for making the payments.<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin:3.75pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:\r\n&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">Offer Fares / Series Fares / Group Fare or\r\nany other similar fares are non-refundable, non-changeable under any\r\ncircumstances. In these types of bookings, more than one (non related)\r\npassenger is added in the same pre-purchased PNR. Names in this type of fares\r\nare updated between 8pm and 11pm, one night before the travel date. Hence, web\r\ncheckin needs to be done by the passenger or the travel agency once the names\r\nare updated. Do note Airlines counter are not very friendly at some airports\r\nand machines may / may not operate. Also airlines may levy service charges for\r\nissuing boarding pass from the airport counter. Since these are collective\r\npassengers tickets, normal web checkin, meal selection, extra baggage purchase,\r\nwheel chair addition, GST or any other special services cannot be added in\r\nthese tickets. Lastly in these types of fares, our fare rules supersedes\r\nairlines and hence no refund requests are entertained unless flight is\r\ncancelled or flight date/timing is changed by more than 6&nbsp; hours in\r\ndomestic flights and over 24 hours in international flights.<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin:3.75pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:\r\n&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">Name changes (minor or major) in any form\r\ncannot be done in these fares. In this type of fares (Offer Fares / Series\r\nFares / Group Fare or any other similar fares), you are not supposed to contact\r\nairlines directly or any other body for any reason. TRAVELIDEA should be your\r\nonly point of contact for any purpose and the decision of TRAVELIDEA will be\r\nfinal. Incase you contact airlines or any other body, your account might be\r\ndisabled and your balance will be forfeited.<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin:3.75pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:\r\n&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">In case of schedule change and airlines\r\nprovides multiple options, agent/customer has the choice to choose among the\r\ngiven options only within the given time. However, once names are updated in\r\nthe revised itinerary, thereafter no changes will be accepted of any type. Also\r\nnote if the agent/customer does not respond in the given time then Airlines /\r\nTRAVELIDEA can choose any option.<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p class=\"MsoNormal\"><strong><span lang=\"EN-IN\" style=\"font-size:13.5pt;line-height:\r\n107%;font-family:Oswald;mso-bidi-font-family:&quot;Times New Roman&quot;;mso-bidi-theme-font:\r\nminor-bidi;color:#222222\">Offline Booking</span></strong><span lang=\"EN-IN\" style=\"font-size:13.5pt;line-height:107%;font-family:Oswald;mso-bidi-font-family:\r\n&quot;Times New Roman&quot;;color:#222222\"><o:p></o:p></span></p><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">TRAVELIDEA avoids and do\r\nnot recommends travel agents for doing offline booking with us. However, if the\r\ntravel agents insists,&nbsp; TRAVELIDEA can do the booking on behalf of the\r\ntravel agent&nbsp; as a courtesy. Having said that TRAVELIDEA will not be\r\nresponsible for any&nbsp; type of mistake like date, orgin city, destination\r\ncity, itinerary details, pricing, name &amp; details of the passenger etc.\r\nTravel Agent will be responsible for any mistake or issue in offline booking\r\nfrom TRAVELIDEA. TRAVELIDEA&nbsp; on any\r\ncircumstances will&nbsp;</span><strong><span lang=\"EN-IN\" style=\"font-family:\r\nOswald;mso-bidi-font-family:Arial;color:#222222\">not</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;bear\r\nany expense or refund any part of the booking amount.<o:p></o:p></span></p><p style=\"margin:0in;margin-bottom:.0001pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">&nbsp;<o:p></o:p></span></p><p style=\"margin-top:0in;margin-right:3.75pt;margin-bottom:0in;margin-left:\r\n3.75pt;margin-bottom:.0001pt;text-align:justify\"><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:Arial;color:#222222\">Promo Codes</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nTRAVELIDEA may generate promotion codes from time to time which may be availed\r\non the site for discount, if applicable. TRAVELIDEA at its discretion, could\r\nadd new promo codes, change or withdraw existing ones without any prior notice.\r\nIncase of any dispute with any party, TRAVELIDEA\'s decision will be binding and\r\nfinal.<br>\r\n<br>\r\nWhen USER registers with TRAVELIDEA, TRAVELIDEA or any of its\r\npartners/afflilate/group companies/partners/vendors may contact User from time\r\nto time to provide information/offers of services that TRAVELIDEA or such other\r\ngroup companies believe may benefit User.<br>\r\n<br>\r\n</span><strong><span lang=\"EN-IN\" style=\"font-family:Oswald;mso-bidi-font-family:\r\nArial;color:#222222\">Users Responsibility &amp; Liability</span></strong><span lang=\"EN-IN\" style=\"font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\"><br>\r\nUser shall be responsible for their own actions in utilizing the Services\r\npurchased by User, and TRAVELIDEA shall not be liable for any such action.\r\nTRAVELIDEA is only providing a platform for communication and it is agreed that\r\nthe contract for Service shall be a strictly bipartite contract between the\r\nVendor and User.<br>\r\n<br>\r\nUser represents that User is of legal age to form a binding contract with\r\nTRAVELIDEA and is not a person barred from receiving Services under the laws as\r\napplicable in India.<br>\r\n<br>\r\nAny references to a Vendor being \"verified\" (or similar language)\r\nonly indicate that the Vendor has completed a reasonable verification process.\r\nAny such description is not an endorsement, certification or guarantee by\r\nTRAVELIDEA about any Vendor, including of the Vendor\'s identity and\r\ncredibility. TRAVELIDEA therefore recommends that you always exercise due\r\ndiligence and care when deciding whether to avail services from a Vendor, or\r\nwhile having any other interaction with them.<br>\r\n<br>\r\nUpon receiving User’s complaint, TRAVELIDEA shall inform the relevant Vendor of\r\nsuch complaint and request for an explanation. Users are required to refrain\r\nfrom raising frivolous and baseless complaints. User expressly acknowledges\r\nthat the Vendor providing the deficient Service will be solely responsible to\r\nUser for any claims that User may have in relation to such defective service\r\nand TRAVELIDEA shall not in any manner be held liable for the same.<br>\r\n<br>\r\nUnless due to User’s negligence, in the event the Vendor fails to complete a\r\ndelivery of any Service, User acknowledges that the Vendor will be liable to\r\nmake any applicable refunds or payments. User agrees that TRAVELIDEA will not\r\nbe held liable for failure of the Vendor to make available any Service therein.<br>\r\n<br>\r\nTRAVELIDEA reserves the right at all times to disclose any information as is\r\nnecessary to satisfy or comply with any applicable law, regulation, legal\r\nprocess or governmental request, or to edit, refuse to post or to remove any\r\ninformation or materials, in whole or in part, in TRAVELIDEA\'s sole discretion.<br>\r\n<br>\r\nIn no event shall TRAVELIDEA, its officers, directors, employees, partners or\r\nvendors be liable to User, the Vendor or any third party for any special,\r\nincidental, indirect, consequential or punitive damages whatsoever, including\r\nthose resulting from loss of use, data or profits, whether or not foreseeable\r\nor whether or not TRAVELIDEA has been advised of the possibility of such\r\ndamages, or based on any theory of liability, including breach of contract or\r\nwarranty, negligence or other tortuous action, or any other claim arising out\r\nof or in connection with User’s purchase of the services herein.<br>\r\n<br>\r\nTRAVELIDEA shall not assume any liability for the non-availability of the\r\nServices where required or any action or inaction that might be taken by the\r\nVendor.<o:p></o:p></span></p><p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</p><p style=\"margin:3.75pt;text-align:justify\"><span lang=\"EN-IN\" style=\"font-family:\r\n&quot;Arial&quot;,&quot;sans-serif&quot;;color:#222222\">ALL LINKED TERMS AND CONDITIONS HEREUNDER\r\nARE ASSUMED TO BE READ, UNDERSTOOD AND AGREED BY USER.<o:p></o:p></span></p>','','','','162_1647516077.png','Activate',0,'1','2018-01-12 00:00:00','2022-03-28 12:10:34',0),(167,'PRIVACY POLICY','privacy-policy','<p>Travel Shop (“travelshop.co.in”) understands its valuable customer’s concerns for privacy and undertakes several measures of protecting and maintaining their personal information that is being shared with us. The applicability of this Privacy Policy extends to the User who inquires, or means to purchase or purchase the product(s) or service(s) offered by travelshop.co.in,&nbsp;through any of its’s online channels including its website, mobile site, mobile app &amp; offline channels including call centers and offices.&nbsp;For the purpose of this Privacy Policy, Website means the website(s), mobile site(s) and mobile app(s). By using or accessing the Website or other Sales Channels, the User hereby agrees with the terms of this Privacy Policy and the contents herein. If you disagree with this Privacy Policy please do not use or access our Website or other Sales Channels. This Privacy Policy does not apply to any website(s), mobile sites and mobile apps of third parties, even if their websites/products are linked to our Website. User should take note that information and privacy practices of travelshop.co.in\'s business partners, advertisers, sponsors or other sites to which travelshop.co.in&nbsp;provides hyperlink(s), may be significantly different from this Privacy Policy. Accordingly, it is recommended that the User reviews the privacy statements and policies of any such third parties with whom they interact.</p>\r\n\r\n<p><br>\r\n<br>\r\n<b>WHAT PERSONAL DETAILS travelshop.co.in&nbsp;COLLECTS &amp; HOW THESE ARE USED:-</b></p>\r\n\r\n<p>travelshop.co.in&nbsp;collects information, as outlined below, to be able to offer and deliver the product(s) and services(s) chosen by you and also to fulfil our legal obligations as well as our obligations towards third parties as per our User Agreement.<br>\r\n<br>\r\n\"Personal Information\" of User shall include the information shared by the User and collected by us for the following purposes:<br>\r\n<br>\r\nRegistration on the Website: Information which the User provides while subscribing to or registering on the Website, including but not limited to information about the User’s personal identity such as name, gender, marital status, religion, age etc., the contact details such as the email address, postal addresses, frequent flyer number, telephone (mobile or otherwise) and/or fax numbers. The information may also include information such as the banking details (including credit/debit card) and any other information relating to the User’s income and/or lifestyle; billing information payment history etc. (as shared by you).<br>\r\n<br>\r\nOther information: travelshop.co.in&nbsp;also collects some other information and documents including but not limited to:<br>\r\n<br>\r\nTransactional history (other than banking details) about your e-commerce activities, buying behavior.<br>\r\n<br>\r\nYour usernames, passwords, email addresses and other security-related information used by the User in relation to travelshop.co.in&nbsp;Services.<br>\r\n<br>\r\nData either created by the User or by a third party and which the User wishes to store on travelshop.co.in’s servers such as image files, documents etc.<br>\r\n<br>\r\nData available in public domain or received from any third party including social media channels, including but not limited to personal or non-personal information from the User’s linked social media channels (like name, email address, friend list, profile pictures or any other information that is permitted to be received as per the User’s account settings) as a part of the User’s account information.<br>\r\n<br>\r\nInformation pertaining any other traveler(s) for whom the User makes a booking through the User’s registered travelshop.co.in&nbsp;account. In such case, the User must confirm and represent that each of the other traveler(s) for whom a booking has been made, has agreed to have the information shared by the User disclosed to travelshop.co.in&nbsp;and further be shared by travelshop.co.in&nbsp;with the concerned service provider(s).<br>\r\n<br>\r\nIf the User requests travelshop.co.in to provide visa related services, then copies of the User’s passport, bank statements, originals of the filled in application forms, photographs, and any other information which may be required by the respective embassy to process the User’s visa application.<br>\r\n<br>\r\nFor international bookings, User, in compliance with the Liberalized Remittance Scheme (LRS) of RBI or any other law may be required to provide details such as their PAN information or passport details number or any such information required by Service Provider. Such information shall be strictly used as per the aforesaid requirements only. In case a User does not wish to provide this information, travelshop.co.in&nbsp;may not be able to process the booking. travelshop.co.in&nbsp;will never share User’s PAN details without their prior consent unless otherwise such action is required by any law enforcement authority for investigation, by court order or in reference to any legal process.<br>\r\n<br>\r\nIn case the User opts for contactless check-in at Hotels, then copies of the User’s government identification like aadhar, driving license, election card etc., Self-declaration and any other information like date of birth, destination/origin of travel and place of residence that may be required by the concerned Hotel to honour the User’s hotel booking. For international bookings, Users, in compliance with the Liberalized Remittance Scheme (LRS) of RBI or any other law may be required to provide details such as their PAN information or passport details number or any such information required by Service Provider.<br>\r\n<br>\r\nThe User’s Covid-19 Vaccination status and certificate in case the User wishes to avail any service for provision of which such Covid-19 vaccination related information is required or want to access your vaccination certificate at a later stage for travel related or any other purpose. travelshop.co.in&nbsp;will never process the beneficiary id and other id details contained in the vaccination certificate.<br>\r\n<br>\r\nSuch information shall be strictly used for the aforesaid specified &amp; lawful purpose only. User further understands that travelshop.co.in&nbsp;may share this information with the end service provider or any other third party for provision and facilitation of the desired booking. travelshop.co.in&nbsp;will always redact all/any sensitive &amp; confidential information contained in the vaccination certificate, passbook, bank statement or any other identity card submitted for the purpose of availing a service, promotional offer or booking a product on the Website. In case the User does not wish to provide this information or opts for deletion of the information already provided, travelshop.co.in&nbsp;may not be able to process the desired booking request. BookMyTripm will never share any of the above information collected including PAN card details, Vaccination status &amp; certificate, Passport details, Aadhar Card details without the User’s prior consent unless otherwise such action is required by any law enforcement authority for investigation, by court order or in reference to any legal process.</p>\r\n\r\n<p><br>\r\n<br>\r\ntravelshop.co.in&nbsp;uses the personal information collected from the Users for the following:<br>\r\n<br>\r\n<strong>To Book a Service:-</strong><br>\r\n<br>\r\nNames, addresses, phone numbers and age details are shared with related service providers, including airlines, hotels, or bus services to provide reservation and booking to the customers or travelers.<br>\r\n<br>\r\n<strong>To Send Promotional Offers :-</strong><br>\r\n<br>\r\ntravelshop.co.in&nbsp;uses details like mobile numbers and e-mail Id for sending information about any promotional offers. travelshop.co.in&nbsp;often sponsor promotions and lucky draws to give Users an opportunity to win discounts on travel or other prizes. This is also optional and the User can unsubscribe for such emails.<br>\r\n<br>\r\n<strong>Member Registration:-</strong><br>\r\n<br>\r\nIf the User opts to be a registered member of the Website, information like name, address, telephone number, e-mail address, a unique login name and password are asked. This information is collected on the registration form for various purposes like<br>\r\n<br>\r\n1. User recognition<br>\r\n2. To complete the travel reservations<br>\r\n3. To let travelshop.co.in&nbsp;connect with the User for customer service purposes, if necessary<br>\r\n4. To contact the User in order to meet any specific needs; and<br>\r\n5. To improve travelshop.co.in&nbsp;products and services<br>\r\n6. To confirm the new member registration and consequent booking<br>\r\n<br>\r\n<strong>Surveys:-</strong><br>\r\n<br>\r\ntravelshop.co.in&nbsp;identifies the importance of its valuable customers’ opinion. travelshop.co.in&nbsp;often conducts surveys and uses personal identification information to invite its regular customers for taking part into the surveys. Customers can take part in these surveys at completely on their own choice. Typically, travelshop.co.in&nbsp;conducts the surveys to know about the customer’s experiences with travelshop.co.in&nbsp;and to make the Website, mobile site and mobile app more user-friendly for its members. Identity of the survey participants is anonymous unless otherwise stated in the survey.<br>\r\n<br>\r\n<strong>Safeguard Sensitive Information:-</strong><br>\r\n<br>\r\nSensitive information like Credit/Debit Card and Net Banking Details are mainly collected by the payment gateways and banks and not by travelshop.co.in. However, if still this information is stored on the Website, it remains completely safe, excluding that if it has been shared with any third party inadvertently by the User while browsing the Website. Sometimes, such information is shared with certain third parties to process the cashback offers &amp; discounts, if applicable.<br>\r\n<br>\r\n<strong>COOKIES &amp; AUTOMATIC LOGGING OF SESSION DATA</strong>&nbsp;<strong>Cookies</strong><br>\r\n<br>\r\ntravelshop.co.in&nbsp;uses cookies to personalize the User’s experience on the Website and the advertisements that maybe displayed. travelshop.co.in’s use of cookies is similar to that of any other reputable online companies.<br>\r\n<br>\r\nCookies are small pieces of information that are stored by the User’s browser on User’s device\'s hard drive. Cookies allow travelshop.co.in&nbsp;to deliver better services in an efficient manner. Cookies also allow ease of access, by logging the User in without having to type the User’s login name each time (only the password is needed); travelshop.co.in&nbsp;may also use such cookies to display any advertisement(s) to the Users while they are on the Website or to send the Users offers (or similar emails – provided the Users have not opted out of receiving such emails) focusing on destinations which may be of the User’s interest.<br>\r\n<br>\r\nA cookie may also be placed by travelshop.co.in’s advertising servers, or third party advertising companies. Such cookies are used for purposes of tracking the effectiveness of advertising served by travelshop.co.in&nbsp;on any website, and also to use aggregated statistics about the User’s visits to the Website in order to provide advertisements in the Website or any other website about services that may be of potential interest to the User. The third party advertising companies or advertisement providers may also employ technology that is used to measure the effectiveness of the advertisements. All such information is anonymous. This anonymous information is collected through the use of a pixel tag, which is an industry standard technology and is used by all major websites. They may use this anonymous information about the User’s visits to the Website in order to provide advertisements about goods and services of potential interest to the User. No Personal Information is collected during this process. The information so collected during this process, is anonymous, and does not link online actions to a User.<br>\r\n<br>\r\nMost web browsers automatically accept cookies. Of course, by changing the options on the User’s web browser or using certain software programs, the User can control how and whether cookies will be accepted by the browser. travelshop.co.in&nbsp;supports the User’s right to block any unwanted Internet activity, especially that of unscrupulous websites. However, blocking travelshop.co.in’s cookies may disable certain features on the Website, and may hinder an otherwise seamless experience to purchase or use certain services available on the Website. Please note that it is possible to block cookie activity from certain websites while permitting cookies from websites you trust.<br>\r\n<br>\r\n<strong>Automatic Logging of Session Data</strong><br>\r\n<br>\r\ntravelshop.co.in&nbsp;records session data of the Users, which includes IP address, Operating System, browser software and the activities of the user on his device. We collect session data to evaluate the User behavior. Such session data helps travelshop.co.in&nbsp;in identifying the problems with its servers and lets travelshop.co.in&nbsp;improve its systems. This information does not identify any visitor personally and only examines the User’s geographic location.<br>\r\n<br>\r\n<strong>CONTENT GENERATED BY THE USER</strong><br>\r\n<br>\r\ntravelshop.co.in provides an option to its users to post their experiences by way of reviews, ratings and general poll questions. The customers also have an option of posting questions w.r.t a service offered by travelshop.co.in&nbsp;or post answers to questions raised by other users. Though the participation in the feedback process is purely optional, you may still receive emails, notifications (app, sms, Whatsapp or any other messaging service) for you to share your review(s), answer questions posted by other users or a. The reviews written or posted may also be visible on other travel or travel related platforms.<br>\r\n<br>\r\nEach User who posts review or ratings, photographs shall have a profile, which other Users will be able to access. Other Users may be able to view the number of trips, reviews written, questions asked and answered and photographs posted about travelshop.co.in.<br>\r\n<br>\r\n<strong>WITH WHOM YOUR PERSONAL INFORMATION IS SHARED</strong><br>\r\n<br>\r\n<strong>Service Providers and Suppliers:</strong><br>\r\n<br>\r\nThe User’s information shall be shared with the end service providers like airlines, hotels, bus service providers, cab rental, railways or any other suppliers who are responsible for fulfilling the User’s booking. The User may note that while making a booking with travelshop.co.in, the User authorizes travelshop.co.in to share the User’s information with the said service providers and suppliers. It is pertinent to note that travelshop.co.in&nbsp;does not authorize the end service provider to use the concerned User’s information for any other purpose(s) except as may be for fulfilling their part of service. However, how the said service providers/suppliers use the information shared with them is beyond the purview and control of travelshop.co.in&nbsp;as they process Personal Information as independent data controllers, and hence travelshop.co.in&nbsp;cannot be made accountable for the same. The User is therefore advised to review the privacy policies of the respective service provider or supplier whose services the User chooses to avail.<br>\r\n<br>\r\ntravelshop.co.in&nbsp;does not sell or rent individual customer names or other Personal Information of Users to third parties except sharing of such information with our business / alliance partners or vendors who are engaged by us for providing various referral services and for sharing promotional and other benefits to our customers from time-to-time basis their booking history with us.<br>\r\n<br>\r\n<strong>COMPANIES IN THE SAME GROUP:</strong><br>\r\n<br>\r\nIn the interests of improving personalization and service efficiency, travelshop.co.in&nbsp;may, under controlled and secure circumstances, share the User’s Personal Information with its affiliate or associate entities. This will enable travelshop.co.in&nbsp;to provide the User with information about various products and services, both leisure- and travel-related, which might interest the User; or help travelshop.co.in&nbsp;address the User’s questions and requests in relation to their bookings.<br>\r\n<br>\r\n<strong>BUSINESS PARTNERS and THIRD-PARTY VENDORS:</strong><br>\r\n<br>\r\ntravelshop.co.in&nbsp;may also share certain filtered Personal Information to its corporate affiliates or business partners who may contact the Users to offer certain products or services, which may include free or paid products / services, which will enable the User to have better travel experience or to avail certain benefits specially made for travelshop.co.in&nbsp;customers. Examples of such partners are entities offering co-branded credit cards, travel insurance, insurance cover against loss of wallet, banking cards or similar sensitive information etc. If the User chooses to avail any such services offered by our business partners, the services so availed will be governed by the privacy policy of the respective service provider.<br>\r\n<br>\r\ntravelshop.co.in&nbsp;may share the User’s Personal Information to third party that travelshop.co.in&nbsp;may engage to perform certain tasks on its behalf, including but not limited to payment processing, data hosting, and data processing platforms.<br>\r\n<br>\r\ntravelshop.co.in&nbsp;uses non-identifiable Personal Information of Users in aggregate or anonymized form to build higher quality, more useful online services by performing statistical analysis of the collective characteristics and behavior of its customers and visitors, and by measuring demographics and interests regarding specific areas of the Website. travelshop.co.in&nbsp;may provide anonymous statistical information based on this data to suppliers, advertisers, affiliates and other current and potential business partners.<br>\r\n<br>\r\ntravelshop.co.in&nbsp;may also use such aggregate data to inform these third parties as to the number of people who have seen and clicked on links to their websites. Any Personal Information which travelshop.co.in&nbsp;collects and which it may use in an aggregated format is our property.travelshop.co.in&nbsp;may use it, in our sole discretion and without any compensation to the User, for any legitimate purpose including without limitation the commercial sale thereof to third parties.<br>\r\n<br>\r\nOccasionally, travelshop.co.in&nbsp;will hire a third party for market research, surveys etc. and will provide information to these third parties specifically for use in connection with these projects. The information (including aggregate cookie and tracking information) travelshop.co.in&nbsp;provides to such third parties, alliance partners, or vendors are protected by confidentiality agreements and such information is to be used solely for completing the specific project, and in compliance with the applicable regulations.<br>\r\n<br>\r\n<strong>DISCLOSURE OF INFORMATION</strong><br>\r\n<br>\r\nIn addition to the circumstances described above, travelshop.co.in&nbsp;may disclose User\'s Personal Information if required to do so:<br>\r\n&nbsp;</p>\r\n\r\n<ul>\r\n	<li>by law, required by any enforcement authority for investigation, by court order or in reference to any legal process;</li>\r\n	<li>to conduct its business;</li>\r\n	<li>for regulatory, internal compliance and audit exercise(s)</li>\r\n	<li>to secure its systems; or</li>\r\n	<li>to enforce or protect its rights or properties of travelshop.co.in&nbsp;or any or all of its affiliates, associates, employees, directors or officers or when we have reason to believe that disclosing Personal Information of User(s) is necessary to identify, contact or bring legal action against someone who may be causing interference with its rights or properties, whether intentionally or otherwise, or when anyone else could be harmed by such activities.</li>\r\n</ul>\r\n\r\n<p><br>\r\n<br>\r\nSuch disclosure and storage may take place without the User’s knowledge. In that case, travelshop.co.in&nbsp;shall not be liable to the User or any third party for any damages howsoever arising from such disclosure and storage.<br>\r\n<br>\r\n<b>PERMISSIONS ASKED AND REQUIRED DURING travelshop.co.in&nbsp;MOBILE APP INSTALLATION: -</b><br>\r\n<br>\r\n<strong>Android App permissions:</strong><br>\r\n<br>\r\nWhen travelshop.co.in&nbsp;app is installed on the User’s phone, a list of permissions appears. Permissions that travelshop.co.in&nbsp;requires are:<br>\r\n<br>\r\n<strong>Device &amp; App History: -</strong>&nbsp;travelshop.co.in&nbsp;needs the User’s device permission to collect details like Operating System name &amp; version, mobile network, preferred language, and few others. On the basis of these inputs, travelshop.co.in optimize the User’s travel booking experience.<br>\r\n<br>\r\n<strong>Identity: -&nbsp;</strong>Through this permission, the User allows travelshop.co.in&nbsp;to get the info of one’s account(s) on the User’s mobile device. This information is used to fill the User’s email IDs automatically. This action allows travelshop.co.in&nbsp;to map e-mail ID’s of its Users to give them the benefits of exclusive travel discounts and cashback etc.<br>\r\n<br>\r\n<strong>Location:-&nbsp;</strong>With this permission, the User allow travelshop.co.in&nbsp;for letting the User know the benefits of ongoing specific offers on the User’s location. When the User launches travelshop.co.in&nbsp;app for travel booking, travelshop.co.in&nbsp;detects the User’s location automatically and the User’s nearest airport or city is auto-filled. For international journeys, this action allows travelshop.co.in&nbsp;in calculating the User’s time zone and to provide information consequently.<br>\r\n<br>\r\n<strong>Photo/ Media/ Files:</strong>&nbsp;The libraries in the app use these permissions to allow map data to be saved to user’s phone\'s external storage, like SD cards. By saving map data locally, user’s smart phone doesn\'t need to re-download the same map data every time user uses the app. This provides user a seamless Map based Hotel selection experience, even on low bandwidth network.<br>\r\n<br>\r\n<strong>Wi-Fi connection information:</strong>&nbsp;When you allow travelshop.co.in&nbsp;the permission to detect user’s Wi-Fi connection, we optimize user’s experience such as more detailing on maps, better image loading, more hotel/ flights/ package options to choose from, etc.<br>\r\n<br>\r\n<strong>SMS:-&nbsp;</strong>If the User allows travelshop.co.in&nbsp;to access its SMS, travelshop.co.in&nbsp;reads SMS and fill the One Time Password (“OTP”) automatically while making transactions. This offers the User a hassle-free booking experience and the User does not have to move out of the app for checking the OTP and then filling it manually.<br>\r\n<br>\r\n<strong>Contacts:-&nbsp;</strong>If the User lets travelshop.co.in&nbsp;to access its contacts, then travelshop.co.in&nbsp;can invite your friends to try its app and also give them recommendations for various travel related services. These details will be stored on its servers and synchronized from the User’s phone.<br>\r\n<br>\r\n<strong>Device ID:-</strong>&nbsp;This permission helps travelshop.co.in&nbsp;in identifying the Android ID through which travelshop.co.in&nbsp;can exclusively recognize its users. It also lets travelshop.co.in&nbsp;know the contact details through which travelshop.co.in&nbsp;auto-fills specific details and guarantees a seamless booking experience.<br>\r\n<br>\r\n<strong>Calendar:-&nbsp;</strong>This permission allows travelshop.co.in&nbsp;in putting a travel plan on your calendar.<br>\r\n<br>\r\ntravelshop.co.in&nbsp;takes maximum initiatives possible to protect the information that a User shares. travelshop.co.in&nbsp;has undertaken advanced technology and security measures along with strict policy guidelines to secure the privacy of its customers and save their information from any unwanted access. travelshop.co.in&nbsp;is constantly enhancing its security measures by using more advanced technology.<br>\r\n<br>\r\ntravelshop.co.in\'s Privacy Policy may change due to any unforeseen circumstances and enhancement of technologies. We will duly notify the users as may be necessary.<br>\r\n<br>\r\n<strong>IOS App Permissions</strong><br>\r\n<br>\r\n<strong>Notifications:</strong>&nbsp;If you allow notifications for travelshop.co.in&nbsp;app, it enables us to send across exclusive deals, promotional offers, travel related updates, etc. on your device. If you do permit this, updates for your travel like PNR status, booking confirmation, refund (in case of cancellation), etc. will be sent through SMS.<br>\r\n<br>\r\n<strong>Contacts:</strong>&nbsp;If you allow contact permission, it enables us to provide a lot of social features to you such as sharing your hotel/ flight/ holidays with your friends, inviting your friends to try our app, send across referral links to your friends, etc. We will also use this information to make recommendations for hotels where your friends have stayed. This information will be stored on our servers and synced from your phone.<br>\r\n<br>\r\n<strong>Location:</strong>&nbsp;This permission enables us to give you the benefit of location specific deals and provide you a personalized in-funnel experience. When you launch our app to make a travel booking, we auto-detect your location so that your nearest Airport or City is auto-filled. We require this permission to recommend your nearest hotels in case you are running late and want to make a quick last minute booking for the nearest hotel. Your options are personalized basis your locations. For international travel, this enables us to determine your time zone and provide information accordingly.<br>\r\n<br>\r\n<strong>PROTECTION OF PERSONAL INFORMATION</strong><br>\r\n<br>\r\nAll payments on the Website are secured. Website has stringent security measures in place to protect the loss, misuse, and alteration of the information under our control. Once your information is in our possession we adhere to strict security guidelines, protecting it against unauthorized access.<br>\r\n<br>\r\n<strong>WITHDRAWAL OF CONSENT AND PERMISSION</strong><br>\r\n<br>\r\nThe User may withdraw its consent to submit any or all Personal Information or decline to provide any permissions on the Website as covered above at any time. In such a circumstance, the User may face limited access to the Product(s) and Services (s) offered by travelshop.co.in.<br>\r\n<br>\r\n<strong>YOUR RIGHTS QUA PERSONAL INFORMATION</strong><br>\r\n<br>\r\nThe User may access its Personal Information from its user account with travelshop.co.in. The User may choose to correct or delete such personal information directly by accessing such User Account, except for such mandatory fields.</p>','','','','167_1647519639.jpg','Activate',0,'1','2018-01-12 00:00:00','2022-05-23 20:11:09',0),(184,'OFFERS','offers','','','','','184_1646890265.jpg','Activate',0,'1','2018-04-12 15:25:37','2022-03-10 11:01:18',0),(185,'INCREDIBLE INDIA','incredible-india','Enjoy the splendid national park of east to Runn of Katch in west, from Wonders of Kashmir to Heaven of South with us.','India Domestic Holiday Packages- Travelidea','India, Domestic Holiday, India Tour, Travell','Enjoy the splendid tea from Assam to Khaman dhokla in Gujrat, Chole bhature and lassi in north to Idli sambar in west, Get a tour of incredible India Now.','185_1651560190.jpg','Activate',0,'1','2021-01-05 16:27:20','2022-05-03 12:13:10',0),(190,'CONTACT US','contact-us','<span style=\"color: rgb(37, 37, 37); font-family: poppinsregular; font-size: 14px;\">Gurgadi Mohalla Zaina Kadal, Srinagar (India)</span>','','','','190_1645009506.jpg','Activate',0,'1','2018-08-13 18:02:55','2022-05-23 20:09:24',0),(193,'A MEMBERS-ONLY WHOLESALE BOOKING SITE','a-members-only-wholesale-booking-site','<p><span style=\"color: rgb(139, 139, 139); font-family: Roboto, sans-serif; font-size: 14px;\">Now Search our best value Flights or BUILD YOUR OWN PACKAGE in few minutes for Kerala, Andaman, Leh</span></p><ul style=\"padding-right: 20px; padding-left: 20px; box-sizing: border-box; color: rgb(51, 51, 51); font-family: Roboto, sans-serif; font-size: 14px;\"><li style=\"line-height: 24px; color: rgb(98, 98, 98); font-size: 14px; box-sizing: border-box; padding: 5px 0px; margin: 0px;\"><span style=\"box-sizing: border-box; font-weight: 700;\">GUARANTEED</span>&nbsp;Best Hotel Prices</li><li style=\"line-height: 24px; color: rgb(98, 98, 98); font-size: 14px; box-sizing: border-box; padding: 5px 0px; margin: 0px;\"><span style=\"box-sizing: border-box; font-weight: 700;\">EXCLUSIVE</span>&nbsp;Member Wholesale Rates</li><li style=\"line-height: 24px; color: rgb(98, 98, 98); font-size: 14px; box-sizing: border-box; padding: 5px 0px; margin: 0px;\"><span style=\"box-sizing: border-box; font-weight: 700;\">100%</span>&nbsp;Lowest Price Guarantee*</li></ul><p><br></p>','','','','','Activate',1,'1','2021-03-08 12:56:33','2022-05-09 12:42:00',1),(194,'BLOGS','blogs','','Travel & Explore the world with us ','Travel, Blogs, Travel blogs, Explore, World tour,','Wonders of world, to Domestic wanderlust, Get details of everything of travel here.','194_1648193207.png','Activate',0,'1','2021-01-05 16:27:20','2022-03-25 12:56:47',0),(195,'CAREER','career','<p>Travelidea is looking for talented folks who are keen to join our Eminent organization. For us, it\'s always your attitude that matters the most and then your skills &amp; education. If the below points make you feel like we\'re talking about YOU, then don\'t waste a single minute &amp; fill out this form. You might be the one that we\'re looking for!</p><p>So what are you waiting For, Click on the link and Let us Know about You.&nbsp;</p><p><a href=\"https://forms.gle/znuw1F52ha25X93A6\" target=\"_blank\">https://forms.gle/znuw1F52ha25X93A6</a></p><p><br></p>','Explore your skills with Travelidea','Career, Hiring, Travelidea, Travel','Explore one of the Diverse working Culture in Travel Industry. Be a part of our team and get wings to your career.','195_1648191359.png','Activate',0,'1','2021-01-05 16:27:20','2022-03-28 12:34:55',0),(204,'INTERNATIONAL PACKAGES','international-packages','International Packages','Explore International Holiday Packages','international holidays, holidays to international destinations, europe, rome, paris, france, turkey, world tourism, ','International Packages','204_1648635295.png','Activate',0,'1','2021-01-05 16:27:20','2022-03-31 11:58:40',0),(205,'FAQ','faq','','','','','205_1646142689.png','Deactivate',0,'1','2021-01-05 16:27:20','2022-03-02 15:20:58',0),(206,'DIRECTOR\'S DESK','director-s-desk','','','','','','Deactivate',0,'1','2021-01-05 16:27:20','2022-03-02 15:20:47',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 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 */;
/*!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=2476 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 (1,'1','{\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"122\",\"CreditDate\":\"17\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-17 14:56:59'),(2,'2','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"\",\"CreditDate\":\"22\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-05-22 08:53:26'),(3,'3','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"25\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-25 12:19:35'),(4,'4','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"25\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-25 12:22:48'),(5,'c365e-1d8a4-4e0b0-0f33c','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-889\",\"keyIndex\":11,\"SegFlightNumberArr\":\"6E-889\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3706013243_2DELGAU6E889_4062709869422\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:45\",\"ArrivalTime\":\"15:20\",\"TravelDate\":\"2022-05-26T12:45\",\"LocalFromTime\":\"2022-05-26 12:45\",\"FromUTCTime\":\"2022-05-26T12:45\",\"LocalToTime\":\"2022-05-26 15:20\",\"ToUTCTime\":\"2022-05-26T15:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":155,\"DepartureDateTxt\":\"Thu, 26 May\",\"ArrivalDateTxt\":\"Thu, 26 May\",\"FlightDuration\":\"2h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3402,\"PublishedFareTxt\":\"3,402\",\"ApiResultIndex\":\"5-3706013243_2DELGAU6E889_4062709869422\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"c365e-1d8a4-4e0b0-0f33c\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2627,\"Tax\":656.7,\"YQTax\":0,\"OtherCharges\":439,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3283.7,\"PublishedFare\":3402,\"PublishedFarePerPax\":3402,\"OfferedFare\":3083.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3706013243_2DELGAU6E889_4062709869422\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":656.7,\"BaseFareCal\":3132.21,\"BaseFare\":2627,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":439,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3401.7,\"CostToCustomer\":3401.7,\"BaseFareCal\":3132.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3132.21,\"intOfferedFare\":3083.7,\"intPublishFare\":3283.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"01R\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-05-26T15:20\",\"SegFlightNumber\":\"6E-889\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-26T12:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:45\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-05-25 12:24:50'),(6,'5','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"25\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-25 12:26:13'),(8,'6cddf-7c245-952b4-61e8d','{\"FlightBookingData\":[{\"bookingId\":\"DMCS106600256900\",\"bookingId_TJ\":\"TJS106600256900\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6cddf-7c245-952b4-61e8d\",\"apiTraceId\":\"4-4258821089_4SXRDELSG8494_5443525417096\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:00\",\"ArrivalTime\":\"20:35\",\"TravelDate\":\"2022-05-26T19:00\",\"LocalFromTime\":\"2022-05-26 19:00\",\"FromUTCTime\":\"2022-05-26T19:00\",\"LocalToTime\":\"2022-05-26 20:35\",\"ToUTCTime\":\"2022-05-26T20:35\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 26 May\",\"ArrivalDateTxt\":\"Thu, 26 May\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,558\",\"ApiResultIndex\":\"4-4258821089_4SXRDELSG8494_5443525417096\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2935,\"Tax\":1610.7,\"YQTax\":500,\"OtherCharges\":719,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4545.7,\"PublishedFare\":4557.5,\"PublishedFareAgent\":4557.5,\"OfferedFareAgent\":4557.5,\"OfferedFare\":4345.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-4258821089_0SXRDELSG8494_5483223985223\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":32.308474576271195,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4557.5,\"CostToAgent\":4557.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1610.7,\"TotalBaseFare\":4545.7,\"BaseFareCal\":4347.5,\"BaseFare\":2935,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":174,\"MFT\":2.7,\"OT\":719,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":32.308474576271195,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":10,\"GSTOnMarkUp\":1.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4557.5,\"CostToAgent\":4557.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":10,\"IntTaxOnAgencyFixMarkUp\":1.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":32.308474576271195,\"PublishFare\":4557.5,\"CostToCustomer\":4557.5,\"BaseFareCal\":4347.5,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4347.5,\"intOfferedFare\":4345.7,\"intPublishFare\":4545.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4557.5,\"CostToAgent\":4557.5,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"349\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-05-26T20:35\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-05-26T19:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"20:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"JNSW\",\"Price\":262,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"JNSW\",\"Price\":262,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"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-4258821089_4SXRDELSG8494_5443525417096\",\"FareRuleData\":{\"fareRule\":{\"SXR-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-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"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-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-4258821089_4SXRDELSG8494_5443525417096\",\"SearchTraceId\":\"6cddf-7c245-952b4-61e8d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"26\\/05\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-05-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6cddf-7c245-952b4-61e8d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/05\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 May Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-05-25 12:43:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"JNSW\",\"Price\":262,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"349\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-05-25 12:43:55'),(9,'6','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"12\",\"CreditDate\":\"25\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-05-25 12:49:28'),(10,'7','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"12\",\"CreditDate\":\"25\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-25 13:44:39'),(11,'8','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"25\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-25 15:32:46'),(12,'9','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"25\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-25 23:18:00'),(13,'10','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"26\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-26 12:33:21'),(14,'11','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"27\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-05-27 14:17:24'),(15,'285f2-7a74b-95dbc-8a084','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6073\",\"keyIndex\":10,\"SegFlightNumberArr\":\"6E-6073\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8645859271_0DELSXR6E6073_33117229285081\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":9838,\"PublishedFareTxt\":\"9,837\",\"ApiResultIndex\":\"5-8645859271_0DELSXR6E6073_33117229285081\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"285f2-7a74b-95dbc-8a084\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":1284,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9838,\"PublishedFarePerPax\":4919,\"OfferedFare\":9319.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8645859271_0DELSXR6E6073_33117229285081\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":1284,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9837.4,\"CostToCustomer\":9837.4,\"BaseFareCal\":9398.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9398.42,\"intOfferedFare\":9319.4,\"intPublishFare\":9719.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"00X\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-05-27 19:48:32'),(17,'5c79a-d97d8-0c5b7-3149b','{\"FlightBookingData\":[{\"bookingId\":\"TJS105600259687\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"PublishedFareTxt\":\"9,719\",\"ApiResultIndex\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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,\"CRFT\":9,\"ARFT\":150,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5161435710_0DELSXR6E6073_33878257353828\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9837.4,\"CostToCustomer\":9837.4,\"BaseFareCal\":9398.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9398.42,\"intOfferedFare\":9319.4,\"intPublishFare\":9719.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"988\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"988\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"5c79a-d97d8-0c5b7-3149b\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105600259687\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"strTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"ApiResultIndex\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"5c79a-d97d8-0c5b7-3149b\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"988\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5161435710_0DELSXR6E6073_33853654529825\",\"localFromDateTime\":\"2022-05-29 08:50\",\"localToDateTime\":\"2022-05-29 10:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"1\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\",\"1\"],\"flight_booking_id\":[\"1\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"aasif.sch@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8825081020\",\"FirstName\":\"Aasif Hassan\",\"LastName\":\"Sheikh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-03-43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"1\",\"EmailId\":\"aasif.sch@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8825081020\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-03-43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"1\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"1\",\"EmailId\":\"aasif.sch@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8825081020\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-03-43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5c79a-d97d8-0c5b7-3149b\",\"modified\":\"2022-05-27-20-03-43\",\"created\":\"2022-05-27-20-03-43\",\"CustomerMemberSysId\":\"1\"}],\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\",\"1\"],\"flight_booking_customer\":[[\"1\",\"2\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"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\":\"29\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"29\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"5c79a-d97d8-0c5b7-3149b\",\"from_city_\":\"1__DEL-SXR\"},\"sessionData\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"1\",\"1\"],\"flight_booking_id\":[\"1\"]}}','2022-05-27 20:03:43'),(19,'86122-c9c86-640f5-10d35','{\"FlightBookingData\":[{\"bookingId\":\"TJS102400259739\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2205255035_0DELSXR6E6073_35048931763552\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"PublishedFareTxt\":\"9,719\",\"ApiResultIndex\":\"5-2205255035_0DELSXR6E6073_35048931763552\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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,\"CRFT\":9,\"ARFT\":150,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2205255035_0DELSXR6E6073_35072831977360\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9837.4,\"CostToCustomer\":9837.4,\"BaseFareCal\":9398.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9398.42,\"intOfferedFare\":9319.4,\"intPublishFare\":9719.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"586\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"586\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"86122-c9c86-640f5-10d35\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2205255035_0DELSXR6E6073_35048931763552\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102400259739\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2205255035_0DELSXR6E6073_35048931763552\",\"strTraceId\":\"5-2205255035_0DELSXR6E6073_35048931763552\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"ApiResultIndex\":\"5-2205255035_0DELSXR6E6073_35048931763552\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"86122-c9c86-640f5-10d35\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"586\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2205255035_0DELSXR6E6073_35048931763552\",\"localFromDateTime\":\"2022-05-29 08:50\",\"localToDateTime\":\"2022-05-29 10:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"2\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"2\",\"CustomerMemSysId\":[\"2\",\"2\"],\"flight_booking_id\":[\"2\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Aasif\",\"LastName\":\"Hassan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-21-43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"2\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"2\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-21-43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"2\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"2\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-21-43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"86122-c9c86-640f5-10d35\",\"modified\":\"2022-05-27-20-21-43\",\"created\":\"2022-05-27-20-21-43\",\"CustomerMemberSysId\":\"2\"}],\"CustomerSysId\":\"2\",\"CustomerMemSysId\":[\"2\",\"2\"],\"flight_booking_customer\":[[\"3\",\"4\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"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\":\"29\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"29\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"86122-c9c86-640f5-10d35\",\"from_city_\":\"1__DEL-SXR\"},\"sessionData\":{\"CustomerSysId\":\"2\",\"CustomerMemSysId\":[\"2\",\"2\"],\"flight_booking_id\":[\"2\"]}}','2022-05-27 20:21:43'),(21,'1ea8a-1ad6e-920ef-2af1c','{\"FlightBookingData\":[{\"bookingId\":\"TJS102300259747\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7514959249_0DELSXR6E6073_35659641486537\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"PublishedFareTxt\":\"9,719\",\"ApiResultIndex\":\"5-7514959249_0DELSXR6E6073_35659641486537\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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,\"CRFT\":9,\"ARFT\":150,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7514959249_0DELSXR6E6073_35707222229876\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9837.4,\"CostToCustomer\":9837.4,\"BaseFareCal\":9398.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9398.42,\"intOfferedFare\":9319.4,\"intPublishFare\":9719.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"546\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"546\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"1ea8a-1ad6e-920ef-2af1c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7514959249_0DELSXR6E6073_35659641486537\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS102300259747\",\"FlightNumber\":\"6E-6073\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7514959249_0DELSXR6E6073_35659641486537\",\"strTraceId\":\"5-7514959249_0DELSXR6E6073_35659641486537\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"10:25\",\"TravelDate\":\"2022-05-29T08:50\",\"LocalFromTime\":\"2022-05-29 08:50\",\"FromUTCTime\":\"2022-05-29T08:50\",\"LocalToTime\":\"2022-05-29 10:25\",\"ToUTCTime\":\"2022-05-29T10:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"ApiResultIndex\":\"5-7514959249_0DELSXR6E6073_35659641486537\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"1ea8a-1ad6e-920ef-2af1c\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"546\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T10:25\",\"SegFlightNumber\":\"6E-6073\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T08:50\",\"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\":\"08:50\",\"strArrivalDtTime\":\"10:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7514959249_0DELSXR6E6073_35659641486537\",\"localFromDateTime\":\"2022-05-29 08:50\",\"localToDateTime\":\"2022-05-29 10:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"3\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"3\",\"CustomerMemSysId\":[\"3\",\"3\"],\"flight_booking_id\":[\"3\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Aasif\",\"LastName\":\"Hassan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-31-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"3\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"3\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-31-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"3\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"3\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-20-31-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1ea8a-1ad6e-920ef-2af1c\",\"modified\":\"2022-05-27-20-31-50\",\"created\":\"2022-05-27-20-31-50\",\"CustomerMemberSysId\":\"3\"}],\"CustomerSysId\":\"3\",\"CustomerMemSysId\":[\"3\",\"3\"],\"flight_booking_customer\":[[\"5\",\"6\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"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\":\"29\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"DirectFlight\":\"1\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"29\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"1ea8a-1ad6e-920ef-2af1c\",\"from_city_\":\"1__DEL-SXR\"},\"sessionData\":{\"CustomerSysId\":\"3\",\"CustomerMemSysId\":[\"3\",\"3\"],\"flight_booking_id\":[\"3\"]}}','2022-05-27 20:31:50'),(22,'b5c9c-439c9-a4030-63f53','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6099\",\"keyIndex\":16,\"SegFlightNumberArr\":\"6E-6099\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-0467492472_3SXRDEL6E6099_36548968213197\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"12:35\",\"TravelDate\":\"2022-06-20T11:00\",\"LocalFromTime\":\"2022-06-20 11:00\",\"FromUTCTime\":\"2022-06-20T11:00\",\"LocalToTime\":\"2022-06-20 12:35\",\"ToUTCTime\":\"2022-06-20T12:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":9532,\"PublishedFareTxt\":\"9,531\",\"ApiResultIndex\":\"5-0467492472_3SXRDEL6E6099_36548968213197\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"b5c9c-439c9-a4030-63f53\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":978,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9532,\"PublishedFarePerPax\":4766,\"OfferedFare\":9013.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0467492472_3SXRDEL6E6099_36548968213197\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":978,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9531.4,\"CostToCustomer\":9531.4,\"BaseFareCal\":9092.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9092.42,\"intOfferedFare\":9013.4,\"intPublishFare\":9413.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"01A\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T12:35\",\"SegFlightNumber\":\"6E-6099\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T11:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"12:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-05-27 20:45:46'),(24,'92130-d9621-06423-9a193','{\"FlightBookingData\":[{\"bookingId\":\"TJS107500259772\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3108581408_2DELSXRSG8492_40212560997165\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-04T13:50\",\"LocalFromTime\":\"2022-06-04 13:50\",\"FromUTCTime\":\"2022-06-04T13:50\",\"LocalToTime\":\"2022-06-04 15:25\",\"ToUTCTime\":\"2022-06-04T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 04 Jun\",\"ArrivalDateTxt\":\"Sat, 04 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"PublishedFareTxt\":\"3,634\",\"ApiResultIndex\":\"4-3108581408_2DELSXRSG8492_40212560997165\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARF\":3000,\"CRFT\":9,\"ARFT\":150,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3108581408_0DELSXRSG8492_40224248205891\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3751.7,\"CostToCustomer\":3751.7,\"BaseFareCal\":3482.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3482.21,\"intOfferedFare\":3433.7,\"intPublishFare\":3633.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"653\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-04T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-04T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"653\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"92130-d9621-06423-9a193\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-3108581408_2DELSXRSG8492_40212560997165\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-04 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\":\"TJS107500259772\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3108581408_2DELSXRSG8492_40212560997165\",\"strTraceId\":\"4-3108581408_2DELSXRSG8492_40212560997165\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-04T13:50\",\"LocalFromTime\":\"2022-06-04 13:50\",\"FromUTCTime\":\"2022-06-04T13:50\",\"LocalToTime\":\"2022-06-04 15:25\",\"ToUTCTime\":\"2022-06-04T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 04 Jun\",\"ArrivalDateTxt\":\"Sat, 04 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"ApiResultIndex\":\"4-3108581408_2DELSXRSG8492_40212560997165\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"92130-d9621-06423-9a193\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"653\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-04T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-04T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-3108581408_2DELSXRSG8492_40212560997165\",\"localFromDateTime\":\"2022-06-04 13:50\",\"localToDateTime\":\"2022-06-04 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"4\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"4\"],\"flight_booking_id\":[\"4\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Aasif\",\"LastName\":\"Hassan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-27-21-47-01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"4\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"4\"],\"flight_booking_customer\":[[\"7\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"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\":\"04\\/06\\/2022\",\"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\",\"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\":\"04\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-04\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"92130-d9621-06423-9a193\",\"from_city_\":\"1__DEL-SXR\"},\"sessionData\":{\"CustomerSysId\":\"4\",\"CustomerMemSysId\":[\"4\"],\"flight_booking_id\":[\"4\"]}}','2022-05-27 21:47:01'),(25,'12','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"27\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-05-27 21:54:04'),(26,'13','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"26\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-05-27 21:55:33'),(27,'a9cf7-97863-2e3fa-76720','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6395\",\"keyIndex\":2,\"SegFlightNumberArr\":\"6E-6395\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3190832368_0IXCSXR6E6395_95228337227208\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:45\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2022-06-03T10:45\",\"LocalFromTime\":\"2022-06-03 10:45\",\"FromUTCTime\":\"2022-06-03T10:45\",\"LocalToTime\":\"2022-06-03 11:55\",\"ToUTCTime\":\"2022-06-03T11:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 03 Jun\",\"ArrivalDateTxt\":\"Fri, 03 Jun\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"5765\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3347,\"PublishedFareTxt\":\"3,347\",\"ApiResultIndex\":\"5-3190832368_0IXCSXR6E6395_95228337227208\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"a9cf7-97863-2e3fa-76720\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1778,\"Tax\":1450.7,\"YQTax\":0,\"OtherCharges\":1233,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3228.7,\"PublishedFare\":3347,\"PublishedFarePerPax\":3347,\"OfferedFare\":3028.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3190832368_0IXCSXR6E6395_95228337227208\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1450.7,\"BaseFareCal\":3077.21,\"BaseFare\":1778,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1233,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3346.7,\"CostToCustomer\":3346.7,\"BaseFareCal\":3077.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3077.21,\"intOfferedFare\":3028.7,\"intPublishFare\":3228.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"00G\"},\"Segments\":[{\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-03T11:55\",\"SegFlightNumber\":\"6E-6395\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2022-06-03T10:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"10:45\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-05-28 13:03:40'),(32,'fbde9-03f94-b072c-bac58','{\"FlightBookingData\":[{\"bookingId\":\"TJS103600259821\",\"FlightNumber\":\"6E-124\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7067606831_1DELSXR6E124_96013126006100\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:10\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2022-05-29T13:10\",\"LocalFromTime\":\"2022-05-29 13:10\",\"FromUTCTime\":\"2022-05-29T13:10\",\"LocalToTime\":\"2022-05-29 14:40\",\"ToUTCTime\":\"2022-05-29T14:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"PublishedFareTxt\":\"9,719\",\"ApiResultIndex\":\"5-7067606831_1DELSXR6E124_96013126006100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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,\"CRFT\":9,\"ARFT\":150,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7067606831_0DELSXR6E124_96105690959770\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9837.4,\"CostToCustomer\":9837.4,\"BaseFareCal\":9398.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9398.42,\"intOfferedFare\":9319.4,\"intPublishFare\":9719.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"891\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T14:40\",\"SegFlightNumber\":\"6E-124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T13:10\",\"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\":\"13:10\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"891\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fbde9-03f94-b072c-bac58\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-7067606831_1DELSXR6E124_96013126006100\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-05-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS103600259821\",\"FlightNumber\":\"6E-124\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7067606831_1DELSXR6E124_96013126006100\",\"strTraceId\":\"5-7067606831_1DELSXR6E124_96013126006100\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:10\",\"ArrivalTime\":\"14:40\",\"TravelDate\":\"2022-05-29T13:10\",\"LocalFromTime\":\"2022-05-29 13:10\",\"FromUTCTime\":\"2022-05-29T13:10\",\"LocalToTime\":\"2022-05-29 14:40\",\"ToUTCTime\":\"2022-05-29T14:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 29 May\",\"ArrivalDateTxt\":\"Sun, 29 May\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9719.4,\"ApiResultIndex\":\"5-7067606831_1DELSXR6E124_96013126006100\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"fbde9-03f94-b072c-bac58\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1719.4,\"YQTax\":0,\"OtherCharges\":878,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9719.4,\"PublishedFare\":9837.4,\"OfferedFare\":9319.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1719.4,\"BaseFareCal\":9398.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":878,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"891\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-05-29T14:40\",\"SegFlightNumber\":\"6E-124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-05-29T13:10\",\"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\":\"13:10\",\"strArrivalDtTime\":\"14:40\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-7067606831_1DELSXR6E124_96013126006100\",\"localFromDateTime\":\"2022-05-29 13:10\",\"localToDateTime\":\"2022-05-29 14:40\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"5\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"5\",\"CustomerMemSysId\":[\"5\",\"4\"],\"flight_booking_id\":[\"5\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Aasif Hassan\",\"LastName\":\"Sheikh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-28-13-18-35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"5\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"5\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-28-13-18-35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"4\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"5\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-28-13-18-35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"fbde9-03f94-b072c-bac58\",\"modified\":\"2022-05-28-13-18-35\",\"created\":\"2022-05-28-13-18-35\",\"CustomerMemberSysId\":\"4\"}],\"CustomerSysId\":\"5\",\"CustomerMemSysId\":[\"5\",\"4\"],\"flight_booking_customer\":[[\"8\",\"9\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"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\":\"29\\/05\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"29\\/05\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-05-29\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"fbde9-03f94-b072c-bac58\",\"from_city_\":\"1__DEL-SXR\"},\"sessionData\":{\"CustomerSysId\":\"5\",\"CustomerMemSysId\":[\"5\",\"4\"],\"flight_booking_id\":[\"5\"]}}','2022-05-28 13:18:35'),(33,'14','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"Qw\",\"CreditDate\":\"28\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\"}','2022-05-28 15:15:33'),(34,'15','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"28\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\"}','2022-05-28 16:06:46'),(35,'16','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"28\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\"}','2022-05-28 23:38:25'),(36,'17','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"30\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\"}','2022-05-30 09:07:32'),(37,'18','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"30\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\"}','2022-05-30 11:45:08'),(39,'67759-74856-448fd-d1fe0','{\"FlightBookingData\":[{\"bookingId\":\"TJS101600260342\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3161834458_2DELSXRSG8492_169394700905818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-02T13:50\",\"LocalFromTime\":\"2022-06-02 13:50\",\"FromUTCTime\":\"2022-06-02T13:50\",\"LocalToTime\":\"2022-06-02 15:25\",\"ToUTCTime\":\"2022-06-02T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 02 Jun\",\"ArrivalDateTxt\":\"Thu, 02 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"PublishedFareTxt\":\"3,634\",\"ApiResultIndex\":\"4-3161834458_2DELSXRSG8492_169394700905818\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"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-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"CCF\":50,\"ACFT\":175,\"ACF\":3500,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3161834458_0DELSXRSG8492_169420346414881\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3751.7,\"CostToCustomer\":3751.7,\"BaseFareCal\":3482.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3482.21,\"intOfferedFare\":3433.7,\"intPublishFare\":3633.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-02T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-02T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"LCVS\",\"Price\":244,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"LCNS\",\"Price\":244,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"526\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"67759-74856-448fd-d1fe0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-3161834458_2DELSXRSG8492_169394700905818\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-02 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\":\"TJS101600260342\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-3161834458_2DELSXRSG8492_169394700905818\",\"strTraceId\":\"4-3161834458_2DELSXRSG8492_169394700905818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-02T13:50\",\"LocalFromTime\":\"2022-06-02 13:50\",\"FromUTCTime\":\"2022-06-02T13:50\",\"LocalToTime\":\"2022-06-02 15:25\",\"ToUTCTime\":\"2022-06-02T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 02 Jun\",\"ArrivalDateTxt\":\"Thu, 02 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"ApiResultIndex\":\"4-3161834458_2DELSXRSG8492_169394700905818\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"67759-74856-448fd-d1fe0\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"526\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-02T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-02T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-3161834458_2DELSXRSG8492_169394700905818\",\"localFromDateTime\":\"2022-06-02 13:50\",\"localToDateTime\":\"2022-06-02 15:25\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":25897,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"6\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"6\",\"CustomerMemSysId\":[\"6\"],\"flight_booking_id\":[\"6\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"abdulmueeb0608@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"ABDUL MUNEEB\",\"LastName\":\"DAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-30-12-46-56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"6\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"6\",\"CustomerMemSysId\":[\"6\"],\"flight_booking_customer\":[[\"10\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"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\":\"02\\/06\\/2022\",\"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\",\"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\":\"02\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"67759-74856-448fd-d1fe0\",\"from_city_\":\"1__DEL-SXR\"},\"sessionData\":{\"CustomerSysId\":\"6\",\"CustomerMemSysId\":[\"6\"],\"flight_booking_id\":[\"6\"]}}','2022-05-30 12:46:56'),(40,'19','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"30\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/holidays\"}','2022-05-30 14:43:23'),(41,'20','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"31\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-31 12:14:35'),(42,'21','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"31\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-31 12:14:55'),(43,'22','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"31\\/05\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-05-31 14:38:34'),(48,'13945-cbbfc-70ef9-aa35d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"13945-cbbfc-70ef9-aa35d\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-13945-cbbfc-70ef9-aa35d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"FC9DE33D31B545479EC74C04C2260787\"}],\"flight_booking_id_Arr\":[\"7\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9999977655\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-31 16:09:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"7\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"7\"],\"flight_booking_customer\":[[\"11\"]],\"SearchTraceId\":\"13945-cbbfc-70ef9-aa35d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"10\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"10\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"13945-cbbfc-70ef9-aa35d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-05-31 16:08: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\":\"13945-cbbfc-70ef9-aa35d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"13945-cbbfc-70ef9-aa35d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-05-31 16:08:38\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"13945-cbbfc-70ef9-aa35d\\\",\\\"apiTraceId\\\":\\\"376_4817\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:25\\\",\\\"TravelDate\\\":\\\"2022-06-10\\\",\\\"LocalFromTime\\\":\\\"2022-06-10 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-10 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"376-13945-cbbfc-70ef9-aa35d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2400,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"376_4817\\\",\\\"ApiResultIndex\\\":\\\"376_4817\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2400,\\\"BaseFare\\\":2400,\\\"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\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-10T16:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-10T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"As per standard rules.\\\",\\\"CancellationPolicy\\\":\\\"Non refundable.\\\",\\\"InternalRemarks\\\":\\\"asd\\\",\\\"FromDate\\\":\\\"10\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654799400,\\\"DepartureDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"PNR2\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"FC9DE33D31B545479EC74C04C2260787\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999977655\",\"leadEmail\":\"komal@hellogtx.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Gaurav\",\"passenger-lastname-1\":\"Gupta\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12606\",\"Salutation\":\"1\",\"EmailId\":\"komal@hellogtx.com\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"CountryCode\":\"91\",\"MobileNo\":\"9999977655\"},\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-05-31 16:09:19'),(53,'7be1e-fa2c4-e0b45-285da','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7be1e-fa2c4-e0b45-285da\",\"apiTraceId\":\"376_4816\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-02\",\"LocalFromTime\":\"2022-06-02 14:50\",\"FromUTCTime\":\"2022-06-02 14:50\",\"LocalToTime\":\"2022-06-02 16:20:00\",\"ToUTCTime\":\"2022-06-02 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-7be1e-fa2c4-e0b45-285da\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4816\",\"ApiResultIndex\":\"376_4816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"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\":200,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"9\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-02T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-02T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"02\\/06\\/2022\",\"FromDateSort\":1654108200,\"DepartureDateTxt\":\"Thu, 02 Jun\",\"ArrivalDateTxt\":\"Thu, 02 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TestPNR\",\"OnwardGroupPNRDummy\":\"TestPNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00D\",\"bookingId\":\"536FB724B18E425E87DC224E6D41955B\"}],\"flight_booking_id_Arr\":[\"8\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-31 16:23:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"5\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-31 16:23:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7be1e-fa2c4-e0b45-285da\",\"modified\":\"2022-05-31 16:23:38\",\"created\":\"2022-05-31 16:23:38\",\"CustomerMemberSysId\":\"5\"}],\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"5\"],\"flight_booking_customer\":[[\"12\"]],\"SearchTraceId\":\"7be1e-fa2c4-e0b45-285da\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"02\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"02\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7be1e-fa2c4-e0b45-285da\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-05-31 16:23:17\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7be1e-fa2c4-e0b45-285da\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"02\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"7be1e-fa2c4-e0b45-285da\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-05-31 16:23:17\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7be1e-fa2c4-e0b45-285da\\\",\\\"apiTraceId\\\":\\\"376_4816\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:25\\\",\\\"TravelDate\\\":\\\"2022-06-02\\\",\\\"LocalFromTime\\\":\\\"2022-06-02 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-02 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-02 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-02 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"376-7be1e-fa2c4-e0b45-285da\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2500,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"376_4816\\\",\\\"ApiResultIndex\\\":\\\"376_4816\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2500,\\\"BaseFare\\\":2500,\\\"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\\\":200,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"9\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-02T16:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-02T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"As per standard rules.\\\",\\\"CancellationPolicy\\\":\\\"Non refundable.\\\",\\\"InternalRemarks\\\":\\\"asd\\\",\\\"FromDate\\\":\\\"02\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654108200,\\\"DepartureDateTxt\\\":\\\"Thu, 02 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 02 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"TestPNR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"TestPNR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00D\\\",\\\"bookingId\\\":\\\"536FB724B18E425E87DC224E6D41955B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999977655\",\"leadEmail\":\"komal@hellogtx.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mohammad\",\"passenger-lastname-1\":\"Sabir\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-05-31 16:23:50'),(59,'b56d3-f96ae-98ace-6a55b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b56d3-f96ae-98ace-6a55b\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-b56d3-f96ae-98ace-6a55b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"PNR2\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7A923745268044349BC3C0A38E710CB4\"}],\"flight_booking_id_Arr\":[\"9\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-31 16:27:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"5\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-31 16:27:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-05-31 16:27:14\",\"CustomerMemberSysId\":\"5\"}],\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"5\"],\"flight_booking_customer\":[[\"13\"]],\"SearchTraceId\":\"b56d3-f96ae-98ace-6a55b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"10\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"10\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"b56d3-f96ae-98ace-6a55b\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-05-31 16:26:49\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b56d3-f96ae-98ace-6a55b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"b56d3-f96ae-98ace-6a55b\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-05-31 16:26:49\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b56d3-f96ae-98ace-6a55b\\\",\\\"apiTraceId\\\":\\\"376_4817\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:25\\\",\\\"TravelDate\\\":\\\"2022-06-10\\\",\\\"LocalFromTime\\\":\\\"2022-06-10 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-10 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"376-b56d3-f96ae-98ace-6a55b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2400,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"376_4817\\\",\\\"ApiResultIndex\\\":\\\"376_4817\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2400,\\\"BaseFare\\\":2400,\\\"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\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-10T16:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-10T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"As per standard rules.\\\",\\\"CancellationPolicy\\\":\\\"Non refundable.\\\",\\\"InternalRemarks\\\":\\\"asd\\\",\\\"FromDate\\\":\\\"10\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654799400,\\\"DepartureDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"PNR2\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"7A923745268044349BC3C0A38E710CB4\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999977655\",\"leadEmail\":\"komal@hellogtx.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"5\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mohammad\",\"passenger-lastname-1\":\"Sabir\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"PNR2\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Mohammad\",\"lN\":\"Sabir\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"7A923745268044349BC3C0A38E710CB4\"],\"status\":\"SUCCESS\"}}}','2022-05-31 16:27:45'),(65,'0bbab-2f261-fddab-dbcd2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0bbab-2f261-fddab-dbcd2\",\"apiTraceId\":\"376_4816\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-02\",\"LocalFromTime\":\"2022-06-02 14:50\",\"FromUTCTime\":\"2022-06-02 14:50\",\"LocalToTime\":\"2022-06-02 16:20:00\",\"ToUTCTime\":\"2022-06-02 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-0bbab-2f261-fddab-dbcd2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4816\",\"ApiResultIndex\":\"376_4816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"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\":200,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-02T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-02T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"02\\/06\\/2022\",\"FromDateSort\":1654108200,\"DepartureDateTxt\":\"Thu, 02 Jun\",\"ArrivalDateTxt\":\"Thu, 02 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TestPNR\",\"OnwardGroupPNRDummy\":\"TestPNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00D\",\"bookingId\":\"99B2BEA10DF3473D96278BB6A3E6647E\"}],\"flight_booking_id_Arr\":[\"10\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12817\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"gpurwar@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9811192312\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12817\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-31 16:48:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"8\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"8\",\"CustomerMemSysId\":[\"8\"],\"flight_booking_customer\":[[\"14\"]],\"SearchTraceId\":\"0bbab-2f261-fddab-dbcd2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"02\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"02\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0bbab-2f261-fddab-dbcd2\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-05-31 16:48:26\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0bbab-2f261-fddab-dbcd2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"02\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0bbab-2f261-fddab-dbcd2\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-05-31 16:48:26\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0bbab-2f261-fddab-dbcd2\\\",\\\"apiTraceId\\\":\\\"376_4816\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:25\\\",\\\"TravelDate\\\":\\\"2022-06-02\\\",\\\"LocalFromTime\\\":\\\"2022-06-02 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-02 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-02 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-02 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"376-0bbab-2f261-fddab-dbcd2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2500,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"376_4816\\\",\\\"ApiResultIndex\\\":\\\"376_4816\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2500,\\\"BaseFare\\\":2500,\\\"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\\\":200,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"8\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-02T16:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-02T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"As per standard rules.\\\",\\\"CancellationPolicy\\\":\\\"Non refundable.\\\",\\\"InternalRemarks\\\":\\\"asd\\\",\\\"FromDate\\\":\\\"02\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654108200,\\\"DepartureDateTxt\\\":\\\"Thu, 02 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 02 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"TestPNR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"TestPNR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00D\\\",\\\"bookingId\\\":\\\"99B2BEA10DF3473D96278BB6A3E6647E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9811192312\",\"leadEmail\":\"gpurwar@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Gaurav\",\"passenger-lastname-1\":\"Gupta\",\"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\":\"12817\",\"Salutation\":\"1\",\"EmailId\":\"gpurwar@gmail.com\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"CountryCode\":\"91\",\"MobileNo\":\"9811192312\"},\"_sessiondata\":{\"EmailId\":\"gpurwar@gmail.com\",\"UserSysId\":\"14220\",\"CustomerSysId\":\"203332\",\"AgencySysId\":\"12817\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password_cu\":\"\",\"AgencyName\":\"test Company\",\"AgencyCode\":\"53120\",\"ContactNo1\":\"9811192312\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"92589D18-9CE6-4ACA-A640-3EB9F45E3636\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"TestPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"99B2BEA10DF3473D96278BB6A3E6647E\"],\"status\":\"SUCCESS\"}}}','2022-05-31 16:49:26'),(71,'36913-65053-e4422-8cbd6','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"36913-65053-e4422-8cbd6\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-36913-65053-e4422-8cbd6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"PNR24r4\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"FAB52C76784B4814976B806E93FA1DF4\"}],\"flight_booking_id_Arr\":[\"11\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12817\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"gpurwar@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9811192312\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12817\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-05-31 16:52:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"8\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"8\",\"CustomerMemSysId\":[\"8\"],\"flight_booking_customer\":[[\"15\"]],\"SearchTraceId\":\"36913-65053-e4422-8cbd6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"10\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"10\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"36913-65053-e4422-8cbd6\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-05-31 16:51:58\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"36913-65053-e4422-8cbd6\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"36913-65053-e4422-8cbd6\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-05-31 16:51:58\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"36913-65053-e4422-8cbd6\\\",\\\"apiTraceId\\\":\\\"376_4817\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:25\\\",\\\"TravelDate\\\":\\\"2022-06-10\\\",\\\"LocalFromTime\\\":\\\"2022-06-10 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-10 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"376-36913-65053-e4422-8cbd6\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2400,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"376_4817\\\",\\\"ApiResultIndex\\\":\\\"376_4817\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2400,\\\"BaseFare\\\":2400,\\\"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\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-10T16:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-10T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"As per standard rules.\\\",\\\"CancellationPolicy\\\":\\\"Non refundable.\\\",\\\"InternalRemarks\\\":\\\"asd\\\",\\\"FromDate\\\":\\\"10\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654799400,\\\"DepartureDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"PNR2\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"FAB52C76784B4814976B806E93FA1DF4\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9811192312\",\"leadEmail\":\"gpurwar@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"8\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Gaurav\",\"passenger-lastname-1\":\"Gupta\",\"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\":\"12817\",\"Salutation\":\"1\",\"EmailId\":\"gpurwar@gmail.com\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"CountryCode\":\"91\",\"MobileNo\":\"9811192312\"},\"_sessiondata\":{\"EmailId\":\"gpurwar@gmail.com\",\"UserSysId\":\"14220\",\"CustomerSysId\":\"203332\",\"AgencySysId\":\"12817\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password_cu\":\"\",\"AgencyName\":\"test Company\",\"AgencyCode\":\"53120\",\"ContactNo1\":\"9811192312\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"92589D18-9CE6-4ACA-A640-3EB9F45E3636\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"PNR24r4\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"FAB52C76784B4814976B806E93FA1DF4\"],\"status\":\"SUCCESS\"}}}','2022-05-31 16:52:54'),(72,'24','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"12\",\"CreditDate\":\"02\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\"}','2022-06-02 12:22:41'),(78,'e15e0-04712-4a569-0994a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e15e0-04712-4a569-0994a\",\"apiTraceId\":\"376_4817\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:20:00\",\"ToUTCTime\":\"2022-06-10 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"376-e15e0-04712-4a569-0994a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2400,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817\",\"ApiResultIndex\":\"376_4817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"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\":300,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"FromDateSort\":1654799400,\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"PNR2\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"DDA1315E691744129E659BE318F817D8\"}],\"flight_booking_id_Arr\":[\"12\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-02 22:04:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"16\"]],\"SearchTraceId\":\"e15e0-04712-4a569-0994a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"10\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"10\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"e15e0-04712-4a569-0994a\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-02 22:03:44\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e15e0-04712-4a569-0994a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"e15e0-04712-4a569-0994a\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-02 22:03:44\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e15e0-04712-4a569-0994a\\\",\\\"apiTraceId\\\":\\\"376_4817\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:25\\\",\\\"TravelDate\\\":\\\"2022-06-10\\\",\\\"LocalFromTime\\\":\\\"2022-06-10 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-10 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-10 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"376-e15e0-04712-4a569-0994a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2400,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"376_4817\\\",\\\"ApiResultIndex\\\":\\\"376_4817\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2400,\\\"BaseFare\\\":2400,\\\"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\\\":300,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"Sg-8150\\\",\\\"AirlineCode\\\":\\\"Sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-10T16:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-10T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"As per standard rules.\\\",\\\"CancellationPolicy\\\":\\\"Non refundable.\\\",\\\"InternalRemarks\\\":\\\"asd\\\",\\\"FromDate\\\":\\\"10\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654799400,\\\"DepartureDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 10 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"PNR2\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"DDA1315E691744129E659BE318F817D8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DDA1315E691744129E659BE318F817D8\"],\"status\":\"SUCCESS\"}}}','2022-06-02 22:04:20'),(79,'de83e-08483-ce578-c21f3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"SegFlightNumberArr\":\"Sg-8150\",\"FlightNumber\":\"Sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"Sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"\",\"apiTraceId\":\"376_4817-9223b-c0291-67158-41db3\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-06-10\",\"LocalFromTime\":\"2022-06-10 14:50\",\"FromUTCTime\":\"2022-06-10 14:50\",\"LocalToTime\":\"2022-06-10 16:25\",\"ToUTCTime\":\"2022-06-10 16:25\",\"IsDirect\":0,\"FlightDuration\":\"01:30\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3400,\"PublishedFareTxt\":\"3,400\",\"ApiResultIndex\":\"376_4817-9223b-c0291-67158-41db3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":\"2400.00\",\"Tax\":\"\",\"YQTax\":\"\",\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3400,\"PublishedFare\":3400,\"PublishedFareAgent\":3400,\"PublishedFarePerPax\":3400,\"OfferedFareAgent\":3400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"376_4817-9223b-c0291-67158-41db3\",\"ApiResultIndex\":\"376_4817-9223b-c0291-67158-41db3\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"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\":3400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2400,\"BaseFare\":2400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":500,\"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\":3400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"$$hashKey\":\"00S\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"Sg-8150\",\"AirlineCode\":\"Sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"01:30\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-10T16:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-10T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"As per standard rules.\",\"CancellationPolicy\":\"Non refundable.\",\"InternalRemarks\":\"asd\",\"FromDate\":\"10\\/06\\/2022\",\"DepartureDateTxt\":\"Fri, 10 Jun\",\"ArrivalDateTxt\":\"Fri, 10 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"IsSeriesFareData\":true,\"ICSourceSysId\":8,\"SearchFlightTraceId\":\"de83e-08483-ce578-c21f3\",\"isDobInfant\":false}],\"FlightBookingDataInbound\":null}','2022-06-02 22:17:46'),(85,'15a02-298b2-0fd87-4498d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"15a02-298b2-0fd87-4498d\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-03\",\"LocalFromTime\":\"2022-06-03 14:50\",\"FromUTCTime\":\"2022-06-03 14:50\",\"LocalToTime\":\"2022-06-03 16:20:00\",\"ToUTCTime\":\"2022-06-03 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-15a02-298b2-0fd87-4498d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-03T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-03T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"03\\/06\\/2022\",\"FromDateSort\":1654194600,\"DepartureDateTxt\":\"Fri, 03 Jun\",\"ArrivalDateTxt\":\"Fri, 03 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"634FA89DE3A443D98576332E18644D75\"}],\"flight_booking_id_Arr\":[\"13\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-03 14:35:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"17\"]],\"SearchTraceId\":\"15a02-298b2-0fd87-4498d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"15a02-298b2-0fd87-4498d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-03 14:33:47\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"15a02-298b2-0fd87-4498d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"15a02-298b2-0fd87-4498d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-03 14:33:47\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"15a02-298b2-0fd87-4498d\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-03\\\",\\\"LocalFromTime\\\":\\\"2022-06-03 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-03 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-03 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-03 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6000,\\\"PublishedFareTxt\\\":\\\"6,000\\\",\\\"ApiResultIndex\\\":\\\"383-15a02-298b2-0fd87-4498d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6000,\\\"PublishedFare\\\":6000,\\\"PublishedFareAgent\\\":6000,\\\"OfferedFareAgent\\\":6000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-03T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-03T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"03\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654194600,\\\"DepartureDateTxt\\\":\\\"Fri, 03 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 03 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"634FA89DE3A443D98576332E18644D75\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"634FA89DE3A443D98576332E18644D75\"],\"status\":\"SUCCESS\"}}}','2022-06-03 14:35:45'),(94,'51a17-c1ce7-e6b61-36c94','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"51a17-c1ce7-e6b61-36c94\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-51a17-c1ce7-e6b61-36c94\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"937BF3AE70254856B668EF6F6E5ADAD0\"}],\"flight_booking_id_Arr\":[\"14\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 14:12:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"18\"]],\"SearchTraceId\":\"51a17-c1ce7-e6b61-36c94\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"51a17-c1ce7-e6b61-36c94\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-06 14:12:22\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"51a17-c1ce7-e6b61-36c94\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"51a17-c1ce7-e6b61-36c94\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-06 14:12:22\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"51a17-c1ce7-e6b61-36c94\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-07\\\",\\\"LocalFromTime\\\":\\\"2022-06-07 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-07 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6000,\\\"PublishedFareTxt\\\":\\\"6,000\\\",\\\"ApiResultIndex\\\":\\\"383-51a17-c1ce7-e6b61-36c94\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6000,\\\"PublishedFare\\\":6000,\\\"PublishedFareAgent\\\":6000,\\\"OfferedFareAgent\\\":6000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-07T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-07T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"07\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654540200,\\\"DepartureDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"937BF3AE70254856B668EF6F6E5ADAD0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-06 14:13:34'),(102,'fcc91-682fb-8b817-445c3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fcc91-682fb-8b817-445c3\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-fcc91-682fb-8b817-445c3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2140FBCF6B9E4FB08A0BA862D1123C12\"}],\"flight_booking_id_Arr\":[\"15\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 14:13:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"19\"]],\"SearchTraceId\":\"fcc91-682fb-8b817-445c3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"fcc91-682fb-8b817-445c3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-06 14:13:47\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"fcc91-682fb-8b817-445c3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"fcc91-682fb-8b817-445c3\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-06 14:13:47\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"fcc91-682fb-8b817-445c3\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-07\\\",\\\"LocalFromTime\\\":\\\"2022-06-07 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-07 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6000,\\\"PublishedFareTxt\\\":\\\"6,000\\\",\\\"ApiResultIndex\\\":\\\"383-fcc91-682fb-8b817-445c3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6000,\\\"PublishedFare\\\":6000,\\\"PublishedFareAgent\\\":6000,\\\"OfferedFareAgent\\\":6000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-07T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-07T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"07\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654540200,\\\"DepartureDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"2140FBCF6B9E4FB08A0BA862D1123C12\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2140FBCF6B9E4FB08A0BA862D1123C12\"],\"status\":\"SUCCESS\"}}}','2022-06-06 14:14:58'),(108,'0425f-55afa-5a929-212e3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0425f-55afa-5a929-212e3\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-0425f-55afa-5a929-212e3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"0329C417AA6B493EB3A3135C59B9EEC3\"}],\"flight_booking_id_Arr\":[\"16\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 18:43:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"5\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 18:43:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-06 18:43:13\",\"CustomerMemberSysId\":\"5\"}],\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"5\"],\"flight_booking_customer\":[[\"20\"]],\"SearchTraceId\":\"0425f-55afa-5a929-212e3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0425f-55afa-5a929-212e3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-06 18:42:55\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0425f-55afa-5a929-212e3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0425f-55afa-5a929-212e3\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-06 18:42:55\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0425f-55afa-5a929-212e3\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-07\\\",\\\"LocalFromTime\\\":\\\"2022-06-07 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-07 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6000,\\\"PublishedFareTxt\\\":\\\"6,000\\\",\\\"ApiResultIndex\\\":\\\"383-0425f-55afa-5a929-212e3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6000,\\\"PublishedFare\\\":6000,\\\"PublishedFareAgent\\\":6000,\\\"OfferedFareAgent\\\":6000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-07T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-07T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"07\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654540200,\\\"DepartureDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"0329C417AA6B493EB3A3135C59B9EEC3\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999977655\",\"leadEmail\":\"komal@hellogtx.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"5\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mohammad\",\"passenger-lastname-1\":\"Sabir\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammad\",\"lN\":\"Sabir\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"0329C417AA6B493EB3A3135C59B9EEC3\"],\"status\":\"SUCCESS\"}}}','2022-06-06 18:43:51'),(114,'e94dc-c3d8c-6a56e-1644a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e94dc-c3d8c-6a56e-1644a\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6000,\"PublishedFareTxt\":\"6,000\",\"ApiResultIndex\":\"383-e94dc-c3d8c-6a56e-1644a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6000,\"PublishedFare\":6000,\"PublishedFareAgent\":6000,\"OfferedFareAgent\":6000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"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\":6000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"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\":6000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5ACAD977688843969D8C0556B9C14F4B\"}],\"flight_booking_id_Arr\":[\"17\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9999977655\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 18:55:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"7\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"7\"],\"flight_booking_customer\":[[\"21\"]],\"SearchTraceId\":\"e94dc-c3d8c-6a56e-1644a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"e94dc-c3d8c-6a56e-1644a\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-06 18:55:07\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e94dc-c3d8c-6a56e-1644a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"e94dc-c3d8c-6a56e-1644a\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-06 18:55:07\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e94dc-c3d8c-6a56e-1644a\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-07\\\",\\\"LocalFromTime\\\":\\\"2022-06-07 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-07 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6000,\\\"PublishedFareTxt\\\":\\\"6,000\\\",\\\"ApiResultIndex\\\":\\\"383-e94dc-c3d8c-6a56e-1644a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6000,\\\"PublishedFare\\\":6000,\\\"PublishedFareAgent\\\":6000,\\\"OfferedFareAgent\\\":6000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"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\\\":6000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-07T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-07T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"07\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654540200,\\\"DepartureDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"Test PNR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Test PNR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"5ACAD977688843969D8C0556B9C14F4B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999977655\",\"leadEmail\":\"komal@hellogtx.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"7\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Gaurav\",\"passenger-lastname-1\":\"Gupta\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12606\",\"Salutation\":\"1\",\"EmailId\":\"komal@hellogtx.com\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"CountryCode\":\"91\",\"MobileNo\":\"9999977655\"},\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"Test PNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"5ACAD977688843969D8C0556B9C14F4B\"],\"status\":\"SUCCESS\"}}}','2022-06-06 18:55:45'),(120,'6c13a-d909d-e5945-9e958','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6c13a-d909d-e5945-9e958\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-6c13a-d909d-e5945-9e958\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"9674AD79D1604C12933F21782111B14D\"}],\"flight_booking_id_Arr\":[\"18\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 23:02:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"22\"]],\"SearchTraceId\":\"6c13a-d909d-e5945-9e958\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"6c13a-d909d-e5945-9e958\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-06 23:02:22\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6c13a-d909d-e5945-9e958\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"6c13a-d909d-e5945-9e958\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-06 23:02:22\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"6c13a-d909d-e5945-9e958\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-07\\\",\\\"LocalFromTime\\\":\\\"2022-06-07 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-07 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"383-6c13a-d909d-e5945-9e958\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3000,\\\"BaseFare\\\":3000,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-07T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-07T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"07\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654540200,\\\"DepartureDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"Test PNR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Test PNR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"9674AD79D1604C12933F21782111B14D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"Test PNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"9674AD79D1604C12933F21782111B14D\"],\"status\":\"SUCCESS\"}}}','2022-06-06 23:02:50'),(126,'35af4-9a177-d6061-2c206','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"35af4-9a177-d6061-2c206\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-35af4-9a177-d6061-2c206\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Test PNR\",\"OnwardGroupPNRDummy\":\"Test PNR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"A0658FE0AA894B68A4FC9B64AAC51BAA\"}],\"flight_booking_id_Arr\":[\"19\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 23:05:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"23\"]],\"SearchTraceId\":\"35af4-9a177-d6061-2c206\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"35af4-9a177-d6061-2c206\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-06 23:05:30\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"35af4-9a177-d6061-2c206\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"35af4-9a177-d6061-2c206\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-06 23:05:30\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"35af4-9a177-d6061-2c206\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-07\\\",\\\"LocalFromTime\\\":\\\"2022-06-07 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-07 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"383-35af4-9a177-d6061-2c206\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3000,\\\"BaseFare\\\":3000,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-07T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-07T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"07\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654540200,\\\"DepartureDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"Test PNR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Test PNR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"A0658FE0AA894B68A4FC9B64AAC51BAA\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"Test PNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A0658FE0AA894B68A4FC9B64AAC51BAA\"],\"status\":\"SUCCESS\"}}}','2022-06-06 23:05:51'),(132,'4cf5b-e4679-1b80f-2ea17','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4cf5b-e4679-1b80f-2ea17\",\"apiTraceId\":\"383_5010\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07\",\"LocalFromTime\":\"2022-06-07 14:50\",\"FromUTCTime\":\"2022-06-07 14:50\",\"LocalToTime\":\"2022-06-07 16:20:00\",\"ToUTCTime\":\"2022-06-07 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"383-4cf5b-e4679-1b80f-2ea17\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"383_5010\",\"ApiResultIndex\":\"383_5010\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-07T15:25\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-07T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"AS PER STANDARD\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"TEST\",\"FromDate\":\"07\\/06\\/2022\",\"FromDateSort\":1654540200,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B61288013E4446AE857BAB8FBBE8A738\"}],\"flight_booking_id_Arr\":[\"20\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06 23:07:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"24\"]],\"SearchTraceId\":\"4cf5b-e4679-1b80f-2ea17\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"4cf5b-e4679-1b80f-2ea17\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-06 23:07:23\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4cf5b-e4679-1b80f-2ea17\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"4cf5b-e4679-1b80f-2ea17\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-06 23:07:23\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4cf5b-e4679-1b80f-2ea17\\\",\\\"apiTraceId\\\":\\\"383_5010\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"15:25\\\",\\\"TravelDate\\\":\\\"2022-06-07\\\",\\\"LocalFromTime\\\":\\\"2022-06-07 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-07 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-07 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"383-4cf5b-e4679-1b80f-2ea17\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"383_5010\\\",\\\"ApiResultIndex\\\":\\\"383_5010\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3000,\\\"BaseFare\\\":3000,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"15:25\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-07T15:25\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-07T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"AS PER STANDARD\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"TEST\\\",\\\"FromDate\\\":\\\"07\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654540200,\\\"DepartureDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 07 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"B61288013E4446AE857BAB8FBBE8A738\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B61288013E4446AE857BAB8FBBE8A738\"],\"status\":\"SUCCESS\"}}}','2022-06-06 23:07:44'),(133,'25','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"06\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-06 23:31:11'),(135,'d0e00-c9388-3d2f4-b6d0a','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-889\",\"keyIndex\":16,\"SegFlightNumberArr\":\"6E-889, 6E-6314\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6988995719_3DELGAU6E889GAUCCU6E6314_478487112565213\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:45\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2022-06-15T12:45\",\"LocalFromTime\":\"2022-06-15 12:45\",\"FromUTCTime\":\"2022-06-15T12:45\",\"LocalToTime\":\"2022-06-15 18:25\",\"ToUTCTime\":\"2022-06-15T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Guwahati\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":340,\"DepartureDateTxt\":\"Wed, 15 Jun\",\"ArrivalDateTxt\":\"Wed, 15 Jun\",\"FlightDuration\":\"5h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":933,\"PublishedFareTxt\":\"933\",\"ApiResultIndex\":\"5-6988995719_3DELGAU6E889GAUCCU6E6314_478487112565213\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d0e00-c9388-3d2f4-b6d0a\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":714.7,\"YQTax\":0,\"OtherCharges\":497,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":814.7,\"PublishedFare\":933,\"PublishedFarePerPax\":933,\"OfferedFare\":614.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6988995719_3DELGAU6E889GAUCCU6E6314_478487112565213\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":714.7,\"BaseFareCal\":663.21,\"BaseFare\":100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":497,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":932.7,\"CostToCustomer\":932.7,\"BaseFareCal\":663.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":663.21,\"intOfferedFare\":614.7,\"intPublishFare\":814.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"00V\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-06-15T15:20\",\"SegFlightNumber\":\"6E-889\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-15T12:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":155,\"GroundTime\":110,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:45\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Guwahati\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"},{\"originAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Guwahati\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-06-15T18:25\",\"SegFlightNumber\":\"6E-6314\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"GAU\",\"originDepTime\":\"2022-06-15T17:10\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-06-06 23:36:52'),(139,'44354-84ef6-7119a-57fef','{\"BookingData\":[{\"bookingId\":\"TJS105100265815\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07T13:50\",\"LocalFromTime\":\"2022-06-07 13:50\",\"FromUTCTime\":\"2022-06-07T13:50\",\"LocalToTime\":\"2022-06-07 15:25\",\"ToUTCTime\":\"2022-06-07T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"PublishedFareTxt\":\"3,634\",\"ApiResultIndex\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-SXR\":{\"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-96 hrs Rs 3,000 + Fare Difference __nls__ Before 96 hrs Rs 2,500 + Fare Difference\",\"fcs\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 3,500 __nls__ Before 96 hrs Rs 3,000\",\"fcs\":{\"CCFT\":9,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9611999681_0DELSXRSG8492_478871840233704\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"CancelCharge\":0,\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3751.7,\"CostToCustomer\":3751.7,\"BaseFareCal\":3482.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3482.21,\"intOfferedFare\":3433.7,\"intPublishFare\":3633.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-07T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-07T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"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\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"JNML\",\"Price\":0,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"GFVG\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"GFNV\",\"Price\":0,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"GFCM\",\"Price\":0,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"DNVL\",\"Price\":0,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VGSW\",\"Price\":229,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVSW\",\"Price\":229,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NVML\",\"Price\":275,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"VCC2\",\"Price\":300,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC6\",\"Price\":300,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC5\",\"Price\":300,\"Description\":\"Tawa Fish masala on bed of  Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC4\",\"Price\":300,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC2\",\"Price\":300,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"552\",\"Code\":\"NCC1\",\"Price\":300,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"44354-84ef6-7119a-57fef\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-07 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\":\"TJS105100265815\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"strTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:25\",\"TravelDate\":\"2022-06-07T13:50\",\"LocalFromTime\":\"2022-06-07 13:50\",\"FromUTCTime\":\"2022-06-07T13:50\",\"LocalToTime\":\"2022-06-07 15:25\",\"ToUTCTime\":\"2022-06-07T15:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Tue, 07 Jun\",\"ArrivalDateTxt\":\"Tue, 07 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3633.7,\"ApiResultIndex\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"SearchFlightTraceId\":\"44354-84ef6-7119a-57fef\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2435,\"Tax\":1198.7,\"YQTax\":500,\"OtherCharges\":345,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":136,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3633.7,\"PublishedFare\":3751.7,\"OfferedFare\":3433.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1198.7,\"BaseFareCal\":3482.21,\"BaseFare\":2435,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":500,\"AGST\":136,\"MFT\":2.7,\"OT\":345,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"552\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-07T15:25\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-07T13:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"4-9611999681_2DELSXRSG8492_478830913649294\",\"localFromDateTime\":\"2022-06-07 13:50\",\"localToDateTime\":\"2022-06-07 15: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 (DEL)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"07\\/06\\/2022\",\"return_date\":\"\",\"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\":\"07\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-07\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"44354-84ef6-7119a-57fef\",\"from_city_\":\"1__DEL-SXR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Srinagar+%28SXR%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=SXR&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29%2C+India&destination=Srinagar%2C+IN+-+Srinagar+Arpt+%28SXR%29%2C+India&departure_date=07%2F06%2F2022&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Srinagar+Arpt+%28SXR%29\",\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"09906729503\",\"FirstName\":\"fehmeeda\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-06-23-42-16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"6\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"384593\",\"TPSysId\":\"384594\",\"VersionId\":[\"74555\"],\"CustomerSysId\":\"193535\",\"TrxId\":\"26889\",\"FareBreakdownid\":[\"354726\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"25\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"6\",\"CustomerMemSysId\":[\"6\"],\"flight_booking_id\":[\"21\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"21\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":3751.7},\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-06-06 23:42:45'),(145,'90d86-8103e-e7c37-330aa','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"90d86-8103e-e7c37-330aa\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-90d86-8103e-e7c37-330aa\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"010\",\"bookingId\":\"2C31A718871747B9BE3F91BCC0519710\"}],\"flight_booking_id_Arr\":[\"22\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-07 12:04:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"26\"]],\"SearchTraceId\":\"90d86-8103e-e7c37-330aa\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"09\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"90d86-8103e-e7c37-330aa\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-07 12:03:22\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"90d86-8103e-e7c37-330aa\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"90d86-8103e-e7c37-330aa\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-07 12:03:22\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"90d86-8103e-e7c37-330aa\\\",\\\"apiTraceId\\\":\\\"387_5066\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-09\\\",\\\"LocalFromTime\\\":\\\"2022-06-09 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-09 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":2200,\\\"PublishedFareTxt\\\":\\\"2,200\\\",\\\"ApiResultIndex\\\":\\\"387-90d86-8103e-e7c37-330aa\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2200,\\\"PublishedFare\\\":2200,\\\"PublishedFareAgent\\\":2200,\\\"OfferedFareAgent\\\":2200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5066\\\",\\\"ApiResultIndex\\\":\\\"387_5066\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":1000,\\\"BaseFare\\\":1000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-09T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-09T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"09\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654713000,\\\"DepartureDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"010\\\",\\\"bookingId\\\":\\\"2C31A718871747B9BE3F91BCC0519710\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2C31A718871747B9BE3F91BCC0519710\"],\"status\":\"SUCCESS\"}}}','2022-06-07 12:04:26'),(157,'896e5-6a3c6-b290e-b936a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"896e5-6a3c6-b290e-b936a\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-896e5-6a3c6-b290e-b936a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B5C9D634CCBD409DA8C04DC5EBBFD674\"}],\"flight_booking_id_Arr\":[\"23\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9999977655\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-07 12:12:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"7\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"7\"],\"flight_booking_customer\":[[\"27\"]],\"SearchTraceId\":\"896e5-6a3c6-b290e-b936a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"09\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"896e5-6a3c6-b290e-b936a\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-07 12:12: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\":\"896e5-6a3c6-b290e-b936a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"896e5-6a3c6-b290e-b936a\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-07 12:12:11\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"896e5-6a3c6-b290e-b936a\\\",\\\"apiTraceId\\\":\\\"387_5066\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-09\\\",\\\"LocalFromTime\\\":\\\"2022-06-09 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-09 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":2200,\\\"PublishedFareTxt\\\":\\\"2,200\\\",\\\"ApiResultIndex\\\":\\\"387-896e5-6a3c6-b290e-b936a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2200,\\\"PublishedFare\\\":2200,\\\"PublishedFareAgent\\\":2200,\\\"OfferedFareAgent\\\":2200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5066\\\",\\\"ApiResultIndex\\\":\\\"387_5066\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":1000,\\\"BaseFare\\\":1000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-09T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-09T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"09\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654713000,\\\"DepartureDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"B5C9D634CCBD409DA8C04DC5EBBFD674\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999977655\",\"leadEmail\":\"komal@hellogtx.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"7\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Gaurav\",\"passenger-lastname-1\":\"Gupta\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12606\",\"Salutation\":\"1\",\"EmailId\":\"komal@hellogtx.com\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"CountryCode\":\"91\",\"MobileNo\":\"9999977655\"},\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B5C9D634CCBD409DA8C04DC5EBBFD674\"],\"status\":\"SUCCESS\"}}}','2022-06-07 12:17:50'),(163,'ae5b6-bf10f-3d29d-02af5','{\"FlightBookingData\":[{\"bookingId\":\"DMCS107900265970\",\"bookingId_TJ\":\"TJS107900265970\",\"FlightNumber\":\"6E-6271\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ae5b6-bf10f-3d29d-02af5\",\"apiTraceId\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"06:15\",\"TravelDate\":\"2022-06-23T21:35\",\"LocalFromTime\":\"2022-06-23 21:35\",\"FromUTCTime\":\"2022-06-23T21:35\",\"LocalToTime\":\"2022-06-24 06:15\",\"ToUTCTime\":\"2022-06-24T06:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Kolkata\",\"GroundTime\":325,\"LAYOVERDuration\":\"5h 25m\",\"FlyingMinutes\":520,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"09h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,011\",\"ApiResultIndex\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1245,\"Tax\":706.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1951.7,\"PublishedFare\":2010.7,\"PublishedFareAgent\":2010.7,\"OfferedFareAgent\":2010.7,\"OfferedFare\":1751.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2471486589_0DELCCU6E6271CCUGAU6E6558_524533820938644\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":39.5084745762712,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":706.7,\"TotalBaseFare\":1951.7,\"BaseFareCal\":1760.7,\"BaseFare\":1245,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":489,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":39.5084745762712,\"apiMarkup\":169.4915254237288,\"IntCommission\":0,\"apiTaxOnMarkup\":30.508474576271198,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":169.4915254237288,\"apiTaxOnMarkup\":30.508474576271198,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.5084745762712,\"PublishFare\":2010.7,\"CostToCustomer\":2010.7,\"BaseFareCal\":1760.7,\"intCommisionEarnedForAgency\":250,\"CostToCompany\":1760.7,\"intOfferedFare\":1751.7,\"intPublishFare\":1951.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2010.7,\"CostToAgent\":2010.7,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"693\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-06-23T23:40\",\"SegFlightNumber\":\"6E-6271\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-23T21:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":325,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":\"5h 25m\",\"LAYOVERCity\":\"Kolkata\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"694\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-06-24T06:15\",\"SegFlightNumber\":\"6E-6558\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-06-24T05:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:05\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio 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\":\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"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,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"24\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-07 12:23:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"5\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"7\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9999977655\",\"FirstName\":\"Mohammad\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12606\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-07 12:23:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-07 12:23:17\",\"CustomerMemberSysId\":\"5\"}],\"CustomerSysId\":\"7\",\"CustomerMemSysId\":[\"5\"],\"flight_booking_customer\":[[\"28\"]],\"SearchTraceId\":\"ae5b6-bf10f-3d29d-02af5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Guwahati (GAU)\"],\"departure_date\":[\"23\\/06\\/2022\"],\"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)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Guwahati (GAU)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[11240],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ae5b6-bf10f-3d29d-02af5\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-07 12:22:51\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":{\"693\":{\"1\":{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"}}},\"SelectedMealSessionNew\":{\"693\":{\"1\":{\"Currency\":\"INR\",\"key\":\"693\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"}},\"694\":{\"1\":null}},\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ae5b6-bf10f-3d29d-02af5\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Guwahati (GAU)\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"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)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Guwahati (GAU)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"0000-00-00\\\",\\\"strDepatureDate\\\":[\\\"2022-06-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[11240],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"ae5b6-bf10f-3d29d-02af5\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-07 12:22:51\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMCS107900265970\\\",\\\"bookingId_TJ\\\":\\\"TJS107900265970\\\",\\\"FlightNumber\\\":\\\"6E-6271\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"ae5b6-bf10f-3d29d-02af5\\\",\\\"apiTraceId\\\":\\\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"21:35\\\",\\\"ArrivalTime\\\":\\\"06:15\\\",\\\"TravelDate\\\":\\\"2022-06-23T21:35\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 21:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-23T21:35\\\",\\\"LocalToTime\\\":\\\"2022-06-24 06:15\\\",\\\"ToUTCTime\\\":\\\"2022-06-24T06:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"R\\\",\\\"LAYOVERCity\\\":\\\"Kolkata\\\",\\\"GroundTime\\\":325,\\\"LAYOVERDuration\\\":\\\"5h 25m\\\",\\\"FlyingMinutes\\\":520,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FlightDuration\\\":\\\"09h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"11240\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"GAU\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,011\\\",\\\"ApiResultIndex\\\":\\\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1245,\\\"Tax\\\":706.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":489,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":200,\\\"intPublishedFare\\\":1951.7,\\\"PublishedFare\\\":2010.7,\\\"PublishedFareAgent\\\":2010.7,\\\"OfferedFareAgent\\\":2010.7,\\\"OfferedFare\\\":1751.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"5-2471486589_0DELCCU6E6271CCUGAU6E6558_524533820938644\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"R\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":39.5084745762712,\\\"apiMarkup\\\":169.4915254237288,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":30.508474576271198,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2010.7,\\\"CostToAgent\\\":2010.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":706.7,\\\"TotalBaseFare\\\":1951.7,\\\"BaseFareCal\\\":1760.7,\\\"BaseFare\\\":1245,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":489,\\\"MU\\\":200,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":39.5084745762712,\\\"apiMarkup\\\":169.4915254237288,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":30.508474576271198,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2010.7,\\\"CostToAgent\\\":2010.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":169.4915254237288,\\\"apiTaxOnMarkup\\\":30.508474576271198,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":39.5084745762712,\\\"PublishFare\\\":2010.7,\\\"CostToCustomer\\\":2010.7,\\\"BaseFareCal\\\":1760.7,\\\"intCommisionEarnedForAgency\\\":250,\\\"CostToCompany\\\":1760.7,\\\"intOfferedFare\\\":1751.7,\\\"intPublishFare\\\":1951.7,\\\"TripjackMarkup\\\":200,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2010.7,\\\"CostToAgent\\\":2010.7,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"693\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T23:40\\\",\\\"SegFlightNumber\\\":\\\"6E-6271\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-23T21:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":125,\\\"GroundTime\\\":325,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:35\\\",\\\"strArrivalDtTime\\\":\\\"23:40\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":\\\"5h 25m\\\",\\\"LAYOVERCity\\\":\\\"Kolkata\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"POHA\\\",\\\"Price\\\":225,\\\"Description\\\":\\\"POHA Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VBIR\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"VEG BIRYANI Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"UPMA\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"RAVA UPMA Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"MUYO\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Muesli with yogurt\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"DACH\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"DAL CHAWAL Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"COMI\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Cornflakes with Milk\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"ZCHK\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Nissin Zesty Chicken Keema Noodle\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"PTSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Paneer Tikka Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CTSW\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken Tikka Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHCT\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken cucumber tomato sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHSS\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Chicken Supreme Salad\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHFR\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Chinese Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VGTR\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Veg Trio Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"PITA\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"2 Dips with Baked Pita\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"NVTR\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non veg trio sandwich\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"694\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Lokpriya Gopinath Bordoloi Intl Arpt\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Guwahati\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"GAU\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T06:15\\\",\\\"SegFlightNumber\\\":\\\"6E-6558\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"R\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-06-24T05:05\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"05:05\\\",\\\"strArrivalDtTime\\\":\\\"06:15\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5 Kg\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"MUYO\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Muesli with yogurt\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"COMI\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Cornflakes with Milk\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"PTSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Paneer Tikka Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"CHCT\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken cucumber tomato sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"CHSS\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Chicken Supreme Salad\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"694\\\",\\\"Code\\\":\\\"PITA\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"2 Dips with Baked Pita\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"POHA\\\",\\\"Price\\\":225,\\\"Description\\\":\\\"POHA Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VBIR\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"VEG BIRYANI Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"UPMA\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"RAVA UPMA Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"MUYO\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Muesli with yogurt\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"DACH\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"DAL CHAWAL Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"COMI\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Cornflakes with Milk\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"ZCHK\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Nissin Zesty Chicken Keema Noodle\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"PTSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Paneer Tikka Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CTSW\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken Tikka Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHCT\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken cucumber tomato sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHSS\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Chicken Supreme Salad\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHFR\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Chinese Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VGTR\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Veg Trio Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"PITA\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"2 Dips with Baked Pita\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"NVTR\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non veg trio 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\\\":\\\"5-2471486589_1DELCCU6E6271CCUGAU6E6558_524523711459250\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-GAU\\\":{\\\"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,\\\"CRF\\\":50,\\\"ARF\\\":3000,\\\"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,\\\"ACF\\\":3500,\\\"ACFT\\\":175,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"GAU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"11240\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"POHA\\\",\\\"Price\\\":225,\\\"Description\\\":\\\"POHA Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VBIR\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"VEG BIRYANI Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"UPMA\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"RAVA UPMA Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"MUYO\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Muesli with yogurt\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"DACH\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"DAL CHAWAL Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"COMI\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Cornflakes with Milk\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"ZCHK\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Nissin Zesty Chicken Keema Noodle\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"TCSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Tomato Cucumber Cheese Lettuce Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"PTSW\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Paneer Tikka Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CTSW\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken Tikka Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CJSW\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken Junglee Sandwich Combo\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHCT\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Chicken cucumber tomato sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHSS\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Chicken Supreme Salad\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"CHFR\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Chinese Fried Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"VGTR\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Veg Trio Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"PITA\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"2 Dips with Baked Pita\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"NVTR\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non veg trio sandwich\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPA\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPB\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPC\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15 Kg\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPD\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30 Kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"{\\\"693\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"XBPE\\\",\\\"Price\\\":1350,\\\"Weight\\\":\\\"3 Kg\\\"}}}\",\"SelectedMealSessionNew\":\"{\\\"693\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"693\\\",\\\"Code\\\":\\\"POHA\\\",\\\"Price\\\":225,\\\"Description\\\":\\\"POHA Combo\\\"}},\\\"694\\\":{\\\"1\\\":null}}\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999977655\",\"leadEmail\":\"komal@hellogtx.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"5\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mohammad\",\"passenger-lastname-1\":\"Sabir\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"0\",\"2\"],\"SelectBaggage\":[\"0\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"komal@hellogtx.com\",\"UserSysId\":\"13988\",\"CustomerSysId\":\"192887\",\"AgencySysId\":\"12606\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Komal\",\"LastName\":\"Malhotra\",\"Password_cu\":\"\",\"AgencyName\":\"Komal Test\",\"AgencyCode\":\"38066\",\"ContactNo1\":\"9999977655\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8244B825-75AC-4683-81BE-270476663917\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJS107900265970\",\"amount\":3326.7,\"markup\":200,\"deliveryInfo\":{\"emails\":[\"komal@hellogtx.com\"],\"contacts\":[\"919999977655\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-07T12:24:34.430\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"68595\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6271\",\"eT\":\"320\"},\"stops\":0,\"duration\":125,\"cT\":325,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"aa\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-23T21:35\",\"at\":\"2022-06-23T23:40\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"68596\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"6558\",\"eT\":\"320\"},\"stops\":0,\"duration\":70,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"GAU\",\"name\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"cityCode\":\"GAU\",\"city\":\"Guwahati\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-24T05:05\",\"at\":\"2022-06-24T06:15\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"ssrBaggageInfos\":{\"DEL-CCU\":{\"code\":\"XBPE\",\"amount\":1350,\"desc\":\"Excess Baggage - 3 Kg\"},\"CCU-GAU\":{\"code\":\"XBPE\",\"desc\":\"Excess Baggage - 3 Kg\"}},\"ssrMealInfos\":{\"DEL-CCU\":{\"code\":\"POHA\",\"amount\":225,\"desc\":\"POHA Combo\"}},\"pnrDetails\":{\"DEL-CCU\":\"TESTPNR\",\"CCU-GAU\":\"TESTPNR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mohammad\",\"lN\":\"Sabir\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":1245,\"NF\":3326.7,\"TF\":3526.7,\"SSRP\":1575,\"IGST\":2.7,\"TAF\":706.7},\"afC\":{\"SSRP\":{\"OT\":1575},\"TAF\":{\"OT\":489,\"MU\":200,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"MF\":15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-07 12:23:53'),(169,'b6c04-0a1e3-1cc23-718d7','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b6c04-0a1e3-1cc23-718d7\",\"apiTraceId\":\"387_5081\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1200,\"PublishedFareTxt\":\"1,200\",\"ApiResultIndex\":\"387-b6c04-0a1e3-1cc23-718d7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1200,\"PublishedFare\":1200,\"PublishedFareAgent\":1200,\"OfferedFareAgent\":1200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5081\",\"ApiResultIndex\":\"387_5081\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\",\"bookingId\":\"D8B4E132874A41B38994B9387EA647BA\"}],\"flight_booking_id_Arr\":[\"25\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-07 12:41:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"29\"]],\"SearchTraceId\":\"b6c04-0a1e3-1cc23-718d7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"09\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"b6c04-0a1e3-1cc23-718d7\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-07 12:39:40\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b6c04-0a1e3-1cc23-718d7\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"b6c04-0a1e3-1cc23-718d7\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-07 12:39:40\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b6c04-0a1e3-1cc23-718d7\\\",\\\"apiTraceId\\\":\\\"387_5081\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-09\\\",\\\"LocalFromTime\\\":\\\"2022-06-09 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-09 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":1200,\\\"PublishedFareTxt\\\":\\\"1,200\\\",\\\"ApiResultIndex\\\":\\\"387-b6c04-0a1e3-1cc23-718d7\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":1200,\\\"PublishedFare\\\":1200,\\\"PublishedFareAgent\\\":1200,\\\"OfferedFareAgent\\\":1200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5081\\\",\\\"ApiResultIndex\\\":\\\"387_5081\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":1200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":1000,\\\"BaseFare\\\":1000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":1200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-09T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-09T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"09\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654713000,\\\"DepartureDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00F\\\",\\\"bookingId\\\":\\\"D8B4E132874A41B38994B9387EA647BA\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"D8B4E132874A41B38994B9387EA647BA\"],\"status\":\"SUCCESS\"}}}','2022-06-07 12:41:23'),(175,'bb7a4-5aa4b-77b2b-ad6f4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bb7a4-5aa4b-77b2b-ad6f4\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-bb7a4-5aa4b-77b2b-ad6f4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TEST56565\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"3CCCDCA7FD3247DDAF0110B6940DC12B\"}],\"flight_booking_id_Arr\":[\"26\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-07 12:49:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"30\"]],\"SearchTraceId\":\"bb7a4-5aa4b-77b2b-ad6f4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"09\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"bb7a4-5aa4b-77b2b-ad6f4\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-07 12:48:53\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"bb7a4-5aa4b-77b2b-ad6f4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"bb7a4-5aa4b-77b2b-ad6f4\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-07 12:48:53\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"bb7a4-5aa4b-77b2b-ad6f4\\\",\\\"apiTraceId\\\":\\\"387_5066\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-09\\\",\\\"LocalFromTime\\\":\\\"2022-06-09 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-09 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":2200,\\\"PublishedFareTxt\\\":\\\"2,200\\\",\\\"ApiResultIndex\\\":\\\"387-bb7a4-5aa4b-77b2b-ad6f4\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2200,\\\"PublishedFare\\\":2200,\\\"PublishedFareAgent\\\":2200,\\\"OfferedFareAgent\\\":2200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5066\\\",\\\"ApiResultIndex\\\":\\\"387_5066\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":1000,\\\"BaseFare\\\":1000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-09T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-09T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"09\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654713000,\\\"DepartureDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"3CCCDCA7FD3247DDAF0110B6940DC12B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"TEST56565\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"3435464i8\"}}]}},\"order\":{\"bookingId\":[\"3CCCDCA7FD3247DDAF0110B6940DC12B\"],\"status\":\"SUCCESS\"}}}','2022-06-07 12:49:16'),(181,'f3917-e9f55-a8046-dc8eb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f3917-e9f55-a8046-dc8eb\",\"apiTraceId\":\"387_5082\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-09\",\"LocalFromTime\":\"2022-06-09 12:00\",\"FromUTCTime\":\"2022-06-09 12:00\",\"LocalToTime\":\"2022-06-09 13:30:00\",\"ToUTCTime\":\"2022-06-09 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":1200,\"PublishedFareTxt\":\"1,200\",\"ApiResultIndex\":\"387-f3917-e9f55-a8046-dc8eb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":1200,\"PublishedFare\":1200,\"PublishedFareAgent\":1200,\"OfferedFareAgent\":1200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5082\",\"ApiResultIndex\":\"387_5082\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":1000,\"BaseFare\":1000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":1200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-09T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-09T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"09\\/06\\/2022\",\"FromDateSort\":1654713000,\"DepartureDateTxt\":\"Thu, 09 Jun\",\"ArrivalDateTxt\":\"Thu, 09 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00I\",\"bookingId\":\"DA8160CE13F245FD860B9C89906D474D\"}],\"flight_booking_id_Arr\":[\"27\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-07 14:20:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"31\"]],\"SearchTraceId\":\"f3917-e9f55-a8046-dc8eb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"09\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"f3917-e9f55-a8046-dc8eb\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-07 14:20:35\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f3917-e9f55-a8046-dc8eb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"f3917-e9f55-a8046-dc8eb\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-07 14:20:35\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"f3917-e9f55-a8046-dc8eb\\\",\\\"apiTraceId\\\":\\\"387_5082\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-09\\\",\\\"LocalFromTime\\\":\\\"2022-06-09 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-09 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-09 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":1200,\\\"PublishedFareTxt\\\":\\\"1,200\\\",\\\"ApiResultIndex\\\":\\\"387-f3917-e9f55-a8046-dc8eb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":1000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":1200,\\\"PublishedFare\\\":1200,\\\"PublishedFareAgent\\\":1200,\\\"OfferedFareAgent\\\":1200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5082\\\",\\\"ApiResultIndex\\\":\\\"387_5082\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":1200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":1000,\\\"BaseFare\\\":1000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":1200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-09T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-09T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"09\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1654713000,\\\"DepartureDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 09 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00I\\\",\\\"bookingId\\\":\\\"DA8160CE13F245FD860B9C89906D474D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DA8160CE13F245FD860B9C89906D474D\"],\"status\":\"SUCCESS\"}}}','2022-06-07 14:21:01'),(184,'d4099-6eb08-74f90-72c92','{\"FlightBookingData\":[{\"bookingId\":\"TJS100300268282\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"PublishedFareTxt\":\"9,413\",\"ApiResultIndex\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6414663914_0SXRDEL6E197_718412296383312\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9531.4,\"CostToCustomer\":9531.4,\"BaseFareCal\":9092.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9092.42,\"intOfferedFare\":9013.4,\"intPublishFare\":9413.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"876\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"876\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d4099-6eb08-74f90-72c92\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100300268282\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"strTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"ApiResultIndex\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d4099-6eb08-74f90-72c92\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"876\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6414663914_2SXRDEL6E197_718373936459604\",\"localFromDateTime\":\"2022-06-12 16:55\",\"localToDateTime\":\"2022-06-12 18:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"28\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\",\"7\"],\"flight_booking_id\":[\"28\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Aasif Hassan\",\"LastName\":\"Sheikh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-09-18-14-52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"12\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"12\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-09-18-14-52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"7\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"12\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"Khalifa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-09-18-14-52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d4099-6eb08-74f90-72c92\",\"modified\":\"2022-06-09-18-14-52\",\"created\":\"2022-06-09-18-14-52\",\"CustomerMemberSysId\":\"7\"}],\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\",\"7\"],\"flight_booking_customer\":[[\"32\",\"33\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar (SXR)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"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\":\"12\\/06\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"12\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d4099-6eb08-74f90-72c92\",\"from_city_\":\"1__SXR-DEL\"},\"sessionData\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\",\"7\"],\"flight_booking_id\":[\"28\"]},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"386580\",\"TPSysId\":\"386581\",\"VersionId\":[\"75219\"],\"CustomerSysId\":\"202311\",\"TrxId\":\"27123\",\"FareBreakdownid\":[\"354842\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}}','2022-06-09 18:15:01'),(185,'b1788-a8141-d7621-169c1','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-192\",\"keyIndex\":0,\"SegFlightNumberArr\":\"G8-192\",\"AirlineName\":\"Go first\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-6397297329_0SXRDELG8192_769218904763723\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2022-06-13T07:15\",\"LocalFromTime\":\"2022-06-13 07:15\",\"FromUTCTime\":\"2022-06-13T07:15\",\"LocalToTime\":\"2022-06-13 08:45\",\"ToUTCTime\":\"2022-06-13T08:45\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":70,\"TotalFlightMembers\":2,\"CurrencyType\":null,\"PublishedFare\":22078,\"PublishedFareTxt\":\"22,077\",\"ApiResultIndex\":\"1-6397297329_0SXRDELG8192_769218904762090\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"b1788-a8141-d7621-169c1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":18296,\"Tax\":3663.4,\"YQTax\":700,\"OtherCharges\":2528,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":21959.4,\"PublishedFare\":22078,\"PublishedFarePerPax\":11039,\"OfferedFare\":21559.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-6397297329_0SXRDELG8192_769218904763723\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"NoOfSeatAvailable\":70,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":3663.4,\"BaseFareCal\":21638.42,\"BaseFare\":18296,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":700,\"AGST\":0,\"MFT\":5.4,\"OT\":2528,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":22077.4,\"CostToCustomer\":22077.4,\"BaseFareCal\":21638.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":21638.42,\"intOfferedFare\":21559.4,\"intPublishFare\":21959.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"061\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-13T08:45\",\"SegFlightNumber\":\"G8-192\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-13T07:15\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":70,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterPrice\":\"20001-25000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-06-10 08:22:02'),(190,'bae71-24202-f4d7f-cb904','{\"BookingData\":[{\"bookingId\":\"TJS100800268619\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"PublishedFareTxt\":\"9,413\",\"ApiResultIndex\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4556916978_0SXRDEL6E197_770679694091233\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9531.4,\"CostToCustomer\":9531.4,\"BaseFareCal\":9092.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9092.42,\"intOfferedFare\":9013.4,\"intPublishFare\":9413.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"895\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"895\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"bae71-24202-f4d7f-cb904\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS100800268619\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"strTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"ApiResultIndex\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"bae71-24202-f4d7f-cb904\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"895\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-4556916978_2SXRDEL6E197_770642141543400\",\"localFromDateTime\":\"2022-06-12 16:55\",\"localToDateTime\":\"2022-06-12 18:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar (SXR)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"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\":\"12\\/06\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"12\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"bae71-24202-f4d7f-cb904\",\"from_city_\":\"1__SXR-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Srinagar+%28SXR%29&mytrip_city_to=Delhi+%28DEL%29&source_city=SXR&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Srinagar%2C+IN+-+Srinagar+Arpt+%28SXR%29%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29%2C+India&departure_date=12%2F06%2F2022&return_date=&from_mytrip_city=+IN+-+Srinagar+Arpt+%28SXR%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&adults=2&childs=0&infants=0&class=2\",\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"aasif.sch@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8825081020\",\"FirstName\":\"Aasif Hassan\",\"LastName\":\"Sheikh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-10-08-46-34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"8\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"1\",\"EmailId\":\"aasif.sch@gmail.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8825081020\",\"FirstName\":\"Khaleefa\",\"LastName\":\"Akhter\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-10-08-46-34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"386687\",\"TPSysId\":\"386688\",\"VersionId\":[\"75249\"],\"CustomerSysId\":\"202304\",\"TrxId\":\"27135\",\"FareBreakdownid\":[\"354849\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"34\",\"35\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"1\",\"CustomerMemSysId\":[\"8\",\"9\"],\"flight_booking_id\":[\"29\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"29\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":9531.4},\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-06-10 08:52:22'),(196,'b9a80-40d0e-cb1e8-77487','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b9a80-40d0e-cb1e8-77487\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-b9a80-40d0e-cb1e8-77487\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00S\",\"bookingId\":\"34468B53EF44480F93EE7CE3B109FE34\"}],\"flight_booking_id_Arr\":[\"30\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12916\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"sajadahmadshawl05@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"fehmeeda\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12916\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-10 10:21:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"13\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"13\",\"CustomerMemSysId\":[\"13\"],\"flight_booking_customer\":[[\"36\"]],\"SearchTraceId\":\"b9a80-40d0e-cb1e8-77487\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"13\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"b9a80-40d0e-cb1e8-77487\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-10 10:20:42\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b9a80-40d0e-cb1e8-77487\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"b9a80-40d0e-cb1e8-77487\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-10 10:20:42\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b9a80-40d0e-cb1e8-77487\\\",\\\"apiTraceId\\\":\\\"387_5066\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-13\\\",\\\"LocalFromTime\\\":\\\"2022-06-13 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-13 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-13 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-13 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":2200,\\\"PublishedFareTxt\\\":\\\"2,200\\\",\\\"ApiResultIndex\\\":\\\"387-b9a80-40d0e-cb1e8-77487\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2200,\\\"PublishedFare\\\":2200,\\\"PublishedFareAgent\\\":2200,\\\"OfferedFareAgent\\\":2200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5066\\\",\\\"ApiResultIndex\\\":\\\"387_5066\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2000,\\\"BaseFare\\\":2000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-13T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-13T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"13\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655058600,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00S\\\",\\\"bookingId\\\":\\\"34468B53EF44480F93EE7CE3B109FE34\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"sajadahmadshawl05@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fehmeeda\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12916\",\"Salutation\":\"1\",\"EmailId\":\"sajadahmadshawl05@gmail.com\",\"FirstName\":\"fehmeeda\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"sajadahmadshawl05@gmail.com\",\"UserSysId\":\"14332\",\"CustomerSysId\":\"205764\",\"AgencySysId\":\"12916\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAJAD\",\"LastName\":\"SHAWL\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVO\",\"AgencyCode\":\"1221112915124163\",\"ContactNo1\":\"9940144121\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C86CB375-74E9-4C8A-B740-B084BB66C1ED\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"fehmeeda\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"34468B53EF44480F93EE7CE3B109FE34\"],\"status\":\"SUCCESS\"}}}','2022-06-10 10:22:03'),(202,'7df9c-b0eb5-7af8b-7832d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7df9c-b0eb5-7af8b-7832d\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-7df9c-b0eb5-7af8b-7832d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"testpnr\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"03441AB46CA54E41AEF8BE9B08185057\"}],\"flight_booking_id_Arr\":[\"31\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12916\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"NEWTRAVOCARE@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9940144121\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12916\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-10 10:46:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"14\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"14\",\"CustomerMemSysId\":[\"14\"],\"flight_booking_customer\":[[\"37\"]],\"SearchTraceId\":\"7df9c-b0eb5-7af8b-7832d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"13\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7df9c-b0eb5-7af8b-7832d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-10 10:46:19\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7df9c-b0eb5-7af8b-7832d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"7df9c-b0eb5-7af8b-7832d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-10 10:46:19\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7df9c-b0eb5-7af8b-7832d\\\",\\\"apiTraceId\\\":\\\"387_5066\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-13\\\",\\\"LocalFromTime\\\":\\\"2022-06-13 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-13 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-13 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-13 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":2200,\\\"PublishedFareTxt\\\":\\\"2,200\\\",\\\"ApiResultIndex\\\":\\\"387-7df9c-b0eb5-7af8b-7832d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2200,\\\"PublishedFare\\\":2200,\\\"PublishedFareAgent\\\":2200,\\\"OfferedFareAgent\\\":2200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5066\\\",\\\"ApiResultIndex\\\":\\\"387_5066\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2000,\\\"BaseFare\\\":2000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-13T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-13T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"13\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655058600,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"03441AB46CA54E41AEF8BE9B08185057\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9940144121\",\"leadEmail\":\"NEWTRAVOCARE@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12916\",\"Salutation\":\"1\",\"EmailId\":\"NEWTRAVOCARE@GMAIL.COM\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9940144121\"},\"_sessiondata\":{\"EmailId\":\"sajadahmadshawl05@gmail.com\",\"UserSysId\":\"14332\",\"CustomerSysId\":\"205764\",\"AgencySysId\":\"12916\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAJAD\",\"LastName\":\"SHAWL\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVO\",\"AgencyCode\":\"1221112915124163\",\"ContactNo1\":\"9940144121\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C86CB375-74E9-4C8A-B740-B084BB66C1ED\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"testpnr\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"03441AB46CA54E41AEF8BE9B08185057\"],\"status\":\"SUCCESS\"}}}','2022-06-10 10:46:48'),(203,'26','{\"_sessiondata\":{\"EmailId\":\"sajadahmadshawl05@gmail.com\",\"UserSysId\":\"14332\",\"CustomerSysId\":\"205764\",\"AgencySysId\":\"12916\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAJAD\",\"LastName\":\"SHAWL\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVO\",\"AgencyCode\":\"1221112915124163\",\"ContactNo1\":\"9940144121\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C86CB375-74E9-4C8A-B740-B084BB66C1ED\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"g\",\"CreditDate\":\"10\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-10 11:15:47'),(207,'df2f1-6747b-944be-6a652','{\"BookingData\":[{\"bookingId\":\"TJS105300268832\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"PublishedFareTxt\":\"9,413\",\"ApiResultIndex\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":150,\"CRF\":50,\"ARF\":3000,\"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,\"ACF\":3500,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8630286285_0SXRDEL6E197_779875700855566\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":79.02,\"apiMarkup\":338.98,\"IntCommission\":0,\"apiTaxOnMarkup\":61.02,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":338.98,\"apiTaxOnMarkup\":61.02,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":79.02,\"PublishFare\":9531.4,\"CostToCustomer\":9531.4,\"BaseFareCal\":9092.42,\"intCommisionEarnedForAgency\":438.98,\"CostToCompany\":9092.42,\"intOfferedFare\":9013.4,\"intPublishFare\":9413.4,\"TripjackMarkup\":400,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"317\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"317\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"df2f1-6747b-944be-6a652\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-12 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS105300268832\",\"FlightNumber\":\"6E-197\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"strTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:55\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-12T16:55\",\"LocalFromTime\":\"2022-06-12 16:55\",\"FromUTCTime\":\"2022-06-12T16:55\",\"LocalToTime\":\"2022-06-12 18:40\",\"ToUTCTime\":\"2022-06-12T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Sun, 12 Jun\",\"ArrivalDateTxt\":\"Sun, 12 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":9413.4,\"ApiResultIndex\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"df2f1-6747b-944be-6a652\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":8000,\"Tax\":1413.4,\"YQTax\":0,\"OtherCharges\":572,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":406,\"CarrierMiscFee\":0,\"MUFee\":400,\"intPublishedFare\":9413.4,\"PublishedFare\":9531.4,\"OfferedFare\":9013.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1413.4,\"BaseFareCal\":9092.42,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":406,\"MFT\":5.4,\"OT\":572,\"MU\":400,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"317\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-12T18:40\",\"SegFlightNumber\":\"6E-197\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-12T16:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:55\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-8630286285_2SXRDEL6E197_779850138685071\",\"localFromDateTime\":\"2022-06-12 16:55\",\"localToDateTime\":\"2022-06-12 18:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar (SXR)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"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\":\"12\\/06\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"to_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"12\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"df2f1-6747b-944be-6a652\",\"from_city_\":\"1__SXR-DEL\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Srinagar+%28SXR%29&mytrip_city_to=Delhi+%28DEL%29&source_city=SXR&ContSysId_1=101&destination_city=DEL&ContSysId=101&source=Srinagar%2C+IN+-+Srinagar+Arpt+%28SXR%29%2C+India&destination=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29%2C+India&departure_date=12%2F06%2F2022&return_date=&from_mytrip_city=+IN+-+Srinagar+Arpt+%28SXR%29&to_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&adults=2&childs=0&infants=0&class=2\",\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"AASIF HASSAN\",\"LastName\":\"SHEIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-10-11-19-27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"10\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"12\",\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8082992086\",\"FirstName\":\"KHALIFA\",\"LastName\":\"AKHTER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-10-11-19-27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"11\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"386738\",\"TPSysId\":\"386739\",\"VersionId\":[\"75291\"],\"CustomerSysId\":\"202311\",\"TrxId\":\"27145\",\"FareBreakdownid\":[\"354862\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"38\",\"39\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"10\",\"11\"],\"flight_booking_id\":[\"32\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"32\"],\"_sessiondata\":{\"EmailId\":\"abdulmuneeb0608@gmail.com\",\"CustomerSysId\":\"202311\",\"AgencySysId\":\"12211\",\"FirstName\":\"Aasif\",\"LastName\":\"Hassan\",\"Password_cu\":\"fd7f590c27f725ae3e53992c8059bbf8\",\"ContactNo1\":\"8082992086\",\"redirect_link_r\":\"https:\\/\\/www.travelshop.co.in\\/\"},\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":9531.4},\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-06-10 11:20:09'),(213,'950e3-a7c08-9a9f8-bf465','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"950e3-a7c08-9a9f8-bf465\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-13\",\"LocalFromTime\":\"2022-06-13 12:00\",\"FromUTCTime\":\"2022-06-13 12:00\",\"LocalToTime\":\"2022-06-13 13:30:00\",\"ToUTCTime\":\"2022-06-13 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-950e3-a7c08-9a9f8-bf465\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-13T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-13T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"13\\/06\\/2022\",\"FromDateSort\":1655058600,\"DepartureDateTxt\":\"Mon, 13 Jun\",\"ArrivalDateTxt\":\"Mon, 13 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"test test\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"4C0AB4F2E3E247F9ADF0BDCDC2525B5D\"}],\"flight_booking_id_Arr\":[\"33\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-11 09:47:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"40\"]],\"SearchTraceId\":\"950e3-a7c08-9a9f8-bf465\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"13\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"950e3-a7c08-9a9f8-bf465\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-11 09:46:53\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"950e3-a7c08-9a9f8-bf465\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"950e3-a7c08-9a9f8-bf465\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-11 09:46:53\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"950e3-a7c08-9a9f8-bf465\\\",\\\"apiTraceId\\\":\\\"387_5066\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-13\\\",\\\"LocalFromTime\\\":\\\"2022-06-13 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-13 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-13 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-13 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":2200,\\\"PublishedFareTxt\\\":\\\"2,200\\\",\\\"ApiResultIndex\\\":\\\"387-950e3-a7c08-9a9f8-bf465\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2200,\\\"PublishedFare\\\":2200,\\\"PublishedFareAgent\\\":2200,\\\"OfferedFareAgent\\\":2200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5066\\\",\\\"ApiResultIndex\\\":\\\"387_5066\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2000,\\\"BaseFare\\\":2000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-13T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-13T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"13\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655058600,\\\"DepartureDateTxt\\\":\\\"Mon, 13 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 13 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"4C0AB4F2E3E247F9ADF0BDCDC2525B5D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"test test\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"4C0AB4F2E3E247F9ADF0BDCDC2525B5D\"],\"status\":\"SUCCESS\"}}}','2022-06-11 09:47:36'),(219,'68aac-b6dd5-1ee2d-806ca','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"68aac-b6dd5-1ee2d-806ca\",\"apiTraceId\":\"387_5066\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"12:00\",\"ArrivalTime\":\"13:30\",\"TravelDate\":\"2022-06-14\",\"LocalFromTime\":\"2022-06-14 12:00\",\"FromUTCTime\":\"2022-06-14 12:00\",\"LocalToTime\":\"2022-06-14 13:30:00\",\"ToUTCTime\":\"2022-06-14 13:30:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":2200,\"PublishedFareTxt\":\"2,200\",\"ApiResultIndex\":\"387-68aac-b6dd5-1ee2d-806ca\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2200,\"PublishedFare\":2200,\"PublishedFareAgent\":2200,\"OfferedFareAgent\":2200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"387_5066\",\"ApiResultIndex\":\"387_5066\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2000,\"BaseFare\":2000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":2200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:00\",\"strArrivalDtTime\":\"13:30\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-14T13:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-14T12:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REF\",\"CancellationPolicy\":\"NON REF\",\"InternalRemarks\":\"NON REF\",\"FromDate\":\"14\\/06\\/2022\",\"FromDateSort\":1655145000,\"DepartureDateTxt\":\"Tue, 14 Jun\",\"ArrivalDateTxt\":\"Tue, 14 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"testpnr\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"8900\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"58F124E5FBC74AA4BD4BFACB13D720F5\"}],\"flight_booking_id_Arr\":[\"34\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13 09:00:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"41\"]],\"SearchTraceId\":\"68aac-b6dd5-1ee2d-806ca\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"14\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"14\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"68aac-b6dd5-1ee2d-806ca\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-13 09:00:29\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"68aac-b6dd5-1ee2d-806ca\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"14\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"68aac-b6dd5-1ee2d-806ca\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-13 09:00:29\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"68aac-b6dd5-1ee2d-806ca\\\",\\\"apiTraceId\\\":\\\"387_5066\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"12:00\\\",\\\"ArrivalTime\\\":\\\"13:30\\\",\\\"TravelDate\\\":\\\"2022-06-14\\\",\\\"LocalFromTime\\\":\\\"2022-06-14 12:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-14 12:00\\\",\\\"LocalToTime\\\":\\\"2022-06-14 13:30:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-14 13:30:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":2200,\\\"PublishedFareTxt\\\":\\\"2,200\\\",\\\"ApiResultIndex\\\":\\\"387-68aac-b6dd5-1ee2d-806ca\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2200,\\\"PublishedFare\\\":2200,\\\"PublishedFareAgent\\\":2200,\\\"OfferedFareAgent\\\":2200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"387_5066\\\",\\\"ApiResultIndex\\\":\\\"387_5066\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2000,\\\"BaseFare\\\":2000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":2200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"12:00\\\",\\\"strArrivalDtTime\\\":\\\"13:30\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-14T13:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-14T12:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REF\\\",\\\"CancellationPolicy\\\":\\\"NON REF\\\",\\\"InternalRemarks\\\":\\\"NON REF\\\",\\\"FromDate\\\":\\\"14\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655145000,\\\"DepartureDateTxt\\\":\\\"Tue, 14 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 14 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"8900\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"58F124E5FBC74AA4BD4BFACB13D720F5\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"testpnr\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"58F124E5FBC74AA4BD4BFACB13D720F5\"],\"status\":\"SUCCESS\"}}}','2022-06-13 09:00:52'),(220,'27','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"13\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-13 10:52:11'),(223,'19619-8a48e-b93d2-d33c4','{\"FlightBookingData\":[{\"bookingId\":\"TJS107700270024\",\"FlightNumber\":\"6E-6299\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:05\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-15T17:05\",\"LocalFromTime\":\"2022-06-15 17:05\",\"FromUTCTime\":\"2022-06-15T17:05\",\"LocalToTime\":\"2022-06-15 18:40\",\"ToUTCTime\":\"2022-06-15T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 15 Jun\",\"ArrivalDateTxt\":\"Wed, 15 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4706.7,\"PublishedFareTxt\":\"4,707\",\"ApiResultIndex\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"SXR-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\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":150,\"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,\"CCF\":50,\"CCFT\":9,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4000,\"Tax\":706.7,\"YQTax\":0,\"OtherCharges\":286,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":203,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4706.7,\"PublishedFare\":4824.7,\"OfferedFare\":4506.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3131530435_0SXRDEL6E6299_321643747965870\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":706.7,\"BaseFareCal\":4555.21,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":203,\"MFT\":2.7,\"OT\":286,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":4824.7,\"CostToCustomer\":4824.7,\"BaseFareCal\":4555.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":4555.21,\"intOfferedFare\":4506.7,\"intPublishFare\":4706.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"173\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-15T18:40\",\"SegFlightNumber\":\"6E-6299\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-15T17:05\",\"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\":\"17:05\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"173\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"19619-8a48e-b93d2-d33c4\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-15 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\":\"TJS107700270024\",\"FlightNumber\":\"6E-6299\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"strTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:05\",\"ArrivalTime\":\"18:40\",\"TravelDate\":\"2022-06-15T17:05\",\"LocalFromTime\":\"2022-06-15 17:05\",\"FromUTCTime\":\"2022-06-15T17:05\",\"LocalToTime\":\"2022-06-15 18:40\",\"ToUTCTime\":\"2022-06-15T18:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 15 Jun\",\"ArrivalDateTxt\":\"Wed, 15 Jun\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":25897,\"DestPlaceSysId\":7701,\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4706.7,\"ApiResultIndex\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"19619-8a48e-b93d2-d33c4\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":4000,\"Tax\":706.7,\"YQTax\":0,\"OtherCharges\":286,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":203,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4706.7,\"PublishedFare\":4824.7,\"OfferedFare\":4506.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":706.7,\"BaseFareCal\":4555.21,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":203,\"MFT\":2.7,\"OT\":286,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"173\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-15T18:40\",\"SegFlightNumber\":\"6E-6299\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-15T17:05\",\"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\":\"17:05\",\"strArrivalDtTime\":\"18:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3131530435_4SXRDEL6E6299_321628549845868\",\"localFromDateTime\":\"2022-06-15 17:05\",\"localToDateTime\":\"2022-06-15 18:40\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":25897,\"intDestinationCityId\":7701,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"35\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_id\":[\"35\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"bismilahtourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"6006717808\",\"FirstName\":\"bismilahtour\",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13-11-57-22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"12\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_customer\":[[\"42\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Srinagar (SXR)\",\"mytrip_city_to\":\"Delhi (DEL)\",\"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\":\"15\\/06\\/2022\",\"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\",\"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\":\"15\\/06\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-06-15\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"19619-8a48e-b93d2-d33c4\",\"from_city_\":\"1__SXR-DEL\"},\"sessionData\":{\"CustomerSysId\":\"12\",\"CustomerMemSysId\":[\"12\"],\"flight_booking_id\":[\"35\"]},\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"387931\",\"TPSysId\":\"387932\",\"VersionId\":[\"75747\"],\"CustomerSysId\":\"206828\",\"TrxId\":\"27289\",\"FareBreakdownid\":[\"354973\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"}}','2022-06-13 11:57:34'),(224,'28','{\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"12\",\"CreditDate\":\"13\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-13 16:24:06'),(230,'b7405-b038e-f486a-27e1d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b7405-b038e-f486a-27e1d\",\"apiTraceId\":\"412_5223\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-14\",\"LocalFromTime\":\"2022-06-14 14:50\",\"FromUTCTime\":\"2022-06-14 14:50\",\"LocalToTime\":\"2022-06-14 16:20:00\",\"ToUTCTime\":\"2022-06-14 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-b7405-b038e-f486a-27e1d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5223\",\"ApiResultIndex\":\"412_5223\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-14T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-14T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"14\\/06\\/2022\",\"FromDateSort\":1655145000,\"DepartureDateTxt\":\"Tue, 14 Jun\",\"ArrivalDateTxt\":\"Tue, 14 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\",\"bookingId\":\"672C5F4D71C8489081855EDF41D5A40F\"}],\"flight_booking_id_Arr\":[\"36\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13 16:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"43\"]],\"SearchTraceId\":\"b7405-b038e-f486a-27e1d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"14\\/06\\/2022\"],\"departure_datesf\":[\"14\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-14\",\"strDepatureDate\":[\"14\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"b7405-b038e-f486a-27e1d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-13 16:35:34\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b7405-b038e-f486a-27e1d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"14\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-14\\\",\\\"strDepatureDate\\\":[\\\"14\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"b7405-b038e-f486a-27e1d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-13 16:35:34\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b7405-b038e-f486a-27e1d\\\",\\\"apiTraceId\\\":\\\"412_5223\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-14\\\",\\\"LocalFromTime\\\":\\\"2022-06-14 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-14 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-14 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-14 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"412-b7405-b038e-f486a-27e1d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"412_5223\\\",\\\"ApiResultIndex\\\":\\\"412_5223\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-14T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-14T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"14\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655145000,\\\"DepartureDateTxt\\\":\\\"Tue, 14 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 14 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00F\\\",\\\"bookingId\\\":\\\"672C5F4D71C8489081855EDF41D5A40F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"672C5F4D71C8489081855EDF41D5A40F\"],\"status\":\"SUCCESS\"}}}','2022-06-13 16:36:02'),(236,'69cef-b6eb7-35886-abd25','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"69cef-b6eb7-35886-abd25\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-69cef-b6eb7-35886-abd25\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F4368A228F1845A78B68BFD973758E7B\"}],\"flight_booking_id_Arr\":[\"37\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12817\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"8\",\"EmailId\":\"gpurwar@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9811192312\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12817\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13 17:53:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"13\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12817\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"8\",\"EmailId\":\"gpurwar@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9811192312\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12817\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13 17:53:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"69cef-b6eb7-35886-abd25\",\"modified\":\"2022-06-13 17:53:14\",\"created\":\"2022-06-13 17:53:14\",\"CustomerMemberSysId\":\"13\"}],\"CustomerSysId\":\"8\",\"CustomerMemSysId\":[\"13\"],\"flight_booking_customer\":[[\"44\"]],\"SearchTraceId\":\"69cef-b6eb7-35886-abd25\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"69cef-b6eb7-35886-abd25\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-13 17:42:47\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"69cef-b6eb7-35886-abd25\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"69cef-b6eb7-35886-abd25\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-13 17:42:47\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"69cef-b6eb7-35886-abd25\\\",\\\"apiTraceId\\\":\\\"412_5239\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"412-69cef-b6eb7-35886-abd25\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"412_5239\\\",\\\"ApiResultIndex\\\":\\\"412_5239\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"F4368A228F1845A78B68BFD973758E7B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9811192312\",\"leadEmail\":\"gpurwar@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Gaurav\",\"passenger-lastname-1\":\"Gupta\",\"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\":null,\"_sessiondata\":{\"EmailId\":\"gpurwar@gmail.com\",\"UserSysId\":\"14220\",\"CustomerSysId\":\"203332\",\"AgencySysId\":\"12817\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Gaurav\",\"LastName\":\"Gupta\",\"Password_cu\":\"\",\"AgencyName\":\"test Company\",\"AgencyCode\":\"51168\",\"ContactNo1\":\"9811192312\",\"MarkupType\":\"2\",\"Markup\":\"0\",\"SecurityKey\":\"92589D18-9CE6-4ACA-A640-3EB9F45E3636\",\"Address\":\"address\",\"PinCode\":\"123123\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Gaurav\",\"lN\":\"Gupta\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F4368A228F1845A78B68BFD973758E7B\"],\"status\":\"SUCCESS\"}}}','2022-06-13 17:53:32'),(242,'3a159-3cc34-315b5-b42a4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3a159-3cc34-315b5-b42a4\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-3a159-3cc34-315b5-b42a4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"testpnr\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5CEF61B928C3433CB7454AA7D7AE942E\"}],\"flight_booking_id_Arr\":[\"38\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-13 20:25:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"45\"]],\"SearchTraceId\":\"3a159-3cc34-315b5-b42a4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"3a159-3cc34-315b5-b42a4\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-13 20:16:30\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3a159-3cc34-315b5-b42a4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"3a159-3cc34-315b5-b42a4\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-13 20:16:30\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3a159-3cc34-315b5-b42a4\\\",\\\"apiTraceId\\\":\\\"412_5239\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"412-3a159-3cc34-315b5-b42a4\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"412_5239\\\",\\\"ApiResultIndex\\\":\\\"412_5239\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"5CEF61B928C3433CB7454AA7D7AE942E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"testpnr\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"5CEF61B928C3433CB7454AA7D7AE942E\"],\"status\":\"SUCCESS\"}}}','2022-06-13 20:26:06'),(248,'5836e-8675c-6acc4-f65a0','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5836e-8675c-6acc4-f65a0\",\"apiTraceId\":\"412_5239\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-5836e-8675c-6acc4-f65a0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5239\",\"ApiResultIndex\":\"412_5239\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"test11\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"BA9D2C2389C24F01B8648EC0D5EB4627\"}],\"flight_booking_id_Arr\":[\"39\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"test\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-14 16:03:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"46\"]],\"SearchTraceId\":\"5836e-8675c-6acc4-f65a0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"5836e-8675c-6acc4-f65a0\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-14 16:03:37\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5836e-8675c-6acc4-f65a0\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"5836e-8675c-6acc4-f65a0\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-14 16:03:37\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"5836e-8675c-6acc4-f65a0\\\",\\\"apiTraceId\\\":\\\"412_5239\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"412-5836e-8675c-6acc4-f65a0\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"412_5239\\\",\\\"ApiResultIndex\\\":\\\"412_5239\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"BA9D2C2389C24F01B8648EC0D5EB4627\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"test\",\"passenger-lastname-1\":\"test\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"test\",\"LastName\":\"test\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"test11\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"test\",\"lN\":\"test\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"BA9D2C2389C24F01B8648EC0D5EB4627\"],\"status\":\"SUCCESS\"}}}','2022-06-14 16:04:05'),(256,'38ab4-d3ee2-57582-69de1','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"sg-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"sg\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"38ab4-d3ee2-57582-69de1\",\"apiTraceId\":\"412_5225\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-16\",\"LocalFromTime\":\"2022-06-16 14:50\",\"FromUTCTime\":\"2022-06-16 14:50\",\"LocalToTime\":\"2022-06-16 16:20:00\",\"ToUTCTime\":\"2022-06-16 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"412-38ab4-d3ee2-57582-69de1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"412_5225\",\"ApiResultIndex\":\"412_5225\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"sg-8150\",\"AirlineCode\":\"sg\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"10\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-16T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-16T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"16\\/06\\/2022\",\"FromDateSort\":1655317800,\"DepartureDateTxt\":\"Thu, 16 Jun\",\"ArrivalDateTxt\":\"Thu, 16 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"attar11\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"01A\",\"bookingId\":\"797F9AB1817041EEB4E1B69F52A68134\"}],\"flight_booking_id_Arr\":[\"41\"],\"ForCustomerSession\":[{\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"irfan\",\"LastName\":\"attar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12691\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-14 16:10:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"9\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"9\",\"CustomerMemSysId\":[\"9\"],\"flight_booking_customer\":[[\"48\"]],\"SearchTraceId\":\"38ab4-d3ee2-57582-69de1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"16\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"16\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"38ab4-d3ee2-57582-69de1\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-14 16:09:46\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"38ab4-d3ee2-57582-69de1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"16\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"16\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"38ab4-d3ee2-57582-69de1\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"16\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-14 16:09:46\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"38ab4-d3ee2-57582-69de1\\\",\\\"apiTraceId\\\":\\\"412_5225\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-16\\\",\\\"LocalFromTime\\\":\\\"2022-06-16 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-16 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-16 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-16 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"412-38ab4-d3ee2-57582-69de1\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"412_5225\\\",\\\"ApiResultIndex\\\":\\\"412_5225\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"sg-8150\\\",\\\"AirlineCode\\\":\\\"sg\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"10\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-16T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-16T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"16\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655317800,\\\"DepartureDateTxt\\\":\\\"Thu, 16 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 16 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"01A\\\",\\\"bookingId\\\":\\\"797F9AB1817041EEB4E1B69F52A68134\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"aafan.irfan@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"9\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"irfan\",\"passenger-lastname-1\":\"attar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"12691\",\"Salutation\":\"1\",\"EmailId\":\"aafan.irfan@yahoo.com\",\"FirstName\":\"irfan\",\"LastName\":\"attar\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"aafan.irfan@yahoo.com\",\"UserSysId\":\"14087\",\"CustomerSysId\":\"198145\",\"AgencySysId\":\"12691\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"YOUSUF\",\"Password_cu\":\"\",\"AgencyName\":\"ABC\",\"AgencyCode\":\"38042\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7056183D-8AA0-4232-A0E5-2CDDD6E678B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"attar11\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"irfan\",\"lN\":\"attar\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"797F9AB1817041EEB4E1B69F52A68134\"],\"status\":\"SUCCESS\"}}}','2022-06-14 16:10:43'),(259,'8c0b6-788bb-107a8-044e3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8c0b6-788bb-107a8-044e3\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25500,\"PublishedFareTxt\":\"25,500\",\"ApiResultIndex\":\"424-8c0b6-788bb-107a8-044e3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25500,\"PublishedFare\":25500,\"PublishedFareAgent\":25500,\"OfferedFareAgent\":25500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5FE7CEDC2E71471392DAC9A4603D4333\"}],\"flight_booking_id_Arr\":[\"42\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"rahulrk1305@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9891985015\",\"FirstName\":\"RITESH\",\"LastName\":\"CHORARIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13061\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-14 20:36:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"17\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_customer\":[[\"49\"]],\"SearchTraceId\":\"8c0b6-788bb-107a8-044e3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"28\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-28\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"8c0b6-788bb-107a8-044e3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-14 20:35:22\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8c0b6-788bb-107a8-044e3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"8c0b6-788bb-107a8-044e3\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-14 20:35:22\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8c0b6-788bb-107a8-044e3\\\",\\\"apiTraceId\\\":\\\"424_5763\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":25500,\\\"PublishedFareTxt\\\":\\\"25,500\\\",\\\"ApiResultIndex\\\":\\\"424-8c0b6-788bb-107a8-044e3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":25500,\\\"PublishedFare\\\":25500,\\\"PublishedFareAgent\\\":25500,\\\"OfferedFareAgent\\\":25500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5763\\\",\\\"ApiResultIndex\\\":\\\"424_5763\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":20400,\\\"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\\\":25500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":20400,\\\"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\\\":25500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"5FE7CEDC2E71471392DAC9A4603D4333\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9891985015\",\"leadEmail\":\"rahulrk1305@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RITESH\",\"passenger-lastname-1\":\"CHORARIA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13061\",\"Salutation\":\"1\",\"EmailId\":\"rahulrk1305@gmail.com\",\"FirstName\":\"RITESH\",\"LastName\":\"CHORARIA\",\"CountryCode\":\"91\",\"MobileNo\":\"9891985015\"}}','2022-06-14 20:36:04');
INSERT INTO `tbl_temp_data` VALUES (264,'b8e4d-14006-8bab9-32ee6','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b8e4d-14006-8bab9-32ee6\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":25500,\"PublishedFareTxt\":\"25,500\",\"ApiResultIndex\":\"424-b8e4d-14006-8bab9-32ee6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":25500,\"PublishedFare\":25500,\"PublishedFareAgent\":25500,\"OfferedFareAgent\":25500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":20400,\"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\":25500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"0919731EFE1740969309966CB0C44E87\"}],\"flight_booking_id_Arr\":[\"43\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"rahulrk1305@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9891985015\",\"FirstName\":\"RITESH\",\"LastName\":\"CHORARIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13061\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-14 20:37:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"17\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_customer\":[[\"50\"]],\"SearchTraceId\":\"b8e4d-14006-8bab9-32ee6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"28\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-28\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"b8e4d-14006-8bab9-32ee6\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-14 20:36:45\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b8e4d-14006-8bab9-32ee6\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"b8e4d-14006-8bab9-32ee6\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-14 20:36:45\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b8e4d-14006-8bab9-32ee6\\\",\\\"apiTraceId\\\":\\\"424_5763\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":25500,\\\"PublishedFareTxt\\\":\\\"25,500\\\",\\\"ApiResultIndex\\\":\\\"424-b8e4d-14006-8bab9-32ee6\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":25500,\\\"PublishedFare\\\":25500,\\\"PublishedFareAgent\\\":25500,\\\"OfferedFareAgent\\\":25500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5763\\\",\\\"ApiResultIndex\\\":\\\"424_5763\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":20400,\\\"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\\\":25500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":20400,\\\"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\\\":25500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"I9UPFP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"0919731EFE1740969309966CB0C44E87\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9891985015\",\"leadEmail\":\"rahulrk1305@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"17\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RITESH\",\"passenger-lastname-1\":\"CHORARIA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13061\",\"Salutation\":\"1\",\"EmailId\":\"rahulrk1305@gmail.com\",\"FirstName\":\"RITESH\",\"LastName\":\"CHORARIA\",\"CountryCode\":\"91\",\"MobileNo\":\"9891985015\"},\"_sessiondata\":{\"EmailId\":\"rahulrk1305@gmail.com\",\"UserSysId\":\"14517\",\"CustomerSysId\":\"207517\",\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password_cu\":\"\",\"AgencyName\":\"TRIP WITH US\",\"AgencyCode\":\"11147\",\"ContactNo1\":\"9891985015\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BE6AFE76-E4B9-496B-A8E2-D6F5779A7494\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-14 20:37:45'),(266,'bc849-4a451-55652-50105','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bc849-4a451-55652-50105\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5500,\"PublishedFareTxt\":\"5,500\",\"ApiResultIndex\":\"424-bc849-4a451-55652-50105\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5500,\"PublishedFare\":5500,\"PublishedFareAgent\":5500,\"OfferedFareAgent\":5500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"424_5763\",\"SearchTraceId\":\"bc849-4a451-55652-50105\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"28\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-28\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"bc849-4a451-55652-50105\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-14 20:40:53\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-14 20:41:14'),(271,'ec90b-6a840-43b6f-75889','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ec90b-6a840-43b6f-75889\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-ec90b-6a840-43b6f-75889\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F3B8C2FF5A2F47A7837A296CBAD3958B\"}],\"flight_booking_id_Arr\":[\"44\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"rahulrk1305@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9891985015\",\"FirstName\":\"RITESH\",\"LastName\":\"CHORARIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13061\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-14 20:42:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"17\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_customer\":[[\"51\"]],\"SearchTraceId\":\"ec90b-6a840-43b6f-75889\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"28\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-28\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"ec90b-6a840-43b6f-75889\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-14 20:42:28\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ec90b-6a840-43b6f-75889\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"ec90b-6a840-43b6f-75889\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-14 20:42:28\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ec90b-6a840-43b6f-75889\\\",\\\"apiTraceId\\\":\\\"424_5763\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"424-ec90b-6a840-43b6f-75889\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5763\\\",\\\"ApiResultIndex\\\":\\\"424_5763\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"I9UPFP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"F3B8C2FF5A2F47A7837A296CBAD3958B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9891985015\",\"leadEmail\":\"rahulrk1305@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"17\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RITESH\",\"passenger-lastname-1\":\"CHORARIA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13061\",\"Salutation\":\"1\",\"EmailId\":\"rahulrk1305@gmail.com\",\"FirstName\":\"RITESH\",\"LastName\":\"CHORARIA\",\"CountryCode\":\"91\",\"MobileNo\":\"9891985015\"},\"_sessiondata\":{\"EmailId\":\"rahulrk1305@gmail.com\",\"UserSysId\":\"14517\",\"CustomerSysId\":\"207517\",\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password_cu\":\"\",\"AgencyName\":\"TRIP WITH US\",\"AgencyCode\":\"11147\",\"ContactNo1\":\"9891985015\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BE6AFE76-E4B9-496B-A8E2-D6F5779A7494\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-14 20:42:53'),(274,'29','{\"_sessiondata\":{\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14518\",\"CustomerSysId\":\"207518\",\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"ATTAR\",\"Password_cu\":\"\",\"AgencyName\":\"ATTAR TRAVELS\",\"AgencyCode\":\"11148\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AA482171-B03C-4D4F-938E-34B89AB64679\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/edb13-94bbb-79ae7-bf091\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"11\",\"CreditDate\":\"14\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/edb13-94bbb-79ae7-bf091\"}','2022-06-14 20:44:14'),(275,'edb13-94bbb-79ae7-bf091','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"edb13-94bbb-79ae7-bf091\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-edb13-94bbb-79ae7-bf091\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"10\",\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"424_5763\",\"SearchTraceId\":\"edb13-94bbb-79ae7-bf091\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"edb13-94bbb-79ae7-bf091\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-14 20:43:57\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-14 20:44:32'),(281,'1654d-b0d2e-e2d82-25742','{\"FlightBookingData\":[{\"bookingId\":\"DMC108935907170\",\"bookingId_TJ\":\"TJ108935907170\",\"FlightNumber\":\"G8-101\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1654d-b0d2e-e2d82-25742\",\"apiTraceId\":\"1-6265327894_0DELCCUG8101_12325252955413\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"07:50\",\"TravelDate\":\"2022-06-20T05:35\",\"LocalFromTime\":\"2022-06-20 05:35\",\"FromUTCTime\":\"2022-06-20T05:35\",\"LocalToTime\":\"2022-06-20 07:50\",\"ToUTCTime\":\"2022-06-20T07:50\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,456\",\"ApiResultIndex\":\"1-6265327894_0DELCCUG8101_12325252955413\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4734,\"Tax\":939.7,\"YQTax\":0,\"OtherCharges\":672,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":250,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5673.7,\"PublishedFare\":5456.35,\"PublishedFareAgent\":5456.35,\"OfferedFareAgent\":5456.35,\"OfferedFare\":5397.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-6265327894_0DELCCUG8101_10988088295920\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":276.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5456.35,\"CostToAgent\":5456.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":939.7,\"TotalBaseFare\":5673.7,\"BaseFareCal\":5406.35,\"BaseFare\":4734,\"CommissionEarned\":276.35,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":250,\"MFT\":2.7,\"OT\":672,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":276.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5456.35,\"CostToAgent\":5456.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":276.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":5456.35,\"CostToCustomer\":5456.35,\"BaseFareCal\":5406.35,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":5406.35,\"intOfferedFare\":5397.35,\"intPublishFare\":5673.7,\"TripjackMarkup\":0,\"TripjackCommission\":276.35,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":276.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5456.35,\"CostToAgent\":5456.35,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"384\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-06-20T07:50\",\"SegFlightNumber\":\"G8-101\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-20T05:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:50\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"384\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"384\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate 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\":\"1-6265327894_0DELCCUG8101_12325252955413\",\"FareRuleData\":{\"fareRule\":{\"DEL-CCU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":5,\"CRF\":50,\"CRFT\":9,\"ARF\":100}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"45\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"TEST\",\"LastName\":\"TEST\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13062\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 11:37:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"18\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"18\",\"CustomerMemSysId\":[\"18\"],\"flight_booking_customer\":[[\"52\"]],\"SearchTraceId\":\"1654d-b0d2e-e2d82-25742\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"20\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1654d-b0d2e-e2d82-25742\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 11:36:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1654d-b0d2e-e2d82-25742\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-20\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1654d-b0d2e-e2d82-25742\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"20 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-15 11:36:23\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103335906989\\\",\\\"bookingId_TJ\\\":\\\"TJ103335906989\\\",\\\"FlightNumber\\\":\\\"G8-101\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"1654d-b0d2e-e2d82-25742\\\",\\\"apiTraceId\\\":\\\"1-6265327894_0DELCCUG8101_19132513216861\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"05:35\\\",\\\"ArrivalTime\\\":\\\"07:50\\\",\\\"TravelDate\\\":\\\"2022-06-20T05:35\\\",\\\"LocalFromTime\\\":\\\"2022-06-20 05:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-20T05:35\\\",\\\"LocalToTime\\\":\\\"2022-06-20 07:50\\\",\\\"ToUTCTime\\\":\\\"2022-06-20T07:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Mon, 20 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 20 Jun\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,456\\\",\\\"ApiResultIndex\\\":\\\"1-6265327894_0DELCCUG8101_19132513216861\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4734,\\\"Tax\\\":939.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":672,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":250,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5673.7,\\\"PublishedFare\\\":5456.35,\\\"PublishedFareAgent\\\":5456.35,\\\"OfferedFareAgent\\\":5456.35,\\\"OfferedFare\\\":5397.35,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-6265327894_0DELCCUG8101_12325252955413\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":276.35,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5456.35,\\\"CostToAgent\\\":5456.35,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":939.7,\\\"TotalBaseFare\\\":5673.7,\\\"BaseFareCal\\\":5406.35,\\\"BaseFare\\\":4734,\\\"CommissionEarned\\\":276.35,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":250,\\\"MFT\\\":2.7,\\\"OT\\\":672,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":276.35,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5456.35,\\\"CostToAgent\\\":5456.35,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":276.35,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":5456.35,\\\"CostToCustomer\\\":5456.35,\\\"BaseFareCal\\\":5406.35,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":5406.35,\\\"intOfferedFare\\\":5397.35,\\\"intPublishFare\\\":5673.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":276.35,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":276.35,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5456.35,\\\"CostToAgent\\\":5456.35,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"446\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-06-20T07:50\\\",\\\"SegFlightNumber\\\":\\\"G8-101\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"BC\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-20T05:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"05:35\\\",\\\"strArrivalDtTime\\\":\\\"07:50\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"446\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"446\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate 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\\\":\\\"1-6265327894_0DELCCUG8101_19132513216861\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-CCU\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":0,\\\"policyInfo\\\":\\\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ARFT\\\":5,\\\"ARF\\\":100,\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ACF\\\":100,\\\"CCF\\\":50,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":0,\\\"policyInfo\\\":\\\"Complimentary seats, excluding first 3 rows and emergency exit rows\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-19 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"446\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"TEST\",\"passenger-lastname-1\":\"TEST\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13062\",\"Salutation\":\"1\",\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"FirstName\":\"TEST\",\"LastName\":\"TEST\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14518\",\"CustomerSysId\":\"207518\",\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"ATTAR\",\"Password_cu\":\"\",\"AgencyName\":\"ATTAR TRAVELS\",\"AgencyCode\":\"11148\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AA482171-B03C-4D4F-938E-34B89AB64679\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"3\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"384\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-15 11:38:43'),(286,'af7ee-06f23-76e36-a9f4c','{\"FlightBookingData\":[{\"bookingId\":\"DMC101735908388\",\"bookingId_TJ\":\"TJ101735908388\",\"FlightNumber\":\"UK-741\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"af7ee-06f23-76e36-a9f4c\",\"apiTraceId\":\"21-10-15-2-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"12:50\",\"TravelDate\":\"2022-06-23T08:20\",\"LocalFromTime\":\"2022-06-23 08:20\",\"FromUTCTime\":\"2022-06-23T08:20\",\"LocalToTime\":\"2022-06-23 12:50\",\"ToUTCTime\":\"2022-06-23T12:50\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"Dibrugarh\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":270,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"05h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,346\",\"ApiResultIndex\":\"21-10-15-2-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6416,\"Tax\":487.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":6903.7,\"PublishedFare\":6345.93,\"PublishedFareAgent\":6345.93,\"OfferedFareAgent\":6345.93,\"OfferedFare\":6286.93,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6988396866_0DELDIBUK741DIBGAUUK741_175823733320974\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":616.77,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6345.93,\"CostToAgent\":6345.93,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":487.7,\"TotalBaseFare\":6903.7,\"BaseFareCal\":6295.93,\"BaseFare\":6416,\"CommissionEarned\":616.77,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":616.77,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6345.93,\"CostToAgent\":6345.93,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":616.77,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6345.93,\"CostToCustomer\":6345.93,\"BaseFareCal\":6295.93,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6295.93,\"intOfferedFare\":6286.93,\"intPublishFare\":6903.7,\"TripjackMarkup\":0,\"TripjackCommission\":616.77,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":616.77,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6345.93,\"CostToAgent\":6345.93,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"520\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Mohanbari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dibrugarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DIB\",\"destinationArrTime\":\"2022-06-23T11:05\",\"SegFlightNumber\":\"UK-741\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-23T08:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":35,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"11:05\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Dibrugarh\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"521\",\"originAirportName\":\"Mohanbari Arpt\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Dibrugarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-06-23T12:50\",\"SegFlightNumber\":\"UK-741\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DIB\",\"originDepTime\":\"2022-06-23T11:40\",\"TripIndicator\":2,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"12:50\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9,\"CRF\":50}}},\"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\":{\"CCFT\":9,\"ACF\":3675,\"ACFT\":183.75,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"46\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"18\",\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906729503\",\"FirstName\":\"Md\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13062\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 11:50:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"14\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"18\",\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906729503\",\"FirstName\":\"Md\",\"LastName\":\"Sabir\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13062\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 11:50:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"af7ee-06f23-76e36-a9f4c\",\"modified\":\"2022-06-15 11:50:54\",\"created\":\"2022-06-15 11:50:54\",\"CustomerMemberSysId\":\"14\"}],\"CustomerSysId\":\"18\",\"CustomerMemSysId\":[\"14\"],\"flight_booking_customer\":[[\"53\"]],\"SearchTraceId\":\"af7ee-06f23-76e36-a9f4c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Guwahati (GAU)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Guwahati (GAU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[11240],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"af7ee-06f23-76e36-a9f4c\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 11:48:36\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"af7ee-06f23-76e36-a9f4c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Guwahati (GAU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Guwahati (GAU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[11240],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"af7ee-06f23-76e36-a9f4c\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-15 11:48:36\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101735908388\\\",\\\"bookingId_TJ\\\":\\\"TJ101735908388\\\",\\\"FlightNumber\\\":\\\"UK-741\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"af7ee-06f23-76e36-a9f4c\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"08:20\\\",\\\"ArrivalTime\\\":\\\"12:50\\\",\\\"TravelDate\\\":\\\"2022-06-23T08:20\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 08:20\\\",\\\"FromUTCTime\\\":\\\"2022-06-23T08:20\\\",\\\"LocalToTime\\\":\\\"2022-06-23 12:50\\\",\\\"ToUTCTime\\\":\\\"2022-06-23T12:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"Dibrugarh\\\",\\\"GroundTime\\\":35,\\\"LAYOVERDuration\\\":\\\"0h 35m\\\",\\\"FlyingMinutes\\\":270,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FlightDuration\\\":\\\"05h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"11240\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"GAU\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,346\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6416,\\\"Tax\\\":487.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":390,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":80,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6903.7,\\\"PublishedFare\\\":6345.93,\\\"PublishedFareAgent\\\":6345.93,\\\"OfferedFareAgent\\\":6345.93,\\\"OfferedFare\\\":6286.93,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-6988396866_0DELDIBUK741DIBGAUUK741_175823733320974\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":616.77,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6345.93,\\\"CostToAgent\\\":6345.93,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":487.7,\\\"TotalBaseFare\\\":6903.7,\\\"BaseFareCal\\\":6295.93,\\\"BaseFare\\\":6416,\\\"CommissionEarned\\\":616.77,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":390,\\\"MU\\\":0,\\\"YR\\\":80,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":616.77,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6345.93,\\\"CostToAgent\\\":6345.93,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":616.77,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":6345.93,\\\"CostToCustomer\\\":6345.93,\\\"BaseFareCal\\\":6295.93,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":6295.93,\\\"intOfferedFare\\\":6286.93,\\\"intPublishFare\\\":6903.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":616.77,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":616.77,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6345.93,\\\"CostToAgent\\\":6345.93,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"520\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Mohanbari Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Dibrugarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DIB\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T11:05\\\",\\\"SegFlightNumber\\\":\\\"UK-741\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-23T08:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":165,\\\"GroundTime\\\":35,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:20\\\",\\\"strArrivalDtTime\\\":\\\"11:05\\\",\\\"FlightDuration\\\":\\\"2h 45m\\\",\\\"LAYOVERDuration\\\":\\\"0h 35m\\\",\\\"LAYOVERCity\\\":\\\"Dibrugarh\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"521\\\",\\\"originAirportName\\\":\\\"Mohanbari Arpt\\\",\\\"destinationAirportName\\\":\\\"Lokpriya Gopinath Bordoloi Intl Arpt\\\",\\\"originCityName\\\":\\\"Dibrugarh\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Guwahati\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"GAU\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T12:50\\\",\\\"SegFlightNumber\\\":\\\"UK-741\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"DIB\\\",\\\"originDepTime\\\":\\\"2022-06-23T11:40\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:40\\\",\\\"strArrivalDtTime\\\":\\\"12:50\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-6988396866_1DELDIBUK741DIBGAUUK741_1861822353104\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-GAU\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Only Statutory Taxes will be refunded\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3150,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference__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\\\":{\\\"ARF\\\":3150,\\\"ARFT\\\":157.5,\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":3675,\\\"ACFT\\\":183.75,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"GAU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"11240\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Md\",\"passenger-lastname-1\":\"Sabir\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14518\",\"CustomerSysId\":\"207518\",\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"ATTAR\",\"Password_cu\":\"\",\"AgencyName\":\"ATTAR TRAVELS\",\"AgencyCode\":\"11148\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AA482171-B03C-4D4F-938E-34B89AB64679\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"3\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-15 11:51:07'),(288,'fecd5-b6e64-2aafa-d166b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fecd5-b6e64-2aafa-d166b\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-fecd5-b6e64-2aafa-d166b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"10\",\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"424_5763\",\"SearchTraceId\":\"fecd5-b6e64-2aafa-d166b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"fecd5-b6e64-2aafa-d166b\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 11:53:20\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-15 11:53:35'),(294,'ec84a-fb125-a1e5b-f379e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ec84a-fb125-a1e5b-f379e\",\"apiTraceId\":\"426_5868\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-11\",\"LocalFromTime\":\"2022-07-11 18:55\",\"FromUTCTime\":\"2022-07-11 18:55\",\"LocalToTime\":\"2022-07-11 21:10:00\",\"ToUTCTime\":\"2022-07-11 21:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 15 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"426-ec84a-fb125-a1e5b-f379e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"426_5868\",\"ApiResultIndex\":\"426_5868\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"02L\"},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2 hours 15 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-11T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-11T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"11\\/07\\/2022\",\"FromDateSort\":1657477800,\"DepartureDateTxt\":\"Mon, 11 Jul\",\"ArrivalDateTxt\":\"Mon, 11 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"UDQ3WW\",\"OnwardGroupPNRDummy\":\"UDQ3WW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"020\",\"bookingId\":\"1C5717FB2144420BBF40F4582707F6B3\"}],\"flight_booking_id_Arr\":[\"47\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13091\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"dineshjaswani2010@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7014874806\",\"FirstName\":\"Dnyanesh\",\"LastName\":\"Bangale\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13091\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 12:24:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13091\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"19\",\"EmailId\":\"dineshjaswani2010@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7014874806\",\"FirstName\":\"Smita\",\"LastName\":\"Bangale\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13091\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 12:24:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"15\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13091\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"19\",\"EmailId\":\"dineshjaswani2010@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7014874806\",\"FirstName\":\"Smita\",\"LastName\":\"Bangale\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13091\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 12:24:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ec84a-fb125-a1e5b-f379e\",\"modified\":\"2022-06-15 12:24:11\",\"created\":\"2022-06-15 12:24:11\",\"CustomerMemberSysId\":\"15\"}],\"CustomerSysId\":\"19\",\"CustomerMemSysId\":[\"19\",\"15\"],\"flight_booking_customer\":[[\"54\",\"55\"]],\"SearchTraceId\":\"ec84a-fb125-a1e5b-f379e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"11\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"11\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ec84a-fb125-a1e5b-f379e\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"11 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 12:23:16\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ec84a-fb125-a1e5b-f379e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"11\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"11\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"ec84a-fb125-a1e5b-f379e\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"11\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"11 Jul Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-15 12:23:16\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ec84a-fb125-a1e5b-f379e\\\",\\\"apiTraceId\\\":\\\"426_5868\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-07-11\\\",\\\"LocalFromTime\\\":\\\"2022-07-11 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-11 18:55\\\",\\\"LocalToTime\\\":\\\"2022-07-11 21:10:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-11 21:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 15 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8000,\\\"PublishedFareTxt\\\":\\\"8,000\\\",\\\"ApiResultIndex\\\":\\\"426-ec84a-fb125-a1e5b-f379e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8000,\\\"PublishedFare\\\":8000,\\\"PublishedFareAgent\\\":8000,\\\"OfferedFareAgent\\\":8000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"426_5868\\\",\\\"ApiResultIndex\\\":\\\"426_5868\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"02L\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG-8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"2 hours 15 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-11T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-11T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"11\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657477800,\\\"DepartureDateTxt\\\":\\\"Mon, 11 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 11 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"UDQ3WW\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"020\\\",\\\"bookingId\\\":\\\"1C5717FB2144420BBF40F4582707F6B3\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7014874806\",\"leadEmail\":\"dineshjaswani2010@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Dnyanesh\",\"passenger-lastname-1\":\"Bangale\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Ajmer\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"367\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"Smita\",\"passenger-lastname-2\":\"Bangale\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13091\",\"Salutation\":\"1\",\"EmailId\":\"dineshjaswani2010@gmail.com\",\"FirstName\":\"Dnyanesh\",\"LastName\":\"Bangale\",\"CountryCode\":\"91\",\"MobileNo\":\"7014874806\"},\"_sessiondata\":{\"EmailId\":\"dineshjaswani2010@gmail.com\",\"UserSysId\":\"14548\",\"CustomerSysId\":\"207657\",\"AgencySysId\":\"13091\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Dinesh\",\"LastName\":\"jaswani\",\"Password_cu\":\"\",\"AgencyName\":\"Rk Travel Agency Ajmer\",\"AgencyCode\":\"11177\",\"ContactNo1\":\"7014874806\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"39339F43-AAB7-4792-8C18-7ADD0412DE5A\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"UDQ3WW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Dnyanesh\",\"lN\":\"Bangale\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}},{\"pnrDetails\":{\"DEL-BOM\":\"UDQ3WW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Smita\",\"lN\":\"Bangale\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"1C5717FB2144420BBF40F4582707F6B3\"],\"status\":\"SUCCESS\"}}}','2022-06-15 12:24:25'),(296,'869a4-0f738-bd66f-7aa72','{\"FlightBookingData\":[{\"bookingId\":\"DMC104135921309\",\"bookingId_TJ\":\"TJ104135921309\",\"FlightNumber\":\"UK-720\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"869a4-0f738-bd66f-7aa72\",\"apiTraceId\":\"21-10-15-2-2060744558_0CCUDELUK720_13221825174145\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"09:35\",\"TravelDate\":\"2022-06-22T07:10\",\"LocalFromTime\":\"2022-06-22 07:10\",\"FromUTCTime\":\"2022-06-22T07:10\",\"LocalToTime\":\"2022-06-22 09:35\",\"ToUTCTime\":\"2022-06-22T09:35\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,732\",\"ApiResultIndex\":\"21-10-15-2-2060744558_0CCUDELUK720_13221825174145\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5736,\"Tax\":1382.7,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":293,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":7118.7,\"PublishedFare\":6732.43,\"PublishedFareAgent\":6732.43,\"OfferedFareAgent\":6732.43,\"OfferedFare\":6673.43,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2060744558_0CCUDELUK720_15416273707576\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":445.27,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6732.43,\"CostToAgent\":6732.43,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1382.7,\"TotalBaseFare\":7118.7,\"BaseFareCal\":6682.43,\"BaseFare\":5736,\"CommissionEarned\":445.27,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":293,\"MFT\":2.7,\"OT\":942,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":445.27,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6732.43,\"CostToAgent\":6732.43,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":445.27,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6732.43,\"CostToCustomer\":6732.43,\"BaseFareCal\":6682.43,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6682.43,\"intOfferedFare\":6673.43,\"intPublishFare\":7118.7,\"TripjackMarkup\":0,\"TripjackCommission\":445.27,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":445.27,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6732.43,\"CostToAgent\":6732.43,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"898\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T09:35\",\"SegFlightNumber\":\"UK-720\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-06-22T07:10\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"09:35\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2060744558_0CCUDELUK720_13221825174145\",\"FareRuleData\":{\"fareRule\":{\"CCU-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"ARF\":3150,\"CRF\":50,\"ARFT\":157.5,\"CRFT\":9}}},\"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,\"ACFT\":183.75,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"21-10-15-2-2060744558_0CCUDELUK720_13221825174145\",\"SearchTraceId\":\"869a4-0f738-bd66f-7aa72\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"869a4-0f738-bd66f-7aa72\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 14:03:50\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-15 14:04:35'),(298,'fe858-74801-0faf6-c4a88','{\"FlightBookingData\":[{\"bookingId\":\"DMC107935921670\",\"bookingId_TJ\":\"TJ107935921670\",\"FlightNumber\":\"6E-212\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"fe858-74801-0faf6-c4a88\",\"apiTraceId\":\"5-7483266261_6DELJAI6E212JAIGAU6E354_9846332067490\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"13:00\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2022-06-23T13:00\",\"LocalFromTime\":\"2022-06-23 13:00\",\"FromUTCTime\":\"2022-06-23T13:00\",\"LocalToTime\":\"2022-06-23 19:00\",\"ToUTCTime\":\"2022-06-23T19:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Jaipur\",\"GroundTime\":175,\"LAYOVERDuration\":\"2h 55m\",\"FlyingMinutes\":360,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"06h 00m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,564\",\"ApiResultIndex\":\"5-7483266261_6DELJAI6E212JAIGAU6E354_9846332067490\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7049,\"Tax\":506.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7555.7,\"PublishedFare\":7564.48,\"PublishedFareAgent\":7564.48,\"OfferedFareAgent\":7564.48,\"OfferedFare\":7505.48,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7483266261_0DELJAI6E212JAIGAU6E354_16030164184601\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":50.22,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7564.48,\"CostToAgent\":7564.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":506.7,\"TotalBaseFare\":7555.7,\"BaseFareCal\":7514.48,\"BaseFare\":7049,\"CommissionEarned\":50.22,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":489,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":50.22,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7564.48,\"CostToAgent\":7564.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":50.22,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":7564.48,\"CostToCustomer\":7564.48,\"BaseFareCal\":7514.48,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":7514.48,\"intOfferedFare\":7505.48,\"intPublishFare\":7555.7,\"TripjackMarkup\":0,\"TripjackCommission\":50.22,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":50.22,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7564.48,\"CostToAgent\":7564.48,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"94\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Sanganeer Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jaipur\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"JAI\",\"destinationArrTime\":\"2022-06-23T13:50\",\"SegFlightNumber\":\"6E-212\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-23T13:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":175,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:00\",\"strArrivalDtTime\":\"13:50\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":\"2h 55m\",\"LAYOVERCity\":\"Jaipur\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"95\",\"originAirportName\":\"Sanganeer Arpt\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Jaipur\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-06-23T19:00\",\"SegFlightNumber\":\"6E-354\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"JAI\",\"originDepTime\":\"2022-06-23T16:45\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"95\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"}],\"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-7483266261_6DELJAI6E212JAIGAU6E354_9846332067490\",\"FareRuleData\":{\"fareRule\":{\"DEL-GAU\":{\"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\":{\"ACF\":3500,\"ACFT\":175,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-7483266261_6DELJAI6E212JAIGAU6E354_9846332067490\",\"SearchTraceId\":\"fe858-74801-0faf6-c4a88\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Guwahati (GAU)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Guwahati (GAU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[11240],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"fe858-74801-0faf6-c4a88\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 14:07:38\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"94\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-06-15 14:08:43'),(300,'e02a4-55921-1b9b5-40d64','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e02a4-55921-1b9b5-40d64\",\"apiTraceId\":\"433_6174\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 11:35\",\"FromUTCTime\":\"2022-07-01 11:35\",\"LocalToTime\":\"2022-07-01 13:20:00\",\"ToUTCTime\":\"2022-07-01 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"433-e02a4-55921-1b9b5-40d64\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6174\",\"ApiResultIndex\":\"433_6174\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0ZA\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0YN\"}],\"apiTraceId\":\"433_6174\",\"SearchTraceId\":\"e02a4-55921-1b9b5-40d64\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"20\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"01\\/07\\/2022\",\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e02a4-55921-1b9b5-40d64\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"20\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\",\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 16:18:52\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-15 16:19:15'),(306,'88ebc-dd733-b97dd-20e27','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"88ebc-dd733-b97dd-20e27\",\"apiTraceId\":\"425_5797\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-16\",\"LocalFromTime\":\"2022-06-16 06:35\",\"FromUTCTime\":\"2022-06-16 06:35\",\"LocalToTime\":\"2022-06-16 08:35:00\",\"ToUTCTime\":\"2022-06-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-88ebc-dd733-b97dd-20e27\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5797\",\"ApiResultIndex\":\"425_5797\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"02L\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/06\\/2022\",\"FromDateSort\":1655317800,\"DepartureDateTxt\":\"Thu, 16 Jun\",\"ArrivalDateTxt\":\"Thu, 16 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"B837GF\",\"OnwardGroupPNRDummy\":\"B837GF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"020\",\"bookingId\":\"934BE52F119C471999FC3489198FE018\"}],\"flight_booking_id_Arr\":[\"48\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13117\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"bookings.letsfly@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9883230367\",\"FirstName\":\"VISHAL PRASAD\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13117\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 17:10:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"20\"],\"flight_booking_customer\":[[\"56\"]],\"SearchTraceId\":\"88ebc-dd733-b97dd-20e27\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"16\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"16\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"88ebc-dd733-b97dd-20e27\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"16 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 17:10:18\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"88ebc-dd733-b97dd-20e27\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"16\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"16\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"88ebc-dd733-b97dd-20e27\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"16\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"16 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-15 17:10:18\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"88ebc-dd733-b97dd-20e27\\\",\\\"apiTraceId\\\":\\\"425_5797\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-16\\\",\\\"LocalFromTime\\\":\\\"2022-06-16 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-16 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-16 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-16 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-88ebc-dd733-b97dd-20e27\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5797\\\",\\\"ApiResultIndex\\\":\\\"425_5797\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"02L\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-16T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-16T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"16\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655317800,\\\"DepartureDateTxt\\\":\\\"Thu, 16 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 16 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"B837GF\\\",\\\"OnwardGroupPNRDummy\\\":\\\"B837GF\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"020\\\",\\\"bookingId\\\":\\\"934BE52F119C471999FC3489198FE018\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9883230367\",\"leadEmail\":\"bookings.letsfly@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VISHAL PRASAD\",\"passenger-lastname-1\":\"GUPTA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Howrah\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12370\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13117\",\"Salutation\":\"1\",\"EmailId\":\"bookings.letsfly@gmail.com\",\"FirstName\":\"VISHAL PRASAD\",\"LastName\":\"GUPTA\",\"CountryCode\":\"91\",\"MobileNo\":\"9883230367\"},\"_sessiondata\":{\"EmailId\":\"bookings.letsfly@gmail.com\",\"UserSysId\":\"14582\",\"CustomerSysId\":\"207778\",\"AgencySysId\":\"13117\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shreyans\",\"LastName\":\"Baid\",\"Password_cu\":\"\",\"AgencyName\":\"LETS FLY\",\"AgencyCode\":\"11120\",\"ContactNo1\":\"9883230367\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"1D359815-F5F0-441D-BEDE-BBFF4F0AF6A0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"B837GF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"VISHAL PRASAD\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"934BE52F119C471999FC3489198FE018\"],\"status\":\"SUCCESS\"}}}','2022-06-15 17:12:37'),(309,'5af84-1485f-910df-42000','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5af84-1485f-910df-42000\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-5af84-1485f-910df-42000\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"10\",\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00G\",\"bookingId\":\"4CF29B07EFC446B8B2E429D0E75A294D\"}],\"flight_booking_id_Arr\":[\"49\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831086208\",\"FirstName\":\"md\",\"LastName\":\"kalam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-15 18:25:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"21\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"21\",\"CustomerMemSysId\":[\"21\"],\"flight_booking_customer\":[[\"57\"]],\"SearchTraceId\":\"5af84-1485f-910df-42000\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"26\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"5af84-1485f-910df-42000\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 18:17:13\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5af84-1485f-910df-42000\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"5af84-1485f-910df-42000\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-15 18:17:13\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"5af84-1485f-910df-42000\\\",\\\"apiTraceId\\\":\\\"424_5761\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-26\\\",\\\"LocalFromTime\\\":\\\"2022-06-26 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-26 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-26 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-26 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":5000,\\\"PublishedFareTxt\\\":\\\"5,000\\\",\\\"ApiResultIndex\\\":\\\"424-5af84-1485f-910df-42000\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5000,\\\"PublishedFare\\\":5000,\\\"PublishedFareAgent\\\":5000,\\\"OfferedFareAgent\\\":5000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5761\\\",\\\"ApiResultIndex\\\":\\\"424_5761\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4500,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"10\\\",\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-26T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-26T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"26\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656181800,\\\"DepartureDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MGC69K\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00G\\\",\\\"bookingId\\\":\\\"4CF29B07EFC446B8B2E429D0E75A294D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831086208\",\"leadEmail\":\"bengaltravelservice1@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"md\",\"passenger-lastname-1\":\"kalam\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13069\",\"Salutation\":\"1\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"FirstName\":\"md\",\"LastName\":\"kalam\",\"CountryCode\":\"91\",\"MobileNo\":\"9831086208\"}}','2022-06-15 18:25:22'),(312,'4d8ab-8cd1a-58dae-55861','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4d8ab-8cd1a-58dae-55861\",\"apiTraceId\":\"425_5797\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-16\",\"LocalFromTime\":\"2022-06-16 06:35\",\"FromUTCTime\":\"2022-06-16 06:35\",\"LocalToTime\":\"2022-06-16 08:35:00\",\"ToUTCTime\":\"2022-06-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-4d8ab-8cd1a-58dae-55861\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5797\",\"ApiResultIndex\":\"425_5797\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/06\\/2022\",\"FromDateSort\":1655317800,\"DepartureDateTxt\":\"Thu, 16 Jun\",\"ArrivalDateTxt\":\"Thu, 16 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5797\",\"SearchTraceId\":\"4d8ab-8cd1a-58dae-55861\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"16\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"16\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4d8ab-8cd1a-58dae-55861\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"16 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-15 20:40:27\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-15 20:43:35'),(314,'eaf2e-abd7d-f4cd8-43118','{\"FlightBookingData\":[{\"bookingId\":\"DMC100735963787\",\"bookingId_TJ\":\"TJ100735963787\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"eaf2e-abd7d-f4cd8-43118\",\"apiTraceId\":\"18-7054477437_0IXJSXRSG8494_53224896713573\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2022-06-17T17:25\",\"LocalFromTime\":\"2022-06-17 17:25\",\"FromUTCTime\":\"2022-06-17T17:25\",\"LocalToTime\":\"2022-06-17 18:30\",\"ToUTCTime\":\"2022-06-17T18:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Fri, 17 Jun\",\"ArrivalDateTxt\":\"Fri, 17 Jun\",\"FlightDuration\":\"01h 05m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,851\",\"ApiResultIndex\":\"18-7054477437_0IXJSXRSG8494_53224896713573\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":385.7,\"YQTax\":0,\"OtherCharges\":368,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3685.7,\"PublishedFare\":3850.8999999999996,\"PublishedFareAgent\":3850.8999999999996,\"OfferedFareAgent\":3850.8999999999996,\"OfferedFare\":3685.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-7054477437_0IXJSXRSG8494_58641344249607\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3850.8999999999996,\"CostToAgent\":3850.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":385.7,\"TotalBaseFare\":3685.7,\"BaseFareCal\":3710.8999999999996,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":368,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3850.8999999999996,\"CostToAgent\":3850.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3850.8999999999996,\"CostToCustomer\":3850.8999999999996,\"BaseFareCal\":3710.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3710.8999999999996,\"intOfferedFare\":3685.7,\"intPublishFare\":3685.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3850.8999999999996,\"CostToAgent\":3850.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"783\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-17T18:30\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-06-17T17:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T1\",\"ArrTerminal\":\"T2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":\"15:00\",\"strTraceId\":\"18-7054477437_0IXJSXRSG8494_53224896713573\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"18-7054477437_0IXJSXRSG8494_53224896713573\",\"SearchTraceId\":\"eaf2e-abd7d-f4cd8-43118\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"17\\/06\\/2022\",\"\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"eaf2e-abd7d-f4cd8-43118\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXJ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 00:34:42\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-16 00:34:57'),(316,'159c3-cb406-da074-a891c','{\"FlightBookingData\":[{\"bookingId\":\"DMC102135973112\",\"bookingId_TJ\":\"TJ102135973112\",\"FlightNumber\":\"G8-258\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"159c3-cb406-da074-a891c\",\"apiTraceId\":\"11-4225075291_6DELSXRG8258_6932200519830\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:00\",\"TravelDate\":\"2022-06-18T16:30\",\"LocalFromTime\":\"2022-06-18 16:30\",\"FromUTCTime\":\"2022-06-18T16:30\",\"LocalToTime\":\"2022-06-18 18:00\",\"ToUTCTime\":\"2022-06-18T18:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,933\",\"ApiResultIndex\":\"11-4225075291_6DELSXRG8258_6932200519830\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":3932.8999999999996,\"PublishedFareAgent\":3932.8999999999996,\"OfferedFareAgent\":3932.8999999999996,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4225075291_0DELSXRG8258_11974629937751\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":7,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3932.8999999999996,\"CostToAgent\":3932.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3792.8999999999996,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3932.8999999999996,\"CostToAgent\":3932.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3932.8999999999996,\"CostToCustomer\":3932.8999999999996,\"BaseFareCal\":3792.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3792.8999999999996,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3932.8999999999996,\"CostToAgent\":3932.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"320\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-18T18:00\",\"SegFlightNumber\":\"G8-258\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-18T16:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4225075291_6DELSXRG8258_6932200519830\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-4225075291_6DELSXRG8258_6932200519830\",\"SearchTraceId\":\"159c3-cb406-da074-a891c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"18\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"159c3-cb406-da074-a891c\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 10:19:05\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-16 10:19:43'),(323,'87090-5e33b-bc6bd-ea362','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"87090-5e33b-bc6bd-ea362\",\"apiTraceId\":\"438_6293\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 09:25\",\"FromUTCTime\":\"2022-07-01 09:25\",\"LocalToTime\":\"2022-07-01 10:55:00\",\"ToUTCTime\":\"2022-07-01 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"438-87090-5e33b-bc6bd-ea362\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6293\",\"ApiResultIndex\":\"438_6293\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1694.915254237288,\"ExtraMarkupOnGST\":305.0847457627119}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06L\",\"showintax\":0,\"ExtraMarkup\":1694.915254237288,\"ExtraMarkupOnGST\":305.0847457627119},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"07H\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"N5JDRB\",\"OnwardGroupPNRDummy\":\"N5JDRB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"060\",\"bookingId\":\"CBA7B617C7E64DB69D19A0A003A63347\"}],\"flight_booking_id_Arr\":[\"50\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9796505659\",\"FirstName\":\"asif\",\"LastName\":\"iqbal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13129\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-16 12:47:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"22\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"22\"],\"flight_booking_customer\":[[\"58\"]],\"SearchTraceId\":\"87090-5e33b-bc6bd-ea362\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"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\":[\"\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"01\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"87090-5e33b-bc6bd-ea362\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 12:43:47\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"87090-5e33b-bc6bd-ea362\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"87090-5e33b-bc6bd-ea362\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"01 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-16 12:43:47\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"87090-5e33b-bc6bd-ea362\\\",\\\"apiTraceId\\\":\\\"438_6293\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-07-01\\\",\\\"LocalFromTime\\\":\\\"2022-07-01 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-07-01 09:25\\\",\\\"LocalToTime\\\":\\\"2022-07-01 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-01 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4700,\\\"PublishedFareTxt\\\":\\\"4,700\\\",\\\"ApiResultIndex\\\":\\\"438-87090-5e33b-bc6bd-ea362\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4700,\\\"PublishedFare\\\":4700,\\\"PublishedFareAgent\\\":4700,\\\"OfferedFareAgent\\\":4700,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6293\\\",\\\"ApiResultIndex\\\":\\\"438_6293\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4500,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"06L\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-01T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-01T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"$$hashKey\\\":\\\"07H\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656613800,\\\"DepartureDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"N5JDRB\\\",\\\"OnwardGroupPNRDummy\\\":\\\"N5JDRB\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"060\\\",\\\"bookingId\\\":\\\"CBA7B617C7E64DB69D19A0A003A63347\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9796505659\",\"leadEmail\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"asif\",\"passenger-lastname-1\":\"iqbal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13129\",\"Salutation\":\"1\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"FirstName\":\"asif\",\"LastName\":\"iqbal\",\"CountryCode\":\"91\",\"MobileNo\":\"9796505659\"},\"_sessiondata\":{\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14594\",\"CustomerSysId\":\"207869\",\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Mudasir\",\"LastName\":\"Mir\",\"Password_cu\":\"\",\"AgencyName\":\"Best buy travels\",\"AgencyCode\":\"11132\",\"ContactNo1\":\"9796505659\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"55AFA3A1-72F7-4764-8BAB-E451FC8EE368\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"N5JDRB\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"asif\",\"lN\":\"iqbal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CBA7B617C7E64DB69D19A0A003A63347\"],\"status\":\"SUCCESS\"}}}','2022-06-16 12:48:54'),(329,'ace0a-5a192-dbbc5-76112','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ace0a-5a192-dbbc5-76112\",\"apiTraceId\":\"425_5804\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 06:35\",\"FromUTCTime\":\"2022-06-23 06:35\",\"LocalToTime\":\"2022-06-23 08:35:00\",\"ToUTCTime\":\"2022-06-23 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-ace0a-5a192-dbbc5-76112\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5804\",\"ApiResultIndex\":\"425_5804\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z91L6F\",\"OnwardGroupPNRDummy\":\"Z91L6F\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"37D9247E5618433B88A16B7B855C303E\"}],\"flight_booking_id_Arr\":[\"51\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"MUNNA\",\"LastName\":\"JAMADAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-16 15:32:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"23\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"23\"],\"flight_booking_customer\":[[\"59\"]],\"SearchTraceId\":\"ace0a-5a192-dbbc5-76112\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\"],\"departure_datesf\":[\"23\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-23\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"ace0a-5a192-dbbc5-76112\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 15:31:46\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ace0a-5a192-dbbc5-76112\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-23\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"ace0a-5a192-dbbc5-76112\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-16 15:31:46\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ace0a-5a192-dbbc5-76112\\\",\\\"apiTraceId\\\":\\\"425_5804\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-23 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-ace0a-5a192-dbbc5-76112\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5804\\\",\\\"ApiResultIndex\\\":\\\"425_5804\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"Z91L6F\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Z91L6F\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"37D9247E5618433B88A16B7B855C303E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MUNNA\",\"passenger-lastname-1\":\"JAMADAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13063\",\"Salutation\":\"1\",\"EmailId\":\"tufailmondal@gmail.com\",\"FirstName\":\"MUNNA\",\"LastName\":\"JAMADAR\",\"CountryCode\":\"91\",\"MobileNo\":\"8013234644\"},\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"Z91L6F\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUNNA\",\"lN\":\"JAMADAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"37D9247E5618433B88A16B7B855C303E\"],\"status\":\"SUCCESS\"}}}','2022-06-16 15:34:22'),(337,'f8246-cff5a-96e89-65f0f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f8246-cff5a-96e89-65f0f\",\"apiTraceId\":\"430_6032\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-17\",\"LocalFromTime\":\"2022-06-17 16:00\",\"FromUTCTime\":\"2022-06-17 16:00\",\"LocalToTime\":\"2022-06-17 18:20:00\",\"ToUTCTime\":\"2022-06-17 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6400,\"PublishedFareTxt\":\"6,400\",\"ApiResultIndex\":\"430-f8246-cff5a-96e89-65f0f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5400,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6400,\"PublishedFare\":6400,\"PublishedFareAgent\":6400,\"OfferedFareAgent\":6400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6032\",\"ApiResultIndex\":\"430_6032\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5400,\"BaseFare\":5400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-17T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-17T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"17\\/06\\/2022\",\"FromDateSort\":1655404200,\"DepartureDateTxt\":\"Fri, 17 Jun\",\"ArrivalDateTxt\":\"Fri, 17 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"FYC19M\",\"OnwardGroupPNRDummy\":\"FYC19M\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A5757B1FE54F42A298845D26C0372E54\"}],\"flight_booking_id_Arr\":[\"52\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13169\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"VATANTOURISM@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9987990770\",\"FirstName\":\"NISHTHA\",\"LastName\":\"MIRCHANDANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13169\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-16 16:04:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"24\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13169\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"24\",\"EmailId\":\"VATANTOURISM@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9987990770\",\"FirstName\":\"REHANSH\",\"LastName\":\"MIRCHANDANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13169\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-16 16:04:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"16\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13169\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"24\",\"EmailId\":\"VATANTOURISM@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9987990770\",\"FirstName\":\"REHANSH\",\"LastName\":\"MIRCHANDANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13169\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-16 16:04:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"f8246-cff5a-96e89-65f0f\",\"modified\":\"2022-06-16 16:04:06\",\"created\":\"2022-06-16 16:04:06\",\"CustomerMemberSysId\":\"16\"}],\"CustomerSysId\":\"24\",\"CustomerMemSysId\":[\"24\",\"16\"],\"flight_booking_customer\":[[\"60\",\"61\"]],\"SearchTraceId\":\"f8246-cff5a-96e89-65f0f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/06\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"17\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f8246-cff5a-96e89-65f0f\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 16:00:25\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f8246-cff5a-96e89-65f0f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"17\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"17\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f8246-cff5a-96e89-65f0f\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"17\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"17 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-16 16:00:25\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"f8246-cff5a-96e89-65f0f\\\",\\\"apiTraceId\\\":\\\"430_6032\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-06-17\\\",\\\"LocalFromTime\\\":\\\"2022-06-17 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-17 16:00\\\",\\\"LocalToTime\\\":\\\"2022-06-17 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-17 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6400,\\\"PublishedFareTxt\\\":\\\"6,400\\\",\\\"ApiResultIndex\\\":\\\"430-f8246-cff5a-96e89-65f0f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5400,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6400,\\\"PublishedFare\\\":6400,\\\"PublishedFareAgent\\\":6400,\\\"OfferedFareAgent\\\":6400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6032\\\",\\\"ApiResultIndex\\\":\\\"430_6032\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":6400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5400,\\\"BaseFare\\\":5400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":6400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"033\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-17T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-17T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"17\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655404200,\\\"DepartureDateTxt\\\":\\\"Fri, 17 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 17 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"FYC19M\\\",\\\"OnwardGroupPNRDummy\\\":\\\"FYC19M\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"A5757B1FE54F42A298845D26C0372E54\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9987990770\",\"leadEmail\":\"VATANTOURISM@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"NISHTHA\",\"passenger-lastname-1\":\"MIRCHANDANI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Mumbai\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"18676\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"REHANSH\",\"passenger-lastname-2\":\"MIRCHANDANI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13169\",\"Salutation\":\"2\",\"EmailId\":\"VATANTOURISM@GMAIL.COM\",\"FirstName\":\"NISHTHA\",\"LastName\":\"MIRCHANDANI\",\"CountryCode\":\"91\",\"MobileNo\":\"9987990770\"},\"_sessiondata\":{\"EmailId\":\"VATANTOURISM@GMAIL.COM\",\"UserSysId\":\"14633\",\"CustomerSysId\":\"207978\",\"AgencySysId\":\"13169\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ISMAIL\",\"LastName\":\"HALAI\",\"Password_cu\":\"\",\"AgencyName\":\"VATAN TOURISM HIND\",\"AgencyCode\":\"122111.2211613597256E30\",\"ContactNo1\":\"9987990770\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"983F2ADC-AFFF-4B53-9049-3163CB6F7112\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"FYC19M\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"NISHTHA\",\"lN\":\"MIRCHANDANI\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"BOM-DEL\":\"FYC19M\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"REHANSH\",\"lN\":\"MIRCHANDANI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A5757B1FE54F42A298845D26C0372E54\"],\"status\":\"SUCCESS\"}}}','2022-06-16 16:07:00'),(339,'500d1-7c9af-e057f-18f8e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"500d1-7c9af-e057f-18f8e\",\"apiTraceId\":\"425_5799\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-18\",\"LocalFromTime\":\"2022-06-18 06:35\",\"FromUTCTime\":\"2022-06-18 06:35\",\"LocalToTime\":\"2022-06-18 08:35:00\",\"ToUTCTime\":\"2022-06-18 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-500d1-7c9af-e057f-18f8e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5799\",\"ApiResultIndex\":\"425_5799\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-18T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-18T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/06\\/2022\",\"FromDateSort\":1655490600,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"J5UG3L\",\"OnwardGroupPNRDummy\":\"J5UG3L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5799\",\"SearchTraceId\":\"500d1-7c9af-e057f-18f8e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"18\\/06\\/2022\"],\"departure_datesf\":[\"18\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-18\",\"strDepatureDate\":[\"18\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"500d1-7c9af-e057f-18f8e\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 17:33:42\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-16 17:33:53'),(341,'f5b81-01e96-a8a47-a4d88','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f5b81-01e96-a8a47-a4d88\",\"apiTraceId\":\"425_5802\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 06:35\",\"FromUTCTime\":\"2022-06-21 06:35\",\"LocalToTime\":\"2022-06-21 08:35:00\",\"ToUTCTime\":\"2022-06-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-f5b81-01e96-a8a47-a4d88\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5802\",\"ApiResultIndex\":\"425_5802\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MHT9NH\",\"OnwardGroupPNRDummy\":\"MHT9NH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5802\",\"SearchTraceId\":\"f5b81-01e96-a8a47-a4d88\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f5b81-01e96-a8a47-a4d88\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 18:36:14\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-16 18:39:42'),(346,'f8663-144b9-45ff4-4f920','{\"FlightBookingData\":[{\"bookingId\":\"DMC109636009083\",\"bookingId_TJ\":\"TJ109636009083\",\"FlightNumber\":\"UK-738\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f8663-144b9-45ff4-4f920\",\"apiTraceId\":\"21-10-15-2-4103136974_1CCUDELUK738_42091463610443\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"18:45\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-21T18:45\",\"LocalFromTime\":\"2022-06-21 18:45\",\"FromUTCTime\":\"2022-06-21T18:45\",\"LocalToTime\":\"2022-06-21 21:10\",\"ToUTCTime\":\"2022-06-21T21:10\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,374\",\"ApiResultIndex\":\"21-10-15-2-4103136974_1CCUDELUK738_42091463610443\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5378,\"Tax\":1364.7,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":275,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6742.7,\"PublishedFare\":6373.77,\"PublishedFareAgent\":6373.77,\"OfferedFareAgent\":6373.77,\"OfferedFare\":6314.77,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4103136974_0CCUDELUK738_32084331554423\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.93,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6373.77,\"CostToAgent\":6373.77,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1364.7,\"TotalBaseFare\":6742.7,\"BaseFareCal\":6323.77,\"BaseFare\":5378,\"CommissionEarned\":427.93,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":275,\"MFT\":2.7,\"OT\":942,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.93,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6373.77,\"CostToAgent\":6373.77,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":427.93,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6373.77,\"CostToCustomer\":6373.77,\"BaseFareCal\":6323.77,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6323.77,\"intOfferedFare\":6314.77,\"intPublishFare\":6742.7,\"TripjackMarkup\":0,\"TripjackCommission\":427.93,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":427.93,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6373.77,\"CostToAgent\":6373.77,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"708\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-21T21:10\",\"SegFlightNumber\":\"UK-738\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-06-21T18:45\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:45\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4103136974_1CCUDELUK738_42091463610443\",\"FareRuleData\":{\"fareRule\":{\"CCU-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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,\"ARFT\":157.5,\"ARF\":3150,\"CRFT\":9}}},\"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,\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"53\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"Ajahar\",\"LastName\":\"Mollick\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-16 18:42:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"25\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"25\"],\"flight_booking_customer\":[[\"62\"]],\"SearchTraceId\":\"f8663-144b9-45ff4-4f920\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f8663-144b9-45ff4-4f920\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 18:41:24\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f8663-144b9-45ff4-4f920\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f8663-144b9-45ff4-4f920\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-16 18:41:24\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC109636009083\\\",\\\"bookingId_TJ\\\":\\\"TJ109636009083\\\",\\\"FlightNumber\\\":\\\"UK-738\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"f8663-144b9-45ff4-4f920\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-4103136974_1CCUDELUK738_42091463610443\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"18:45\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-06-21T18:45\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 18:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-21T18:45\\\",\\\"LocalToTime\\\":\\\"2022-06-21 21:10\\\",\\\"ToUTCTime\\\":\\\"2022-06-21T21:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,374\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-4103136974_1CCUDELUK738_42091463610443\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5378,\\\"Tax\\\":1364.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":942,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":275,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6742.7,\\\"PublishedFare\\\":6373.77,\\\"PublishedFareAgent\\\":6373.77,\\\"OfferedFareAgent\\\":6373.77,\\\"OfferedFare\\\":6314.77,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-4103136974_0CCUDELUK738_32084331554423\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":427.93,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6373.77,\\\"CostToAgent\\\":6373.77,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1364.7,\\\"TotalBaseFare\\\":6742.7,\\\"BaseFareCal\\\":6323.77,\\\"BaseFare\\\":5378,\\\"CommissionEarned\\\":427.93,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":275,\\\"MFT\\\":2.7,\\\"OT\\\":942,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":427.93,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6373.77,\\\"CostToAgent\\\":6373.77,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":427.93,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":6373.77,\\\"CostToCustomer\\\":6373.77,\\\"BaseFareCal\\\":6323.77,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":6323.77,\\\"intOfferedFare\\\":6314.77,\\\"intPublishFare\\\":6742.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":427.93,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":427.93,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6373.77,\\\"CostToAgent\\\":6373.77,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"708\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T21:10\\\",\\\"SegFlightNumber\\\":\\\"UK-738\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-06-21T18:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:45\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-4103136974_1CCUDELUK738_42091463610443\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-DEL\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Only Statutory Taxes will be refunded\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3150,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference__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,\\\"ARFT\\\":157.5,\\\"ARF\\\":3150,\\\"CRFT\\\":9}}},\\\"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,\\\"CCFT\\\":9,\\\"ACFT\\\":183.75,\\\"ACF\\\":3675}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Ajahar\",\"passenger-lastname-1\":\"Mollick\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13073\",\"Salutation\":\"1\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"FirstName\":\"Ajahar\",\"LastName\":\"Mollick\",\"CountryCode\":\"91\",\"MobileNo\":\"9875598950\"},\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"3\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-16 18:43:00'),(348,'cee7e-35eec-75ae1-33e6e','{\"FlightBookingData\":[{\"bookingId\":\"DMC102836014968\",\"bookingId_TJ\":\"TJ102836014968\",\"FlightNumber\":\"6E-609\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cee7e-35eec-75ae1-33e6e\",\"apiTraceId\":\"5-2671227823_0SXRBOM6E609BOMCCU6E6088_132419416038266\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:20\",\"ArrivalTime\":\"01:15\",\"TravelDate\":\"2022-06-29T18:20\",\"LocalFromTime\":\"2022-06-29 18:20\",\"FromUTCTime\":\"2022-06-29T18:20\",\"LocalToTime\":\"2022-06-30 01:15\",\"ToUTCTime\":\"2022-06-30T01:15\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":415,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FlightDuration\":\"07h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,426\",\"ApiResultIndex\":\"5-2671227823_0SXRBOM6E609BOMCCU6E6088_132419416038266\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9150,\"Tax\":1281.7,\"YQTax\":0,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":463,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10431.7,\"PublishedFare\":10425.51,\"PublishedFareAgent\":10425.51,\"OfferedFareAgent\":10425.51,\"OfferedFare\":10366.51,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2671227823_0SXRBOM6E609BOMCCU6E6088_46385024796573\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":65.19,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10425.51,\"CostToAgent\":10425.51,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1281.7,\"TotalBaseFare\":10431.7,\"BaseFareCal\":10375.51,\"BaseFare\":9150,\"CommissionEarned\":65.19,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":463,\"MFT\":2.7,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":65.19,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10425.51,\"CostToAgent\":10425.51,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":65.19,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":10425.51,\"CostToCustomer\":10425.51,\"BaseFareCal\":10375.51,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":10375.51,\"intOfferedFare\":10366.51,\"intPublishFare\":10431.7,\"TripjackMarkup\":0,\"TripjackCommission\":65.19,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":65.19,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10425.51,\"CostToAgent\":10425.51,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"694\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-29T20:50\",\"SegFlightNumber\":\"6E-609\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-29T18:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"20:50\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"695\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-06-30T01:15\",\"SegFlightNumber\":\"6E-6088\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-29T22:40\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:40\",\"strArrivalDtTime\":\"01:15\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"695\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"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-2671227823_0SXRBOM6E609BOMCCU6E6088_132419416038266\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-2671227823_0SXRBOM6E609BOMCCU6E6088_132419416038266\",\"SearchTraceId\":\"cee7e-35eec-75ae1-33e6e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cee7e-35eec-75ae1-33e6e\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"SXR\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 19:52:28\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"694\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-06-16 19:53:15'),(353,'87956-3d7cf-99256-8ff99','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"87956-3d7cf-99256-8ff99\",\"apiTraceId\":\"424_5757\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 18:35\",\"FromUTCTime\":\"2022-06-22 18:35\",\"LocalToTime\":\"2022-06-22 20:35:00\",\"ToUTCTime\":\"2022-06-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-87956-3d7cf-99256-8ff99\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5757\",\"ApiResultIndex\":\"424_5757\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"XEV6ST\",\"OnwardGroupPNRDummy\":\"XEV6ST\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B388B7167D1E4BA798FA734A57978713\"}],\"flight_booking_id_Arr\":[\"54\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ksubrata91@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7797636353\",\"FirstName\":\"Ghhhv\",\"LastName\":\"Ffjkk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13151\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-16 20:25:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"26\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"26\",\"CustomerMemSysId\":[\"26\"],\"flight_booking_customer\":[[\"63\"]],\"SearchTraceId\":\"87956-3d7cf-99256-8ff99\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\"],\"departure_datesf\":[\"22\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-22\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"87956-3d7cf-99256-8ff99\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 20:24:25\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"87956-3d7cf-99256-8ff99\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-22\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"87956-3d7cf-99256-8ff99\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-16 20:24:25\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"87956-3d7cf-99256-8ff99\\\",\\\"apiTraceId\\\":\\\"424_5757\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-22\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-22 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-22 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-22 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":5000,\\\"PublishedFareTxt\\\":\\\"5,000\\\",\\\"ApiResultIndex\\\":\\\"424-87956-3d7cf-99256-8ff99\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5000,\\\"PublishedFare\\\":5000,\\\"PublishedFareAgent\\\":5000,\\\"OfferedFareAgent\\\":5000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5757\\\",\\\"ApiResultIndex\\\":\\\"424_5757\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4500,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-22T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655836200,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"XEV6ST\\\",\\\"OnwardGroupPNRDummy\\\":\\\"XEV6ST\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"B388B7167D1E4BA798FA734A57978713\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7797636353\",\"leadEmail\":\"ksubrata91@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Ghhhv\",\"passenger-lastname-1\":\"Ffjkk\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13151\",\"Salutation\":\"1\",\"EmailId\":\"ksubrata91@gmail.com\",\"FirstName\":\"Ghhhv\",\"LastName\":\"Ffjkk\",\"CountryCode\":\"91\",\"MobileNo\":\"7797636353\"},\"_sessiondata\":{\"EmailId\":\"ksubrata91@gmail.com\",\"UserSysId\":\"14615\",\"CustomerSysId\":\"207897\",\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SUBRATA\",\"LastName\":\"KARMAKAR\",\"Password_cu\":\"\",\"AgencyName\":\"ONLINE DOT COM\",\"AgencyCode\":\"11153\",\"ContactNo1\":\"7797636353\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"017129F0-FC2C-4285-BE48-10B3B8AA1855\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-16 20:25:52'),(355,'cc344-e2098-0c05a-390e3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cc344-e2098-0c05a-390e3\",\"apiTraceId\":\"431_6079\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-18\",\"LocalFromTime\":\"2022-06-18 18:55\",\"FromUTCTime\":\"2022-06-18 18:55\",\"LocalToTime\":\"2022-06-18 22:05:00\",\"ToUTCTime\":\"2022-06-18 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-cc344-e2098-0c05a-390e3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6079\",\"ApiResultIndex\":\"431_6079\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0XJ\"},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-18T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-18T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/06\\/2022\",\"FromDateSort\":1655490600,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"YDBJSJ\",\"OnwardGroupPNRDummy\":\"YDBJSJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0WY\"}],\"apiTraceId\":\"431_6079\",\"SearchTraceId\":\"cc344-e2098-0c05a-390e3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"18\\/06\\/2022\",\"18\\/06\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"18\\/06\\/2022\",\"2022-06-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cc344-e2098-0c05a-390e3\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/06\\/2022\",\"18\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Jun Sat\",\"18 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-16 20:29:19\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-16 20:30:37'),(360,'79080-8debc-11416-0c0b1','{\"FlightBookingData\":[{\"bookingId\":\"DMC108936029207\",\"bookingId_TJ\":\"TJ108936029207\",\"FlightNumber\":\"G8-358\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"79080-8debc-11416-0c0b1\",\"apiTraceId\":\"11-3363200047_1SXRDELG8358_29316270121549\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:55\",\"TravelDate\":\"2022-06-19T08:55\",\"LocalFromTime\":\"2022-06-19 08:55\",\"FromUTCTime\":\"2022-06-19T08:55\",\"LocalToTime\":\"2022-06-19 10:55\",\"ToUTCTime\":\"2022-06-19T10:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,433\",\"ApiResultIndex\":\"11-3363200047_1SXRDELG8358_29316270121549\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5950,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6267.7,\"PublishedFare\":6432.9,\"PublishedFareAgent\":6432.9,\"OfferedFareAgent\":6432.9,\"OfferedFare\":6267.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3363200047_0SXRDELG8358_47689577258133\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":7,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6432.9,\"CostToAgent\":6432.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6267.7,\"BaseFareCal\":6292.9,\"BaseFare\":5950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6432.9,\"CostToAgent\":6432.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":6432.9,\"CostToCustomer\":6432.9,\"BaseFareCal\":6292.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":6292.9,\"intOfferedFare\":6267.7,\"intPublishFare\":6267.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6432.9,\"CostToAgent\":6432.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"Segments\":[{\"segmentid\":\"298\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-19T10:55\",\"SegFlightNumber\":\"G8-358\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-19T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:55\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3363200047_1SXRDELG8358_29316270121549\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"55\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 00:03:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"64\"]],\"SearchTraceId\":\"79080-8debc-11416-0c0b1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"19\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"79080-8debc-11416-0c0b1\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 00:02:07\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"79080-8debc-11416-0c0b1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-19\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"79080-8debc-11416-0c0b1\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"19 Jun Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 00:02:07\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC108936029207\\\",\\\"bookingId_TJ\\\":\\\"TJ108936029207\\\",\\\"FlightNumber\\\":\\\"G8-358\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"79080-8debc-11416-0c0b1\\\",\\\"apiTraceId\\\":\\\"11-3363200047_1SXRDELG8358_29316270121549\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"08:55\\\",\\\"ArrivalTime\\\":\\\"10:55\\\",\\\"TravelDate\\\":\\\"2022-06-19T08:55\\\",\\\"LocalFromTime\\\":\\\"2022-06-19 08:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-19T08:55\\\",\\\"LocalToTime\\\":\\\"2022-06-19 10:55\\\",\\\"ToUTCTime\\\":\\\"2022-06-19T10:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":120,\\\"DepartureDateTxt\\\":\\\"Sun, 19 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 19 Jun\\\",\\\"FlightDuration\\\":\\\"02h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,433\\\",\\\"ApiResultIndex\\\":\\\"11-3363200047_1SXRDELG8358_29316270121549\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5950,\\\"Tax\\\":317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":300,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6267.7,\\\"PublishedFare\\\":6432.9,\\\"PublishedFareAgent\\\":6432.9,\\\"OfferedFareAgent\\\":6432.9,\\\"OfferedFare\\\":6267.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3363200047_0SXRDELG8358_47689577258133\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":7,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6432.9,\\\"CostToAgent\\\":6432.9,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":317.7,\\\"TotalBaseFare\\\":6267.7,\\\"BaseFareCal\\\":6292.9,\\\"BaseFare\\\":5950,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6432.9,\\\"CostToAgent\\\":6432.9,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":140,\\\"IntTaxOnAgencyFixMarkUp\\\":25.2,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":25.2,\\\"PublishFare\\\":6432.9,\\\"CostToCustomer\\\":6432.9,\\\"BaseFareCal\\\":6292.9,\\\"intCommisionEarnedForAgency\\\":140,\\\"CostToCompany\\\":6292.9,\\\"intOfferedFare\\\":6267.7,\\\"intPublishFare\\\":6267.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6432.9,\\\"CostToAgent\\\":6432.9,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0},\\\"showintax\\\":0,\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"298\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-19T10:55\\\",\\\"SegFlightNumber\\\":\\\"G8-358\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-06-19T08:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":120,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":7,\\\"strDepartureDtTime\\\":\\\"08:55\\\",\\\"strArrivalDtTime\\\":\\\"10:55\\\",\\\"FlightDuration\\\":\\\"2h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-3363200047_1SXRDELG8358_29316270121549\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-18 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"{\\\"showintax\\\":0,\\\"intExtraMarkup\\\":\\\"0200\\\",\\\"ExtraMarkup\\\":169.4915254237288,\\\"ExtraMarkupOnGST\\\":30.508474576271198}\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7889326876\"},\"_sessiondata\":{\"EmailId\":\"fazilyaqoob4@gmail.com\",\"UserSysId\":\"14635\",\"CustomerSysId\":\"207988\",\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Fazil Ahmad\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Muarij tours and travels\",\"AgencyCode\":\"122115.1861221112212E39\",\"ContactNo1\":\"7889326876\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C279621A-113D-4652-9ADB-8E8B00F92D31\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-17 00:03:50'),(366,'918fb-2886e-06de9-6fff8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"918fb-2886e-06de9-6fff8\",\"apiTraceId\":\"438_6281\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-19\",\"LocalFromTime\":\"2022-06-19 09:25\",\"FromUTCTime\":\"2022-06-19 09:25\",\"LocalToTime\":\"2022-06-19 10:55:00\",\"ToUTCTime\":\"2022-06-19 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"438-918fb-2886e-06de9-6fff8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6281\",\"ApiResultIndex\":\"438_6281\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-19T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-19T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/06\\/2022\",\"FromDateSort\":1655577000,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGZHPA\",\"OnwardGroupPNRDummy\":\"SGZHPA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FC9ADB4307194C27A9E7D5435C9FE956\"}],\"flight_booking_id_Arr\":[\"56\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006259289\",\"FirstName\":\"Vijaypal \",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 09:05:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"28\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"28\"],\"flight_booking_customer\":[[\"65\"]],\"SearchTraceId\":\"918fb-2886e-06de9-6fff8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"19\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"19\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"918fb-2886e-06de9-6fff8\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 09:01:36\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"918fb-2886e-06de9-6fff8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"SXR\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"918fb-2886e-06de9-6fff8\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"19 Jun Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 09:01:36\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"918fb-2886e-06de9-6fff8\\\",\\\"apiTraceId\\\":\\\"438_6281\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-19\\\",\\\"LocalFromTime\\\":\\\"2022-06-19 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-19 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-19 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-19 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"438-918fb-2886e-06de9-6fff8\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6281\\\",\\\"ApiResultIndex\\\":\\\"438_6281\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"033\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-19T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-19T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655577000,\\\"DepartureDateTxt\\\":\\\"Sun, 19 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 19 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"SGZHPA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"SGZHPA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"FC9ADB4307194C27A9E7D5435C9FE956\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006259289\",\"leadEmail\":\"Cadburytravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Vijaypal \",\"passenger-lastname-1\":\"SINGH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13186\",\"Salutation\":\"1\",\"EmailId\":\"Cadburytravel@gmail.com\",\"FirstName\":\"Vijaypal \",\"LastName\":\"SINGH\",\"CountryCode\":\"91\",\"MobileNo\":\"7006259289\"},\"_sessiondata\":{\"EmailId\":\"Cadburytravel@gmail.com\",\"UserSysId\":\"14650\",\"CustomerSysId\":\"208100\",\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ehsan ul\",\"LastName\":\"Haq\",\"Password_cu\":\"\",\"AgencyName\":\"CADBURY TOUR and Travels\",\"AgencyCode\":\"122111.2211613512211E108\",\"ContactNo1\":\"7006259289\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6024CA6-7459-488F-B94D-8E0B4F9DCD50\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"SGZHPA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Vijaypal \",\"lN\":\"SINGH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FC9ADB4307194C27A9E7D5435C9FE956\"],\"status\":\"SUCCESS\"}}}','2022-06-17 09:05:36'),(368,'da9fe-753a6-68769-deff2','{\"FlightBookingData\":[{\"bookingId\":\"DMC109936037761\",\"bookingId_TJ\":\"TJ109936037761\",\"FlightNumber\":\"6E-6216\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"da9fe-753a6-68769-deff2\",\"apiTraceId\":\"5-0172095779_0SXRHYD6E6216HYDBLR6E6505_6167939920074\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"23:40\",\"TravelDate\":\"2022-06-20T17:10\",\"LocalFromTime\":\"2022-06-20 17:10\",\"FromUTCTime\":\"2022-06-20T17:10\",\"LocalToTime\":\"2022-06-20 23:40\",\"ToUTCTime\":\"2022-06-20T23:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":145,\"LAYOVERDuration\":\"2h 25m\",\"FlyingMinutes\":390,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"07h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,738\",\"ApiResultIndex\":\"5-0172095779_0SXRHYD6E6216HYDBLR6E6505_6167939920074\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9450,\"Tax\":1296.7,\"YQTax\":0,\"OtherCharges\":801,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":478,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10746.7,\"PublishedFare\":10738.36,\"PublishedFareAgent\":10738.36,\"OfferedFareAgent\":10738.36,\"OfferedFare\":10679.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0172095779_0SXRHYD6E6216HYDBLR6E6505_10875250245264\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":67.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10738.36,\"CostToAgent\":10738.36,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1296.7,\"TotalBaseFare\":10746.7,\"BaseFareCal\":10688.36,\"BaseFare\":9450,\"CommissionEarned\":67.34,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":478,\"MFT\":2.7,\"OT\":801,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":67.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10738.36,\"CostToAgent\":10738.36,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":67.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":10738.36,\"CostToCustomer\":10738.36,\"BaseFareCal\":10688.36,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":10688.36,\"intOfferedFare\":10679.36,\"intPublishFare\":10746.7,\"TripjackMarkup\":0,\"TripjackCommission\":67.34,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":67.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10738.36,\"CostToAgent\":10738.36,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"643\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-06-20T20:05\",\"SegFlightNumber\":\"6E-6216\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T17:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":145,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"2h 25m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"644\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-06-20T23:40\",\"SegFlightNumber\":\"6E-6505\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-06-20T22:30\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"23:40\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"644\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"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-0172095779_0SXRHYD6E6216HYDBLR6E6505_6167939920074\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250,\"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\":{\"ACFT\":175,\"CCFT\":9,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-0172095779_0SXRHYD6E6216HYDBLR6E6505_6167939920074\",\"SearchTraceId\":\"da9fe-753a6-68769-deff2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"20\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"da9fe-753a6-68769-deff2\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"SXR\"],\"to\":[\"BLR\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 09:48:15\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"643\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-06-17 09:48:54'),(370,'f6fe6-117c3-09c26-b6d7e','{\"FlightBookingData\":[{\"bookingId\":\"DMC102536049453\",\"bookingId_TJ\":\"TJ102536049453\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f6fe6-117c3-09c26-b6d7e\",\"apiTraceId\":\"11-8806004745_1CCUDELSG8373_10142660695598\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-21T06:35\",\"LocalFromTime\":\"2022-06-21 06:35\",\"FromUTCTime\":\"2022-06-21T06:35\",\"LocalToTime\":\"2022-06-21 09:05\",\"ToUTCTime\":\"2022-06-21T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,983\",\"ApiResultIndex\":\"11-8806004745_1CCUDELSG8373_10142660695598\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":4982.9,\"PublishedFareAgent\":4982.9,\"OfferedFareAgent\":4982.9,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8806004745_0CCUDELSG8373_19235334053941\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4842.9,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4982.9,\"CostToCustomer\":4982.9,\"BaseFareCal\":4842.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4842.9,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"781\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-21T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-06-21T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8806004745_1CCUDELSG8373_10142660695598\",\"FareRuleData\":{\"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\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-8806004745_1CCUDELSG8373_10142660695598\",\"SearchTraceId\":\"f6fe6-117c3-09c26-b6d7e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f6fe6-117c3-09c26-b6d7e\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 12:06:35\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-17 12:08:15'),(378,'141b3-b37c3-f2732-cc2d8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"141b3-b37c3-f2732-cc2d8\",\"apiTraceId\":\"425_5802\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 06:35\",\"FromUTCTime\":\"2022-06-21 06:35\",\"LocalToTime\":\"2022-06-21 08:35:00\",\"ToUTCTime\":\"2022-06-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-141b3-b37c3-f2732-cc2d8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5802\",\"ApiResultIndex\":\"425_5802\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MHT9NH\",\"OnwardGroupPNRDummy\":\"MHT9NH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E3CCA3A196574E31B4F2FB97807F3E0D\"}],\"flight_booking_id_Arr\":[\"57\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"rejman\",\"LastName\":\"sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 12:10:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"17\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"rejman\",\"LastName\":\"sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 12:10:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"141b3-b37c3-f2732-cc2d8\",\"modified\":\"2022-06-17 12:10:16\",\"created\":\"2022-06-17 12:10:16\",\"CustomerMemberSysId\":\"17\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"17\"],\"flight_booking_customer\":[[\"66\"]],\"SearchTraceId\":\"141b3-b37c3-f2732-cc2d8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"141b3-b37c3-f2732-cc2d8\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 12:09:20\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"141b3-b37c3-f2732-cc2d8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"141b3-b37c3-f2732-cc2d8\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 12:09:20\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"141b3-b37c3-f2732-cc2d8\\\",\\\"apiTraceId\\\":\\\"425_5802\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-21 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-141b3-b37c3-f2732-cc2d8\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5802\\\",\\\"ApiResultIndex\\\":\\\"425_5802\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"033\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"MHT9NH\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MHT9NH\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"E3CCA3A196574E31B4F2FB97807F3E0D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"rejman\",\"passenger-lastname-1\":\"sekh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"MHT9NH\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"rejman\",\"lN\":\"sekh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E3CCA3A196574E31B4F2FB97807F3E0D\"],\"status\":\"SUCCESS\"}}}','2022-06-17 12:12:01'),(384,'1ff57-3e8e2-95a05-9e34f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1ff57-3e8e2-95a05-9e34f\",\"apiTraceId\":\"438_6281\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-19\",\"LocalFromTime\":\"2022-06-19 09:25\",\"FromUTCTime\":\"2022-06-19 09:25\",\"LocalToTime\":\"2022-06-19 10:55:00\",\"ToUTCTime\":\"2022-06-19 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"438-1ff57-3e8e2-95a05-9e34f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6281\",\"ApiResultIndex\":\"438_6281\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"036\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-19T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-19T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/06\\/2022\",\"FromDateSort\":1655577000,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGZHPA\",\"OnwardGroupPNRDummy\":\"SGZHPA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"18F17305F6A84A24BB65212FCBAA3BE9\"}],\"flight_booking_id_Arr\":[\"58\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"umairlone902@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006351433\",\"FirstName\":\"KSHATRESH\",\"LastName\":\"KAUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 12:40:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"29\",\"CustomerMemSysId\":[\"29\"],\"flight_booking_customer\":[[\"67\"]],\"SearchTraceId\":\"1ff57-3e8e2-95a05-9e34f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"19\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"19\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1ff57-3e8e2-95a05-9e34f\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 12:38:02\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1ff57-3e8e2-95a05-9e34f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1ff57-3e8e2-95a05-9e34f\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"19 Jun Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 12:38:02\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1ff57-3e8e2-95a05-9e34f\\\",\\\"apiTraceId\\\":\\\"438_6281\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-19\\\",\\\"LocalFromTime\\\":\\\"2022-06-19 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-19 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-19 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-19 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"438-1ff57-3e8e2-95a05-9e34f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6281\\\",\\\"ApiResultIndex\\\":\\\"438_6281\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"036\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-19T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-19T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"19\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655577000,\\\"DepartureDateTxt\\\":\\\"Sun, 19 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 19 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"SGZHPA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"SGZHPA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02J\\\",\\\"bookingId\\\":\\\"18F17305F6A84A24BB65212FCBAA3BE9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006351433\",\"leadEmail\":\"umairlone902@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"KSHATRESH\",\"passenger-lastname-1\":\"KAUR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13186\",\"Salutation\":\"1\",\"EmailId\":\"umairlone902@gmail.com\",\"FirstName\":\"KSHATRESH\",\"LastName\":\"KAUR\",\"CountryCode\":\"91\",\"MobileNo\":\"7006351433\"},\"_sessiondata\":{\"EmailId\":\"Cadburytravel@gmail.com\",\"UserSysId\":\"14650\",\"CustomerSysId\":\"208100\",\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ehsan ul\",\"LastName\":\"Haq\",\"Password_cu\":\"\",\"AgencyName\":\"CADBURY TOUR and Travels\",\"AgencyCode\":\"122111.2211613512211E108\",\"ContactNo1\":\"7006259289\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6024CA6-7459-488F-B94D-8E0B4F9DCD50\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"SGZHPA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KSHATRESH\",\"lN\":\"KAUR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"18F17305F6A84A24BB65212FCBAA3BE9\"],\"status\":\"SUCCESS\"}}}','2022-06-17 12:41:12'),(386,'b0827-2b0fe-9be39-33379','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b0827-2b0fe-9be39-33379\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-b0827-2b0fe-9be39-33379\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6123\",\"SearchTraceId\":\"b0827-2b0fe-9be39-33379\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b0827-2b0fe-9be39-33379\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 14:40:03\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 14:40:29'),(388,'0545c-1ff51-7e266-cf689','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0545c-1ff51-7e266-cf689\",\"apiTraceId\":\"425_5802\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 06:35\",\"FromUTCTime\":\"2022-06-21 06:35\",\"LocalToTime\":\"2022-06-21 08:35:00\",\"ToUTCTime\":\"2022-06-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-0545c-1ff51-7e266-cf689\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5802\",\"ApiResultIndex\":\"425_5802\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MHT9NH\",\"OnwardGroupPNRDummy\":\"MHT9NH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5802\",\"SearchTraceId\":\"0545c-1ff51-7e266-cf689\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\"],\"departure_datesf\":[\"21\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-21\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0545c-1ff51-7e266-cf689\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 14:42:44\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 14:42:48'),(390,'b7f71-ddb1b-ff187-47752','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b7f71-ddb1b-ff187-47752\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-b7f71-ddb1b-ff187-47752\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06T\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"068\"}],\"apiTraceId\":\"437_6277\",\"SearchTraceId\":\"b7f71-ddb1b-ff187-47752\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"Kolkata (CCU)\"],\"departure_date\":[\"21\\/06\\/2022\",\"21\\/06\\/2022\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"Kolkata (CCU)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\",\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b7f71-ddb1b-ff187-47752\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"21\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\",\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 15:06:34\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 15:07:09'),(392,'c7736-8fd58-7fd9b-ecfb4','{\"FlightBookingData\":[{\"bookingId\":\"DMC113536065822\",\"bookingId_TJ\":\"TJ113536065822\",\"FlightNumber\":\"SV-759\",\"AirlineName\":\"Saudi Arabian Airlines\",\"AirlineCode\":\"SV\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c7736-8fd58-7fd9b-ecfb4\",\"apiTraceId\":\"21-20-12-2-15-10-4901818974_0DELJEDSV759_26420581834181\",\"AirlineSysId\":\"429\",\"DepartureTime\":\"20:05\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2022-06-30T20:05\",\"LocalFromTime\":\"2022-06-30 20:05\",\"FromUTCTime\":\"2022-06-30T20:05\",\"LocalToTime\":\"2022-06-30 23:05\",\"ToUTCTime\":\"2022-06-30T23:05\",\"IsDirect\":0,\"FareClass\":\"H\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13067\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"JED\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"26,087\",\"ApiResultIndex\":\"21-20-12-2-15-10-4901818974_0DELJEDSV759_26420581834181\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SV.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16455,\"Tax\":9644.7,\"YQTax\":300,\"OtherCharges\":3239,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":1088,\"CarrierMiscFee\":5000,\"MUFee\":0,\"intPublishedFare\":26099.7,\"PublishedFare\":26087,\"PublishedFareAgent\":27087,\"OfferedFareAgent\":26087,\"OfferedFare\":25957.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-20-12-2-15-10-4901818974_0DELJEDSV759_13908556400688\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":8,\"classOfBooking\":\"H\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":27087,\"CostToAgent\":26087,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":9644.7,\"TotalBaseFare\":26099.7,\"BaseFareCal\":25977,\"BaseFare\":16455,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":300,\"AGST\":1088,\"MFT\":2.7,\"OT\":3239,\"MU\":0,\"YR\":5000,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":27087,\"CostToAgent\":26087,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":110,\"IntTaxOnAgencyFixMarkUp\":19.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":19.8,\"PublishFare\":26087,\"CostToCustomer\":26087,\"BaseFareCal\":25977,\"intCommisionEarnedForAgency\":110,\"CostToCompany\":25977,\"intOfferedFare\":25957.2,\"intPublishFare\":26099.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":27087,\"CostToAgent\":26087,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"770\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Jeddah Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jeddah\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"JED\",\"destinationArrTime\":\"2022-06-30T23:05\",\"SegFlightNumber\":\"SV-759\",\"AirlineCode\":\"SV\",\"AirlineName\":\"Saudi Arabian Airlines\",\"FareClass\":\"H\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-30T20:05\",\"TripIndicator\":1,\"Baggage\":\"2PC\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":330,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"20:05\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"5h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SV.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish 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\":\"21-20-12-2-15-10-4901818974_0DELJEDSV759_26420581834181\",\"FareRuleData\":{\"fareRule\":{\"DEL-JED\":{\"fr\":{\"NO_SHOW\":{\"BEFORE_DEPARTURE\":{\"amount\":8335,\"policyInfo\":\"Available with Penalty\"},\"AFTER_DEPARTURE\":{\"policyInfo\":\"Not Applicable\"}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"amount\":5210,\"additionalFee\":100,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"CCF\":100,\"ACF\":5210,\"CCFT\":18,\"ACFT\":260.5}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"Not Applicable\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}},\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"amount\":3130,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"CRF\":50,\"ARFT\":156.5,\"ARF\":3130,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"Not Applicable\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-29 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"JED\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13067\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"21-20-12-2-15-10-4901818974_0DELJEDSV759_26420581834181\",\"SearchTraceId\":\"c7736-8fd58-7fd9b-ecfb4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Jeddah (JED)\",\"Srinagar (SXR)\"],\"departure_date\":[\"30\\/06\\/2022\",\"21\\/06\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"186\"],\"destination_city\":[\"JED\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Jeddah, SA - Jeddah Intl (JED)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" SA - Jeddah Intl (JED)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Jeddah (JED)\",\"Srinagar (SXR)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-30\",\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13067],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c7736-8fd58-7fd9b-ecfb4\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"JED\"],\"from\":[\"DEL\"],\"to\":[\"JED\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jeddah, SA - Jeddah Intl (JED)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"21\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\",\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 15:13:46\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Vegan Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"AVML\",\"Price\":0,\"Description\":\"Hindu Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VJML\",\"Price\":0,\"Description\":\"Jain Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VLML\",\"Price\":0,\"Description\":\"Lacto-Ovo Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"FPML\",\"Price\":0,\"Description\":\"Fruit Platter Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"MOML\",\"Price\":0,\"Description\":\"Moslem Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"HNML\",\"Price\":0,\"Description\":\"Hindu Non-Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"SFML\",\"Price\":0,\"Description\":\"Sea Food Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"DBML\",\"Price\":0,\"Description\":\"Diabetic Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NLML\",\"Price\":0,\"Description\":\"Low Lactose Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"CHML\",\"Price\":0,\"Description\":\"Child Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"BBML\",\"Price\":0,\"Description\":\"Baby Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"BLML\",\"Price\":0,\"Description\":\"Bland Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"GFML\",\"Price\":0,\"Description\":\"Gluten Intolerant Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"KSML\",\"Price\":0,\"Description\":\"Kosher Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LCML\",\"Price\":0,\"Description\":\"Low Calorie Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LFML\",\"Price\":0,\"Description\":\"Low Fat Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LSML\",\"Price\":0,\"Description\":\"ow Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"RVML\",\"Price\":0,\"Description\":\"Vegetarian Raw Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"VOML\",\"Price\":0,\"Description\":\"Vegetarian Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"SPML\",\"Price\":0,\"Description\":\"Special Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"PFML\",\"Price\":0,\"Description\":\"Peanut Free Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"ORML\",\"Price\":0,\"Description\":\"Oriental Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NSML\",\"Price\":0,\"Description\":\"No Salt Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"PRML\",\"Price\":0,\"Description\":\"Low Purine Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"LPML\",\"Price\":0,\"Description\":\"Low Protein Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"HFML\",\"Price\":0,\"Description\":\"High Fiber Meal\"},{\"Currency\":\"INR\",\"key\":\"770\",\"Code\":\"NFML\",\"Price\":0,\"Description\":\"No Fish Meal\"}]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-17 15:15:24'),(397,'7fed1-33c2a-b371f-f5c7b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7fed1-33c2a-b371f-f5c7b\",\"apiTraceId\":\"433_6335\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-18\",\"LocalFromTime\":\"2022-06-18 11:35\",\"FromUTCTime\":\"2022-06-18 11:35\",\"LocalToTime\":\"2022-06-18 13:20:00\",\"ToUTCTime\":\"2022-06-18 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"433-7fed1-33c2a-b371f-f5c7b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6335\",\"ApiResultIndex\":\"433_6335\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-18T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-18T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/06\\/2022\",\"FromDateSort\":1655490600,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF1MWQ\",\"OnwardGroupPNRDummy\":\"HF1MWQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"17B144E572A543C69564E67D566A1D38\"}],\"flight_booking_id_Arr\":[\"59\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13193\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmireshoppe@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9858702707\",\"FirstName\":\"Zahid Abbas \",\"LastName\":\"Shah\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13193\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 15:37:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"30\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"30\"],\"flight_booking_customer\":[[\"68\"]],\"SearchTraceId\":\"7fed1-33c2a-b371f-f5c7b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"18\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"18\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7fed1-33c2a-b371f-f5c7b\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 15:36:58\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7fed1-33c2a-b371f-f5c7b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"18\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"18\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"7fed1-33c2a-b371f-f5c7b\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"18\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"18 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 15:36:58\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7fed1-33c2a-b371f-f5c7b\\\",\\\"apiTraceId\\\":\\\"433_6335\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-18\\\",\\\"LocalFromTime\\\":\\\"2022-06-18 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-18 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-18 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-18 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"433-7fed1-33c2a-b371f-f5c7b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6335\\\",\\\"ApiResultIndex\\\":\\\"433_6335\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"033\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-18T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-18T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"18\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655490600,\\\"DepartureDateTxt\\\":\\\"Sat, 18 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 18 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"HF1MWQ\\\",\\\"OnwardGroupPNRDummy\\\":\\\"HF1MWQ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"17B144E572A543C69564E67D566A1D38\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9858702707\",\"leadEmail\":\"kashmireshoppe@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Zahid Abbas \",\"passenger-lastname-1\":\"Shah\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13193\",\"Salutation\":\"1\",\"EmailId\":\"kashmireshoppe@gmail.com\",\"FirstName\":\"Zahid Abbas \",\"LastName\":\"Shah\",\"CountryCode\":\"91\",\"MobileNo\":\"9858702707\"},\"_sessiondata\":{\"EmailId\":\"kashmireshoppe@gmail.com\",\"UserSysId\":\"14657\",\"CustomerSysId\":\"208151\",\"AgencySysId\":\"13193\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shakir Hussain\",\"LastName\":\"Bhat\",\"Password_cu\":\"\",\"AgencyName\":\"Fabkashmir Travel and Holidays\",\"AgencyCode\":\"122111.2211122111221E141\",\"ContactNo1\":\"9858702707\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"0102E30F-EB8C-413B-8B8E-540830055974\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-17 15:37:38'),(399,'39dd3-0d73f-ba9da-c8a32','{\"FlightBookingData\":[{\"bookingId\":\"DMC106836069851\",\"bookingId_TJ\":\"TJ106836069851\",\"FlightNumber\":\"G8-2404\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"39dd3-0d73f-ba9da-c8a32\",\"apiTraceId\":\"11-3904930651_3SXRATQG82404ATQDELG82404_29054856780314\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:20\",\"ArrivalTime\":\"11:10\",\"TravelDate\":\"2022-06-19T08:20\",\"LocalFromTime\":\"2022-06-19 08:20\",\"FromUTCTime\":\"2022-06-19T08:20\",\"LocalToTime\":\"2022-06-19 11:10\",\"ToUTCTime\":\"2022-06-19T11:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"Amritsar\",\"GroundTime\":35,\"LAYOVERDuration\":\"0h 35m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,366\",\"ApiResultIndex\":\"11-3904930651_3SXRATQG82404ATQDELG82404_29054856780314\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9400,\"Tax\":635.4,\"YQTax\":0,\"OtherCharges\":600,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10035.4,\"PublishedFare\":10365.8,\"PublishedFareAgent\":10365.8,\"OfferedFareAgent\":10365.8,\"OfferedFare\":10035.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3904930651_0SXRATQG82404ATQDELG82404_14658436793134\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":7,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":50.4,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":280,\"GSTOnMarkUp\":50.4,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10365.8,\"CostToAgent\":10365.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":635.4,\"TotalBaseFare\":10035.4,\"BaseFareCal\":10085.8,\"BaseFare\":9400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":50.4,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":280,\"GSTOnMarkUp\":50.4,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10365.8,\"CostToAgent\":10365.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":280,\"IntTaxOnAgencyFixMarkUp\":50.4,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":50.4,\"PublishFare\":10365.8,\"CostToCustomer\":10365.8,\"BaseFareCal\":10085.8,\"intCommisionEarnedForAgency\":280,\"CostToCompany\":10085.8,\"intOfferedFare\":10035.4,\"intPublishFare\":10035.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10365.8,\"CostToAgent\":10365.8,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"497\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Raja Sansi Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Amritsar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"ATQ\",\"destinationArrTime\":\"2022-06-19T09:20\",\"SegFlightNumber\":\"G8-2404\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-19T08:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":35,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"08:20\",\"strArrivalDtTime\":\"09:20\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":\"0h 35m\",\"LAYOVERCity\":\"Amritsar\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"498\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-19T11:10\",\"SegFlightNumber\":\"G8-2404\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2022-06-19T09:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"11:10\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-3904930651_3SXRATQG82404ATQDELG82404_29054856780314\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-3904930651_3SXRATQG82404ATQDELG82404_29054856780314\",\"SearchTraceId\":\"39dd3-0d73f-ba9da-c8a32\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"19\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"39dd3-0d73f-ba9da-c8a32\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 16:04:18\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-17 16:04:55'),(404,'10936-06260-8aa7b-3a609','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"10936-06260-8aa7b-3a609\",\"apiTraceId\":\"433_6335\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-18\",\"LocalFromTime\":\"2022-06-18 11:35\",\"FromUTCTime\":\"2022-06-18 11:35\",\"LocalToTime\":\"2022-06-18 13:20:00\",\"ToUTCTime\":\"2022-06-18 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"433-10936-06260-8aa7b-3a609\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6335\",\"ApiResultIndex\":\"433_6335\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0O8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-18T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-18T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/06\\/2022\",\"FromDateSort\":1655490600,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF1MWQ\",\"OnwardGroupPNRDummy\":\"HF1MWQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0NN\",\"bookingId\":\"2D2743C3CA5B48C9ACD1BE8BE6475000\"}],\"flight_booking_id_Arr\":[\"60\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13193\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"30\",\"EmailId\":\"kashmireshoppe@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9858702707\",\"FirstName\":\"Zahid Abbas \",\"LastName\":\"Shah\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13193\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 16:13:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"18\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13193\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"30\",\"EmailId\":\"kashmireshoppe@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9858702707\",\"FirstName\":\"Zahid Abbas \",\"LastName\":\"Shah\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13193\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 16:13:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"10936-06260-8aa7b-3a609\",\"modified\":\"2022-06-17 16:13:41\",\"created\":\"2022-06-17 16:13:41\",\"CustomerMemberSysId\":\"18\"}],\"CustomerSysId\":\"30\",\"CustomerMemSysId\":[\"18\"],\"flight_booking_customer\":[[\"69\"]],\"SearchTraceId\":\"10936-06260-8aa7b-3a609\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"18\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"18\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"10936-06260-8aa7b-3a609\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 16:13:20\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"10936-06260-8aa7b-3a609\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"18\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"18\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"10936-06260-8aa7b-3a609\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"18\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"18 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 16:13:20\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"10936-06260-8aa7b-3a609\\\",\\\"apiTraceId\\\":\\\"433_6335\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-18\\\",\\\"LocalFromTime\\\":\\\"2022-06-18 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-18 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-18 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-18 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"433-10936-06260-8aa7b-3a609\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6335\\\",\\\"ApiResultIndex\\\":\\\"433_6335\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0O8\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-18T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-18T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"18\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655490600,\\\"DepartureDateTxt\\\":\\\"Sat, 18 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 18 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"HF1MWQ\\\",\\\"OnwardGroupPNRDummy\\\":\\\"HF1MWQ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0NN\\\",\\\"bookingId\\\":\\\"2D2743C3CA5B48C9ACD1BE8BE6475000\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9858702707\",\"leadEmail\":\"kashmireshoppe@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Zahid Abbas \",\"passenger-lastname-1\":\"Shah\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"kashmireshoppe@gmail.com\",\"UserSysId\":\"14657\",\"CustomerSysId\":\"208151\",\"AgencySysId\":\"13193\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shakir Hussain\",\"LastName\":\"Bhat\",\"Password_cu\":\"\",\"AgencyName\":\"Fabkashmir Travel and Holidays\",\"AgencyCode\":\"122111.2211122111221E141\",\"ContactNo1\":\"9858702707\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"0102E30F-EB8C-413B-8B8E-540830055974\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-17 16:13:52'),(406,'adbb0-0c2bf-3ed70-f7675','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"adbb0-0c2bf-3ed70-f7675\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-adbb0-0c2bf-3ed70-f7675\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6124\",\"SearchTraceId\":\"adbb0-0c2bf-3ed70-f7675\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"adbb0-0c2bf-3ed70-f7675\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 16:20:15\",\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 16:20:23'),(408,'8a282-dc1cf-f80bd-de8f8','{\"FlightBookingData\":[{\"bookingId\":\"DMC107936073197\",\"bookingId_TJ\":\"TJ107936073197\",\"FlightNumber\":\"I5-774\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8a282-dc1cf-f80bd-de8f8\",\"apiTraceId\":\"22-16-6397927193_1GOIDELI5774_22451894917792\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"23:05\",\"ArrivalTime\":\"01:50\",\"TravelDate\":\"2022-06-17T23:05\",\"LocalFromTime\":\"2022-06-17 23:05\",\"FromUTCTime\":\"2022-06-17T23:05\",\"LocalToTime\":\"2022-06-18 01:50\",\"ToUTCTime\":\"2022-06-18T01:50\",\"IsDirect\":0,\"FareClass\":\"SM\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Fri, 17 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"GOI\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,306\",\"ApiResultIndex\":\"22-16-6397927193_1GOIDELI5774_22451894917792\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5350,\"Tax\":955.7,\"YQTax\":0,\"OtherCharges\":666,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":272,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6305.7,\"PublishedFare\":6306.26,\"PublishedFareAgent\":6306.26,\"OfferedFareAgent\":6306.26,\"OfferedFare\":6247.26,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-6397927193_0GOIDELI5774_27987347704454\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":9,\"classOfBooking\":\"SM\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":58.44,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6306.26,\"CostToAgent\":6306.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":955.7,\"TotalBaseFare\":6305.7,\"BaseFareCal\":6256.26,\"BaseFare\":5350,\"CommissionEarned\":58.44,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":272,\"MFT\":2.7,\"OT\":666,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":58.44,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6306.26,\"CostToAgent\":6306.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":58.44,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6306.26,\"CostToCustomer\":6306.26,\"BaseFareCal\":6256.26,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6256.26,\"intOfferedFare\":6247.26,\"intPublishFare\":6305.7,\"TripjackMarkup\":0,\"TripjackCommission\":58.44,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":58.44,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6306.26,\"CostToAgent\":6306.26,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"790\",\"originAirportName\":\"Dabolim Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Goa In\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-18T01:50\",\"SegFlightNumber\":\"I5-774\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"SM\",\"originAirportCode\":\"GOI\",\"originDepTime\":\"2022-06-17T23:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"23:05\",\"strArrivalDtTime\":\"01:50\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBLD\",\"Price\":6000,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBLD\",\"Price\":6000,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"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-6397927193_1GOIDELI5774_22451894917792\",\"FareRuleData\":{\"fareRule\":{\"GOI-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled within 4 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__nls__Changes permitted 04 Hrs before scheduled departure\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARF\":200,\"ARFT\":10}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":4.95,\"CCF\":50,\"ACF\":200,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Standard Seats-FOC\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"GOI\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"22-16-6397927193_1GOIDELI5774_22451894917792\",\"SearchTraceId\":\"8a282-dc1cf-f80bd-de8f8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Goa In (GOI)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/06\\/2022\",\"19\\/06\\/2022\"],\"source_city\":[\"GOI\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Goa In, IN - Dabolim Arpt (GOI)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Dabolim Arpt (GOI)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Goa In (GOI)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-17\",\"2022-06-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8a282-dc1cf-f80bd-de8f8\",\"sourceCityAirportCode\":[\"GOI\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"GOI\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Goa In, IN - Dabolim Arpt (GOI)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/06\\/2022\",\"19\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Jun Fri\",\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 16:37:49\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBLD\",\"Price\":6000,\"Weight\":\"Late Checked Baggage 30kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"790\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]}}','2022-06-17 16:46:34'),(409,'30','{\"_sessiondata\":{\"EmailId\":\"TARUN@SUPREMEVACATIONS.IN\",\"UserSysId\":\"14676\",\"CustomerSysId\":\"208296\",\"AgencySysId\":\"13211\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TARUN\",\"LastName\":\"BUDHIRAJA\",\"Password_cu\":\"\",\"AgencyName\":\"SUPREME VACATIONS PVT LTD\",\"AgencyCode\":\"11113\",\"ContactNo1\":\"9999903545\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FD52D239-B575-4037-9F6F-B8C8514844A8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3500\",\"RefrenceNo\":\"216816338481\",\"CreditDate\":\"17\\/06\\/2022\",\"Remark\":\"ICICI BANK , REF NO-  216816338481\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-17 16:58:33'),(410,'31','{\"_sessiondata\":{\"EmailId\":\"TARUN@SUPREMEVACATIONS.IN\",\"UserSysId\":\"14676\",\"CustomerSysId\":\"208296\",\"AgencySysId\":\"13211\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TARUN\",\"LastName\":\"BUDHIRAJA\",\"Password_cu\":\"\",\"AgencyName\":\"SUPREME VACATIONS PVT LTD\",\"AgencyCode\":\"11113\",\"ContactNo1\":\"9999903545\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FD52D239-B575-4037-9F6F-B8C8514844A8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3500\",\"RefrenceNo\":\"216816338481\",\"CreditDate\":\"17\\/06\\/2022\",\"Remark\":\"PAYMENT TRANSFERRING GK BANK\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-17 17:07:37'),(416,'be125-4115e-e316b-f6c68','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"be125-4115e-e316b-f6c68\",\"apiTraceId\":\"437_6425\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 14:50\",\"FromUTCTime\":\"2022-06-27 14:50\",\"LocalToTime\":\"2022-06-27 16:20:00\",\"ToUTCTime\":\"2022-06-27 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3500,\"PublishedFareTxt\":\"3,500\",\"ApiResultIndex\":\"437-be125-4115e-e316b-f6c68\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3500,\"PublishedFare\":3500,\"PublishedFareAgent\":3500,\"OfferedFareAgent\":3500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6425\",\"ApiResultIndex\":\"437_6425\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"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\":3500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":3500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"AGC3QK\",\"OnwardGroupPNRDummy\":\"AGC3QK\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"DAF4AAE0E9594D52A7FBBE42ADC2C51F\"}],\"flight_booking_id_Arr\":[\"61\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13211\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"TARUN@SUPREMEVACATIONS.IN\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9999903545\",\"FirstName\":\"SANDEEP \",\"LastName\":\"KHURANA \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13211\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 17:12:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"31\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"31\",\"CustomerMemSysId\":[\"31\"],\"flight_booking_customer\":[[\"70\"]],\"SearchTraceId\":\"be125-4115e-e316b-f6c68\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"be125-4115e-e316b-f6c68\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 17:11:02\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"be125-4115e-e316b-f6c68\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"be125-4115e-e316b-f6c68\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 17:11:02\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"be125-4115e-e316b-f6c68\\\",\\\"apiTraceId\\\":\\\"437_6425\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-27 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3500,\\\"PublishedFareTxt\\\":\\\"3,500\\\",\\\"ApiResultIndex\\\":\\\"437-be125-4115e-e316b-f6c68\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3500,\\\"PublishedFare\\\":3500,\\\"PublishedFareAgent\\\":3500,\\\"OfferedFareAgent\\\":3500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6425\\\",\\\"ApiResultIndex\\\":\\\"437_6425\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"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\\\":3500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"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\\\":3500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"8\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"AGC3QK\\\",\\\"OnwardGroupPNRDummy\\\":\\\"AGC3QK\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"DAF4AAE0E9594D52A7FBBE42ADC2C51F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9999903545\",\"leadEmail\":\"TARUN@SUPREMEVACATIONS.IN\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SANDEEP \",\"passenger-lastname-1\":\"KHURANA \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13211\",\"Salutation\":\"1\",\"EmailId\":\"TARUN@SUPREMEVACATIONS.IN\",\"FirstName\":\"SANDEEP \",\"LastName\":\"KHURANA \",\"CountryCode\":\"91\",\"MobileNo\":\"9999903545\"},\"_sessiondata\":{\"EmailId\":\"TARUN@SUPREMEVACATIONS.IN\",\"UserSysId\":\"14676\",\"CustomerSysId\":\"208296\",\"AgencySysId\":\"13211\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TARUN\",\"LastName\":\"BUDHIRAJA\",\"Password_cu\":\"\",\"AgencyName\":\"SUPREME VACATIONS PVT LTD\",\"AgencyCode\":\"11113\",\"ContactNo1\":\"9999903545\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FD52D239-B575-4037-9F6F-B8C8514844A8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"AGC3QK\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SANDEEP \",\"lN\":\"KHURANA \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DAF4AAE0E9594D52A7FBBE42ADC2C51F\"],\"status\":\"SUCCESS\"}}}','2022-06-17 17:13:21'),(423,'fcce6-9eb89-69eae-55787','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fcce6-9eb89-69eae-55787\",\"apiTraceId\":\"432_6134\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 08:45\",\"FromUTCTime\":\"2022-07-02 08:45\",\"LocalToTime\":\"2022-07-02 10:15:00\",\"ToUTCTime\":\"2022-07-02 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-fcce6-9eb89-69eae-55787\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6134\",\"ApiResultIndex\":\"432_6134\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":805.0847457627118,\"ExtraMarkupOnGST\":144.9152542372882}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":805.0847457627118,\"ExtraMarkupOnGST\":144.9152542372882},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"WFBJSD\",\"OnwardGroupPNRDummy\":\"WFBJSD\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"08175AD74A854EB8A321B660631C8192\"}],\"flight_booking_id_Arr\":[\"62\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9484210314\",\"FirstName\":\"MOHD\",\"LastName\":\"RAFIQUE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 17:30:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"32\"],\"flight_booking_customer\":[[\"71\"]],\"SearchTraceId\":\"fcce6-9eb89-69eae-55787\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"02\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"02\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"fcce6-9eb89-69eae-55787\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"02 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 17:29:06\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"fcce6-9eb89-69eae-55787\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"fcce6-9eb89-69eae-55787\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"02 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 17:29:06\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"fcce6-9eb89-69eae-55787\\\",\\\"apiTraceId\\\":\\\"432_6134\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-02\\\",\\\"LocalFromTime\\\":\\\"2022-07-02 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-02 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-02 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-02 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-fcce6-9eb89-69eae-55787\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6134\\\",\\\"ApiResultIndex\\\":\\\"432_6134\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-02T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-02T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656700200,\\\"DepartureDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"WFBJSD\\\",\\\"OnwardGroupPNRDummy\\\":\\\"WFBJSD\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"08175AD74A854EB8A321B660631C8192\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9484210314\",\"leadEmail\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHD\",\"passenger-lastname-1\":\"RAFIQUE\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13238\",\"Salutation\":\"1\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"FirstName\":\"MOHD\",\"LastName\":\"RAFIQUE\",\"CountryCode\":\"91\",\"MobileNo\":\"9484210314\"},\"_sessiondata\":{\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"UserSysId\":\"14703\",\"CustomerSysId\":\"208381\",\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"WAHID\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL SOLUTION\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"9484210314\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"94A25F36-30E5-4A3A-9E20-6A6B89FFDC9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WFBJSD\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHD\",\"lN\":\"RAFIQUE\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"08175AD74A854EB8A321B660631C8192\"],\"status\":\"SUCCESS\"}}}','2022-06-17 17:32:14'),(425,'d138e-5827a-1aaa1-c4061','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d138e-5827a-1aaa1-c4061\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-d138e-5827a-1aaa1-c4061\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"437_6277\",\"SearchTraceId\":\"d138e-5827a-1aaa1-c4061\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d138e-5827a-1aaa1-c4061\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 17:42:08\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 17:42:24'),(427,'4dce4-0975d-eadbd-09e80','{\"FlightBookingData\":[{\"bookingId\":\"DMC105936078440\",\"bookingId_TJ\":\"TJ105936078440\",\"FlightNumber\":\"G8-3185\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"4dce4-0975d-eadbd-09e80\",\"apiTraceId\":\"11-2516762641_0SXRBOMG83185_39159284872725\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:45\",\"ArrivalTime\":\"10:45\",\"TravelDate\":\"2022-06-26T07:45\",\"LocalFromTime\":\"2022-06-26 07:45\",\"FromUTCTime\":\"2022-06-26T07:45\",\"LocalToTime\":\"2022-06-26 10:45\",\"ToUTCTime\":\"2022-06-26T10:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,033\",\"ApiResultIndex\":\"11-2516762641_0SXRBOMG83185_39159284872725\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6450,\"Tax\":417.7,\"YQTax\":0,\"OtherCharges\":400,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6867.7,\"PublishedFare\":7032.9,\"PublishedFareAgent\":7632.9,\"OfferedFareAgent\":7032.9,\"OfferedFare\":6867.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2516762641_0SXRBOMG83185_26624063772311\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":7632.9,\"CostToAgent\":7032.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":417.7,\"TotalBaseFare\":6867.7,\"BaseFareCal\":6892.9,\"BaseFare\":6450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":400,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":7632.9,\"CostToAgent\":7032.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":7032.9,\"CostToCustomer\":7032.9,\"BaseFareCal\":6892.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":6892.9,\"intOfferedFare\":6867.7,\"intPublishFare\":6867.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":600,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":7632.9,\"CostToAgent\":7032.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"770\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-26T10:45\",\"SegFlightNumber\":\"G8-3185\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-26T07:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"07:45\",\"strArrivalDtTime\":\"10:45\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-2516762641_0SXRBOMG83185_39159284872725\",\"FareRuleData\":{\"fareRule\":{\"SXR-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-2516762641_0SXRBOMG83185_39159284872725\",\"SearchTraceId\":\"4dce4-0975d-eadbd-09e80\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"26\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4dce4-0975d-eadbd-09e80\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"SXR\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 17:46:08\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-17 17:47:22'),(429,'5c78c-44a5b-4fd52-f24c0','{\"FlightBookingData\":[{\"bookingId\":\"DMC103036083667\",\"bookingId_TJ\":\"TJ103036083667\",\"FlightNumber\":\"6E-167\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"5c78c-44a5b-4fd52-f24c0\",\"apiTraceId\":\"11-3467956171_7DELSXR6E167_38190588965556\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-06-22T18:15\",\"LocalFromTime\":\"2022-06-22 18:15\",\"FromUTCTime\":\"2022-06-22T18:15\",\"LocalToTime\":\"2022-06-22 19:45\",\"ToUTCTime\":\"2022-06-22T19:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,183\",\"ApiResultIndex\":\"11-3467956171_7DELSXR6E167_38190588965556\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2750,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3017.7,\"PublishedFare\":3182.8999999999996,\"PublishedFareAgent\":3182.8999999999996,\"OfferedFareAgent\":3182.8999999999996,\"OfferedFare\":3017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3467956171_0DELSXR6E167_29946896768102\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3182.8999999999996,\"CostToAgent\":3182.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3017.7,\"BaseFareCal\":3042.8999999999996,\"BaseFare\":2750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3182.8999999999996,\"CostToAgent\":3182.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3182.8999999999996,\"CostToCustomer\":3182.8999999999996,\"BaseFareCal\":3042.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3042.8999999999996,\"intOfferedFare\":3017.7,\"intPublishFare\":3017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3182.8999999999996,\"CostToAgent\":3182.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"868\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-22T19:45\",\"SegFlightNumber\":\"6E-167\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-22T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3467956171_7DELSXR6E167_38190588965556\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-3467956171_7DELSXR6E167_38190588965556\",\"SearchTraceId\":\"5c78c-44a5b-4fd52-f24c0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5c78c-44a5b-4fd52-f24c0\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 18:42:01\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-17 18:42:44'),(436,'9b58f-51b06-95b9f-2e8f8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":12300,\"PublishedFareTxt\":\"12,300\",\"ApiResultIndex\":\"432-9b58f-51b06-95b9f-2e8f8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10800,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12300,\"PublishedFare\":12300,\"PublishedFareAgent\":12300,\"OfferedFareAgent\":12300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":12300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":10800,\"BaseFare\":10800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":12300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":3559.322033898305,\"ExtraMarkupOnGST\":640.6779661016949}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"072\",\"showintax\":0,\"ExtraMarkup\":3559.322033898305,\"ExtraMarkupOnGST\":640.6779661016949},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06G\",\"bookingId\":\"3440AA477B484D72A4EBADE0A8A39FB9\"}],\"flight_booking_id_Arr\":[\"63\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9596595965\",\"FirstName\":\"MANZOOR AHMAD\",\"LastName\":\"ITOO\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 18:46:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"33\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9596595965\",\"FirstName\":\"ROZEY\",\"LastName\":\"JAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 18:46:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"19\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9596595965\",\"FirstName\":\"MUZAFFAR HUSSAIN\",\"LastName\":\"RATHER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 18:46:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"20\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9596595965\",\"FirstName\":\"ROZEY\",\"LastName\":\"JAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 18:46:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"modified\":\"2022-06-17 18:46:51\",\"created\":\"2022-06-17 18:46:51\",\"CustomerMemberSysId\":\"19\"},{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9596595965\",\"FirstName\":\"MUZAFFAR HUSSAIN\",\"LastName\":\"RATHER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 18:46:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"modified\":\"2022-06-17 18:46:51\",\"created\":\"2022-06-17 18:46:51\",\"CustomerMemberSysId\":\"20\"}],\"CustomerSysId\":\"33\",\"CustomerMemSysId\":[\"33\",\"19\",\"20\"],\"flight_booking_customer\":[[\"72\",\"73\",\"74\"]],\"SearchTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 18:44:47\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9b58f-51b06-95b9f-2e8f8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9b58f-51b06-95b9f-2e8f8\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 18:44:47\\\",\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"9b58f-51b06-95b9f-2e8f8\\\",\\\"apiTraceId\\\":\\\"432_6129\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":12300,\\\"PublishedFareTxt\\\":\\\"12,300\\\",\\\"ApiResultIndex\\\":\\\"432-9b58f-51b06-95b9f-2e8f8\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10800,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12300,\\\"PublishedFare\\\":12300,\\\"PublishedFareAgent\\\":12300,\\\"OfferedFareAgent\\\":12300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6129\\\",\\\"ApiResultIndex\\\":\\\"432_6129\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":12300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":10800,\\\"BaseFare\\\":10800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":12300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"072\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"6\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"K7IYYY\\\",\\\"OnwardGroupPNRDummy\\\":\\\"K7IYYY\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06G\\\",\\\"bookingId\\\":\\\"3440AA477B484D72A4EBADE0A8A39FB9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9596595965\",\"leadEmail\":\"bhattravelhub2008@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MANZOOR AHMAD\",\"passenger-lastname-1\":\"ITOO\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Anantnag\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34445\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"ROZEY\",\"passenger-lastname-2\":\"JAN\",\"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\":\"MUZAFFAR HUSSAIN\",\"passenger-lastname-3\":\"RATHER\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13128\",\"Salutation\":\"1\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"FirstName\":\"MANZOOR AHMAD\",\"LastName\":\"ITOO\",\"CountryCode\":\"91\",\"MobileNo\":\"9596595965\"},\"_sessiondata\":{\"EmailId\":\"bhattravelhub2008@gmail.com\",\"UserSysId\":\"14593\",\"CustomerSysId\":\"207868\",\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRSHAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"BHAT TRAVEL HUB\",\"AgencyCode\":\"11131\",\"ContactNo1\":\"9596595965\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99B585D3-0AD9-4485-A6FA-F795436821BE\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MANZOOR AHMAD\",\"lN\":\"ITOO\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"ROZEY\",\"lN\":\"JAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUZAFFAR HUSSAIN\",\"lN\":\"RATHER\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"3440AA477B484D72A4EBADE0A8A39FB9\"],\"status\":\"SUCCESS\"}}}','2022-06-17 18:48:17'),(438,'31418-aa104-fe334-4d272','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"31418-aa104-fe334-4d272\",\"apiTraceId\":\"437_6278\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 14:50\",\"FromUTCTime\":\"2022-06-22 14:50\",\"LocalToTime\":\"2022-06-22 16:20:00\",\"ToUTCTime\":\"2022-06-22 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-31418-aa104-fe334-4d272\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6278\",\"ApiResultIndex\":\"437_6278\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"04B\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYB8RP\",\"OnwardGroupPNRDummy\":\"JYB8RP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}],\"apiTraceId\":\"437_6278\",\"SearchTraceId\":\"31418-aa104-fe334-4d272\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"31418-aa104-fe334-4d272\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 19:27:34\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 19:28:08'),(440,'a01f4-a7995-fb400-3e30a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a01f4-a7995-fb400-3e30a\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-a01f4-a7995-fb400-3e30a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"437_6277\",\"SearchTraceId\":\"a01f4-a7995-fb400-3e30a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"Srinagar (SXR)\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"Srinagar (SXR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a01f4-a7995-fb400-3e30a\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 19:28:21\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 19:28:38'),(442,'ef695-4531c-72034-949b2','{\"FlightBookingData\":[{\"bookingId\":\"DMC104936094045\",\"bookingId_TJ\":\"TJ104936094045\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ef695-4531c-72034-949b2\",\"apiTraceId\":\"1-8140872880_1SXRDELG8189_41398348234665\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-18T17:45\",\"LocalFromTime\":\"2022-06-18 17:45\",\"FromUTCTime\":\"2022-06-18T17:45\",\"LocalToTime\":\"2022-06-18 19:25\",\"ToUTCTime\":\"2022-06-18T19:25\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sat, 18 Jun\",\"ArrivalDateTxt\":\"Sat, 18 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,351\",\"ApiResultIndex\":\"1-8140872880_1SXRDELG8189_41398348234665\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6335,\"Tax\":1103.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":320,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7438.7,\"PublishedFare\":7351.37,\"PublishedFareAgent\":7351.37,\"OfferedFareAgent\":7351.37,\"OfferedFare\":7292.37,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-8140872880_0SXRDELG8189_50086627306908\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":7,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":146.33,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7351.37,\"CostToAgent\":7351.37,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1103.7,\"TotalBaseFare\":7438.7,\"BaseFareCal\":7301.37,\"BaseFare\":6335,\"CommissionEarned\":146.33,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":320,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":146.33,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7351.37,\"CostToAgent\":7351.37,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":146.33,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":7351.37,\"CostToCustomer\":7351.37,\"BaseFareCal\":7301.37,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":7301.37,\"intOfferedFare\":7292.37,\"intPublishFare\":7438.7,\"TripjackMarkup\":0,\"TripjackCommission\":146.33,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":146.33,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7351.37,\"CostToAgent\":7351.37,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"468\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-18T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-18T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"PMNV\",\"Price\":400,\"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-8140872880_1SXRDELG8189_41398348234665\",\"FareRuleData\":{\"fareRule\":{\"SXR-DEL\":{\"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\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"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,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-8140872880_1SXRDELG8189_41398348234665\",\"SearchTraceId\":\"ef695-4531c-72034-949b2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"18\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ef695-4531c-72034-949b2\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 20:47:30\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"468\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-06-17 20:48:19'),(443,'33','{\"_sessiondata\":{\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"UserSysId\":\"14686\",\"CustomerSysId\":\"208336\",\"AgencySysId\":\"13221\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"HUSSAIN\",\"Password_cu\":\"\",\"AgencyName\":\"HAYATI TOUR & TRAVELS\",\"AgencyCode\":\"11122\",\"ContactNo1\":\"9797150324\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"984FEAAD-65F9-438E-A919-18201C5D5C85\",\"Address\":\"\",\"PinCode\":\"191111\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4000\",\"RefrenceNo\":\"120\",\"CreditDate\":\"17\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-17 21:05:10'),(449,'e6ba9-c3c27-208af-35c36','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e6ba9-c3c27-208af-35c36\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-e6ba9-c3c27-208af-35c36\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"22C55F8944B44A1899E54D2B9FF227E8\"}],\"flight_booking_id_Arr\":[\"64\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13221\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797150324\",\"FirstName\":\"RIYAZ AHMAD\",\"LastName\":\"MIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13221\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 21:12:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"35\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"35\",\"CustomerMemSysId\":[\"35\"],\"flight_booking_customer\":[[\"75\"]],\"SearchTraceId\":\"e6ba9-c3c27-208af-35c36\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e6ba9-c3c27-208af-35c36\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 21:07:32\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e6ba9-c3c27-208af-35c36\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e6ba9-c3c27-208af-35c36\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 21:07:32\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e6ba9-c3c27-208af-35c36\\\",\\\"apiTraceId\\\":\\\"432_6123\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-21 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"432-e6ba9-c3c27-208af-35c36\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6123\\\",\\\"ApiResultIndex\\\":\\\"432_6123\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"AI2QJE\\\",\\\"OnwardGroupPNRDummy\\\":\\\"AI2QJE\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"22C55F8944B44A1899E54D2B9FF227E8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797150324\",\"leadEmail\":\"hayatitravels.sxr@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RIYAZ AHMAD\",\"passenger-lastname-1\":\"MIR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13221\",\"Salutation\":\"1\",\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"FirstName\":\"RIYAZ AHMAD\",\"LastName\":\"MIR\",\"CountryCode\":\"91\",\"MobileNo\":\"9797150324\"},\"_sessiondata\":{\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"UserSysId\":\"14686\",\"CustomerSysId\":\"208336\",\"AgencySysId\":\"13221\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"HUSSAIN\",\"Password_cu\":\"\",\"AgencyName\":\"HAYATI TOUR & TRAVELS\",\"AgencyCode\":\"11122\",\"ContactNo1\":\"9797150324\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"984FEAAD-65F9-438E-A919-18201C5D5C85\",\"Address\":\"\",\"PinCode\":\"191111\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"AI2QJE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAZ AHMAD\",\"lN\":\"MIR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"22C55F8944B44A1899E54D2B9FF227E8\"],\"status\":\"SUCCESS\"}}}','2022-06-17 21:12:55'),(455,'b44d9-66be3-50685-6352f','{\"FlightBookingData\":[{\"bookingId\":\"DMC100536099098\",\"bookingId_TJ\":\"TJ100536099098\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b44d9-66be3-50685-6352f\",\"apiTraceId\":\"11-7286483963_0SXRDELG8189_35739527834800\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-20T17:45\",\"LocalFromTime\":\"2022-06-20 17:45\",\"FromUTCTime\":\"2022-06-20T17:45\",\"LocalToTime\":\"2022-06-20 19:25\",\"ToUTCTime\":\"2022-06-20T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,533\",\"ApiResultIndex\":\"11-7286483963_0SXRDELG8189_35739527834800\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4050,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4367.7,\"PublishedFare\":4532.9,\"PublishedFareAgent\":4532.9,\"OfferedFareAgent\":4532.9,\"OfferedFare\":4367.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7286483963_0SXRDELG8189_54184515437009\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4367.7,\"BaseFareCal\":4392.9,\"BaseFare\":4050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4532.9,\"CostToCustomer\":4532.9,\"BaseFareCal\":4392.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4392.9,\"intOfferedFare\":4367.7,\"intPublishFare\":4367.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"329\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-7286483963_0SXRDELG8189_35739527834800\",\"FareRuleData\":{\"fareRule\":{\"SXR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"65\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9419033092\",\"FirstName\":\"SHUGUFTA\",\"LastName\":\"ASHRAF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:03:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"36\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"36\"],\"flight_booking_customer\":[[\"76\"]],\"SearchTraceId\":\"b44d9-66be3-50685-6352f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b44d9-66be3-50685-6352f\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 22:01:33\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b44d9-66be3-50685-6352f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-20\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b44d9-66be3-50685-6352f\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"20 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 22:01:33\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100536099098\\\",\\\"bookingId_TJ\\\":\\\"TJ100536099098\\\",\\\"FlightNumber\\\":\\\"G8-189\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"b44d9-66be3-50685-6352f\\\",\\\"apiTraceId\\\":\\\"11-7286483963_0SXRDELG8189_35739527834800\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"17:45\\\",\\\"ArrivalTime\\\":\\\"19:25\\\",\\\"TravelDate\\\":\\\"2022-06-20T17:45\\\",\\\"LocalFromTime\\\":\\\"2022-06-20 17:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-20T17:45\\\",\\\"LocalToTime\\\":\\\"2022-06-20 19:25\\\",\\\"ToUTCTime\\\":\\\"2022-06-20T19:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Mon, 20 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 20 Jun\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,533\\\",\\\"ApiResultIndex\\\":\\\"11-7286483963_0SXRDELG8189_35739527834800\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4050,\\\"Tax\\\":317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":300,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4367.7,\\\"PublishedFare\\\":4532.9,\\\"PublishedFareAgent\\\":4532.9,\\\"OfferedFareAgent\\\":4532.9,\\\"OfferedFare\\\":4367.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-7286483963_0SXRDELG8189_54184515437009\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4532.9,\\\"CostToAgent\\\":4532.9,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":317.7,\\\"TotalBaseFare\\\":4367.7,\\\"BaseFareCal\\\":4392.9,\\\"BaseFare\\\":4050,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4532.9,\\\"CostToAgent\\\":4532.9,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":140,\\\"IntTaxOnAgencyFixMarkUp\\\":25.2,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":25.2,\\\"PublishFare\\\":4532.9,\\\"CostToCustomer\\\":4532.9,\\\"BaseFareCal\\\":4392.9,\\\"intCommisionEarnedForAgency\\\":140,\\\"CostToCompany\\\":4392.9,\\\"intOfferedFare\\\":4367.7,\\\"intPublishFare\\\":4367.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4532.9,\\\"CostToAgent\\\":4532.9,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"329\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-20T19:25\\\",\\\"SegFlightNumber\\\":\\\"G8-189\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-06-20T17:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"17:45\\\",\\\"strArrivalDtTime\\\":\\\"19:25\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-7286483963_0SXRDELG8189_35739527834800\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-19 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419033092\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"SHUGUFTA\",\"passenger-lastname-1\":\"ASHRAF\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13142\",\"Salutation\":\"3\",\"EmailId\":\"kashmirwayz@gmail.com\",\"FirstName\":\"SHUGUFTA\",\"LastName\":\"ASHRAF\",\"CountryCode\":\"91\",\"MobileNo\":\"9419033092\"},\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"b44d9-66be3-50685-6352f\",\"FlightBookingData\":[{\"bookingId\":\"DMC100536099098\",\"bookingId_TJ\":\"TJ100536099098\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b44d9-66be3-50685-6352f\",\"apiTraceId\":\"11-7286483963_0SXRDELG8189_35739527834800\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-20T17:45\",\"LocalFromTime\":\"2022-06-20 17:45\",\"FromUTCTime\":\"2022-06-20T17:45\",\"LocalToTime\":\"2022-06-20 19:25\",\"ToUTCTime\":\"2022-06-20T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,533\",\"ApiResultIndex\":\"11-7286483963_0SXRDELG8189_35739527834800\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4050,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4367.7,\"PublishedFare\":4532.9,\"PublishedFareAgent\":4532.9,\"OfferedFareAgent\":4532.9,\"OfferedFare\":4367.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7286483963_0SXRDELG8189_54184515437009\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4367.7,\"BaseFareCal\":4392.9,\"BaseFare\":4050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4532.9,\"CostToCustomer\":4532.9,\"BaseFareCal\":4392.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4392.9,\"intOfferedFare\":4367.7,\"intPublishFare\":4367.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"329\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-7286483963_0SXRDELG8189_35739527834800\",\"FareRuleData\":{\"fareRule\":{\"SXR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"AF40C18EE8E741F481979729771DFA05\",\"message\":\"\"}}','2022-06-17 22:04:11'),(461,'4086d-23b84-73e10-88386','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4086d-23b84-73e10-88386\",\"apiTraceId\":\"425_5803\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 06:35\",\"FromUTCTime\":\"2022-06-22 06:35\",\"LocalToTime\":\"2022-06-22 08:35:00\",\"ToUTCTime\":\"2022-06-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":17600,\"PublishedFareTxt\":\"17,600\",\"ApiResultIndex\":\"425-4086d-23b84-73e10-88386\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17600,\"PublishedFare\":17600,\"PublishedFareAgent\":17600,\"OfferedFareAgent\":17600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5803\",\"ApiResultIndex\":\"425_5803\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":17600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16000,\"BaseFare\":16000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":17600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CS\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"LCVTRW\",\"OnwardGroupPNRDummy\":\"LCVTRW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0C6\",\"bookingId\":\"BA7DFBB89EAE4413B352FBCD6E1FECE0\"}],\"flight_booking_id_Arr\":[\"66\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"Salim\",\"LastName\":\"Mohammad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"21\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"Lal Chand\",\"LastName\":\"Sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"22\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"Rakib\",\"LastName\":\"Mallick\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"23\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"Sujan\",\"LastName\":\"Sk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"24\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"Salim\",\"LastName\":\"Mohammad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4086d-23b84-73e10-88386\",\"modified\":\"2022-06-17 22:07:26\",\"created\":\"2022-06-17 22:07:26\",\"CustomerMemberSysId\":\"21\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"Lal Chand\",\"LastName\":\"Sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4086d-23b84-73e10-88386\",\"modified\":\"2022-06-17 22:07:26\",\"created\":\"2022-06-17 22:07:26\",\"CustomerMemberSysId\":\"22\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"Rakib\",\"LastName\":\"Mallick\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4086d-23b84-73e10-88386\",\"modified\":\"2022-06-17 22:07:26\",\"created\":\"2022-06-17 22:07:26\",\"CustomerMemberSysId\":\"23\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"Sujan\",\"LastName\":\"Sk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:07:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4086d-23b84-73e10-88386\",\"modified\":\"2022-06-17 22:07:26\",\"created\":\"2022-06-17 22:07:26\",\"CustomerMemberSysId\":\"24\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"21\",\"22\",\"23\",\"24\"],\"flight_booking_customer\":[[\"77\",\"78\",\"79\",\"80\"]],\"SearchTraceId\":\"4086d-23b84-73e10-88386\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4086d-23b84-73e10-88386\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 22:04:48\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4086d-23b84-73e10-88386\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"4\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4086d-23b84-73e10-88386\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 22:04:48\\\",\\\"IsChangeSearch\\\":0}\",\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4086d-23b84-73e10-88386\\\",\\\"apiTraceId\\\":\\\"425_5803\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-22\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-22 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-22 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-22 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":17600,\\\"PublishedFareTxt\\\":\\\"17,600\\\",\\\"ApiResultIndex\\\":\\\"425-4086d-23b84-73e10-88386\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":16000,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":17600,\\\"PublishedFare\\\":17600,\\\"PublishedFareAgent\\\":17600,\\\"OfferedFareAgent\\\":17600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5803\\\",\\\"ApiResultIndex\\\":\\\"425_5803\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":17600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":4,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":16000,\\\"BaseFare\\\":16000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":17600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0CS\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-22T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655836200,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"LCVTRW\\\",\\\"OnwardGroupPNRDummy\\\":\\\"LCVTRW\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0C6\\\",\\\"bookingId\\\":\\\"BA7DFBB89EAE4413B352FBCD6E1FECE0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Salim\",\"passenger-lastname-1\":\"Mohammad\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Lal Chand\",\"passenger-lastname-2\":\"Sekh\",\"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\":\"Rakib\",\"passenger-lastname-3\":\"Mallick\",\"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\":\"Sujan\",\"passenger-lastname-4\":\"Sk\",\"passenger-nationality-4\":\"IN\",\"passenger-PassportNo-4\":\"\",\"passenger-passporIssue-4\":\"__\\/__\\/____\",\"passenger-PassportExpiry-4\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Salim\",\"lN\":\"Mohammad\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Lal Chand\",\"lN\":\"Sekh\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Rakib\",\"lN\":\"Mallick\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"LCVTRW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sujan\",\"lN\":\"Sk\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"BA7DFBB89EAE4413B352FBCD6E1FECE0\"],\"status\":\"SUCCESS\"}}}','2022-06-17 22:09:54'),(469,'cc954-98213-f28fd-570e4','{\"FlightBookingData\":[{\"bookingId\":\"DMC104436100027\",\"bookingId_TJ\":\"TJ104436100027\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"cc954-98213-f28fd-570e4\",\"apiTraceId\":\"11-9487272319_0SXRDELG8189_109778605377389\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-20T17:45\",\"LocalFromTime\":\"2022-06-20 17:45\",\"FromUTCTime\":\"2022-06-20T17:45\",\"LocalToTime\":\"2022-06-20 19:25\",\"ToUTCTime\":\"2022-06-20T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,533\",\"ApiResultIndex\":\"11-9487272319_0SXRDELG8189_109778605377389\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4050,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4367.7,\"PublishedFare\":4532.9,\"PublishedFareAgent\":4532.9,\"OfferedFareAgent\":4532.9,\"OfferedFare\":4367.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9487272319_0SXRDELG8189_55048090423458\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4367.7,\"BaseFareCal\":4392.9,\"BaseFare\":4050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4532.9,\"CostToCustomer\":4532.9,\"BaseFareCal\":4392.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4392.9,\"intOfferedFare\":4367.7,\"intPublishFare\":4367.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4532.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596},\"Segments\":[{\"segmentid\":\"850\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9487272319_0SXRDELG8189_109778605377389\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"67\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9419033092\",\"FirstName\":\"SHUGUFTA\",\"LastName\":\"ASHRAF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:17:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"36\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"36\"],\"flight_booking_customer\":[[\"81\"]],\"SearchTraceId\":\"cc954-98213-f28fd-570e4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cc954-98213-f28fd-570e4\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 22:17:16\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"cc954-98213-f28fd-570e4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-20\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"cc954-98213-f28fd-570e4\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"20 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 22:17:16\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104436100027\\\",\\\"bookingId_TJ\\\":\\\"TJ104436100027\\\",\\\"FlightNumber\\\":\\\"G8-189\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"cc954-98213-f28fd-570e4\\\",\\\"apiTraceId\\\":\\\"11-9487272319_0SXRDELG8189_109778605377389\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"17:45\\\",\\\"ArrivalTime\\\":\\\"19:25\\\",\\\"TravelDate\\\":\\\"2022-06-20T17:45\\\",\\\"LocalFromTime\\\":\\\"2022-06-20 17:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-20T17:45\\\",\\\"LocalToTime\\\":\\\"2022-06-20 19:25\\\",\\\"ToUTCTime\\\":\\\"2022-06-20T19:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Mon, 20 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 20 Jun\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,533\\\",\\\"ApiResultIndex\\\":\\\"11-9487272319_0SXRDELG8189_109778605377389\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4050,\\\"Tax\\\":317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":300,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4367.7,\\\"PublishedFare\\\":4532.9,\\\"PublishedFareAgent\\\":4532.9,\\\"OfferedFareAgent\\\":4532.9,\\\"OfferedFare\\\":4367.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-9487272319_0SXRDELG8189_55048090423458\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4532.9,\\\"CostToAgent\\\":4532.9,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":317.7,\\\"TotalBaseFare\\\":4367.7,\\\"BaseFareCal\\\":4392.9,\\\"BaseFare\\\":4050,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4532.9,\\\"CostToAgent\\\":4532.9,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":140,\\\"IntTaxOnAgencyFixMarkUp\\\":25.2,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":25.2,\\\"PublishFare\\\":4532.9,\\\"CostToCustomer\\\":4532.9,\\\"BaseFareCal\\\":4392.9,\\\"intCommisionEarnedForAgency\\\":140,\\\"CostToCompany\\\":4392.9,\\\"intOfferedFare\\\":4367.7,\\\"intPublishFare\\\":4367.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4532.9,\\\"CostToAgent\\\":4532.9,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"850\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-20T19:25\\\",\\\"SegFlightNumber\\\":\\\"G8-189\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-06-20T17:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"17:45\\\",\\\"strArrivalDtTime\\\":\\\"19:25\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-9487272319_0SXRDELG8189_109778605377389\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-19 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419033092\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"36\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"SHUGUFTA\",\"passenger-lastname-1\":\"ASHRAF\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13142\",\"Salutation\":\"3\",\"EmailId\":\"kashmirwayz@gmail.com\",\"FirstName\":\"SHUGUFTA\",\"LastName\":\"ASHRAF\",\"CountryCode\":\"91\",\"MobileNo\":\"9419033092\"},\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ104436100027\",\"amount\":4367.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"919419033092\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-17T22:18:44.753\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9442336\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"189\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-20T17:45\",\"at\":\"2022-06-20T19:25\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"NYMTHT\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SHUGUFTA\",\"lN\":\"ASHRAF\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":4050,\"NF\":4367.7,\"TAF\":317.7,\"TF\":4367.7,\"IGST\":2.7},\"afC\":{\"TAF\":{\"MFT\":2.7,\"OT\":300,\"MF\":15}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-17 22:21:17'),(470,'34','{\"_sessiondata\":{\"EmailId\":\"buyandflytravels@gmail.com\",\"UserSysId\":\"14711\",\"CustomerSysId\":\"208405\",\"AgencySysId\":\"13246\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ghazenfer\",\"LastName\":\"Badyari\",\"Password_cu\":\"\",\"AgencyName\":\"Buyandflytravels\",\"AgencyCode\":\"11147\",\"ContactNo1\":\"9797742455\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E4BDAF15-84A1-4A3C-B330-F0367A4929B9\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"500000\",\"RefrenceNo\":\"\",\"CreditDate\":\"17\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-17 22:23:13'),(477,'4e963-a553b-37481-94bd2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4e963-a553b-37481-94bd2\",\"apiTraceId\":\"437_6280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 14:50\",\"FromUTCTime\":\"2022-06-24 14:50\",\"LocalToTime\":\"2022-06-24 16:20:00\",\"ToUTCTime\":\"2022-06-24 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-4e963-a553b-37481-94bd2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6280\",\"ApiResultIndex\":\"437_6280\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":574.5762711864406,\"ExtraMarkupOnGST\":103.42372881355936}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":574.5762711864406,\"ExtraMarkupOnGST\":103.42372881355936},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"MDYK7T\",\"OnwardGroupPNRDummy\":\"MDYK7T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"69202039E15948EEA96CDCF85B1F5FD8\"}],\"flight_booking_id_Arr\":[\"68\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"Lahane Umesh \",\"LastName\":\"Sharad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:29:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"25\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"Lahane Umesh \",\"LastName\":\"Sharad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:29:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4e963-a553b-37481-94bd2\",\"modified\":\"2022-06-17 22:29:46\",\"created\":\"2022-06-17 22:29:46\",\"CustomerMemberSysId\":\"25\"}],\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"25\"],\"flight_booking_customer\":[[\"82\"]],\"SearchTraceId\":\"4e963-a553b-37481-94bd2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4e963-a553b-37481-94bd2\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 22:26:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4e963-a553b-37481-94bd2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4e963-a553b-37481-94bd2\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 22:26:23\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4e963-a553b-37481-94bd2\\\",\\\"apiTraceId\\\":\\\"437_6280\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-24 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3300,\\\"PublishedFareTxt\\\":\\\"3,300\\\",\\\"ApiResultIndex\\\":\\\"437-4e963-a553b-37481-94bd2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3100,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3300,\\\"PublishedFare\\\":3300,\\\"PublishedFareAgent\\\":3300,\\\"OfferedFareAgent\\\":3300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6280\\\",\\\"ApiResultIndex\\\":\\\"437_6280\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3100,\\\"BaseFare\\\":3100,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"8\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"MDYK7T\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MDYK7T\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"69202039E15948EEA96CDCF85B1F5FD8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9484210314\",\"leadEmail\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Lahane Umesh \",\"passenger-lastname-1\":\"Sharad\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"UserSysId\":\"14703\",\"CustomerSysId\":\"208381\",\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"WAHID\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL SOLUTION\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"9484210314\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"94A25F36-30E5-4A3A-9E20-6A6B89FFDC9E\",\"Address\":\"\",\"PinCode\":\"190004\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14703\\/logo_1655467458.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"MDYK7T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Lahane Umesh \",\"lN\":\"Sharad\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"69202039E15948EEA96CDCF85B1F5FD8\"],\"status\":\"SUCCESS\"}}}','2022-06-17 22:34:05'),(483,'051c0-a2375-56646-496fa','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"051c0-a2375-56646-496fa\",\"apiTraceId\":\"441_6402\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 13:50\",\"FromUTCTime\":\"2022-07-09 13:50\",\"LocalToTime\":\"2022-07-09 15:20:00\",\"ToUTCTime\":\"2022-07-09 15:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"441-051c0-a2375-56646-496fa\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"441_6402\",\"ApiResultIndex\":\"441_6402\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T15:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T13:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TFBQJQ\",\"OnwardGroupPNRDummy\":\"TFBQJQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"24A46452C1D248B588F2BB65F3C2A6B4\"}],\"flight_booking_id_Arr\":[\"69\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"Aidel Fayaz \",\"LastName\":\"parray\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:37:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"26\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"Aidel Fayaz \",\"LastName\":\"parray\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:37:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"051c0-a2375-56646-496fa\",\"modified\":\"2022-06-17 22:37:08\",\"created\":\"2022-06-17 22:37:08\",\"CustomerMemberSysId\":\"26\"}],\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"26\"],\"flight_booking_customer\":[[\"83\"]],\"SearchTraceId\":\"051c0-a2375-56646-496fa\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"051c0-a2375-56646-496fa\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 22:36:17\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"051c0-a2375-56646-496fa\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"051c0-a2375-56646-496fa\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"09 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 22:36:17\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8492\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"051c0-a2375-56646-496fa\\\",\\\"apiTraceId\\\":\\\"441_6402\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"13:50\\\",\\\"ArrivalTime\\\":\\\"15:35\\\",\\\"TravelDate\\\":\\\"2022-07-09\\\",\\\"LocalFromTime\\\":\\\"2022-07-09 13:50\\\",\\\"FromUTCTime\\\":\\\"2022-07-09 13:50\\\",\\\"LocalToTime\\\":\\\"2022-07-09 15:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-09 15:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4700,\\\"PublishedFareTxt\\\":\\\"4,700\\\",\\\"ApiResultIndex\\\":\\\"441-051c0-a2375-56646-496fa\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4700,\\\"PublishedFare\\\":4700,\\\"PublishedFareAgent\\\":4700,\\\"OfferedFareAgent\\\":4700,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"441_6402\\\",\\\"ApiResultIndex\\\":\\\"441_6402\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4500,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8492\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"13:50\\\",\\\"strArrivalDtTime\\\":\\\"15:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-09T15:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-09T13:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657305000,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"TFBQJQ\\\",\\\"OnwardGroupPNRDummy\\\":\\\"TFBQJQ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"24A46452C1D248B588F2BB65F3C2A6B4\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006259289\",\"leadEmail\":\"Cadburytravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Aidel Fayaz \",\"passenger-lastname-1\":\"parray\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Cadburytravel@gmail.com\",\"UserSysId\":\"14650\",\"CustomerSysId\":\"208100\",\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ehsan ul\",\"LastName\":\"Haq\",\"Password_cu\":\"\",\"AgencyName\":\"CADBURY TOUR and Travels\",\"AgencyCode\":\"122111.2211613512211E108\",\"ContactNo1\":\"7006259289\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6024CA6-7459-488F-B94D-8E0B4F9DCD50\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"TFBQJQ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Aidel Fayaz \",\"lN\":\"parray\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"24A46452C1D248B588F2BB65F3C2A6B4\"],\"status\":\"SUCCESS\"}}}','2022-06-17 22:37:59'),(490,'c4775-00003-c9721-ae0d2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c4775-00003-c9721-ae0d2\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-c4775-00003-c9721-ae0d2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"07572D4C95C8480CBA93BF104883E233\"}],\"flight_booking_id_Arr\":[\"70\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"travelwithskyroute@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006310658\",\"FirstName\":\"DAR TAFAZUL\",\"LastName\":\"ISLAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13231\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-17 22:56:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"37\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"37\",\"CustomerMemSysId\":[\"37\"],\"flight_booking_customer\":[[\"84\"]],\"SearchTraceId\":\"c4775-00003-c9721-ae0d2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c4775-00003-c9721-ae0d2\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 22:54:53\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c4775-00003-c9721-ae0d2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"c4775-00003-c9721-ae0d2\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-17 22:54:53\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"c4775-00003-c9721-ae0d2\\\",\\\"apiTraceId\\\":\\\"437_6277\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3300,\\\"PublishedFareTxt\\\":\\\"3,300\\\",\\\"ApiResultIndex\\\":\\\"437-c4775-00003-c9721-ae0d2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3100,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3300,\\\"PublishedFare\\\":3300,\\\"PublishedFareAgent\\\":3300,\\\"OfferedFareAgent\\\":3300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6277\\\",\\\"ApiResultIndex\\\":\\\"437_6277\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3100,\\\"BaseFare\\\":3100,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"8\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"NCRG8G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"NCRG8G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"07572D4C95C8480CBA93BF104883E233\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006310658\",\"leadEmail\":\"travelwithskyroute@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"DAR TAFAZUL\",\"passenger-lastname-1\":\"ISLAM\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13231\",\"Salutation\":\"1\",\"EmailId\":\"travelwithskyroute@gmail.com\",\"FirstName\":\"DAR TAFAZUL\",\"LastName\":\"ISLAM\",\"CountryCode\":\"91\",\"MobileNo\":\"7006310658\"},\"_sessiondata\":{\"EmailId\":\"travelwithskyroute@gmail.com\",\"UserSysId\":\"14696\",\"CustomerSysId\":\"208361\",\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ASHIQ HUSSAIN\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY ROUTE TRAVELS\",\"AgencyCode\":\"11132\",\"ContactNo1\":\"7006310658\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"32195243-02A7-4165-9229-26F45E3FCF4D\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"DAR TAFAZUL\",\"lN\":\"ISLAM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"07572D4C95C8480CBA93BF104883E233\"],\"status\":\"SUCCESS\"}}}','2022-06-17 22:57:37'),(492,'c7efa-ee152-7981a-c6dc0','{\"FlightBookingData\":[{\"bookingId\":\"DMC100236102622\",\"bookingId_TJ\":\"TJ100236102622\",\"FlightNumber\":\"G8-581\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"c7efa-ee152-7981a-c6dc0\",\"apiTraceId\":\"11-3246870133_2DELSXRG8581_46806664607885\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:15\",\"ArrivalTime\":\"17:50\",\"TravelDate\":\"2022-07-07T16:15\",\"LocalFromTime\":\"2022-07-07 16:15\",\"FromUTCTime\":\"2022-07-07T16:15\",\"LocalToTime\":\"2022-07-07 17:50\",\"ToUTCTime\":\"2022-07-07T17:50\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,483\",\"ApiResultIndex\":\"11-3246870133_2DELSXRG8581_46806664607885\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5317.7,\"PublishedFare\":5482.9,\"PublishedFareAgent\":5782.9,\"OfferedFareAgent\":5482.9,\"OfferedFare\":5317.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3246870133_0DELSXRG8581_46817074903664\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5782.9,\"CostToAgent\":5482.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":5317.7,\"BaseFareCal\":5342.9,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5782.9,\"CostToAgent\":5482.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":5482.9,\"CostToCustomer\":5482.9,\"BaseFareCal\":5342.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":5342.9,\"intOfferedFare\":5317.7,\"intPublishFare\":5317.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5782.9,\"CostToAgent\":5482.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"430\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-07T17:50\",\"SegFlightNumber\":\"G8-581\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-07T16:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:15\",\"strArrivalDtTime\":\"17:50\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3246870133_2DELSXRG8581_46806664607885\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-3246870133_2DELSXRG8581_46806664607885\",\"SearchTraceId\":\"c7efa-ee152-7981a-c6dc0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c7efa-ee152-7981a-c6dc0\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 23:05:38\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-17 23:05:50'),(494,'b7140-87804-0e6b0-901f9','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b7140-87804-0e6b0-901f9\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-b7140-87804-0e6b0-901f9\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0C4\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0BI\"}],\"apiTraceId\":\"432_6124\",\"SearchTraceId\":\"b7140-87804-0e6b0-901f9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"22\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\",\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b7140-87804-0e6b0-901f9\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"22\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\",\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-17 23:14:13\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-17 23:15:40'),(496,'30a4f-67d45-c5525-c403f','{\"FlightBookingData\":[{\"bookingId\":\"DMC103936109743\",\"bookingId_TJ\":\"TJ103936109743\",\"FlightNumber\":\"G8-192\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"30a4f-67d45-c5525-c403f\",\"apiTraceId\":\"11-6698616061_2SXRDELG8192_88403103413584\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:55\",\"TravelDate\":\"2022-06-19T07:20\",\"LocalFromTime\":\"2022-06-19 07:20\",\"FromUTCTime\":\"2022-06-19T07:20\",\"LocalToTime\":\"2022-06-19 08:55\",\"ToUTCTime\":\"2022-06-19T08:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,283\",\"ApiResultIndex\":\"11-6698616061_2SXRDELG8192_88403103413584\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6282.9,\"PublishedFareAgent\":6282.9,\"OfferedFareAgent\":6282.9,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6698616061_0SXRDELG8192_3132167928004\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6282.9,\"CostToAgent\":6282.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6142.9,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6282.9,\"CostToAgent\":6282.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":6282.9,\"CostToCustomer\":6282.9,\"BaseFareCal\":6142.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":6142.9,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6282.9,\"CostToAgent\":6282.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"492\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-19T08:55\",\"SegFlightNumber\":\"G8-192\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-19T07:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-6698616061_2SXRDELG8192_88403103413584\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-6698616061_2SXRDELG8192_88403103413584\",\"SearchTraceId\":\"30a4f-67d45-c5525-c403f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"19\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"30a4f-67d45-c5525-c403f\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 07:33:20\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-18 07:33:46'),(500,'c6bd8-5f656-93b1e-12f20','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c6bd8-5f656-93b1e-12f20\",\"apiTraceId\":\"425_5806\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 06:35\",\"FromUTCTime\":\"2022-06-25 06:35\",\"LocalToTime\":\"2022-06-25 08:35:00\",\"ToUTCTime\":\"2022-06-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-c6bd8-5f656-93b1e-12f20\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5806\",\"ApiResultIndex\":\"425_5806\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PYIWNP\",\"OnwardGroupPNRDummy\":\"PYIWNP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5806\",\"SearchTraceId\":\"c6bd8-5f656-93b1e-12f20\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[\"\"],\"intCountryCode\":\"\",\"destinationCityId\":[\"\"],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"c6bd8-5f656-93b1e-12f20\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 12:58:10\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-18 13:00:58'),(501,'360c4-277cd-f7c25-03e14','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"360c4-277cd-f7c25-03e14\",\"apiTraceId\":\"425_5806\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 06:35\",\"FromUTCTime\":\"2022-06-25 06:35\",\"LocalToTime\":\"2022-06-25 08:35:00\",\"ToUTCTime\":\"2022-06-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-360c4-277cd-f7c25-03e14\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5806\",\"ApiResultIndex\":\"425_5806\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PYIWNP\",\"OnwardGroupPNRDummy\":\"PYIWNP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5806\",\"SearchTraceId\":\"360c4-277cd-f7c25-03e14\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[\"\"],\"intCountryCode\":\"\",\"destinationCityId\":[\"\"],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"360c4-277cd-f7c25-03e14\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 13:09:17\",\"IsChangeSearch\":0}}','2022-06-18 13:10:17'),(504,'92469-32830-8b6f3-feea6','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"92469-32830-8b6f3-feea6\",\"apiTraceId\":\"425_5806\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 06:35\",\"FromUTCTime\":\"2022-06-25 06:35\",\"LocalToTime\":\"2022-06-25 08:35:00\",\"ToUTCTime\":\"2022-06-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-92469-32830-8b6f3-feea6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5806\",\"ApiResultIndex\":\"425_5806\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PYIWNP\",\"OnwardGroupPNRDummy\":\"PYIWNP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"75317AB1092E4C6E9770994DE1A4E024\"}],\"flight_booking_id_Arr\":[\"71\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"SABIR UDDIN\",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 14:19:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"SABIR UDDIN\",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 14:19:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"92469-32830-8b6f3-feea6\",\"modified\":\"2022-06-18 14:19:10\",\"created\":\"2022-06-18 14:19:10\",\"CustomerMemberSysId\":\"27\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"85\"]],\"SearchTraceId\":\"92469-32830-8b6f3-feea6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\"],\"departure_datesf\":[\"25\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-25\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"92469-32830-8b6f3-feea6\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 14:17: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\":\"92469-32830-8b6f3-feea6\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-25\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"92469-32830-8b6f3-feea6\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-18 14:17:35\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"92469-32830-8b6f3-feea6\\\",\\\"apiTraceId\\\":\\\"425_5806\\\",\\\"AirlineSysId\\\":\\\"0\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-25 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-92469-32830-8b6f3-feea6\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5806\\\",\\\"ApiResultIndex\\\":\\\"425_5806\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"PYIWNP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"PYIWNP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"75317AB1092E4C6E9770994DE1A4E024\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SABIR UDDIN\",\"passenger-lastname-1\":\"SEKH\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null}','2022-06-18 14:19:10'),(505,'df335-d9702-b2b73-886cb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"df335-d9702-b2b73-886cb\",\"apiTraceId\":\"425_5806\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 06:35\",\"FromUTCTime\":\"2022-06-25 06:35\",\"LocalToTime\":\"2022-06-25 08:35:00\",\"ToUTCTime\":\"2022-06-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-df335-d9702-b2b73-886cb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5806\",\"ApiResultIndex\":\"425_5806\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PYIWNP\",\"OnwardGroupPNRDummy\":\"PYIWNP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5806\",\"SearchTraceId\":\"df335-d9702-b2b73-886cb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[\"\"],\"intCountryCode\":\"\",\"destinationCityId\":[\"\"],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"df335-d9702-b2b73-886cb\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 14:20:06\",\"IsChangeSearch\":1}}','2022-06-18 14:21:26'),(506,'82596-7cdd0-d3500-87b3b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"82596-7cdd0-d3500-87b3b\",\"apiTraceId\":\"425_5806\",\"AirlineSysId\":\"0\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 06:35\",\"FromUTCTime\":\"2022-06-25 06:35\",\"LocalToTime\":\"2022-06-25 08:35:00\",\"ToUTCTime\":\"2022-06-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-82596-7cdd0-d3500-87b3b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5806\",\"ApiResultIndex\":\"425_5806\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PYIWNP\",\"OnwardGroupPNRDummy\":\"PYIWNP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5806\",\"SearchTraceId\":\"82596-7cdd0-d3500-87b3b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[\"\"],\"intCountryCode\":\"\",\"destinationCityId\":[\"\"],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"82596-7cdd0-d3500-87b3b\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 14:26:03\",\"IsChangeSearch\":1}}','2022-06-18 14:27:20'),(508,'9d7d6-cf32f-c4fbc-52c66','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9d7d6-cf32f-c4fbc-52c66\",\"apiTraceId\":\"425_5806\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 06:35\",\"FromUTCTime\":\"2022-06-25 06:35\",\"LocalToTime\":\"2022-06-25 08:35:00\",\"ToUTCTime\":\"2022-06-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-9d7d6-cf32f-c4fbc-52c66\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"1\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5806\",\"ApiResultIndex\":\"425_5806\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PYIWNP\",\"OnwardGroupPNRDummy\":\"PYIWNP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5806\",\"SearchTraceId\":\"9d7d6-cf32f-c4fbc-52c66\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[\"\"],\"intCountryCode\":\"\",\"destinationCityId\":[\"\"],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"9d7d6-cf32f-c4fbc-52c66\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 14:54:24\",\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-18 14:56:35');
INSERT INTO `tbl_temp_data` VALUES (514,'264b3-7da0f-db607-2805a','{\"FlightBookingData\":[{\"bookingId\":\"DMC108536147429\",\"bookingId_TJ\":\"TJ108536147429\",\"FlightNumber\":\"G8-213\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"264b3-7da0f-db607-2805a\",\"apiTraceId\":\"11-3961953886_0SXRIXJG8213_20305986145927\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-06-23T13:50\",\"LocalFromTime\":\"2022-06-23 13:50\",\"FromUTCTime\":\"2022-06-23T13:50\",\"LocalToTime\":\"2022-06-23 14:45\",\"ToUTCTime\":\"2022-06-23T14:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,433\",\"ApiResultIndex\":\"11-3961953886_0SXRIXJG8213_20305986145927\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3267.7,\"PublishedFare\":3432.8999999999996,\"PublishedFareAgent\":3432.8999999999996,\"OfferedFareAgent\":3432.8999999999996,\"OfferedFare\":3267.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3961953886_0SXRIXJG8213_38738990422535\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3432.8999999999996,\"CostToAgent\":3432.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3267.7,\"BaseFareCal\":3292.8999999999996,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3432.8999999999996,\"CostToAgent\":3432.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3432.8999999999996,\"CostToCustomer\":3432.8999999999996,\"BaseFareCal\":3292.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3292.8999999999996,\"intOfferedFare\":3267.7,\"intPublishFare\":3267.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3432.8999999999996,\"CostToAgent\":3432.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"918\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-23T14:45\",\"SegFlightNumber\":\"G8-213\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T13:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3961953886_0SXRIXJG8213_20305986145927\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"72\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13252\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"alummattravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419033719\",\"FirstName\":\"abc\",\"LastName\":\"cccc\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13252\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 16:02:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"38\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"38\",\"CustomerMemSysId\":[\"38\"],\"flight_booking_customer\":[[\"86\"]],\"SearchTraceId\":\"264b3-7da0f-db607-2805a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"20\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\",\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"264b3-7da0f-db607-2805a\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"20\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\",\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 16:01:50\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"264b3-7da0f-db607-2805a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"20\\\\\\/06\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXJ\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destination\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-23\\\",\\\"2022-06-20\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13021],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"264b3-7da0f-db607-2805a\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXJ\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"IXJ\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destinationCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"20\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\",\\\"20 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-18 16:01:50\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107136147334\\\",\\\"bookingId_TJ\\\":\\\"TJ107136147334\\\",\\\"FlightNumber\\\":\\\"G8-213\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"264b3-7da0f-db607-2805a\\\",\\\"apiTraceId\\\":\\\"11-3961953886_2SXRIXJG8213_19926689900996\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"13:50\\\",\\\"ArrivalTime\\\":\\\"14:45\\\",\\\"TravelDate\\\":\\\"2022-06-23T13:50\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 13:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-23T13:50\\\",\\\"LocalToTime\\\":\\\"2022-06-23 14:45\\\",\\\"ToUTCTime\\\":\\\"2022-06-23T14:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":55,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FlightDuration\\\":\\\"01h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,433\\\",\\\"ApiResultIndex\\\":\\\"11-3961953886_2SXRIXJG8213_19926689900996\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3000,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3267.7,\\\"PublishedFare\\\":3432.8999999999996,\\\"PublishedFareAgent\\\":3432.8999999999996,\\\"OfferedFareAgent\\\":3432.8999999999996,\\\"OfferedFare\\\":3267.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3961953886_0SXRIXJG8213_20305986145927\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3432.8999999999996,\\\"CostToAgent\\\":3432.8999999999996,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":3267.7,\\\"BaseFareCal\\\":3292.8999999999996,\\\"BaseFare\\\":3000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3432.8999999999996,\\\"CostToAgent\\\":3432.8999999999996,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":140,\\\"IntTaxOnAgencyFixMarkUp\\\":25.2,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":25.2,\\\"PublishFare\\\":3432.8999999999996,\\\"CostToCustomer\\\":3432.8999999999996,\\\"BaseFareCal\\\":3292.8999999999996,\\\"intCommisionEarnedForAgency\\\":140,\\\"CostToCompany\\\":3292.8999999999996,\\\"intOfferedFare\\\":3267.7,\\\"intPublishFare\\\":3267.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3432.8999999999996,\\\"CostToAgent\\\":3432.8999999999996,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"373\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T14:45\\\",\\\"SegFlightNumber\\\":\\\"G8-213\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-06-23T13:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":55,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"13:50\\\",\\\"strArrivalDtTime\\\":\\\"14:45\\\",\\\"FlightDuration\\\":\\\"0h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-3961953886_2SXRIXJG8213_19926689900996\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419033719\",\"leadEmail\":\"alummattravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"abc\",\"passenger-lastname-1\":\"cccc\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13252\",\"Salutation\":\"1\",\"EmailId\":\"alummattravels@gmail.com\",\"FirstName\":\"abc\",\"LastName\":\"cccc\",\"CountryCode\":\"91\",\"MobileNo\":\"9419033719\"},\"_sessiondata\":{\"EmailId\":\"alummattravels@gmail.com\",\"UserSysId\":\"14717\",\"CustomerSysId\":\"208426\",\"AgencySysId\":\"13252\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Jahangeer habibullah\",\"LastName\":\"Ganai\",\"Password_cu\":\"\",\"AgencyName\":\"AL UMMAT TRAVELS\",\"AgencyCode\":\"11153\",\"ContactNo1\":\"9419033719\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E7508C02-A855-4170-B6AA-BC0AA5BD0C49\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":2,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-18 16:03:14'),(516,'6117e-b52e5-a1337-965b5','{\"FlightBookingData\":[{\"bookingId\":\"DMC101336147661\",\"bookingId_TJ\":\"TJ101336147661\",\"FlightNumber\":\"G8-357\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"6117e-b52e5-a1337-965b5\",\"apiTraceId\":\"11-1342112944_0DELIXLG8357IXLSXRG8357_25497137897447\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:00\",\"ArrivalTime\":\"08:25\",\"TravelDate\":\"2022-06-19T05:00\",\"LocalFromTime\":\"2022-06-19 05:00\",\"FromUTCTime\":\"2022-06-19T05:00\",\"LocalToTime\":\"2022-06-19 08:25\",\"ToUTCTime\":\"2022-06-19T08:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"Leh IN\",\"GroundTime\":85,\"LAYOVERDuration\":\"1h 25m\",\"FlyingMinutes\":205,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FlightDuration\":\"03h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,983\",\"ApiResultIndex\":\"11-1342112944_0DELIXLG8357IXLSXRG8357_25497137897447\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3550,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3817.7,\"PublishedFare\":3982.8999999999996,\"PublishedFareAgent\":3982.8999999999996,\"OfferedFareAgent\":3982.8999999999996,\"OfferedFare\":3817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1342112944_0DELIXLG8357IXLSXRG8357_30654451195212\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3982.8999999999996,\"CostToAgent\":3982.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3817.7,\"BaseFareCal\":3842.8999999999996,\"BaseFare\":3550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3982.8999999999996,\"CostToAgent\":3982.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3982.8999999999996,\"CostToCustomer\":3982.8999999999996,\"BaseFareCal\":3842.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3842.8999999999996,\"intOfferedFare\":3817.7,\"intPublishFare\":3817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3982.8999999999996,\"CostToAgent\":3982.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"393\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Leh IN\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXL\",\"destinationArrTime\":\"2022-06-19T06:15\",\"SegFlightNumber\":\"G8-357\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-19T05:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":75,\"GroundTime\":85,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"05:00\",\"strArrivalDtTime\":\"06:15\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":\"1h 25m\",\"LAYOVERCity\":\"Leh IN\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"394\",\"originAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Leh IN\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-19T08:25\",\"SegFlightNumber\":\"G8-357\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"IXL\",\"originDepTime\":\"2022-06-19T07:40\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":45,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"07:40\",\"strArrivalDtTime\":\"08:25\",\"FlightDuration\":\"0h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"11-1342112944_0DELIXLG8357IXLSXRG8357_25497137897447\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-1342112944_0DELIXLG8357IXLSXRG8357_25497137897447\",\"SearchTraceId\":\"6117e-b52e5-a1337-965b5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"19\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6117e-b52e5-a1337-965b5\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 16:05:01\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-18 16:06:29'),(517,'35','{\"_sessiondata\":{\"EmailId\":\"bengaltravelservice1@gmail.com\",\"UserSysId\":\"14525\",\"CustomerSysId\":\"207602\",\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD\",\"LastName\":\"NASIM\",\"Password_cu\":\"\",\"AgencyName\":\"BENGAL TRAVEL SERVICE\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9831086208\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"97AFD685-BA59-4F1A-985C-E7298E5DDE81\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"15000\",\"RefrenceNo\":\"1\",\"CreditDate\":\"18\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-18 16:23:18'),(518,'36','{\"_sessiondata\":{\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14518\",\"CustomerSysId\":\"207518\",\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"ATTAR\",\"Password_cu\":\"\",\"AgencyName\":\"ATTAR TRAVELS\",\"AgencyCode\":\"11148\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AA482171-B03C-4D4F-938E-34B89AB64679\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"G\",\"CreditDate\":\"18\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-18 16:23:25'),(525,'0ec8c-c9986-9ae91-79641','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ec8c-c9986-9ae91-79641\",\"apiTraceId\":\"433_6169\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 11:35\",\"FromUTCTime\":\"2022-06-26 11:35\",\"LocalToTime\":\"2022-06-26 13:20:00\",\"ToUTCTime\":\"2022-06-26 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"433-0ec8c-c9986-9ae91-79641\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6169\",\"ApiResultIndex\":\"433_6169\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":4830.508474576271,\"ExtraMarkupOnGST\":869.4915254237294}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":4830.508474576271,\"ExtraMarkupOnGST\":869.4915254237294},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"GJ45XE\",\"OnwardGroupPNRDummy\":\"GJ45XE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"8B8F813BB3A848E294C757713B8DBC22\"}],\"flight_booking_id_Arr\":[\"73\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"KAMAL\",\"LastName\":\"CHOUDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 16:28:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"28\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9831086208\",\"FirstName\":\"MUMTAZ \",\"LastName\":\"CHOWDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 16:28:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"29\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831086208\",\"FirstName\":\"TOWHID ABDULLAH\",\"LastName\":\"CHOWDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 16:28:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"30\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"KAMAL\",\"LastName\":\"CHOUDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 16:28:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0ec8c-c9986-9ae91-79641\",\"modified\":\"2022-06-18 16:28:03\",\"created\":\"2022-06-18 16:28:03\",\"CustomerMemberSysId\":\"28\"},{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9831086208\",\"FirstName\":\"MUMTAZ \",\"LastName\":\"CHOWDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 16:28:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0ec8c-c9986-9ae91-79641\",\"modified\":\"2022-06-18 16:28:03\",\"created\":\"2022-06-18 16:28:03\",\"CustomerMemberSysId\":\"29\"},{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831086208\",\"FirstName\":\"TOWHID ABDULLAH\",\"LastName\":\"CHOWDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 16:28:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0ec8c-c9986-9ae91-79641\",\"modified\":\"2022-06-18 16:28:03\",\"created\":\"2022-06-18 16:28:03\",\"CustomerMemberSysId\":\"30\"}],\"CustomerSysId\":\"21\",\"CustomerMemSysId\":[\"28\",\"29\",\"30\"],\"flight_booking_customer\":[[\"87\",\"88\",\"89\"]],\"SearchTraceId\":\"0ec8c-c9986-9ae91-79641\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/06\\/2022\"],\"departure_datesf\":[\"26\\/06\\/2022\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-26\",\"strDepatureDate\":[\"26\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0ec8c-c9986-9ae91-79641\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 16:26:25\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0ec8c-c9986-9ae91-79641\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-26\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0ec8c-c9986-9ae91-79641\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-18 16:26:25\\\",\\\"ContSysId\\\":null,\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0ec8c-c9986-9ae91-79641\\\",\\\"apiTraceId\\\":\\\"433_6169\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-26\\\",\\\"LocalFromTime\\\":\\\"2022-06-26 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-26 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-26 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-26 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":15000,\\\"PublishedFareTxt\\\":\\\"15,000\\\",\\\"ApiResultIndex\\\":\\\"433-0ec8c-c9986-9ae91-79641\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":13500,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":15000,\\\"PublishedFare\\\":15000,\\\"PublishedFareAgent\\\":15000,\\\"OfferedFareAgent\\\":15000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6169\\\",\\\"ApiResultIndex\\\":\\\"433_6169\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":15000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":13500,\\\"BaseFare\\\":13500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":15000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-26T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-26T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"26\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656181800,\\\"DepartureDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"GJ45XE\\\",\\\"OnwardGroupPNRDummy\\\":\\\"GJ45XE\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"8B8F813BB3A848E294C757713B8DBC22\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831086208\",\"leadEmail\":\"bengaltravelservice1@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"KAMAL\",\"passenger-lastname-1\":\"CHOUDHURY\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"MUMTAZ \",\"passenger-lastname-2\":\"CHOWDHURY\",\"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\":\"TOWHID ABDULLAH\",\"passenger-lastname-3\":\"CHOWDHURY\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bengaltravelservice1@gmail.com\",\"UserSysId\":\"14525\",\"CustomerSysId\":\"207602\",\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD\",\"LastName\":\"NASIM\",\"Password_cu\":\"\",\"AgencyName\":\"BENGAL TRAVEL SERVICE\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9831086208\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"97AFD685-BA59-4F1A-985C-E7298E5DDE81\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"GJ45XE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KAMAL\",\"lN\":\"CHOUDHURY\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"GJ45XE\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"MUMTAZ \",\"lN\":\"CHOWDHURY\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"GJ45XE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"TOWHID ABDULLAH\",\"lN\":\"CHOWDHURY\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"8B8F813BB3A848E294C757713B8DBC22\"],\"status\":\"SUCCESS\"}}}','2022-06-18 16:29:31'),(526,'37','{\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4400\",\"RefrenceNo\":\"\",\"CreditDate\":\"18\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-18 16:36:07'),(532,'3cd36-90db5-1f1f3-cf420','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"apiTraceId\":\"425_5805\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 06:35\",\"FromUTCTime\":\"2022-06-24 06:35\",\"LocalToTime\":\"2022-06-24 08:35:00\",\"ToUTCTime\":\"2022-06-24 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-3cd36-90db5-1f1f3-cf420\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5805\",\"ApiResultIndex\":\"425_5805\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"T9BFJF\",\"OnwardGroupPNRDummy\":\"T9BFJF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"00CE2E8B1E714BD9BE9FB02EF7B5D58A\"}],\"flight_booking_id_Arr\":[\"74\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"SALIM\",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 20:10:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"31\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"INJAJUL\",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 20:10:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"32\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"SALIM\",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 20:10:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"modified\":\"2022-06-18 20:10:48\",\"created\":\"2022-06-18 20:10:48\",\"CustomerMemberSysId\":\"31\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"INJAJUL\",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 20:10:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"modified\":\"2022-06-18 20:10:48\",\"created\":\"2022-06-18 20:10:48\",\"CustomerMemberSysId\":\"32\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"31\",\"32\"],\"flight_booking_customer\":[[\"90\",\"91\"]],\"SearchTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\"],\"departure_datesf\":[\"24\\/06\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-24\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 20:09:41\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3cd36-90db5-1f1f3-cf420\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-24\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"3cd36-90db5-1f1f3-cf420\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-18 20:09:41\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3cd36-90db5-1f1f3-cf420\\\",\\\"apiTraceId\\\":\\\"425_5805\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-24 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-3cd36-90db5-1f1f3-cf420\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5805\\\",\\\"ApiResultIndex\\\":\\\"425_5805\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"T9BFJF\\\",\\\"OnwardGroupPNRDummy\\\":\\\"T9BFJF\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"00CE2E8B1E714BD9BE9FB02EF7B5D58A\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SALIM\",\"passenger-lastname-1\":\"SEKH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"INJAJUL\",\"passenger-lastname-2\":\"SEKH\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SALIM\",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"INJAJUL\",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"00CE2E8B1E714BD9BE9FB02EF7B5D58A\"],\"status\":\"SUCCESS\"}}}','2022-06-18 20:11:01'),(534,'195b5-1c970-3b894-30251','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"195b5-1c970-3b894-30251\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-195b5-1c970-3b894-30251\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"432_6132\",\"SearchTraceId\":\"195b5-1c970-3b894-30251\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\"],\"departure_datesf\":[\"30\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-30\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"195b5-1c970-3b894-30251\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 21:09:29\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-18 21:09:35'),(544,'ed8d9-11478-5abe8-3d478','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ed8d9-11478-5abe8-3d478\",\"apiTraceId\":\"431_6082\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 18:55\",\"FromUTCTime\":\"2022-06-21 18:55\",\"LocalToTime\":\"2022-06-21 22:05:00\",\"ToUTCTime\":\"2022-06-21 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-ed8d9-11478-5abe8-3d478\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6082\",\"ApiResultIndex\":\"431_6082\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"XBZUJP\",\"OnwardGroupPNRDummy\":\"XBZUJP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"03O\",\"bookingId\":\"203EF77E4B08463BA802467B82EE0BC7\"}],\"flight_booking_id_Arr\":[\"75\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13296\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"hikmat123travel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889435094\",\"FirstName\":\"Bbb\",\"LastName\":\"Gff\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13296\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 22:34:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"39\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"39\",\"CustomerMemSysId\":[\"39\"],\"flight_booking_customer\":[[\"92\"]],\"SearchTraceId\":\"ed8d9-11478-5abe8-3d478\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"ed8d9-11478-5abe8-3d478\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 22:32:25\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ed8d9-11478-5abe8-3d478\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"ed8d9-11478-5abe8-3d478\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-18 22:32:25\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ed8d9-11478-5abe8-3d478\\\",\\\"apiTraceId\\\":\\\"431_6082\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 18:55\\\",\\\"LocalToTime\\\":\\\"2022-06-21 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"431-ed8d9-11478-5abe8-3d478\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6082\\\",\\\"ApiResultIndex\\\":\\\"431_6082\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"XBZUJP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"XBZUJP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"03O\\\",\\\"bookingId\\\":\\\"203EF77E4B08463BA802467B82EE0BC7\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889435094\",\"leadEmail\":\"hikmat123travel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Bbb\",\"passenger-lastname-1\":\"Gff\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13296\",\"Salutation\":\"1\",\"EmailId\":\"hikmat123travel@gmail.com\",\"FirstName\":\"Bbb\",\"LastName\":\"Gff\",\"CountryCode\":\"91\",\"MobileNo\":\"7889435094\"},\"_sessiondata\":{\"EmailId\":\"hikmat123travel@gmail.com\",\"UserSysId\":\"14761\",\"CustomerSysId\":\"208695\",\"AgencySysId\":\"13296\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NADEEM\",\"LastName\":\"HUSSAIN\",\"Password_cu\":\"\",\"AgencyName\":\"HIKMAT TRAVLS\",\"AgencyCode\":\"11197\",\"ContactNo1\":\"7889435094\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FA681421-D094-4B96-A10E-EE834EBFB6D8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"3\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-18 22:35:44'),(550,'8c0ea-dbf7c-ac706-70961','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8c0ea-dbf7c-ac706-70961\",\"apiTraceId\":\"441_6402\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 13:50\",\"FromUTCTime\":\"2022-07-09 13:50\",\"LocalToTime\":\"2022-07-09 15:20:00\",\"ToUTCTime\":\"2022-07-09 15:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"441-8c0ea-dbf7c-ac706-70961\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"441_6402\",\"ApiResultIndex\":\"441_6402\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"080\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T15:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T13:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"TFBQJQ\",\"OnwardGroupPNRDummy\":\"TFBQJQ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07E\",\"bookingId\":\"DD4CE8FA81FD48D5820C6B940DB55506\"}],\"flight_booking_id_Arr\":[\"76\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13221\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9796796000\",\"FirstName\":\"ASIMA\",\"LastName\":\"ASIMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13221\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-18 23:19:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"40\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"40\",\"CustomerMemSysId\":[\"40\"],\"flight_booking_customer\":[[\"93\"]],\"SearchTraceId\":\"8c0ea-dbf7c-ac706-70961\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8c0ea-dbf7c-ac706-70961\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-18 23:17:26\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8c0ea-dbf7c-ac706-70961\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8c0ea-dbf7c-ac706-70961\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"09 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-18 23:17:26\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8492\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8c0ea-dbf7c-ac706-70961\\\",\\\"apiTraceId\\\":\\\"441_6402\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"13:50\\\",\\\"ArrivalTime\\\":\\\"15:35\\\",\\\"TravelDate\\\":\\\"2022-07-09\\\",\\\"LocalFromTime\\\":\\\"2022-07-09 13:50\\\",\\\"FromUTCTime\\\":\\\"2022-07-09 13:50\\\",\\\"LocalToTime\\\":\\\"2022-07-09 15:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-09 15:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4700,\\\"PublishedFareTxt\\\":\\\"4,700\\\",\\\"ApiResultIndex\\\":\\\"441-8c0ea-dbf7c-ac706-70961\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4700,\\\"PublishedFare\\\":4700,\\\"PublishedFareAgent\\\":4700,\\\"OfferedFareAgent\\\":4700,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"441_6402\\\",\\\"ApiResultIndex\\\":\\\"441_6402\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4500,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"080\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8492\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"13:50\\\",\\\"strArrivalDtTime\\\":\\\"15:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-09T15:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-09T13:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657305000,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"TFBQJQ\\\",\\\"OnwardGroupPNRDummy\\\":\\\"TFBQJQ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"07E\\\",\\\"bookingId\\\":\\\"DD4CE8FA81FD48D5820C6B940DB55506\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9796796000\",\"leadEmail\":\"hayatitravels.sxr@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"ASIMA\",\"passenger-lastname-1\":\"ASIMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13221\",\"Salutation\":\"3\",\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"FirstName\":\"ASIMA\",\"LastName\":\"ASIMA\",\"CountryCode\":\"91\",\"MobileNo\":\"9796796000\"},\"_sessiondata\":{\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"UserSysId\":\"14686\",\"CustomerSysId\":\"208336\",\"AgencySysId\":\"13221\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"HUSSAIN\",\"Password_cu\":\"\",\"AgencyName\":\"HAYATI TOUR & TRAVELS\",\"AgencyCode\":\"11122\",\"ContactNo1\":\"9797150324\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"984FEAAD-65F9-438E-A919-18201C5D5C85\",\"Address\":\"\",\"PinCode\":\"191111\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14686\\/logo_1655463286.jpg\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"TFBQJQ\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"ASIMA\",\"lN\":\"ASIMA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DD4CE8FA81FD48D5820C6B940DB55506\"],\"status\":\"SUCCESS\"}}}','2022-06-18 23:19:54'),(559,'808c0-913ea-e6052-b90bb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"808c0-913ea-e6052-b90bb\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6600,\"PublishedFareTxt\":\"6,600\",\"ApiResultIndex\":\"437-808c0-913ea-e6052-b90bb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6600,\"PublishedFare\":6600,\"PublishedFareAgent\":6600,\"OfferedFareAgent\":6600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6200,\"BaseFare\":6200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1186.4406779661017,\"ExtraMarkupOnGST\":213.5593220338983}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":1186.4406779661017,\"ExtraMarkupOnGST\":213.5593220338983},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"723E3F5ED13F4DCFA68E2B14A61CC1C8\"}],\"flight_booking_id_Arr\":[\"77\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13311\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"furaat.tourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9622624447\",\"FirstName\":\"Irfan\",\"LastName\":\"Latief\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13311\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 10:54:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"41\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13311\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"41\",\"EmailId\":\"furaat.tourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9622624447\",\"FirstName\":\"Lateef Ahmad\",\"LastName\":\"Ganaie\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13311\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 10:54:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"33\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13311\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"41\",\"EmailId\":\"furaat.tourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9622624447\",\"FirstName\":\"Lateef Ahmad\",\"LastName\":\"Ganaie\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13311\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 10:54:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"808c0-913ea-e6052-b90bb\",\"modified\":\"2022-06-19 10:54:43\",\"created\":\"2022-06-19 10:54:43\",\"CustomerMemberSysId\":\"33\"}],\"CustomerSysId\":\"41\",\"CustomerMemSysId\":[\"41\",\"33\"],\"flight_booking_customer\":[[\"94\",\"95\"]],\"SearchTraceId\":\"808c0-913ea-e6052-b90bb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"808c0-913ea-e6052-b90bb\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 10:53:06\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"808c0-913ea-e6052-b90bb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"808c0-913ea-e6052-b90bb\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 10:53:06\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"808c0-913ea-e6052-b90bb\\\",\\\"apiTraceId\\\":\\\"437_6277\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6600,\\\"PublishedFareTxt\\\":\\\"6,600\\\",\\\"ApiResultIndex\\\":\\\"437-808c0-913ea-e6052-b90bb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6200,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6600,\\\"PublishedFare\\\":6600,\\\"PublishedFareAgent\\\":6600,\\\"OfferedFareAgent\\\":6600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6277\\\",\\\"ApiResultIndex\\\":\\\"437_6277\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":6600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6200,\\\"BaseFare\\\":6200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":6600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"8\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"NCRG8G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"NCRG8G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"723E3F5ED13F4DCFA68E2B14A61CC1C8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9622624447\",\"leadEmail\":\"furaat.tourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Irfan\",\"passenger-lastname-1\":\"Latief\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Sopore\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34489\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Lateef Ahmad\",\"passenger-lastname-2\":\"Ganaie\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13311\",\"Salutation\":\"1\",\"EmailId\":\"furaat.tourandtravels@gmail.com\",\"FirstName\":\"Irfan\",\"LastName\":\"Latief\",\"CountryCode\":\"91\",\"MobileNo\":\"9622624447\"},\"_sessiondata\":{\"EmailId\":\"furaat.tourandtravels@gmail.com\",\"UserSysId\":\"14776\",\"CustomerSysId\":\"208724\",\"AgencySysId\":\"13311\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Kaisar\",\"LastName\":\"Shabir\",\"Password_cu\":\"\",\"AgencyName\":\"Furaat Tour and Travels\",\"AgencyCode\":\"11212\",\"ContactNo1\":\"9622624447\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ED10530C-C2A1-4E04-8AD2-4DB9F1D95490\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Irfan\",\"lN\":\"Latief\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Lateef Ahmad\",\"lN\":\"Ganaie\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"723E3F5ED13F4DCFA68E2B14A61CC1C8\"],\"status\":\"SUCCESS\"}}}','2022-06-19 10:57:15'),(561,'efe9e-e2b1d-307e7-21092','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"efe9e-e2b1d-307e7-21092\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-efe9e-e2b1d-307e7-21092\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6129\",\"SearchTraceId\":\"efe9e-e2b1d-307e7-21092\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"efe9e-e2b1d-307e7-21092\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 11:34:19\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-19 11:35:19'),(563,'a745e-336d0-0b284-d6d1d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a745e-336d0-0b284-d6d1d\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-a745e-336d0-0b284-d6d1d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6123\",\"SearchTraceId\":\"a745e-336d0-0b284-d6d1d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a745e-336d0-0b284-d6d1d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 12:35:14\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-19 12:35:39'),(570,'1d34d-7ed79-64ac4-ae32e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1d34d-7ed79-64ac4-ae32e\",\"apiTraceId\":\"424_5768\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:35\",\"FromUTCTime\":\"2022-07-03 18:35\",\"LocalToTime\":\"2022-07-03 20:35:00\",\"ToUTCTime\":\"2022-07-03 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5500,\"PublishedFareTxt\":\"5,500\",\"ApiResultIndex\":\"424-1d34d-7ed79-64ac4-ae32e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5500,\"PublishedFare\":5500,\"PublishedFareAgent\":5500,\"OfferedFareAgent\":5500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5768\",\"ApiResultIndex\":\"424_5768\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5000,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"032\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02G\",\"bookingId\":\"875C41C647864879ABB5169C403A6A90\"}],\"flight_booking_id_Arr\":[\"78\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13067\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"rajib04155@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"6005032573\",\"FirstName\":\"Rajib\",\"LastName\":\"Choudhury\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13067\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 13:15:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"42\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"42\",\"CustomerMemSysId\":[\"42\"],\"flight_booking_customer\":[[\"96\"]],\"SearchTraceId\":\"1d34d-7ed79-64ac4-ae32e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1d34d-7ed79-64ac4-ae32e\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 13:13:04\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1d34d-7ed79-64ac4-ae32e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1d34d-7ed79-64ac4-ae32e\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 13:13:04\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1d34d-7ed79-64ac4-ae32e\\\",\\\"apiTraceId\\\":\\\"424_5768\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-03 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":5500,\\\"PublishedFareTxt\\\":\\\"5,500\\\",\\\"ApiResultIndex\\\":\\\"424-1d34d-7ed79-64ac4-ae32e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5500,\\\"PublishedFare\\\":5500,\\\"PublishedFareAgent\\\":5500,\\\"OfferedFareAgent\\\":5500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5768\\\",\\\"ApiResultIndex\\\":\\\"424_5768\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5000,\\\"BaseFare\\\":5000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"032\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02G\\\",\\\"bookingId\\\":\\\"875C41C647864879ABB5169C403A6A90\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"6005032573\",\"leadEmail\":\"rajib04155@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Rajib\",\"passenger-lastname-1\":\"Choudhury\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13067\",\"Salutation\":\"1\",\"EmailId\":\"rajib04155@gmail.com\",\"FirstName\":\"Rajib\",\"LastName\":\"Choudhury\",\"CountryCode\":\"91\",\"MobileNo\":\"6005032573\"},\"_sessiondata\":{\"EmailId\":\"rajib04155@gmail.com\",\"UserSysId\":\"14523\",\"CustomerSysId\":\"207600\",\"AgencySysId\":\"13067\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Rajib\",\"LastName\":\"Choudhury\",\"Password_cu\":\"\",\"AgencyName\":\"Ticket shop\",\"AgencyCode\":\"11152\",\"ContactNo1\":\"6005032573\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F780B831-E458-4D6B-B623-7AEF27419A98\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-19 13:15:54'),(573,'24989-99bbc-235fd-ae5b8','{\"FlightBookingData\":[{\"bookingId\":\"DMC100136204002\",\"bookingId_TJ\":\"TJ100136204002\",\"FlightNumber\":\"SG-711\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"24989-99bbc-235fd-ae5b8\",\"apiTraceId\":\"4-5112175314_2DELBOMSG711_10197111763756\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"21:40\",\"ArrivalTime\":\"23:55\",\"TravelDate\":\"2022-06-19T21:40\",\"LocalFromTime\":\"2022-06-19 21:40\",\"FromUTCTime\":\"2022-06-19T21:40\",\"LocalToTime\":\"2022-06-19 23:55\",\"ToUTCTime\":\"2022-06-19T23:55\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sun, 19 Jun\",\"ArrivalDateTxt\":\"Sun, 19 Jun\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,415\",\"ApiResultIndex\":\"4-5112175314_2DELBOMSG711_10197111763756\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6530,\"Tax\":1104.7,\"YQTax\":0,\"OtherCharges\":743,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":344,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7634.7,\"PublishedFare\":7414.54,\"PublishedFareAgent\":7414.54,\"OfferedFareAgent\":7414.54,\"OfferedFare\":7355.54,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5112175314_0DELBOMSG711_5583782790854\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":16,\"classOfBooking\":\"CP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":279.16,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7414.54,\"CostToAgent\":7414.54,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1104.7,\"TotalBaseFare\":7634.7,\"BaseFareCal\":7364.54,\"BaseFare\":6530,\"CommissionEarned\":279.16,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":344,\"MFT\":2.7,\"OT\":743,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":279.16,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7414.54,\"CostToAgent\":7414.54,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":279.16,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":7414.54,\"CostToCustomer\":7414.54,\"BaseFareCal\":7364.54,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":7364.54,\"intOfferedFare\":7355.54,\"intPublishFare\":7634.7,\"TripjackMarkup\":0,\"TripjackCommission\":279.16,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":279.16,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7414.54,\"CostToAgent\":7414.54,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"869\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-19T23:55\",\"SegFlightNumber\":\"SG-711\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-19T21:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":16,\"strDepartureDtTime\":\"21:40\",\"strArrivalDtTime\":\"23:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg 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-5112175314_2DELBOMSG711_10197111763756\",\"FareRuleData\":{\"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\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"ARF\":200,\"CRFT\":9,\"ARFT\":10}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":200,\"CCFT\":9,\"ACFT\":10,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats beyond Spicemax\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-5112175314_2DELBOMSG711_10197111763756\",\"SearchTraceId\":\"24989-99bbc-235fd-ae5b8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"19\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"24989-99bbc-235fd-ae5b8\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Jun Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 13:07:31\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"VGML\",\"Price\":0,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"NVML\",\"Price\":0,\"Description\":\"Non Veg Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"869\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-06-19 13:26:35'),(574,'bf7b9-6e26d-0e2a8-cf77f','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-559\",\"keyIndex\":42,\"SegFlightNumberArr\":\"6E-559\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-7020103202_0SXRBOM6E559_847705689315712\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:05\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2022-06-28T18:05\",\"LocalFromTime\":\"2022-06-28 18:05\",\"FromUTCTime\":\"2022-06-28T18:05\",\"LocalToTime\":\"2022-06-28 20:55\",\"ToUTCTime\":\"2022-06-28T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3184,\"PublishedFareTxt\":\"3,184\",\"ApiResultIndex\":\"5-7020103202_0SXRBOM6E559_847705689315712\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"bf7b9-6e26d-0e2a8-cf77f\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2438,\"Tax\":627.7,\"YQTax\":0,\"OtherCharges\":286,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":124,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3065.7,\"PublishedFare\":3184,\"PublishedFarePerPax\":3184,\"OfferedFare\":2865.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7020103202_0SXRBOM6E559_847705689315712\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":627.7,\"BaseFareCal\":2914.21,\"BaseFare\":2438,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":124,\"MFT\":2.7,\"OT\":286,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3183.7,\"CostToCustomer\":3183.7,\"BaseFareCal\":2914.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":2914.21,\"intOfferedFare\":2865.7,\"intPublishFare\":3065.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"00Z\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-28T20:55\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-28T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-06-19 14:04:17'),(578,'9bbab-8f37a-84044-bd439','{\"FlightBookingData\":[{\"bookingId\":\"DMC106936207367\",\"bookingId_TJ\":\"TJ106936207367\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9bbab-8f37a-84044-bd439\",\"apiTraceId\":\"4-8943227860_0SXRDELSG919_100205373719955\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-07-04T18:40\",\"LocalFromTime\":\"2022-07-04 18:40\",\"FromUTCTime\":\"2022-07-04T18:40\",\"LocalToTime\":\"2022-07-04 20:20\",\"ToUTCTime\":\"2022-07-04T20:20\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,682\",\"ApiResultIndex\":\"4-8943227860_0SXRDELSG919_100205373719955\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5609,\"Tax\":1067.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":284,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6676.7,\"PublishedFare\":6682.41,\"PublishedFareAgent\":6682.41,\"OfferedFareAgent\":6682.41,\"OfferedFare\":6623.41,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8943227860_0SXRDELSG919_25659912250845\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":5,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":53.29,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6682.41,\"CostToAgent\":6682.41,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1067.7,\"TotalBaseFare\":6676.7,\"BaseFareCal\":6632.41,\"BaseFare\":5609,\"CommissionEarned\":53.29,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":284,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":53.29,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6682.41,\"CostToAgent\":6682.41,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":6676.7,\"oldFare\":6281.7,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":53.29,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6682.41,\"CostToCustomer\":6682.41,\"BaseFareCal\":6632.41,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6632.41,\"intOfferedFare\":6623.41,\"intPublishFare\":6676.7,\"TripjackMarkup\":0,\"TripjackCommission\":53.29,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":53.29,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6682.41,\"CostToAgent\":6682.41,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"956\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-04T20:20\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-04T18:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1C\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-8943227860_0SXRDELSG919_100205373719955\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":167.5,\"ARF\":3350,\"CRFT\":9,\"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\":{\"CCFT\":9,\"ACFT\":180,\"CCF\":50,\"ACF\":3600}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-8943227860_4SXRDELSG919_7854096948817\",\"SearchTraceId\":\"9bbab-8f37a-84044-bd439\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\"],\"to_des\":[\"Delhi (DEL)\"],\"departure_date\":[\"04\\/07\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"PreferredAirline\":[\"preferredairline\",\"6E\",\"SG\",\"G8\",\"AI\",\"UK\",\"I5\"],\"DirectFlight\":\"1\",\"from_city\":[\"Srinagar (SXR)\"],\"to_city\":[\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-07-04\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9bbab-8f37a-84044-bd439\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/07\\/2022\"],\"return_dates\":\"\",\"DepatureDateMobile\":[\"04 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 14:04:23\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"956\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-06-19 14:13:14'),(586,'7daf3-c7bcd-15173-b5ed3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7daf3-c7bcd-15173-b5ed3\",\"apiTraceId\":\"430_6036\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 16:00\",\"FromUTCTime\":\"2022-06-21 16:00\",\"LocalToTime\":\"2022-06-21 18:20:00\",\"ToUTCTime\":\"2022-06-21 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"430-7daf3-c7bcd-15173-b5ed3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6036\",\"ApiResultIndex\":\"430_6036\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"GHRZUH\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"9F0EE3EC40424D0980BEF0FD9CC8C75F\"}],\"flight_booking_id_Arr\":[\"79\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13281\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"info@dhruvtravelsonline.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8850470587\",\"FirstName\":\"Hardik\",\"LastName\":\"Jaluka\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13281\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:20:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"43\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"43\",\"CustomerMemSysId\":[\"43\"],\"flight_booking_customer\":[[\"97\"]],\"SearchTraceId\":\"7daf3-c7bcd-15173-b5ed3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\"],\"departure_datesf\":[\"21\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-21\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7daf3-c7bcd-15173-b5ed3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 15:15:39\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7daf3-c7bcd-15173-b5ed3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-21\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"7daf3-c7bcd-15173-b5ed3\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 15:15:39\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7daf3-c7bcd-15173-b5ed3\\\",\\\"apiTraceId\\\":\\\"430_6036\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 16:00\\\",\\\"LocalToTime\\\":\\\"2022-06-21 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"430-7daf3-c7bcd-15173-b5ed3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6036\\\",\\\"ApiResultIndex\\\":\\\"430_6036\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"9F0EE3EC40424D0980BEF0FD9CC8C75F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8850470587\",\"leadEmail\":\"info@dhruvtravelsonline.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Hardik\",\"passenger-lastname-1\":\"Jaluka\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Mumbai\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"18676\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13281\",\"Salutation\":\"1\",\"EmailId\":\"info@dhruvtravelsonline.com\",\"FirstName\":\"Hardik\",\"LastName\":\"Jaluka\",\"CountryCode\":\"91\",\"MobileNo\":\"8850470587\"},\"_sessiondata\":{\"EmailId\":\"info@dhruvtravelsonline.com\",\"UserSysId\":\"14746\",\"CustomerSysId\":\"208670\",\"AgencySysId\":\"13281\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ghanshyam\",\"LastName\":\"Menaria\",\"Password_cu\":\"\",\"AgencyName\":\"Dhruv Travels\",\"AgencyCode\":\"11182\",\"ContactNo1\":\"8850470587\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C65891D3-AABC-4E79-A0B4-1C8DE415604E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"GHRZUH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Hardik\",\"lN\":\"Jaluka\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"9F0EE3EC40424D0980BEF0FD9CC8C75F\"],\"status\":\"SUCCESS\"}}}','2022-06-19 15:23:34'),(592,'058ce-e0f7b-3268f-a42f3','{\"FlightBookingData\":[{\"bookingId\":\"DMC107636213213\",\"bookingId_TJ\":\"TJ107636213213\",\"FlightNumber\":\"UK-708\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"058ce-e0f7b-3268f-a42f3\",\"apiTraceId\":\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"20:20\",\"ArrivalTime\":\"22:45\",\"TravelDate\":\"2022-07-03T20:20\",\"LocalFromTime\":\"2022-07-03 20:20\",\"FromUTCTime\":\"2022-07-03T20:20\",\"LocalToTime\":\"2022-07-03 22:45\",\"ToUTCTime\":\"2022-07-03T22:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,917\",\"ApiResultIndex\":\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11756,\"Tax\":2779.4,\"YQTax\":0,\"OtherCharges\":1884,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":600,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":14535.4,\"PublishedFare\":13916.66,\"PublishedFareAgent\":14916.66,\"OfferedFareAgent\":13916.66,\"OfferedFare\":13798.66,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1037482683_0CCUDELUK708_14242957649650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2779.4,\"TotalBaseFare\":14535.4,\"BaseFareCal\":13816.66,\"BaseFare\":11756,\"CommissionEarned\":736.74,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":600,\"MFT\":5.4,\"OT\":1884,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":736.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":13916.66,\"CostToCustomer\":13916.66,\"BaseFareCal\":13816.66,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":13816.66,\"intOfferedFare\":13798.66,\"intPublishFare\":14535.4,\"TripjackMarkup\":0,\"TripjackCommission\":736.74,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":736.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":14916.66,\"CostToAgent\":13916.66,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"964\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-03T22:45\",\"SegFlightNumber\":\"UK-708\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-03T20:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:20\",\"strArrivalDtTime\":\"22:45\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-1037482683_1CCUDELUK708_104080768704863\",\"FareRuleData\":{\"fareRule\":{\"CCU-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\":{\"ACF\":525,\"CCF\":50,\"ACFT\":26.25,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"80\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"AMIT\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:45:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"44\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"KISHOR KUMAR\",\"LastName\":\"JUNEJA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:45:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"34\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"KISHOR KUMAR\",\"LastName\":\"JUNEJA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:45:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"058ce-e0f7b-3268f-a42f3\",\"modified\":\"2022-06-19 15:45:35\",\"created\":\"2022-06-19 15:45:35\",\"CustomerMemberSysId\":\"34\"}],\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"44\",\"34\"],\"flight_booking_customer\":[[\"98\",\"99\"]],\"SearchTraceId\":\"058ce-e0f7b-3268f-a42f3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"058ce-e0f7b-3268f-a42f3\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 15:44:42\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"058ce-e0f7b-3268f-a42f3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"058ce-e0f7b-3268f-a42f3\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 15:44:42\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107636213213\\\",\\\"bookingId_TJ\\\":\\\"TJ107636213213\\\",\\\"FlightNumber\\\":\\\"UK-708\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"058ce-e0f7b-3268f-a42f3\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"20:20\\\",\\\"ArrivalTime\\\":\\\"22:45\\\",\\\"TravelDate\\\":\\\"2022-07-03T20:20\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 20:20\\\",\\\"FromUTCTime\\\":\\\"2022-07-03T20:20\\\",\\\"LocalToTime\\\":\\\"2022-07-03 22:45\\\",\\\"ToUTCTime\\\":\\\"2022-07-03T22:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"13,917\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-1037482683_1CCUDELUK708_104080768704863\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11756,\\\"Tax\\\":2779.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1884,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":600,\\\"CarrierMiscFee\\\":260,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":14535.4,\\\"PublishedFare\\\":13916.66,\\\"PublishedFareAgent\\\":14916.66,\\\"OfferedFareAgent\\\":13916.66,\\\"OfferedFare\\\":13798.66,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-1037482683_0CCUDELUK708_14242957649650\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":1000,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":1000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":736.74,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1000,\\\"CostToAgentCustomer\\\":14916.66,\\\"CostToAgent\\\":13916.66,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2779.4,\\\"TotalBaseFare\\\":14535.4,\\\"BaseFareCal\\\":13816.66,\\\"BaseFare\\\":11756,\\\"CommissionEarned\\\":736.74,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":600,\\\"MFT\\\":5.4,\\\"OT\\\":1884,\\\"MU\\\":0,\\\"YR\\\":260,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":1000,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":736.74,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":1000,\\\"CostToAgentCustomer\\\":14916.66,\\\"CostToAgent\\\":13916.66,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":736.74,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":100,\\\"IntTaxOnAgencyFixMarkUp\\\":18,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":18,\\\"PublishFare\\\":13916.66,\\\"CostToCustomer\\\":13916.66,\\\"BaseFareCal\\\":13816.66,\\\"intCommisionEarnedForAgency\\\":100,\\\"CostToCompany\\\":13816.66,\\\"intOfferedFare\\\":13798.66,\\\"intPublishFare\\\":14535.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":736.74,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":736.74,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":1000,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":1000,\\\"CostToAgentCustomer\\\":14916.66,\\\"CostToAgent\\\":13916.66,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"964\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T22:45\\\",\\\"SegFlightNumber\\\":\\\"UK-708\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-07-03T20:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"20:20\\\",\\\"strArrivalDtTime\\\":\\\"22:45\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-1037482683_1CCUDELUK708_104080768704863\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-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\\\":{\\\"ACF\\\":525,\\\"CCF\\\":50,\\\"ACFT\\\":26.25,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906423725\",\"leadEmail\":\"fctourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMIT\",\"passenger-lastname-1\":\"JAIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"KISHOR KUMAR\",\"passenger-lastname-2\":\"JUNEJA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13328\",\"Salutation\":\"1\",\"EmailId\":\"fctourandtravels@gmail.com\",\"FirstName\":\"AMIT\",\"LastName\":\"JAIN\",\"CountryCode\":\"91\",\"MobileNo\":\"9906423725\"},\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ107636213213\",\"amount\":14535.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"fctourandtravels@gmail.com\"],\"contacts\":[\"919906423725\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-19T15:47:33.242\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9474373\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"708\",\"eT\":\"320\"},\"stops\":0,\"duration\":145,\"da\":{\"code\":\"CCU\",\"name\":\"Netaji Subhas Chandra Bose Intl\",\"cityCode\":\"CCU\",\"city\":\"Kolkata\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 3\"},\"dt\":\"2022-07-03T20:20\",\"at\":\"2022-07-03T22:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"6YCUZQ\"},\"ticketNumberDetails\":{\"CCU-DEL\":\"2283906806244\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AMIT\",\"lN\":\"JAIN\"},{\"pnrDetails\":{\"CCU-DEL\":\"6YCUZQ\"},\"ticketNumberDetails\":{\"CCU-DEL\":\"2283906806245\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KISHOR KUMAR\",\"lN\":\"JUNEJA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":2779.4,\"NF\":13798.66,\"TF\":14535.4,\"BF\":11756,\"IGST\":5.4,\"NCM\":736.74},\"afC\":{\"TAF\":{\"MFT\":5.4,\"MF\":30,\"OT\":1884,\"YR\":260,\"AGST\":600},\"NCM\":{\"OT\":775.52,\"TDS\":-38.78}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-19 15:47:15'),(599,'1862b-43114-45b84-a430d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1862b-43114-45b84-a430d\",\"apiTraceId\":\"432_6123\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 08:45\",\"FromUTCTime\":\"2022-06-21 08:45\",\"LocalToTime\":\"2022-06-21 10:15:00\",\"ToUTCTime\":\"2022-06-21 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-1862b-43114-45b84-a430d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6123\",\"ApiResultIndex\":\"432_6123\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7600,\"BaseFare\":7600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1186.4406779661017,\"ExtraMarkupOnGST\":213.5593220338983}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":1186.4406779661017,\"ExtraMarkupOnGST\":213.5593220338983},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AI2QJE\",\"OnwardGroupPNRDummy\":\"AI2QJE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"958F46C30BAC4989B2C6900B3321E57D\"}],\"flight_booking_id_Arr\":[\"81\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"22\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9796505659\",\"FirstName\":\"Mehraj ud din\",\"LastName\":\"Khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13129\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:53:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"35\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"22\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9796505659\",\"FirstName\":\"Adnan\",\"LastName\":\"Wani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13129\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:53:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"36\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"22\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9796505659\",\"FirstName\":\"Mehraj ud din\",\"LastName\":\"Khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13129\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:53:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1862b-43114-45b84-a430d\",\"modified\":\"2022-06-19 15:53:51\",\"created\":\"2022-06-19 15:53:51\",\"CustomerMemberSysId\":\"35\"},{\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"22\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9796505659\",\"FirstName\":\"Adnan\",\"LastName\":\"Wani\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13129\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 15:53:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1862b-43114-45b84-a430d\",\"modified\":\"2022-06-19 15:53:51\",\"created\":\"2022-06-19 15:53:51\",\"CustomerMemberSysId\":\"36\"}],\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"35\",\"36\"],\"flight_booking_customer\":[[\"100\",\"101\"]],\"SearchTraceId\":\"1862b-43114-45b84-a430d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1862b-43114-45b84-a430d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 15:52:32\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1862b-43114-45b84-a430d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1862b-43114-45b84-a430d\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 15:52:32\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1862b-43114-45b84-a430d\\\",\\\"apiTraceId\\\":\\\"432_6123\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-21 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8600,\\\"PublishedFareTxt\\\":\\\"8,600\\\",\\\"ApiResultIndex\\\":\\\"432-1862b-43114-45b84-a430d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8600,\\\"PublishedFare\\\":8600,\\\"PublishedFareAgent\\\":8600,\\\"OfferedFareAgent\\\":8600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6123\\\",\\\"ApiResultIndex\\\":\\\"432_6123\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7600,\\\"BaseFare\\\":7600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"AI2QJE\\\",\\\"OnwardGroupPNRDummy\\\":\\\"AI2QJE\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"958F46C30BAC4989B2C6900B3321E57D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9796505659\",\"leadEmail\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mehraj ud din\",\"passenger-lastname-1\":\"Khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Adnan\",\"passenger-lastname-2\":\"Wani\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14594\",\"CustomerSysId\":\"207869\",\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Mudasir\",\"LastName\":\"Mir\",\"Password_cu\":\"\",\"AgencyName\":\"Best buy travels\",\"AgencyCode\":\"11132\",\"ContactNo1\":\"9796505659\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"55AFA3A1-72F7-4764-8BAB-E451FC8EE368\",\"Address\":\"\",\"PinCode\":\"190001\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14594\\/logo_1655364014.jpg\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"AI2QJE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Mehraj ud din\",\"lN\":\"Khan\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"AI2QJE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Adnan\",\"lN\":\"Wani\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"958F46C30BAC4989B2C6900B3321E57D\"],\"status\":\"SUCCESS\"}}}','2022-06-19 15:54:43'),(605,'782ff-a0171-dfe1d-2cb04','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"782ff-a0171-dfe1d-2cb04\",\"apiTraceId\":\"437_6279\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23 14:50\",\"LocalToTime\":\"2022-06-23 16:20:00\",\"ToUTCTime\":\"2022-06-23 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-782ff-a0171-dfe1d-2cb04\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6279\",\"ApiResultIndex\":\"437_6279\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF3VJA\",\"OnwardGroupPNRDummy\":\"HF3VJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\",\"bookingId\":\"4F8BAB7100D3410D9310DD8A5C426BDB\"}],\"flight_booking_id_Arr\":[\"82\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13304\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"offcomtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006448117\",\"FirstName\":\"MAJID HUSSAIN\",\"LastName\":\"ASHRAF\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13304\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 16:06:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"45\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"45\",\"CustomerMemSysId\":[\"45\"],\"flight_booking_customer\":[[\"102\"]],\"SearchTraceId\":\"782ff-a0171-dfe1d-2cb04\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"23\\/06\\/2022\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\",\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"782ff-a0171-dfe1d-2cb04\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"23\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\",\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 16:04:26\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"782ff-a0171-dfe1d-2cb04\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"2022-06-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"782ff-a0171-dfe1d-2cb04\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\",\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 16:04:26\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"782ff-a0171-dfe1d-2cb04\\\",\\\"apiTraceId\\\":\\\"437_6279\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-23 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3300,\\\"PublishedFareTxt\\\":\\\"3,300\\\",\\\"ApiResultIndex\\\":\\\"437-782ff-a0171-dfe1d-2cb04\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3100,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3300,\\\"PublishedFare\\\":3300,\\\"PublishedFareAgent\\\":3300,\\\"OfferedFareAgent\\\":3300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6279\\\",\\\"ApiResultIndex\\\":\\\"437_6279\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3100,\\\"BaseFare\\\":3100,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"074\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"6\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"HF3VJA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"HF3VJA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06I\\\",\\\"bookingId\\\":\\\"4F8BAB7100D3410D9310DD8A5C426BDB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006448117\",\"leadEmail\":\"offcomtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MAJID HUSSAIN\",\"passenger-lastname-1\":\"ASHRAF\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13304\",\"Salutation\":\"1\",\"EmailId\":\"offcomtravels@gmail.com\",\"FirstName\":\"MAJID HUSSAIN\",\"LastName\":\"ASHRAF\",\"CountryCode\":\"91\",\"MobileNo\":\"7006448117\"},\"_sessiondata\":{\"EmailId\":\"offcomtravels@gmail.com\",\"UserSysId\":\"14769\",\"CustomerSysId\":\"208717\",\"AgencySysId\":\"13304\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Kifayat Hussain\",\"LastName\":\"Malla\",\"Password_cu\":\"\",\"AgencyName\":\"offcomtravels@gmail.com\",\"AgencyCode\":\"11205\",\"ContactNo1\":\"7006448117\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"27F5E7FD-3C16-404C-A444-096C81ADB768\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"HF3VJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAJID HUSSAIN\",\"lN\":\"ASHRAF\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4F8BAB7100D3410D9310DD8A5C426BDB\"],\"status\":\"SUCCESS\"}}}','2022-06-19 16:07:34'),(607,'f93d4-0afe4-8048c-dfd37','{\"FlightBookingData\":[{\"bookingId\":\"DMC102236215747\",\"bookingId_TJ\":\"TJ102236215747\",\"FlightNumber\":\"G8-1011\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f93d4-0afe4-8048c-dfd37\",\"apiTraceId\":\"11-9609551544_0SXRDELG81011_40322993790301\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:40\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-20T19:40\",\"LocalFromTime\":\"2022-06-20 19:40\",\"FromUTCTime\":\"2022-06-20T19:40\",\"LocalToTime\":\"2022-06-20 21:10\",\"ToUTCTime\":\"2022-06-20T21:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,983\",\"ApiResultIndex\":\"11-9609551544_0SXRDELG81011_40322993790301\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5817.7,\"PublishedFare\":5982.9,\"PublishedFareAgent\":5982.9,\"OfferedFareAgent\":5982.9,\"OfferedFare\":5817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9609551544_0SXRDELG81011_33527042015922\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5982.9,\"CostToAgent\":5982.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":5817.7,\"BaseFareCal\":5842.9,\"BaseFare\":5500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5982.9,\"CostToAgent\":5982.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":5982.9,\"CostToCustomer\":5982.9,\"BaseFareCal\":5842.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":5842.9,\"intOfferedFare\":5817.7,\"intPublishFare\":5817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5982.9,\"CostToAgent\":5982.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"385\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-20T21:10\",\"SegFlightNumber\":\"G8-1011\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-20T19:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"19:40\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9609551544_0SXRDELG81011_40322993790301\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-9609551544_0SXRDELG81011_40322993790301\",\"SearchTraceId\":\"f93d4-0afe4-8048c-dfd37\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f93d4-0afe4-8048c-dfd37\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 16:29:35\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-19 16:30:23'),(609,'95ef9-b51d6-9d48c-223dc','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95ef9-b51d6-9d48c-223dc\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"437-95ef9-b51d6-9d48c-223dc\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NDET4T\",\"OnwardGroupPNRDummy\":\"NDET4T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"437_6452\",\"SearchTraceId\":\"95ef9-b51d6-9d48c-223dc\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"95ef9-b51d6-9d48c-223dc\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 16:48:33\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-19 16:49:02'),(613,'38','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"13500\",\"RefrenceNo\":\"\",\"CreditDate\":\"19\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-19 17:55:05'),(618,'98e0e-63fb3-35c73-6bc81','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"apiTraceId\":\"425_5813\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 06:35\",\"FromUTCTime\":\"2022-07-02 06:35\",\"LocalToTime\":\"2022-07-02 08:35:00\",\"ToUTCTime\":\"2022-07-02 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":13500,\"PublishedFareTxt\":\"13,500\",\"ApiResultIndex\":\"425-98e0e-63fb3-35c73-6bc81\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13500,\"PublishedFare\":13500,\"PublishedFareAgent\":13500,\"OfferedFareAgent\":13500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5813\",\"ApiResultIndex\":\"425_5813\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SBLC4Z\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"3EDFDD6FA2AB466DBFB1BF82C2E5081F\"}],\"flight_booking_id_Arr\":[\"84\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Mihir\",\"LastName\":\"Mayank\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 17:56:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"47\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Madhur\",\"LastName\":\"Mayank\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 17:56:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"39\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Shweta\",\"LastName\":\"Kumari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 17:56:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"40\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Madhur\",\"LastName\":\"Mayank\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 17:56:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"modified\":\"2022-06-19 17:56:42\",\"created\":\"2022-06-19 17:56:42\",\"CustomerMemberSysId\":\"39\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Shweta\",\"LastName\":\"Kumari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 17:56:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"modified\":\"2022-06-19 17:56:42\",\"created\":\"2022-06-19 17:56:42\",\"CustomerMemberSysId\":\"40\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"47\",\"39\",\"40\"],\"flight_booking_customer\":[[\"106\",\"107\",\"108\"]],\"SearchTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"02\\/07\\/2022\"],\"departure_datesf\":[\"02\\/07\\/2022\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-02\",\"strDepatureDate\":[\"02\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 17:49:29\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"98e0e-63fb3-35c73-6bc81\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-02\\\",\\\"strDepatureDate\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"98e0e-63fb3-35c73-6bc81\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 17:49:29\\\",\\\"ContSysId\\\":null,\\\"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}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"98e0e-63fb3-35c73-6bc81\\\",\\\"apiTraceId\\\":\\\"425_5813\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-02\\\",\\\"LocalFromTime\\\":\\\"2022-07-02 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-02 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-02 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-02 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":13500,\\\"PublishedFareTxt\\\":\\\"13,500\\\",\\\"ApiResultIndex\\\":\\\"425-98e0e-63fb3-35c73-6bc81\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":12000,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":13500,\\\"PublishedFare\\\":13500,\\\"PublishedFareAgent\\\":13500,\\\"OfferedFareAgent\\\":13500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5813\\\",\\\"ApiResultIndex\\\":\\\"425_5813\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":13500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":12000,\\\"BaseFare\\\":12000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":13500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-02T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-02T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656700200,\\\"DepartureDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"3EDFDD6FA2AB466DBFB1BF82C2E5081F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"46\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mihir\",\"passenger-lastname-1\":\"Mayank\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"46\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Madhur\",\"passenger-lastname-2\":\"Mayank\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"46\",\"passenger-salutation-3\":\"3\",\"passenger-firstname-3\":\"Shweta\",\"passenger-lastname-3\":\"Kumari\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13125\",\"Salutation\":\"1\",\"EmailId\":\"bookings@slipatrip.com\",\"FirstName\":\"Mihir\",\"LastName\":\"Mayank\",\"CountryCode\":\"91\",\"MobileNo\":\"9748778838\"},\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SBLC4Z\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Mihir\",\"lN\":\"Mayank\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"SBLC4Z\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Madhur\",\"lN\":\"Mayank\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"SBLC4Z\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Shweta\",\"lN\":\"Kumari\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"3EDFDD6FA2AB466DBFB1BF82C2E5081F\"],\"status\":\"SUCCESS\"}}}','2022-06-19 17:57:05'),(624,'e6a33-41618-8320c-72b00','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e6a33-41618-8320c-72b00\",\"apiTraceId\":\"437_6278\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 14:50\",\"FromUTCTime\":\"2022-06-22 14:50\",\"LocalToTime\":\"2022-06-22 16:20:00\",\"ToUTCTime\":\"2022-06-22 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":7,\"CurrencyType\":\"1\",\"PublishedFare\":20000,\"PublishedFareTxt\":\"20,000\",\"ApiResultIndex\":\"437-e6a33-41618-8320c-72b00\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":19000,\"Tax\":500,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":20000,\"PublishedFare\":20000,\"PublishedFareAgent\":20000,\"OfferedFareAgent\":20000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6278\",\"ApiResultIndex\":\"437_6278\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"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\":20000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":7,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":19000,\"BaseFare\":19000,\"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\":20000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYB8RP\",\"OnwardGroupPNRDummy\":\"JYB8RP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":true,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"0D6E0FC825ED438E8D4F2CF5665CA7CB\"}],\"flight_booking_id_Arr\":[\"85\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"GEETA\",\"LastName\":\"GEETA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"48\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"MAHENDER\",\"LastName\":\"MAHENDER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"41\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"TIYA\",\"LastName\":\"TIYA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"42\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"LAKSHAMI\",\"LastName\":\"LAKSHAMI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"43\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"PUSHPA \",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"44\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"AISHA\",\"LastName\":\"AISHA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2020-08-12\",\"CustomerMemberSysId\":\"45\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\" BHUMI  \",\"LastName\":\" BHUMI  \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2021-10-13\",\"CustomerMemberSysId\":\"46\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"MAHENDER\",\"LastName\":\"MAHENDER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e6a33-41618-8320c-72b00\",\"modified\":\"2022-06-19 18:56:07\",\"created\":\"2022-06-19 18:56:07\",\"CustomerMemberSysId\":\"41\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"TIYA\",\"LastName\":\"TIYA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e6a33-41618-8320c-72b00\",\"modified\":\"2022-06-19 18:56:07\",\"created\":\"2022-06-19 18:56:07\",\"CustomerMemberSysId\":\"42\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"LAKSHAMI\",\"LastName\":\"LAKSHAMI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e6a33-41618-8320c-72b00\",\"modified\":\"2022-06-19 18:56:07\",\"created\":\"2022-06-19 18:56:07\",\"CustomerMemberSysId\":\"43\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"PUSHPA \",\"LastName\":\"DEVI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e6a33-41618-8320c-72b00\",\"modified\":\"2022-06-19 18:56:07\",\"created\":\"2022-06-19 18:56:07\",\"CustomerMemberSysId\":\"44\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"AISHA\",\"LastName\":\"AISHA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2020-08-12\",\"apiTraceId\":\"e6a33-41618-8320c-72b00\",\"modified\":\"2022-06-19 18:56:07\",\"created\":\"2022-06-19 18:56:07\",\"CustomerMemberSysId\":\"45\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\" BHUMI  \",\"LastName\":\" BHUMI  \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 18:56:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2021-10-13\",\"apiTraceId\":\"e6a33-41618-8320c-72b00\",\"modified\":\"2022-06-19 18:56:07\",\"created\":\"2022-06-19 18:56:07\",\"CustomerMemberSysId\":\"46\"}],\"CustomerSysId\":\"48\",\"CustomerMemSysId\":[\"48\",\"41\",\"42\",\"43\",\"44\",\"45\",\"46\"],\"flight_booking_customer\":[[\"109\",\"110\",\"111\",\"112\",\"113\",\"114\",\"115\"]],\"SearchTraceId\":\"e6a33-41618-8320c-72b00\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"5\",\"childs\":\"0\",\"infants\":\"2\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e6a33-41618-8320c-72b00\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"2\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 18:48:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e6a33-41618-8320c-72b00\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"5\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"2\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e6a33-41618-8320c-72b00\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"2\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 18:48:23\\\",\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e6a33-41618-8320c-72b00\\\",\\\"apiTraceId\\\":\\\"437_6278\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-22\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-22 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-22 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-22 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":7,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":20000,\\\"PublishedFareTxt\\\":\\\"20,000\\\",\\\"ApiResultIndex\\\":\\\"437-e6a33-41618-8320c-72b00\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":19000,\\\"Tax\\\":500,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":20000,\\\"PublishedFare\\\":20000,\\\"PublishedFareAgent\\\":20000,\\\"OfferedFareAgent\\\":20000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6278\\\",\\\"ApiResultIndex\\\":\\\"437_6278\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"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\\\":20000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":7,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":19000,\\\"BaseFare\\\":19000,\\\"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\\\":20000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-22T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655836200,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"JYB8RP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JYB8RP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":true,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"0D6E0FC825ED438E8D4F2CF5665CA7CB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419088764\",\"leadEmail\":\"mohitairways@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"7\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"GEETA\",\"passenger-lastname-1\":\"GEETA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MAHENDER\",\"passenger-lastname-2\":\"MAHENDER\",\"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\":\"3\",\"passenger-firstname-3\":\"TIYA\",\"passenger-lastname-3\":\"TIYA\",\"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\":\"2\",\"passenger-firstname-4\":\"LAKSHAMI\",\"passenger-lastname-4\":\"LAKSHAMI\",\"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\":\"PUSHPA \",\"passenger-lastname-5\":\"DEVI\",\"passenger-nationality-5\":\"IN\",\"passenger-PassportNo-5\":\"\",\"passenger-passporIssue-5\":\"__\\/__\\/____\",\"passenger-PassportExpiry-5\":\"__\\/__\\/____\",\"paxType-6\":\"3\",\"relation-6\":\"9\",\"CustomerSysId-6\":\"0\",\"passenger-salutation-6\":\"1\",\"passenger-firstname-6\":\"AISHA\",\"passenger-lastname-6\":\"AISHA\",\"passenger-dob-6\":\"12\\/08\\/2020\",\"passenger-nationality-6\":\"IN\",\"passenger-PassportNo-6\":\"\",\"passenger-passporIssue-6\":\"__\\/__\\/____\",\"passenger-PassportExpiry-6\":\"__\\/__\\/____\",\"paxType-7\":\"3\",\"relation-7\":\"9\",\"CustomerSysId-7\":\"0\",\"passenger-salutation-7\":\"1\",\"passenger-firstname-7\":\" BHUMI  \",\"passenger-lastname-7\":\" BHUMI  \",\"passenger-dob-7\":\"13\\/10\\/2021\",\"passenger-nationality-7\":\"IN\",\"passenger-PassportNo-7\":\"\",\"passenger-passporIssue-7\":\"__\\/__\\/____\",\"passenger-PassportExpiry-7\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13106\",\"Salutation\":\"2\",\"EmailId\":\"mohitairways@gmail.com\",\"FirstName\":\"GEETA\",\"LastName\":\"GEETA\",\"CountryCode\":\"91\",\"MobileNo\":\"9419088764\"},\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"GEETA\",\"lN\":\"GEETA\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAHENDER\",\"lN\":\"MAHENDER\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"TIYA\",\"lN\":\"TIYA\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"LAKSHAMI\",\"lN\":\"LAKSHAMI\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"PUSHPA \",\"lN\":\"DEVI\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\"AISHA\",\"lN\":\"AISHA\",\"id\":\"3\",\"DOB\":\"2020-08-12\"},{\"pnrDetails\":{\"DEL-SXR\":\"JYB8RP\"},\"ti\":\"Ms\",\"pt\":\"INFANT\",\"fN\":\" BHUMI  \",\"lN\":\" BHUMI  \",\"id\":\"3\",\"DOB\":\"2021-10-13\"}]}},\"order\":{\"bookingId\":[\"0D6E0FC825ED438E8D4F2CF5665CA7CB\"],\"status\":\"SUCCESS\"}}}','2022-06-19 18:56:54'),(635,'1eacc-86f0b-8a0d9-8d780','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1eacc-86f0b-8a0d9-8d780\",\"apiTraceId\":\"438_6287\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 09:25\",\"FromUTCTime\":\"2022-06-25 09:25\",\"LocalToTime\":\"2022-06-25 10:55:00\",\"ToUTCTime\":\"2022-06-25 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"438-1eacc-86f0b-8a0d9-8d780\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6287\",\"ApiResultIndex\":\"438_6287\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0U9\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"IY1NXC\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0T2\",\"bookingId\":\"C7FDC5E4CC10493FBCDE574814A0CCDB\"}],\"flight_booking_id_Arr\":[\"86\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9469644699\",\"FirstName\":\"gautam\",\"LastName\":\"Tiwari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13342\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 19:23:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"49\"],\"flight_booking_customer\":[[\"116\"]],\"SearchTraceId\":\"1eacc-86f0b-8a0d9-8d780\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"25\\/06\\/2022\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\",\"2022-06-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1eacc-86f0b-8a0d9-8d780\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"25\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\",\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 19:20:42\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1eacc-86f0b-8a0d9-8d780\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"2022-06-25\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1eacc-86f0b-8a0d9-8d780\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"25 Jun Sat\\\",\\\"25 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 19:20:42\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1eacc-86f0b-8a0d9-8d780\\\",\\\"apiTraceId\\\":\\\"438_6287\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-25 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4800,\\\"PublishedFareTxt\\\":\\\"4,800\\\",\\\"ApiResultIndex\\\":\\\"438-1eacc-86f0b-8a0d9-8d780\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4800,\\\"PublishedFare\\\":4800,\\\"PublishedFareAgent\\\":4800,\\\"OfferedFareAgent\\\":4800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6287\\\",\\\"ApiResultIndex\\\":\\\"438_6287\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0U9\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"IY1NXC\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0T2\\\",\\\"bookingId\\\":\\\"C7FDC5E4CC10493FBCDE574814A0CCDB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9469644699\",\"leadEmail\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"gautam\",\"passenger-lastname-1\":\"Tiwari\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13342\",\"Salutation\":\"1\",\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"FirstName\":\"gautam\",\"LastName\":\"Tiwari\",\"CountryCode\":\"91\",\"MobileNo\":\"9469644699\"},\"_sessiondata\":{\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"UserSysId\":\"14807\",\"CustomerSysId\":\"208786\",\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PEERZADA ABID\",\"LastName\":\"BEIGH\",\"Password_cu\":\"\",\"AgencyName\":\"YAADGAAR TRAVELS\",\"AgencyCode\":\"11243\",\"ContactNo1\":\"9469644699\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"73C9B104-203A-401B-86EA-7B48CDE915C1\",\"Address\":\"Molvi Stop Lal Bazar Near JK bank srinagar\",\"PinCode\":\"190023\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-19 19:37:56'),(642,'39','{\"_sessiondata\":{\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"UserSysId\":\"14807\",\"CustomerSysId\":\"208786\",\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PEERZADA ABID\",\"LastName\":\"BEIGH\",\"Password_cu\":\"\",\"AgencyName\":\"YAADGAAR TRAVELS\",\"AgencyCode\":\"11243\",\"ContactNo1\":\"9469644699\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"73C9B104-203A-401B-86EA-7B48CDE915C1\",\"Address\":\"Molvi Stop Lal Bazar Near JK bank srinagar\",\"PinCode\":\"190023\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/booking-confirmed\\/data\\/b68bf-277fb-9d047-6274f\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4800\",\"RefrenceNo\":\"217019310294\",\"CreditDate\":\"19\\/06\\/2022\",\"Remark\":\"0072 0201 0000 0675\\r\\nJK BANK\\r\\nZAINA KADAL\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/booking-confirmed\\/data\\/b68bf-277fb-9d047-6274f\"}','2022-06-19 19:45:09'),(646,'b68bf-277fb-9d047-6274f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b68bf-277fb-9d047-6274f\",\"apiTraceId\":\"438_6287\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 09:25\",\"FromUTCTime\":\"2022-06-25 09:25\",\"LocalToTime\":\"2022-06-25 10:55:00\",\"ToUTCTime\":\"2022-06-25 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"438-b68bf-277fb-9d047-6274f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6287\",\"ApiResultIndex\":\"438_6287\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03W\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IY1NXC\",\"OnwardGroupPNRDummy\":\"IY1NXC\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02P\",\"bookingId\":\"80949B4B2536447791DB351E2B05CEDC\"}],\"flight_booking_id_Arr\":[\"87\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"49\",\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9469644699\",\"FirstName\":\"GAUTAM\",\"LastName\":\"TIWARI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13342\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 19:41:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"47\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"49\",\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9469644699\",\"FirstName\":\"GAUTAM\",\"LastName\":\"TIWARI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13342\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 19:41:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"b68bf-277fb-9d047-6274f\",\"modified\":\"2022-06-19 19:41:01\",\"created\":\"2022-06-19 19:41:01\",\"CustomerMemberSysId\":\"47\"}],\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"47\"],\"flight_booking_customer\":[[\"117\"]],\"SearchTraceId\":\"b68bf-277fb-9d047-6274f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b68bf-277fb-9d047-6274f\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 19:38:56\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b68bf-277fb-9d047-6274f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b68bf-277fb-9d047-6274f\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"25 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 19:38:56\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b68bf-277fb-9d047-6274f\\\",\\\"apiTraceId\\\":\\\"438_6287\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-25 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4800,\\\"PublishedFareTxt\\\":\\\"4,800\\\",\\\"ApiResultIndex\\\":\\\"438-b68bf-277fb-9d047-6274f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4800,\\\"PublishedFare\\\":4800,\\\"PublishedFareAgent\\\":4800,\\\"OfferedFareAgent\\\":4800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6287\\\",\\\"ApiResultIndex\\\":\\\"438_6287\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"03W\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"IY1NXC\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02P\\\",\\\"bookingId\\\":\\\"80949B4B2536447791DB351E2B05CEDC\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9469644699\",\"leadEmail\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"GAUTAM\",\"passenger-lastname-1\":\"TIWARI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"UserSysId\":\"14807\",\"CustomerSysId\":\"208786\",\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PEERZADA ABID\",\"LastName\":\"BEIGH\",\"Password_cu\":\"\",\"AgencyName\":\"YAADGAAR TRAVELS\",\"AgencyCode\":\"11243\",\"ContactNo1\":\"9469644699\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"73C9B104-203A-401B-86EA-7B48CDE915C1\",\"Address\":\"Molvi Stop Lal Bazar Near JK bank srinagar\",\"PinCode\":\"190023\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"IY1NXC\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"GAUTAM\",\"lN\":\"TIWARI\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-SXR\":\"\"}}]}},\"order\":{\"bookingId\":[\"80949B4B2536447791DB351E2B05CEDC\"],\"status\":\"SUCCESS\"}}}','2022-06-19 19:53:56'),(652,'4032f-58fce-00e4b-d63c2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4032f-58fce-00e4b-d63c2\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":13600,\"PublishedFareTxt\":\"13,600\",\"ApiResultIndex\":\"437-4032f-58fce-00e4b-d63c2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12800,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13600,\"PublishedFare\":13600,\"PublishedFareAgent\":13600,\"OfferedFareAgent\":13600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":13600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12800,\"BaseFare\":12800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":13600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NCRG8G\",\"OnwardGroupPNRDummy\":\"NCRG8G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"3C21A9EEA6C9440289831925746C2027\"}],\"flight_booking_id_Arr\":[\"88\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"MEHRAJ \",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"48\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"MOHAMMAD AYAZ \",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"49\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"AARIFA \",\"LastName\":\"KHALID\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"50\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"KHALID \",\"LastName\":\"MUZAFFAR \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"51\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"MEHRAJ \",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4032f-58fce-00e4b-d63c2\",\"modified\":\"2022-06-19 20:06:24\",\"created\":\"2022-06-19 20:06:24\",\"CustomerMemberSysId\":\"48\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"MOHAMMAD AYAZ \",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4032f-58fce-00e4b-d63c2\",\"modified\":\"2022-06-19 20:06:24\",\"created\":\"2022-06-19 20:06:24\",\"CustomerMemberSysId\":\"49\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"AARIFA \",\"LastName\":\"KHALID\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4032f-58fce-00e4b-d63c2\",\"modified\":\"2022-06-19 20:06:24\",\"created\":\"2022-06-19 20:06:24\",\"CustomerMemberSysId\":\"50\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"KHALID \",\"LastName\":\"MUZAFFAR \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 20:06:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4032f-58fce-00e4b-d63c2\",\"modified\":\"2022-06-19 20:06:24\",\"created\":\"2022-06-19 20:06:24\",\"CustomerMemberSysId\":\"51\"}],\"CustomerSysId\":\"48\",\"CustomerMemSysId\":[\"48\",\"49\",\"50\",\"51\"],\"flight_booking_customer\":[[\"118\",\"119\",\"120\",\"121\"]],\"SearchTraceId\":\"4032f-58fce-00e4b-d63c2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4032f-58fce-00e4b-d63c2\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 20:01:32\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4032f-58fce-00e4b-d63c2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"4\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4032f-58fce-00e4b-d63c2\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 20:01:32\\\",\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4032f-58fce-00e4b-d63c2\\\",\\\"apiTraceId\\\":\\\"437_6277\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":13600,\\\"PublishedFareTxt\\\":\\\"13,600\\\",\\\"ApiResultIndex\\\":\\\"437-4032f-58fce-00e4b-d63c2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":12800,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":13600,\\\"PublishedFare\\\":13600,\\\"PublishedFareAgent\\\":13600,\\\"OfferedFareAgent\\\":13600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6277\\\",\\\"ApiResultIndex\\\":\\\"437_6277\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":13600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":4,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":12800,\\\"BaseFare\\\":12800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":13600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"8\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"NCRG8G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"NCRG8G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"3C21A9EEA6C9440289831925746C2027\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419088764\",\"leadEmail\":\"mohitairways@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MEHRAJ \",\"passenger-lastname-1\":\"KHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MOHAMMAD AYAZ \",\"passenger-lastname-2\":\"KHAN\",\"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\":\"AARIFA \",\"passenger-lastname-3\":\"KHALID\",\"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\":\"KHALID \",\"passenger-lastname-4\":\"MUZAFFAR \",\"passenger-nationality-4\":\"IN\",\"passenger-PassportNo-4\":\"\",\"passenger-passporIssue-4\":\"__\\/__\\/____\",\"passenger-PassportExpiry-4\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MEHRAJ \",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD AYAZ \",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"AARIFA \",\"lN\":\"KHALID\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"NCRG8G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KHALID \",\"lN\":\"MUZAFFAR \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"3C21A9EEA6C9440289831925746C2027\"],\"status\":\"SUCCESS\"}}}','2022-06-19 20:06:46'),(654,'31d6f-698c6-fd51c-8d5d7','{\"FlightBookingData\":[{\"bookingId\":\"DMC100636231151\",\"bookingId_TJ\":\"TJ100636231151\",\"FlightNumber\":\"G8-197\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"31d6f-698c6-fd51c-8d5d7\",\"apiTraceId\":\"1-7130956177_1IXJSXRG8197_223756176466804\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:45\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2022-06-20T16:45\",\"LocalFromTime\":\"2022-06-20 16:45\",\"FromUTCTime\":\"2022-06-20T16:45\",\"LocalToTime\":\"2022-06-20 17:30\",\"ToUTCTime\":\"2022-06-20T17:30\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":45,\"DepartureDateTxt\":\"Mon, 20 Jun\",\"ArrivalDateTxt\":\"Mon, 20 Jun\",\"FlightDuration\":\"01h 45m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,418\",\"ApiResultIndex\":\"1-7130956177_1IXJSXRG8197_223756176466804\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4751,\"Tax\":885.7,\"YQTax\":0,\"OtherCharges\":620,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":248,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5636.7,\"PublishedFare\":5418.49,\"PublishedFareAgent\":5418.49,\"OfferedFareAgent\":5418.49,\"OfferedFare\":5359.49,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7130956177_0IXJSXRG8197_123708011862470\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":277.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5418.49,\"CostToAgent\":5418.49,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":885.7,\"TotalBaseFare\":5636.7,\"BaseFareCal\":5368.49,\"BaseFare\":4751,\"CommissionEarned\":277.21,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":248,\"MFT\":2.7,\"OT\":620,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":277.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5418.49,\"CostToAgent\":5418.49,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":5636.7,\"oldFare\":5121.7,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":277.21,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":5418.49,\"CostToCustomer\":5418.49,\"BaseFareCal\":5368.49,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":5368.49,\"intOfferedFare\":5359.49,\"intPublishFare\":5636.7,\"TripjackMarkup\":0,\"TripjackCommission\":277.21,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":277.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5418.49,\"CostToAgent\":5418.49,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"518\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-20T17:30\",\"SegFlightNumber\":\"G8-197\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-06-20T16:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":45,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"0h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"518\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"518\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate 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\":\"1-7130956177_1IXJSXRG8197_223756176466804\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"ARF\":100,\"ARFT\":5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCF\":50,\"CCFT\":9,\"ACF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-7130956177_1IXJSXRG8197_223756176466804\",\"SearchTraceId\":\"31d6f-698c6-fd51c-8d5d7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"20\\/06\\/2022\",\"\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"31d6f-698c6-fd51c-8d5d7\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXJ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 21:09:12\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"518\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-19 21:09:27'),(656,'1fe25-bcee4-bbe09-b4199','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1fe25-bcee4-bbe09-b4199\",\"apiTraceId\":\"432_6125\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 08:45\",\"FromUTCTime\":\"2022-06-23 08:45\",\"LocalToTime\":\"2022-06-23 10:15:00\",\"ToUTCTime\":\"2022-06-23 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-1fe25-bcee4-bbe09-b4199\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6125\",\"ApiResultIndex\":\"432_6125\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0HS\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"M8ZSPI\",\"OnwardGroupPNRDummy\":\"M8ZSPI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0H6\"}],\"apiTraceId\":\"432_6125\",\"SearchTraceId\":\"1fe25-bcee4-bbe09-b4199\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"23\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\",\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1fe25-bcee4-bbe09-b4199\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"23\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\",\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 21:27:59\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-19 21:30:31'),(658,'ebd73-9c774-7289f-03b50','{\"FlightBookingData\":[{\"bookingId\":\"DMC106136232898\",\"bookingId_TJ\":\"TJ106136232898\",\"FlightNumber\":\"G8-149\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"ebd73-9c774-7289f-03b50\",\"apiTraceId\":\"11-7907922804_0IXCSXRG8149_34903955402799\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"19:00\",\"TravelDate\":\"2022-06-28T17:30\",\"LocalFromTime\":\"2022-06-28 17:30\",\"FromUTCTime\":\"2022-06-28T17:30\",\"LocalToTime\":\"2022-06-28 19:00\",\"ToUTCTime\":\"2022-06-28T19:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"5765\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,883\",\"ApiResultIndex\":\"11-7907922804_0IXCSXRG8149_34903955402799\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4400,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4717.7,\"PublishedFare\":4882.9,\"PublishedFareAgent\":4882.9,\"OfferedFareAgent\":4882.9,\"OfferedFare\":4717.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7907922804_0IXCSXRG8149_34947011655461\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4882.9,\"CostToAgent\":4882.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4717.7,\"BaseFareCal\":4742.9,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4882.9,\"CostToAgent\":4882.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4882.9,\"CostToCustomer\":4882.9,\"BaseFareCal\":4742.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4742.9,\"intOfferedFare\":4717.7,\"intPublishFare\":4717.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4882.9,\"CostToAgent\":4882.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"307\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-28T19:00\",\"SegFlightNumber\":\"G8-149\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2022-06-28T17:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"19:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-7907922804_0IXCSXRG8149_34903955402799\",\"FareRuleData\":{\"fareRule\":{\"IXC-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"5765\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-7907922804_0IXCSXRG8149_34903955402799\",\"SearchTraceId\":\"ebd73-9c774-7289f-03b50\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chandigarh (IXC)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"IXC\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Chandigarh (IXC)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[5765],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ebd73-9c774-7289f-03b50\",\"sourceCityAirportCode\":[\"IXC\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXC\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 21:42:23\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-19 21:43:08'),(665,'688b3-3acbc-80ede-31a43','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"688b3-3acbc-80ede-31a43\",\"apiTraceId\":\"438_6283\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 09:25\",\"FromUTCTime\":\"2022-06-21 09:25\",\"LocalToTime\":\"2022-06-21 10:55:00\",\"ToUTCTime\":\"2022-06-21 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"438-688b3-3acbc-80ede-31a43\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6283\",\"ApiResultIndex\":\"438_6283\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03O\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"EITZ8B\",\"OnwardGroupPNRDummy\":\"EITZ8B\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02N\",\"bookingId\":\"7C10C515DF464225A639D66EE7D9C566\"}],\"flight_booking_id_Arr\":[\"89\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13181\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"travelplanners80@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006556049\",\"FirstName\":\"JAGJIT\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13181\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 22:09:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"50\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"50\",\"CustomerMemSysId\":[\"50\"],\"flight_booking_customer\":[[\"122\"]],\"SearchTraceId\":\"688b3-3acbc-80ede-31a43\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"688b3-3acbc-80ede-31a43\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 22:08:57\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"688b3-3acbc-80ede-31a43\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"688b3-3acbc-80ede-31a43\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 22:08:57\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"688b3-3acbc-80ede-31a43\\\",\\\"apiTraceId\\\":\\\"438_6283\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-21 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"438-688b3-3acbc-80ede-31a43\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6283\\\",\\\"ApiResultIndex\\\":\\\"438_6283\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"03O\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"EITZ8B\\\",\\\"OnwardGroupPNRDummy\\\":\\\"EITZ8B\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02N\\\",\\\"bookingId\\\":\\\"7C10C515DF464225A639D66EE7D9C566\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006556049\",\"leadEmail\":\"travelplanners80@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"JAGJIT\",\"passenger-lastname-1\":\"KUMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13181\",\"Salutation\":\"1\",\"EmailId\":\"travelplanners80@gmail.com\",\"FirstName\":\"JAGJIT\",\"LastName\":\"KUMAR\",\"CountryCode\":\"91\",\"MobileNo\":\"7006556049\"},\"_sessiondata\":{\"EmailId\":\"travelplanners80@gmail.com\",\"UserSysId\":\"14645\",\"CustomerSysId\":\"208085\",\"AgencySysId\":\"13181\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MUZAFFAR\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL PLANNER\",\"AgencyCode\":\"122111.2211122115493E84\",\"ContactNo1\":\"7006556049\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BE1414DD-022A-4D16-84D4-D571AC2C0F0F\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"EITZ8B\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"JAGJIT\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7C10C515DF464225A639D66EE7D9C566\"],\"status\":\"SUCCESS\"}}}','2022-06-19 22:12:13'),(669,'26a4a-8ac26-11116-78db1','{\"FlightBookingData\":[{\"bookingId\":\"DMC111736234803\",\"bookingId_TJ\":\"TJ111736234803\",\"FlightNumber\":\"SG-64\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"26a4a-8ac26-11116-78db1\",\"apiTraceId\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_227987192981501\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"10:05\",\"TravelDate\":\"2022-07-09T14:20\",\"LocalFromTime\":\"2022-07-09 14:20\",\"FromUTCTime\":\"2022-07-09T14:20\",\"LocalToTime\":\"2022-07-10 10:05\",\"ToUTCTime\":\"2022-07-10T10:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":845,\"LAYOVERDuration\":\"14h 5m\",\"FlyingMinutes\":1215,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"20h 45m\",\"SourcePlaceSysId\":\"7820\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DAC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,573\",\"ApiResultIndex\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_227987192981501\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14728,\"Tax\":3064.7,\"YQTax\":0,\"OtherCharges\":3047,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17792.7,\"PublishedFare\":17572.71,\"PublishedFareAgent\":17572.71,\"OfferedFareAgent\":17572.71,\"OfferedFare\":17442.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_37303766766990\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":8,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3064.7,\"TotalBaseFare\":17792.7,\"BaseFareCal\":17462.71,\"BaseFare\":14728,\"CommissionEarned\":349.79,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":3047,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":349.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":110,\"IntTaxOnAgencyFixMarkUp\":19.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":19.8,\"PublishFare\":17572.71,\"CostToCustomer\":17572.71,\"BaseFareCal\":17462.71,\"intCommisionEarnedForAgency\":110,\"CostToCompany\":17462.71,\"intOfferedFare\":17442.91,\"intPublishFare\":17792.7,\"TripjackMarkup\":0,\"TripjackCommission\":349.79,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"492\",\"originAirportName\":\"Hazrat Shahjalal Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Dhaka\",\"originCountryName\":\"Bangladesh\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-09T17:00\",\"SegFlightNumber\":\"SG-64\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DAC\",\"originDepTime\":\"2022-07-09T14:20\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":845,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"14h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"493\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-10T10:05\",\"SegFlightNumber\":\"SG-950\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-10T07:05\",\"TripIndicator\":2,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"493\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-7734571991_0DACBOMSG64BOMSXRSG950_227987192981501\",\"FareRuleData\":{\"fareRule\":{\"DAC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"ARFT\":212.5,\"ARF\":4250,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":100,\"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,\"CCFT\":18,\"ACF\":5000,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DAC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7820\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"90\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"MASRAT\",\"LastName\":\"NAZIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 22:22:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1996-12-28\",\"PassportNationality\":\"IN\",\"PassportNo\":\"M0283755\",\"PassportExpiry\":\"2024-07-21\",\"passporIssue\":\"2014-07-22\",\"CustomerMemberSysId\":\"52\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"MASRAT\",\"LastName\":\"NAZIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 22:22:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1996-12-28\",\"PassportNation\":\"IN\",\"PassportNo\":\"M0283755\",\"PassportExpiry\":\"2024-07-21\",\"passporIssue\":\"2014-07-22\",\"apiTraceId\":\"26a4a-8ac26-11116-78db1\",\"modified\":\"2022-06-19 22:22:06\",\"created\":\"2022-06-19 22:22:06\",\"CustomerMemberSysId\":\"52\"}],\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"52\"],\"flight_booking_customer\":[[\"123\"]],\"SearchTraceId\":\"26a4a-8ac26-11116-78db1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Dhaka (DAC)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"DAC\"],\"ContSysId\":[\"18\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Dhaka (DAC)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[7820],\"intCountryCode\":\"BD\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"26a4a-8ac26-11116-78db1\",\"sourceCityAirportCode\":[\"DAC\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DAC\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 22:18:31\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"26a4a-8ac26-11116-78db1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Dhaka (DAC)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DAC\\\"],\\\"ContSysId\\\":[\\\"18\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"SXR\\\"],\\\"source\\\":[\\\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\\\"],\\\"destination\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"from_mytrip_city\\\":[\\\" BD - Hazrat Shahjalal Intl Arpt (DAC)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Dhaka (DAC)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-09\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7820],\\\"intCountryCode\\\":\\\"BD\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"26a4a-8ac26-11116-78db1\\\",\\\"sourceCityAirportCode\\\":[\\\"DAC\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DAC\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"09 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 22:18:31\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC119036234666\\\",\\\"bookingId_TJ\\\":\\\"TJ119036234666\\\",\\\"FlightNumber\\\":\\\"SG-64\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"26a4a-8ac26-11116-78db1\\\",\\\"apiTraceId\\\":\\\"4-7734571991_0DACBOMSG64BOMSXRSG950_99420165688549\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:20\\\",\\\"ArrivalTime\\\":\\\"10:05\\\",\\\"TravelDate\\\":\\\"2022-07-09T14:20\\\",\\\"LocalFromTime\\\":\\\"2022-07-09 14:20\\\",\\\"FromUTCTime\\\":\\\"2022-07-09T14:20\\\",\\\"LocalToTime\\\":\\\"2022-07-10 10:05\\\",\\\"ToUTCTime\\\":\\\"2022-07-10T10:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Mumbai\\\",\\\"GroundTime\\\":845,\\\"LAYOVERDuration\\\":\\\"14h 5m\\\",\\\"FlyingMinutes\\\":1215,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"FlightDuration\\\":\\\"20h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"7820\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DAC\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"17,573\\\",\\\"ApiResultIndex\\\":\\\"4-7734571991_0DACBOMSG64BOMSXRSG950_99420165688549\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":14728,\\\"Tax\\\":3064.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":3047,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":17792.7,\\\"PublishedFare\\\":17572.71,\\\"PublishedFareAgent\\\":17572.71,\\\"OfferedFareAgent\\\":17572.71,\\\"OfferedFare\\\":17442.91,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-7734571991_0DACBOMSG64BOMSXRSG950_227987192981501\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":8,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":19.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":110,\\\"GSTOnMarkUp\\\":19.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":349.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17572.71,\\\"CostToAgent\\\":17572.71,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":3064.7,\\\"TotalBaseFare\\\":17792.7,\\\"BaseFareCal\\\":17462.71,\\\"BaseFare\\\":14728,\\\"CommissionEarned\\\":349.79,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":3047,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":19.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":110,\\\"GSTOnMarkUp\\\":19.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":349.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17572.71,\\\"CostToAgent\\\":17572.71,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":349.79,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":110,\\\"IntTaxOnAgencyFixMarkUp\\\":19.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":19.8,\\\"PublishFare\\\":17572.71,\\\"CostToCustomer\\\":17572.71,\\\"BaseFareCal\\\":17462.71,\\\"intCommisionEarnedForAgency\\\":110,\\\"CostToCompany\\\":17462.71,\\\"intOfferedFare\\\":17442.91,\\\"intPublishFare\\\":17792.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":349.79,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":349.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17572.71,\\\"CostToAgent\\\":17572.71,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"401\\\",\\\"originAirportName\\\":\\\"Hazrat Shahjalal Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Dhaka\\\",\\\"originCountryName\\\":\\\"Bangladesh\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-07-09T17:00\\\",\\\"SegFlightNumber\\\":\\\"SG-64\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DAC\\\",\\\"originDepTime\\\":\\\"2022-07-09T14:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":190,\\\"GroundTime\\\":845,\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"14:20\\\",\\\"strArrivalDtTime\\\":\\\"17:00\\\",\\\"FlightDuration\\\":\\\"3h 10m\\\",\\\"LAYOVERDuration\\\":\\\"14h 5m\\\",\\\"LAYOVERCity\\\":\\\"Mumbai\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"10KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":455,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":471,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"402\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-07-10T10:05\\\",\\\"SegFlightNumber\\\":\\\"SG-950\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-07-10T07:05\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":180,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"07:05\\\",\\\"strArrivalDtTime\\\":\\\"10:05\\\",\\\"FlightDuration\\\":\\\"3h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":377,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"402\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"10KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":455,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":471,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":true,\\\"IsPassIssue\\\":true,\\\"IsPassDateOfBirth\\\":true,\\\"isAdobrMandatory\\\":true,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"8:00\\\",\\\"strTraceId\\\":\\\"4-7734571991_0DACBOMSG64BOMSXRSG950_99420165688549\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DAC-SXR\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":4250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\\\",\\\"fcs\\\":{\\\"ARFT\\\":212.5,\\\"CRF\\\":50,\\\"ARF\\\":4250,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":5000,\\\"additionalFee\\\":100,\\\"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\\\":{\\\"ACF\\\":5000,\\\"ACFT\\\":250,\\\"CCFT\\\":18,\\\"CCF\\\":100}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-08 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DAC\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7820\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":455,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":471,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"401\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"10KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419033092\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"MASRAT\",\"passenger-lastname-1\":\"NAZIR\",\"passenger-dob-1\":\"28\\/12\\/1996\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"M0283755\",\"passenger-passporIssue-1\":\"22\\/07\\/2014\",\"passenger-PassportExpiry-1\":\"21\\/07\\/2024\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"492\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}]],\"SeatPreference\":[]}}','2022-06-19 22:22:25'),(677,'07b10-fcdd0-6e260-5e246','{\"FlightBookingData\":[{\"bookingId\":\"DMC116836234868\",\"bookingId_TJ\":\"TJ116836234868\",\"FlightNumber\":\"SG-64\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"07b10-fcdd0-6e260-5e246\",\"apiTraceId\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"10:05\",\"TravelDate\":\"2022-07-09T14:20\",\"LocalFromTime\":\"2022-07-09 14:20\",\"FromUTCTime\":\"2022-07-09T14:20\",\"LocalToTime\":\"2022-07-10 10:05\",\"ToUTCTime\":\"2022-07-10T10:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":845,\"LAYOVERDuration\":\"14h 5m\",\"FlyingMinutes\":1215,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"20h 45m\",\"SourcePlaceSysId\":\"7820\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DAC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,573\",\"ApiResultIndex\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14728,\"Tax\":3064.7,\"YQTax\":0,\"OtherCharges\":3047,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17792.7,\"PublishedFare\":17572.71,\"PublishedFareAgent\":17572.71,\"OfferedFareAgent\":17572.71,\"OfferedFare\":17442.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_38895408661096\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":8,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3064.7,\"TotalBaseFare\":17792.7,\"BaseFareCal\":17462.71,\"BaseFare\":14728,\"CommissionEarned\":349.79,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":3047,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":1186.4406779661017,\"ExtraMarkupOnGST\":213.5593220338983}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":349.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":110,\"IntTaxOnAgencyFixMarkUp\":19.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":19.8,\"PublishFare\":17572.71,\"CostToCustomer\":17572.71,\"BaseFareCal\":17462.71,\"intCommisionEarnedForAgency\":110,\"CostToCompany\":17462.71,\"intOfferedFare\":17442.91,\"intPublishFare\":17792.7,\"TripjackMarkup\":0,\"TripjackCommission\":349.79,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":1186.4406779661017,\"ExtraMarkupOnGST\":213.5593220338983},\"Segments\":[{\"segmentid\":\"55\",\"originAirportName\":\"Hazrat Shahjalal Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Dhaka\",\"originCountryName\":\"Bangladesh\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-09T17:00\",\"SegFlightNumber\":\"SG-64\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DAC\",\"originDepTime\":\"2022-07-09T14:20\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":845,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"14h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"56\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-10T10:05\",\"SegFlightNumber\":\"SG-950\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-10T07:05\",\"TripIndicator\":2,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"56\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"55\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\",\"FareRuleData\":{\"fareRule\":{\"DAC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\",\"fcs\":{\"ARF\":4250,\"ARFT\":212.5,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":100,\"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\":{\"CCFT\":18,\"ACFT\":250,\"ACF\":5000,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DAC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7820\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"91\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9797610106\",\"FirstName\":\"MASARAT\",\"LastName\":\"NAZIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-19 22:25:09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1996-12-28\",\"PassportNationality\":\"IN\",\"PassportNo\":\"M0283755\",\"PassportExpiry\":\"2024-07-21\",\"passporIssue\":\"2014-07-22\",\"CustomerSysId\":\"51\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"51\",\"CustomerMemSysId\":[\"51\"],\"flight_booking_customer\":[[\"124\"]],\"SearchTraceId\":\"07b10-fcdd0-6e260-5e246\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Dhaka (DAC)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"DAC\"],\"ContSysId\":[\"18\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Dhaka (DAC)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[7820],\"intCountryCode\":\"BD\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"07b10-fcdd0-6e260-5e246\",\"sourceCityAirportCode\":[\"DAC\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DAC\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 22:23:40\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"07b10-fcdd0-6e260-5e246\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Dhaka (DAC)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DAC\\\"],\\\"ContSysId\\\":[\\\"18\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"SXR\\\"],\\\"source\\\":[\\\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\\\"],\\\"destination\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"from_mytrip_city\\\":[\\\" BD - Hazrat Shahjalal Intl Arpt (DAC)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Dhaka (DAC)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-09\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7820],\\\"intCountryCode\\\":\\\"BD\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"07b10-fcdd0-6e260-5e246\\\",\\\"sourceCityAirportCode\\\":[\\\"DAC\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DAC\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"09 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-19 22:23:40\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC116836234868\\\",\\\"bookingId_TJ\\\":\\\"TJ116836234868\\\",\\\"FlightNumber\\\":\\\"SG-64\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"07b10-fcdd0-6e260-5e246\\\",\\\"apiTraceId\\\":\\\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:20\\\",\\\"ArrivalTime\\\":\\\"10:05\\\",\\\"TravelDate\\\":\\\"2022-07-09T14:20\\\",\\\"LocalFromTime\\\":\\\"2022-07-09 14:20\\\",\\\"FromUTCTime\\\":\\\"2022-07-09T14:20\\\",\\\"LocalToTime\\\":\\\"2022-07-10 10:05\\\",\\\"ToUTCTime\\\":\\\"2022-07-10T10:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Mumbai\\\",\\\"GroundTime\\\":845,\\\"LAYOVERDuration\\\":\\\"14h 5m\\\",\\\"FlyingMinutes\\\":1215,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"FlightDuration\\\":\\\"20h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"7820\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DAC\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"17,573\\\",\\\"ApiResultIndex\\\":\\\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":14728,\\\"Tax\\\":3064.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":3047,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":17792.7,\\\"PublishedFare\\\":17572.71,\\\"PublishedFareAgent\\\":17572.71,\\\"OfferedFareAgent\\\":17572.71,\\\"OfferedFare\\\":17442.91,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-3034057758_0DACBOMSG64BOMSXRSG950_38895408661096\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":8,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":19.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":110,\\\"GSTOnMarkUp\\\":19.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":349.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17572.71,\\\"CostToAgent\\\":17572.71,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":3064.7,\\\"TotalBaseFare\\\":17792.7,\\\"BaseFareCal\\\":17462.71,\\\"BaseFare\\\":14728,\\\"CommissionEarned\\\":349.79,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":3047,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":19.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":110,\\\"GSTOnMarkUp\\\":19.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":349.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17572.71,\\\"CostToAgent\\\":17572.71,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":349.79,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":110,\\\"IntTaxOnAgencyFixMarkUp\\\":19.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":19.8,\\\"PublishFare\\\":17572.71,\\\"CostToCustomer\\\":17572.71,\\\"BaseFareCal\\\":17462.71,\\\"intCommisionEarnedForAgency\\\":110,\\\"CostToCompany\\\":17462.71,\\\"intOfferedFare\\\":17442.91,\\\"intPublishFare\\\":17792.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":349.79,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":349.79,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17572.71,\\\"CostToAgent\\\":17572.71,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"55\\\",\\\"originAirportName\\\":\\\"Hazrat Shahjalal Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Dhaka\\\",\\\"originCountryName\\\":\\\"Bangladesh\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-07-09T17:00\\\",\\\"SegFlightNumber\\\":\\\"SG-64\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DAC\\\",\\\"originDepTime\\\":\\\"2022-07-09T14:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":190,\\\"GroundTime\\\":845,\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"14:20\\\",\\\"strArrivalDtTime\\\":\\\"17:00\\\",\\\"FlightDuration\\\":\\\"3h 10m\\\",\\\"LAYOVERDuration\\\":\\\"14h 5m\\\",\\\"LAYOVERCity\\\":\\\"Mumbai\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"10KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":455,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":471,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"56\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-07-10T10:05\\\",\\\"SegFlightNumber\\\":\\\"SG-950\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-07-10T07:05\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"20 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":180,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":8,\\\"strDepartureDtTime\\\":\\\"07:05\\\",\\\"strArrivalDtTime\\\":\\\"10:05\\\",\\\"FlightDuration\\\":\\\"3h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":377,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"56\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"10KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":455,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":471,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"}],\\\"Ispassengercity\\\":false,\\\"Ispassengeraddress\\\":false,\\\"isGSTMandatory\\\":false,\\\"IsPassMandatory\\\":false,\\\"IsPassExpiry\\\":true,\\\"IsPassIssue\\\":true,\\\"IsPassDateOfBirth\\\":true,\\\"isAdobrMandatory\\\":true,\\\"isCdobrMandatory\\\":true,\\\"isIdobrMandatory\\\":true,\\\"isSeatApplicable\\\":true,\\\"isSessionTime\\\":\\\"8:00\\\",\\\"strTraceId\\\":\\\"4-3034057758_0DACBOMSG64BOMSXRSG950_43567195768342\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DAC-SXR\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":4250,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\\\",\\\"fcs\\\":{\\\"ARF\\\":4250,\\\"ARFT\\\":212.5,\\\"CRF\\\":50,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":5000,\\\"additionalFee\\\":100,\\\"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\\\":{\\\"CCFT\\\":18,\\\"ACFT\\\":250,\\\"ACF\\\":5000,\\\"CCF\\\":100}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-08 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DAC\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7820\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":325,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":450,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":455,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":471,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":495,\\\"Description\\\":\\\"Kids meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":500,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"55\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":6000,\\\"Weight\\\":\\\"10KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797610106\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"MASARAT\",\"passenger-lastname-1\":\"NAZIR\",\"passenger-dob-1\":\"28\\/12\\/1996\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"M0283755\",\"passenger-passporIssue-1\":\"22\\/07\\/2014\",\"passenger-PassportExpiry-1\":\"21\\/07\\/2024\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13142\",\"Salutation\":\"3\",\"EmailId\":\"kashmirwayz@gmail.com\",\"FirstName\":\"MASARAT\",\"LastName\":\"NAZIR\",\"CountryCode\":\"91\",\"MobileNo\":\"9797610106\"},\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14607\\/logo_1655484521.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ116836234868\",\"amount\":17792.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"919797610106\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-19T22:26:38.363\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9480402\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"64\",\"eT\":\"737\"},\"stops\":0,\"duration\":190,\"cT\":845,\"da\":{\"code\":\"DAC\",\"name\":\"Hazrat Shahjalal Intl Arpt\",\"cityCode\":\"DAC\",\"city\":\"Dhaka\",\"country\":\"Bangladesh\",\"countryCode\":\"BD\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2022-07-09T14:20\",\"at\":\"2022-07-09T17:00\",\"iand\":false,\"isRs\":false,\"sN\":0},{\"id\":\"9480403\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"950\",\"eT\":\"737\"},\"stops\":0,\"duration\":180,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-07-10T07:05\",\"at\":\"2022-07-10T10:05\",\"iand\":false,\"isRs\":false,\"sN\":1}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DAC-BOM\":\"O92IYV\",\"BOM-SXR\":\"O92IYV\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"MASARAT\",\"lN\":\"NAZIR\",\"dob\":\"1996-12-28\",\"pNum\":\"M0283755\",\"eD\":\"2024-07-21\",\"pNat\":\"IN\",\"pid\":\"2014-07-22\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TAF\":3064.7,\"TF\":17792.7,\"NCM\":349.79,\"BF\":14728,\"NF\":17442.91},\"afC\":{\"TAF\":{\"MF\":15,\"MFT\":2.7,\"AGST\":0,\"OT\":3047,\"YQ\":0},\"NCM\":{\"TDS\":-18.41,\"OT\":368.2}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-19 22:26:35'),(679,'86065-300cc-fee56-39f51','{\"FlightBookingData\":[{\"bookingId\":\"DMC115836246870\",\"bookingId_TJ\":\"TJ115836246870\",\"FlightNumber\":\"SG-64\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"86065-300cc-fee56-39f51\",\"apiTraceId\":\"4-3205879124_0DACBOMSG64BOMSXRSG950_17133817208849\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"10:05\",\"TravelDate\":\"2022-07-09T14:20\",\"LocalFromTime\":\"2022-07-09 14:20\",\"FromUTCTime\":\"2022-07-09T14:20\",\"LocalToTime\":\"2022-07-10 10:05\",\"ToUTCTime\":\"2022-07-10T10:05\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":845,\"LAYOVERDuration\":\"14h 5m\",\"FlyingMinutes\":1215,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"20h 45m\",\"SourcePlaceSysId\":\"7820\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DAC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,573\",\"ApiResultIndex\":\"4-3205879124_0DACBOMSG64BOMSXRSG950_17133817208849\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14728,\"Tax\":3064.7,\"YQTax\":0,\"OtherCharges\":3047,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17792.7,\"PublishedFare\":17572.71,\"PublishedFareAgent\":17572.71,\"OfferedFareAgent\":17572.71,\"OfferedFare\":17442.91,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3205879124_0DACBOMSG64BOMSXRSG950_6341579714708\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":7,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3064.7,\"TotalBaseFare\":17792.7,\"BaseFareCal\":17462.71,\"BaseFare\":14728,\"CommissionEarned\":349.79,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":3047,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":19.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":110,\"GSTOnMarkUp\":19.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":349.79,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":110,\"IntTaxOnAgencyFixMarkUp\":19.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":19.8,\"PublishFare\":17572.71,\"CostToCustomer\":17572.71,\"BaseFareCal\":17462.71,\"intCommisionEarnedForAgency\":110,\"CostToCompany\":17462.71,\"intOfferedFare\":17442.91,\"intPublishFare\":17792.7,\"TripjackMarkup\":0,\"TripjackCommission\":349.79,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":349.79,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17572.71,\"CostToAgent\":17572.71,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"256\",\"originAirportName\":\"Hazrat Shahjalal Intl Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Dhaka\",\"originCountryName\":\"Bangladesh\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-09T17:00\",\"SegFlightNumber\":\"SG-64\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DAC\",\"originDepTime\":\"2022-07-09T14:20\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":190,\"GroundTime\":845,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"3h 10m\",\"LAYOVERDuration\":\"14h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"257\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-10T10:05\",\"SegFlightNumber\":\"SG-950\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-10T07:05\",\"TripIndicator\":2,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"07:05\",\"strArrivalDtTime\":\"10:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"257\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}],\"Ispassengercity\":false,\"Ispassengeraddress\":false,\"isGSTMandatory\":false,\"IsPassMandatory\":false,\"IsPassExpiry\":true,\"IsPassIssue\":true,\"IsPassDateOfBirth\":true,\"isAdobrMandatory\":true,\"isCdobrMandatory\":true,\"isIdobrMandatory\":true,\"isSeatApplicable\":true,\"isSessionTime\":\"8:00\",\"strTraceId\":\"4-3205879124_0DACBOMSG64BOMSXRSG950_17133817208849\",\"FareRuleData\":{\"fareRule\":{\"DAC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 6 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":4250,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-96 hrs Rs 4,250 + Fare Difference __nls__ Before 96 hrs Rs 3,750 + Fare Difference\",\"fcs\":{\"ARF\":4250,\"CRFT\":9,\"ARFT\":212.5,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":5000,\"additionalFee\":100,\"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\":18,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DAC\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7820\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"4-3205879124_0DACBOMSG64BOMSXRSG950_17133817208849\",\"SearchTraceId\":\"86065-300cc-fee56-39f51\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Dhaka (DAC)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"DAC\"],\"ContSysId\":[\"18\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Dhaka (DAC)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[7820],\"intCountryCode\":\"BD\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"86065-300cc-fee56-39f51\",\"sourceCityAirportCode\":[\"DAC\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DAC\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Dhaka, BD - Hazrat Shahjalal Intl Arpt (DAC)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 09:57:06\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VGSW\",\"Price\":300,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"JNSW\",\"Price\":300,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"LCVS\",\"Price\":325,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NVSW\",\"Price\":350,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"LCNS\",\"Price\":375,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VGML\",\"Price\":400,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NVML\",\"Price\":450,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"FPML\",\"Price\":455,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFCM\",\"Price\":471,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"VCC2\",\"Price\":495,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC6\",\"Price\":495,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC5\",\"Price\":495,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC4\",\"Price\":495,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC2\",\"Price\":495,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"NCC1\",\"Price\":495,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"JNML\",\"Price\":495,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFVG\",\"Price\":495,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"DBML\",\"Price\":495,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"CHML\",\"Price\":495,\"Description\":\"Kids meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"GFNV\",\"Price\":500,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"DNVL\",\"Price\":500,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"EB05\",\"Price\":3000,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"256\",\"Code\":\"EB10\",\"Price\":6000,\"Weight\":\"10KG\"}]],\"SeatPreference\":[]}}','2022-06-20 09:57:18'),(687,'2577e-72712-e2821-38062','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2577e-72712-e2821-38062\",\"apiTraceId\":\"432_6127\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 08:45\",\"FromUTCTime\":\"2022-06-25 08:45\",\"LocalToTime\":\"2022-06-25 10:15:00\",\"ToUTCTime\":\"2022-06-25 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"432-2577e-72712-e2821-38062\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6127\",\"ApiResultIndex\":\"432_6127\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B0\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"FHNZSH\",\"OnwardGroupPNRDummy\":\"FHNZSH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AE\",\"bookingId\":\"F144222C8D78409189012ECBD1B8F41C\"}],\"flight_booking_id_Arr\":[\"92\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"ANKUSH\",\"LastName\":\"TANWAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 10:22:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"53\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"ANKIT\",\"LastName\":\"ANKIT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 10:22:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"54\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"ANKUSH\",\"LastName\":\"TANWAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 10:22:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2577e-72712-e2821-38062\",\"modified\":\"2022-06-20 10:22:35\",\"created\":\"2022-06-20 10:22:35\",\"CustomerMemberSysId\":\"53\"},{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419088764\",\"FirstName\":\"ANKIT\",\"LastName\":\"ANKIT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 10:22:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2577e-72712-e2821-38062\",\"modified\":\"2022-06-20 10:22:35\",\"created\":\"2022-06-20 10:22:35\",\"CustomerMemberSysId\":\"54\"}],\"CustomerSysId\":\"48\",\"CustomerMemSysId\":[\"53\",\"54\"],\"flight_booking_customer\":[[\"125\",\"126\"]],\"SearchTraceId\":\"2577e-72712-e2821-38062\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2577e-72712-e2821-38062\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 10:21:32\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2577e-72712-e2821-38062\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"2577e-72712-e2821-38062\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"25 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 10:21:32\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"2577e-72712-e2821-38062\\\",\\\"apiTraceId\\\":\\\"432_6127\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-25 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"432-2577e-72712-e2821-38062\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6127\\\",\\\"ApiResultIndex\\\":\\\"432_6127\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0B0\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"FHNZSH\\\",\\\"OnwardGroupPNRDummy\\\":\\\"FHNZSH\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0AE\\\",\\\"bookingId\\\":\\\"F144222C8D78409189012ECBD1B8F41C\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419088764\",\"leadEmail\":\"mohitairways@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ANKUSH\",\"passenger-lastname-1\":\"TANWAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"ANKIT\",\"passenger-lastname-2\":\"ANKIT\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"FHNZSH\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ANKUSH\",\"lN\":\"TANWAR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"FHNZSH\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ANKIT\",\"lN\":\"ANKIT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F144222C8D78409189012ECBD1B8F41C\"],\"status\":\"SUCCESS\"}}}','2022-06-20 10:24:19'),(688,'40','{\"_sessiondata\":{\"EmailId\":\"salesgracetravel123@gmail.com\",\"UserSysId\":\"14816\",\"CustomerSysId\":\"208882\",\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"YOUR GRACE TRAVEL\",\"AgencyCode\":\"11252\",\"ContactNo1\":\"9797909769\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8891D410-185D-4CED-806B-7503AEF3A2BB\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"25000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 10:26:55'),(694,'5dff0-75778-9abdb-8eee5','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5dff0-75778-9abdb-8eee5\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-5dff0-75778-9abdb-8eee5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07L\",\"showintax\":0,\"ExtraMarkup\":0,\"ExtraMarkupOnGST\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06Z\",\"bookingId\":\"4099C63EE6C04FB5B1E39A9F198E711E\"}],\"flight_booking_id_Arr\":[\"93\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7358528871\",\"FirstName\":\"MD kadir\",\"LastName\":\"Hussain\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13351\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 10:45:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"52\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"52\",\"CustomerMemSysId\":[\"52\"],\"flight_booking_customer\":[[\"127\"]],\"SearchTraceId\":\"5dff0-75778-9abdb-8eee5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5dff0-75778-9abdb-8eee5\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 10:42:57\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5dff0-75778-9abdb-8eee5\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"5dff0-75778-9abdb-8eee5\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 10:42:57\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"5dff0-75778-9abdb-8eee5\\\",\\\"apiTraceId\\\":\\\"432_6124\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-22\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-22 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-22 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-22 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"432-5dff0-75778-9abdb-8eee5\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6124\\\",\\\"ApiResultIndex\\\":\\\"432_6124\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":0,\\\"ExtraMarkupOnGST\\\":0}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"07L\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":0,\\\"ExtraMarkupOnGST\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-22T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655836200,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"MI9I5E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MI9I5E\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06Z\\\",\\\"bookingId\\\":\\\"4099C63EE6C04FB5B1E39A9F198E711E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"{\\\"showintax\\\":0,\\\"intExtraMarkup\\\":\\\"0\\\",\\\"ExtraMarkup\\\":0,\\\"ExtraMarkupOnGST\\\":0}\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7358528871\",\"leadEmail\":\"salesgracetravel123@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MD kadir\",\"passenger-lastname-1\":\"Hussain\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13351\",\"Salutation\":\"1\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"FirstName\":\"MD kadir\",\"LastName\":\"Hussain\",\"CountryCode\":\"91\",\"MobileNo\":\"7358528871\"},\"_sessiondata\":{\"EmailId\":\"salesgracetravel123@gmail.com\",\"UserSysId\":\"14816\",\"CustomerSysId\":\"208882\",\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"YOUR GRACE TRAVEL\",\"AgencyCode\":\"11252\",\"ContactNo1\":\"9797909769\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8891D410-185D-4CED-806B-7503AEF3A2BB\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MI9I5E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MD kadir\",\"lN\":\"Hussain\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4099C63EE6C04FB5B1E39A9F198E711E\"],\"status\":\"SUCCESS\"}}}','2022-06-20 10:45:53'),(695,'41','{\"_sessiondata\":{\"EmailId\":\"aasthatravels4@gmail.com\",\"UserSysId\":\"14745\",\"CustomerSysId\":\"208651\",\"AgencySysId\":\"13280\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"HEMANT KUMAR\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"AASTHA TRAVELS\",\"AgencyCode\":\"11181\",\"ContactNo1\":\"9045444446\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"33B5248C-9614-4875-9CFA-318CC5CC0AD8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"5000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"HONEY TOUR\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 11:16:50'),(701,'7ef81-10ac8-11dae-53e50','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ef81-10ac8-11dae-53e50\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"432-7ef81-10ac8-11dae-53e50\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A9F8A87764EE44F99724082397B76E55\"}],\"flight_booking_id_Arr\":[\"94\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13355\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"alanwartravel1@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9018549796\",\"FirstName\":\"Tasmeeha\",\"LastName\":\"Tasmeeha\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13355\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 11:37:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"54\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13355\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"54\",\"EmailId\":\"alanwartravel1@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9018549796\",\"FirstName\":\"Talbiya\",\"LastName\":\"Qureshi \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13355\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 11:37:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"55\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13355\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"54\",\"EmailId\":\"alanwartravel1@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9018549796\",\"FirstName\":\"Talbiya\",\"LastName\":\"Qureshi \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13355\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 11:37:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7ef81-10ac8-11dae-53e50\",\"modified\":\"2022-06-20 11:37:43\",\"created\":\"2022-06-20 11:37:43\",\"CustomerMemberSysId\":\"55\"}],\"CustomerSysId\":\"54\",\"CustomerMemSysId\":[\"54\",\"55\"],\"flight_booking_customer\":[[\"128\",\"129\"]],\"SearchTraceId\":\"7ef81-10ac8-11dae-53e50\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7ef81-10ac8-11dae-53e50\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 11:36:02\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7ef81-10ac8-11dae-53e50\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"7ef81-10ac8-11dae-53e50\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 11:36:02\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7ef81-10ac8-11dae-53e50\\\",\\\"apiTraceId\\\":\\\"432_6129\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"432-7ef81-10ac8-11dae-53e50\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6129\\\",\\\"ApiResultIndex\\\":\\\"432_6129\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"5\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"K7IYYY\\\",\\\"OnwardGroupPNRDummy\\\":\\\"K7IYYY\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"A9F8A87764EE44F99724082397B76E55\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9018549796\",\"leadEmail\":\"alanwartravel1@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Tasmeeha\",\"passenger-lastname-1\":\"Tasmeeha\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"Talbiya\",\"passenger-lastname-2\":\"Qureshi \",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13355\",\"Salutation\":\"3\",\"EmailId\":\"alanwartravel1@gmail.com\",\"FirstName\":\"Tasmeeha\",\"LastName\":\"Tasmeeha\",\"CountryCode\":\"91\",\"MobileNo\":\"9018549796\"},\"_sessiondata\":{\"EmailId\":\"alanwartravel1@gmail.com\",\"UserSysId\":\"14820\",\"CustomerSysId\":\"208912\",\"AgencySysId\":\"13355\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Umer\",\"LastName\":\"Farooq\",\"Password_cu\":\"\",\"AgencyName\":\"AL ANWAR TOUR AND TRAVEL\",\"AgencyCode\":\"11256\",\"ContactNo1\":\"9018549796\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"12817128-7E67-4452-A6AB-9D17202852F1\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Tasmeeha\",\"lN\":\"Tasmeeha\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Talbiya\",\"lN\":\"Qureshi \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A9F8A87764EE44F99724082397B76E55\"],\"status\":\"SUCCESS\"}}}','2022-06-20 11:39:26'),(703,'5bad1-2e460-08ab4-a7341','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5bad1-2e460-08ab4-a7341\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-5bad1-2e460-08ab4-a7341\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0NE\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0MS\"}],\"apiTraceId\":\"432_6124\",\"SearchTraceId\":\"5bad1-2e460-08ab4-a7341\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"22\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\",\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5bad1-2e460-08ab4-a7341\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"22\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\",\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 11:57:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-20 12:01:11'),(709,'4f5fe-1b1af-483ae-407d0','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4f5fe-1b1af-483ae-407d0\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-4f5fe-1b1af-483ae-407d0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FD5116D46BD64A3B854D4B75B43029EC\"}],\"flight_booking_id_Arr\":[\"95\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006636772\",\"FirstName\":\"TASHOOQ AHMAD\",\"LastName\":\"MALIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 12:02:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"55\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"55\",\"CustomerMemSysId\":[\"55\"],\"flight_booking_customer\":[[\"130\"]],\"SearchTraceId\":\"4f5fe-1b1af-483ae-407d0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4f5fe-1b1af-483ae-407d0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 12:01:44\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4f5fe-1b1af-483ae-407d0\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4f5fe-1b1af-483ae-407d0\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 12:01:44\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4f5fe-1b1af-483ae-407d0\\\",\\\"apiTraceId\\\":\\\"432_6124\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-22\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-22 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-22 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-22 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"432-4f5fe-1b1af-483ae-407d0\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6124\\\",\\\"ApiResultIndex\\\":\\\"432_6124\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-22T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655836200,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"MI9I5E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MI9I5E\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"FD5116D46BD64A3B854D4B75B43029EC\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006636772\",\"leadEmail\":\"fctourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"TASHOOQ AHMAD\",\"passenger-lastname-1\":\"MALIK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13328\",\"Salutation\":\"1\",\"EmailId\":\"fctourandtravels@gmail.com\",\"FirstName\":\"TASHOOQ AHMAD\",\"LastName\":\"MALIK\",\"CountryCode\":\"91\",\"MobileNo\":\"7006636772\"},\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MI9I5E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"TASHOOQ AHMAD\",\"lN\":\"MALIK\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FD5116D46BD64A3B854D4B75B43029EC\"],\"status\":\"SUCCESS\"}}}','2022-06-20 12:03:44'),(710,'42','{\"_sessiondata\":{\"EmailId\":\"ALKHOBARTOURTRAVELS@GMAIL.COM\",\"UserSysId\":\"14829\",\"CustomerSysId\":\"208979\",\"AgencySysId\":\"13364\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ARSHEED AHMAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"AL KHOBAR TOUR  & TRAVELS\",\"AgencyCode\":\"23348\",\"ContactNo1\":\"7006920781\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"1CBA624D-F296-40CC-9A53-0FBA6320AD35\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-20 13:11:45'),(713,'934da-9e696-9633d-921ca','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"934da-9e696-9633d-921ca\",\"apiTraceId\":\"424_5756\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 18:35\",\"FromUTCTime\":\"2022-06-21 18:35\",\"LocalToTime\":\"2022-06-21 20:35:00\",\"ToUTCTime\":\"2022-06-21 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-934da-9e696-9633d-921ca\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5756\",\"ApiResultIndex\":\"424_5756\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JIJ63R\",\"OnwardGroupPNRDummy\":\"JIJ63R\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"27D696E0CF824CF7AE4CD1C4070E4F39\"}],\"flight_booking_id_Arr\":[\"96\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13367\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"marutitravelscc@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9903775862\",\"FirstName\":\"Muskan\",\"LastName\":\"Kumari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13367\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 13:49:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"56\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"56\",\"CustomerMemSysId\":[\"56\"],\"flight_booking_customer\":[[\"131\"]],\"SearchTraceId\":\"934da-9e696-9633d-921ca\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"934da-9e696-9633d-921ca\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 13:48:19\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"934da-9e696-9633d-921ca\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"934da-9e696-9633d-921ca\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 13:48:19\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"934da-9e696-9633d-921ca\\\",\\\"apiTraceId\\\":\\\"424_5756\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-21 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":5000,\\\"PublishedFareTxt\\\":\\\"5,000\\\",\\\"ApiResultIndex\\\":\\\"424-934da-9e696-9633d-921ca\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5000,\\\"PublishedFare\\\":5000,\\\"PublishedFareAgent\\\":5000,\\\"OfferedFareAgent\\\":5000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5756\\\",\\\"ApiResultIndex\\\":\\\"424_5756\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4500,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"JIJ63R\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JIJ63R\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"27D696E0CF824CF7AE4CD1C4070E4F39\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9903775862\",\"leadEmail\":\"marutitravelscc@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Muskan\",\"passenger-lastname-1\":\"Kumari\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13367\",\"Salutation\":\"3\",\"EmailId\":\"marutitravelscc@gmail.com\",\"FirstName\":\"Muskan\",\"LastName\":\"Kumari\",\"CountryCode\":\"91\",\"MobileNo\":\"9903775862\"}}','2022-06-20 13:49:56'),(714,'43','{\"_sessiondata\":{\"EmailId\":\"marutitravelscc@gmail.com\",\"UserSysId\":\"14832\",\"CustomerSysId\":\"209004\",\"AgencySysId\":\"13367\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"devendra\",\"LastName\":\"bajoria\",\"Password_cu\":\"\",\"AgencyName\":\"Maruti travels\",\"AgencyCode\":\"23351\",\"ContactNo1\":\"9903775862\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"9AC153F4-AF85-4F80-A748-3881A5D99123\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"5000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 13:51:26'),(715,'44','{\"_sessiondata\":{\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14518\",\"CustomerSysId\":\"207518\",\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"ATTAR\",\"Password_cu\":\"\",\"AgencyName\":\"ATTAR TRAVELS\",\"AgencyCode\":\"11148\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AA482171-B03C-4D4F-938E-34B89AB64679\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 13:51:45'),(716,'45','{\"_sessiondata\":{\"EmailId\":\"marutitravelscc@gmail.com\",\"UserSysId\":\"14832\",\"CustomerSysId\":\"209004\",\"AgencySysId\":\"13367\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"devendra\",\"LastName\":\"bajoria\",\"Password_cu\":\"\",\"AgencyName\":\"Maruti travels\",\"AgencyCode\":\"23351\",\"ContactNo1\":\"9903775862\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"9AC153F4-AF85-4F80-A748-3881A5D99123\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/934da-9e696-9633d-921ca\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"5000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/934da-9e696-9633d-921ca\"}','2022-06-20 13:51:46'),(717,'46','{\"_sessiondata\":{\"EmailId\":\"marutitravelscc@gmail.com\",\"UserSysId\":\"14832\",\"CustomerSysId\":\"209004\",\"AgencySysId\":\"13367\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"devendra\",\"LastName\":\"bajoria\",\"Password_cu\":\"\",\"AgencyName\":\"Maruti travels\",\"AgencyCode\":\"23351\",\"ContactNo1\":\"9903775862\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"9AC153F4-AF85-4F80-A748-3881A5D99123\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4800\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 13:53:39'),(723,'540e7-3f0d4-c2358-acc87','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"540e7-3f0d4-c2358-acc87\",\"apiTraceId\":\"424_5756\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 18:35\",\"FromUTCTime\":\"2022-06-21 18:35\",\"LocalToTime\":\"2022-06-21 20:35:00\",\"ToUTCTime\":\"2022-06-21 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"424-540e7-3f0d4-c2358-acc87\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4400,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5756\",\"ApiResultIndex\":\"424_5756\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4400,\"BaseFare\":4400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"030\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JIJ63R\",\"OnwardGroupPNRDummy\":\"JIJ63R\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02E\",\"bookingId\":\"3ACC85F12E7C49B8B5910EA14115417D\"}],\"flight_booking_id_Arr\":[\"97\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13367\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"marutitravelscc@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9903775862\",\"FirstName\":\"Muskan\",\"LastName\":\"Kumari\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13367\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 13:54:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"56\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"56\",\"CustomerMemSysId\":[\"56\"],\"flight_booking_customer\":[[\"132\"]],\"SearchTraceId\":\"540e7-3f0d4-c2358-acc87\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"540e7-3f0d4-c2358-acc87\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 13:54:34\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"540e7-3f0d4-c2358-acc87\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"540e7-3f0d4-c2358-acc87\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 13:54:34\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"540e7-3f0d4-c2358-acc87\\\",\\\"apiTraceId\\\":\\\"424_5756\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-21 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4800,\\\"PublishedFareTxt\\\":\\\"4,800\\\",\\\"ApiResultIndex\\\":\\\"424-540e7-3f0d4-c2358-acc87\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4400,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4800,\\\"PublishedFare\\\":4800,\\\"PublishedFareAgent\\\":4800,\\\"OfferedFareAgent\\\":4800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5756\\\",\\\"ApiResultIndex\\\":\\\"424_5756\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4400,\\\"BaseFare\\\":4400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"030\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"JIJ63R\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JIJ63R\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02E\\\",\\\"bookingId\\\":\\\"3ACC85F12E7C49B8B5910EA14115417D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9903775862\",\"leadEmail\":\"marutitravelscc@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"56\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Muskan\",\"passenger-lastname-1\":\"Kumari\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13367\",\"Salutation\":\"3\",\"EmailId\":\"marutitravelscc@gmail.com\",\"FirstName\":\"Muskan\",\"LastName\":\"Kumari\",\"CountryCode\":\"91\",\"MobileNo\":\"9903775862\"},\"_sessiondata\":{\"EmailId\":\"marutitravelscc@gmail.com\",\"UserSysId\":\"14832\",\"CustomerSysId\":\"209004\",\"AgencySysId\":\"13367\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"devendra\",\"LastName\":\"bajoria\",\"Password_cu\":\"\",\"AgencyName\":\"Maruti travels\",\"AgencyCode\":\"23351\",\"ContactNo1\":\"9903775862\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"9AC153F4-AF85-4F80-A748-3881A5D99123\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"JIJ63R\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Muskan\",\"lN\":\"Kumari\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"3ACC85F12E7C49B8B5910EA14115417D\"],\"status\":\"SUCCESS\"}}}','2022-06-20 13:55:06'),(728,'2a86f-a4077-95a0d-5f4f9','{\"FlightBookingData\":[{\"bookingId\":\"DMC104936271845\",\"bookingId_TJ\":\"TJ104936271845\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"2a86f-a4077-95a0d-5f4f9\",\"apiTraceId\":\"11-8840709948_0SXRIXCG8199_23868010753097\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2022-06-21T15:45\",\"LocalFromTime\":\"2022-06-21 15:45\",\"FromUTCTime\":\"2022-06-21T15:45\",\"LocalToTime\":\"2022-06-21 17:00\",\"ToUTCTime\":\"2022-06-21T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"01h 15m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,933\",\"ApiResultIndex\":\"11-8840709948_0SXRIXCG8199_23868010753097\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":3932.8999999999996,\"PublishedFareAgent\":4432.9,\"OfferedFareAgent\":3932.8999999999996,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8840709948_0SXRIXCG8199_108508211688998\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4432.9,\"CostToAgent\":3932.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3792.8999999999996,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4432.9,\"CostToAgent\":3932.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3932.8999999999996,\"CostToCustomer\":3932.8999999999996,\"BaseFareCal\":3792.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3792.8999999999996,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4432.9,\"CostToAgent\":3932.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"8\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-06-21T17:00\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-21T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-8840709948_0SXRIXCG8199_23868010753097\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-8840709948_0SXRIXCG8199_23868010753097\",\"SearchTraceId\":\"2a86f-a4077-95a0d-5f4f9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2a86f-a4077-95a0d-5f4f9\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 14:37:46\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-20 14:38:11'),(730,'5531a-81f89-82e4a-b4d73','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5531a-81f89-82e4a-b4d73\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-5531a-81f89-82e4a-b4d73\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"4\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}],\"apiTraceId\":\"433_6167\",\"SearchTraceId\":\"5531a-81f89-82e4a-b4d73\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5531a-81f89-82e4a-b4d73\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 14:38:47\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-20 14:39:23'),(735,'bff30-34f95-c952f-48e35','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bff30-34f95-c952f-48e35\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-bff30-34f95-c952f-48e35\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6132\",\"SearchTraceId\":\"bff30-34f95-c952f-48e35\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"bff30-34f95-c952f-48e35\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 14:58:09\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-20 15:01:20'),(736,'47','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"15000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 15:08:50'),(742,'5d7b2-3153e-3cffc-5cd56','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"424-5d7b2-3153e-3cffc-5cd56\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MGC69K\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"73676243BDE44B2DB069997BAE148219\"}],\"flight_booking_id_Arr\":[\"99\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Apurva\",\"LastName\":\"Bhotika\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 15:14:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"56\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Priyanka\",\"LastName\":\"Bhotika\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 15:14:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"57\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Aaryav\",\"LastName\":\"Bhotika\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 15:14:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"58\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Apurva\",\"LastName\":\"Bhotika\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 15:14:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"modified\":\"2022-06-20 15:14:54\",\"created\":\"2022-06-20 15:14:54\",\"CustomerMemberSysId\":\"56\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Priyanka\",\"LastName\":\"Bhotika\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 15:14:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"modified\":\"2022-06-20 15:14:54\",\"created\":\"2022-06-20 15:14:54\",\"CustomerMemberSysId\":\"57\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Aaryav\",\"LastName\":\"Bhotika\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 15:14:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"modified\":\"2022-06-20 15:14:54\",\"created\":\"2022-06-20 15:14:54\",\"CustomerMemberSysId\":\"58\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"56\",\"57\",\"58\"],\"flight_booking_customer\":[[\"134\",\"135\",\"136\"]],\"SearchTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/06\\/2022\"],\"departure_datesf\":[\"26\\/06\\/2022\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-26\",\"strDepatureDate\":[\"26\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 15:11:21\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5d7b2-3153e-3cffc-5cd56\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-26\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"5d7b2-3153e-3cffc-5cd56\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 15:11:21\\\",\\\"ContSysId\\\":null,\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"5d7b2-3153e-3cffc-5cd56\\\",\\\"apiTraceId\\\":\\\"424_5761\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-26\\\",\\\"LocalFromTime\\\":\\\"2022-06-26 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-26 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-26 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-26 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":15000,\\\"PublishedFareTxt\\\":\\\"15,000\\\",\\\"ApiResultIndex\\\":\\\"424-5d7b2-3153e-3cffc-5cd56\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":13500,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":15000,\\\"PublishedFare\\\":15000,\\\"PublishedFareAgent\\\":15000,\\\"OfferedFareAgent\\\":15000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5761\\\",\\\"ApiResultIndex\\\":\\\"424_5761\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":15000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":13500,\\\"BaseFare\\\":13500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":15000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-26T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-26T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"26\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656181800,\\\"DepartureDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"MGC69K\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MGC69K\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"73676243BDE44B2DB069997BAE148219\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Apurva\",\"passenger-lastname-1\":\"Bhotika\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"Priyanka\",\"passenger-lastname-2\":\"Bhotika\",\"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\":\"Aaryav\",\"passenger-lastname-3\":\"Bhotika\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Apurva\",\"lN\":\"Bhotika\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Priyanka\",\"lN\":\"Bhotika\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Aaryav\",\"lN\":\"Bhotika\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"73676243BDE44B2DB069997BAE148219\"],\"status\":\"SUCCESS\"}}}','2022-06-20 15:15:23'),(745,'58e7c-a29a5-f7adf-f5e01','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"58e7c-a29a5-f7adf-f5e01\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-58e7c-a29a5-f7adf-f5e01\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07I\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06W\",\"bookingId\":\"E860D63E598B425BB52D2E25958DAE44\"}],\"flight_booking_id_Arr\":[\"98\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"thesamzworld@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9419476359\",\"FirstName\":\"SARWAN\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13293\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 14:34:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"57\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"57\",\"CustomerMemSysId\":[\"57\"],\"flight_booking_customer\":[[\"133\"]],\"SearchTraceId\":\"58e7c-a29a5-f7adf-f5e01\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"58e7c-a29a5-f7adf-f5e01\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 14:30:53\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"58e7c-a29a5-f7adf-f5e01\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"58e7c-a29a5-f7adf-f5e01\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 14:30:53\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"58e7c-a29a5-f7adf-f5e01\\\",\\\"apiTraceId\\\":\\\"432_6132\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-58e7c-a29a5-f7adf-f5e01\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6132\\\",\\\"ApiResultIndex\\\":\\\"432_6132\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"07I\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"A9FYMP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"A9FYMP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06W\\\",\\\"bookingId\\\":\\\"E860D63E598B425BB52D2E25958DAE44\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419476359\",\"leadEmail\":\"thesamzworld@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SARWAN\",\"passenger-lastname-1\":\"KUMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13293\",\"Salutation\":\"1\",\"EmailId\":\"thesamzworld@gmail.com\",\"FirstName\":\"SARWAN\",\"LastName\":\"KUMAR\",\"CountryCode\":\"91\",\"MobileNo\":\"9419476359\"},\"_sessiondata\":{\"EmailId\":\"thesamzworld@gmail.com\",\"UserSysId\":\"14758\",\"CustomerSysId\":\"208691\",\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ROUHILL\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"SAMZ TRAVELS\",\"AgencyCode\":\"11194\",\"ContactNo1\":\"9419476359\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BCE790D1-2CBF-410A-87AD-3D1133E4C670\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SARWAN\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E860D63E598B425BB52D2E25958DAE44\"],\"status\":\"SUCCESS\"}}}','2022-06-20 15:54:11'),(747,'93e67-4bc55-84b79-5d9a2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"93e67-4bc55-84b79-5d9a2\",\"apiTraceId\":\"437_6278\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 14:50\",\"FromUTCTime\":\"2022-06-22 14:50\",\"LocalToTime\":\"2022-06-22 16:20:00\",\"ToUTCTime\":\"2022-06-22 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-93e67-4bc55-84b79-5d9a2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6278\",\"ApiResultIndex\":\"437_6278\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0VR\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYB8RP\",\"OnwardGroupPNRDummy\":\"JYB8RP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0V5\"}],\"apiTraceId\":\"437_6278\",\"SearchTraceId\":\"93e67-4bc55-84b79-5d9a2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"93e67-4bc55-84b79-5d9a2\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 15:34:44\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-20 16:04:12'),(753,'1b185-7df22-9e33d-ec989','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1b185-7df22-9e33d-ec989\",\"apiTraceId\":\"437_6277\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 14:50\",\"FromUTCTime\":\"2022-06-21 14:50\",\"LocalToTime\":\"2022-06-21 16:20:00\",\"ToUTCTime\":\"2022-06-21 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"437-1b185-7df22-9e33d-ec989\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6277\",\"ApiResultIndex\":\"437_6277\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"070\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"EIGYKE\",\"OnwardGroupPNRDummy\":\"EIGYKE\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06E\",\"bookingId\":\"33B9B05D026542BBA617583350D0E525\"}],\"flight_booking_id_Arr\":[\"100\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"SYED MURTAZA\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 16:17:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"59\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"SYED MURTAZA\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 16:17:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1b185-7df22-9e33d-ec989\",\"modified\":\"2022-06-20 16:17:54\",\"created\":\"2022-06-20 16:17:54\",\"CustomerMemberSysId\":\"59\"}],\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"59\"],\"flight_booking_customer\":[[\"137\"]],\"SearchTraceId\":\"1b185-7df22-9e33d-ec989\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1b185-7df22-9e33d-ec989\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 16:17:03\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1b185-7df22-9e33d-ec989\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1b185-7df22-9e33d-ec989\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 16:17:03\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1b185-7df22-9e33d-ec989\\\",\\\"apiTraceId\\\":\\\"437_6277\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"437-1b185-7df22-9e33d-ec989\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6277\\\",\\\"ApiResultIndex\\\":\\\"437_6277\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3000,\\\"BaseFare\\\":3000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"070\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"6\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"EIGYKE\\\",\\\"OnwardGroupPNRDummy\\\":\\\"EIGYKE\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06E\\\",\\\"bookingId\\\":\\\"33B9B05D026542BBA617583350D0E525\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906423725\",\"leadEmail\":\"fctourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SYED MURTAZA\",\"passenger-lastname-1\":\"SHAH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"EIGYKE\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SYED MURTAZA\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"33B9B05D026542BBA617583350D0E525\"],\"status\":\"SUCCESS\"}}}','2022-06-20 16:19:36'),(760,'481cc-df5fc-65e0b-df685','{\"FlightBookingData\":[{\"bookingId\":\"DMC100236280367\",\"bookingId_TJ\":\"TJ100236280367\",\"FlightNumber\":\"UK-612\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"481cc-df5fc-65e0b-df685\",\"apiTraceId\":\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-06-21T13:55\",\"LocalFromTime\":\"2022-06-21 13:55\",\"FromUTCTime\":\"2022-06-21T13:55\",\"LocalToTime\":\"2022-06-21 14:45\",\"ToUTCTime\":\"2022-06-21T14:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,814\",\"ApiResultIndex\":\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3394,\"Tax\":684.7,\"YQTax\":0,\"OtherCharges\":413,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":174,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":4078.7,\"PublishedFare\":3814.21,\"PublishedFareAgent\":3814.21,\"OfferedFareAgent\":3814.21,\"OfferedFare\":3755.21,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3553639340_0IXJSXRUK612_39853844960579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":684.7,\"TotalBaseFare\":4078.7,\"BaseFareCal\":3764.21,\"BaseFare\":3394,\"CommissionEarned\":323.49,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":174,\"MFT\":2.7,\"OT\":413,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"showintax\":0,\"ExtraMarkup\":834.7457627118644,\"ExtraMarkupOnGST\":150.25423728813564}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":323.49,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":3814.21,\"CostToCustomer\":3814.21,\"BaseFareCal\":3764.21,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":3764.21,\"intOfferedFare\":3755.21,\"intPublishFare\":4078.7,\"TripjackMarkup\":0,\"TripjackCommission\":323.49,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":323.49,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3814.21,\"CostToAgent\":3814.21,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":834.7457627118644,\"ExtraMarkupOnGST\":150.25423728813564},\"Segments\":[{\"segmentid\":\"814\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-21T14:45\",\"SegFlightNumber\":\"UK-612\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-06-21T13:55\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3553639340_0IXJSXRUK612_39419374209572\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"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\":{\"ACFT\":26.25,\"CCFT\":9,\"ACF\":525,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"101\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006544980\",\"FirstName\":\"PERVAIZ AHMAD\",\"LastName\":\"AHANGER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 16:22:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"59\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"59\",\"CustomerMemSysId\":[\"59\"],\"flight_booking_customer\":[[\"138\"]],\"SearchTraceId\":\"481cc-df5fc-65e0b-df685\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"481cc-df5fc-65e0b-df685\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXJ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 16:21:31\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"481cc-df5fc-65e0b-df685\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Jammu (IXJ)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"IXJ\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"SXR\\\"],\\\"source\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"destination\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Jammu (IXJ)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[13021],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"481cc-df5fc-65e0b-df685\\\",\\\"sourceCityAirportCode\\\":[\\\"IXJ\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"IXJ\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 16:21:31\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100236280367\\\",\\\"bookingId_TJ\\\":\\\"TJ100236280367\\\",\\\"FlightNumber\\\":\\\"UK-612\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"481cc-df5fc-65e0b-df685\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"13:55\\\",\\\"ArrivalTime\\\":\\\"14:45\\\",\\\"TravelDate\\\":\\\"2022-06-21T13:55\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 13:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-21T13:55\\\",\\\"LocalToTime\\\":\\\"2022-06-21 14:45\\\",\\\"ToUTCTime\\\":\\\"2022-06-21T14:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":50,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FlightDuration\\\":\\\"01h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"13021\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"IXJ\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,814\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-3553639340_0IXJSXRUK612_39419374209572\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3394,\\\"Tax\\\":684.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":413,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":174,\\\"CarrierMiscFee\\\":80,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4078.7,\\\"PublishedFare\\\":3814.21,\\\"PublishedFareAgent\\\":3814.21,\\\"OfferedFareAgent\\\":3814.21,\\\"OfferedFare\\\":3755.21,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-3553639340_0IXJSXRUK612_39853844960579\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":323.49,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3814.21,\\\"CostToAgent\\\":3814.21,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":684.7,\\\"TotalBaseFare\\\":4078.7,\\\"BaseFareCal\\\":3764.21,\\\"BaseFare\\\":3394,\\\"CommissionEarned\\\":323.49,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":174,\\\"MFT\\\":2.7,\\\"OT\\\":413,\\\"MU\\\":0,\\\"YR\\\":80,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":323.49,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3814.21,\\\"CostToAgent\\\":3814.21,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":323.49,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":3814.21,\\\"CostToCustomer\\\":3814.21,\\\"BaseFareCal\\\":3764.21,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":3764.21,\\\"intOfferedFare\\\":3755.21,\\\"intPublishFare\\\":4078.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":323.49,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":323.49,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3814.21,\\\"CostToAgent\\\":3814.21,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"814\\\",\\\"originAirportName\\\":\\\"Satwari Arpt\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Jammu\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T14:45\\\",\\\"SegFlightNumber\\\":\\\"UK-612\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"IXJ\\\",\\\"originDepTime\\\":\\\"2022-06-21T13:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":50,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"13:55\\\",\\\"strArrivalDtTime\\\":\\\"14:45\\\",\\\"FlightDuration\\\":\\\"0h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-3553639340_0IXJSXRUK612_39419374209572\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXJ-SXR\\\":{\\\"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\\\":{\\\"ACFT\\\":26.25,\\\"CCFT\\\":9,\\\"ACF\\\":525,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXJ\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"13021\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006544980\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PERVAIZ AHMAD\",\"passenger-lastname-1\":\"AHANGER\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13142\",\"Salutation\":\"1\",\"EmailId\":\"kashmirwayz@gmail.com\",\"FirstName\":\"PERVAIZ AHMAD\",\"LastName\":\"AHANGER\",\"CountryCode\":\"91\",\"MobileNo\":\"7006544980\"},\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14607\\/logo_1655484521.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ100236280367\",\"amount\":4078.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"917006544980\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-20T16:24:00.098\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9493892\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"612\",\"eT\":\"320\"},\"stops\":0,\"duration\":50,\"da\":{\"code\":\"IXJ\",\"name\":\"Satwari Arpt\",\"cityCode\":\"IXJ\",\"city\":\"Jammu\",\"country\":\"India\",\"countryCode\":\"IN\"},\"aa\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-21T13:55\",\"at\":\"2022-06-21T14:45\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"IXJ-SXR\":\"5NUBEU\"},\"ticketNumberDetails\":{\"IXJ-SXR\":\"2283906840200\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PERVAIZ AHMAD\",\"lN\":\"AHANGER\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":3755.21,\"TF\":4078.7,\"TAF\":684.7,\"IGST\":2.7,\"BF\":3394,\"NCM\":323.49},\"afC\":{\"TAF\":{\"YR\":80,\"AGST\":174,\"MFT\":2.7,\"MF\":15,\"OT\":413},\"NCM\":{\"TDS\":-17.03,\"OT\":340.52}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-20 16:23:57'),(769,'bff93-0f3ae-4eedf-1d197','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bff93-0f3ae-4eedf-1d197\",\"apiTraceId\":\"433_6175\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-02\",\"LocalFromTime\":\"2022-07-02 11:35\",\"FromUTCTime\":\"2022-07-02 11:35\",\"LocalToTime\":\"2022-07-02 13:20:00\",\"ToUTCTime\":\"2022-07-02 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"433-bff93-0f3ae-4eedf-1d197\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6175\",\"ApiResultIndex\":\"433_6175\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0F2\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-02T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-02T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"02\\/07\\/2022\",\"FromDateSort\":1656700200,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"X7EH6Y\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0ED\",\"bookingId\":\"FE6B3C0684344AC887A683843D234957\"}],\"flight_booking_id_Arr\":[\"103\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13324\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"flywithusHandwara@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006335766\",\"FirstName\":\"Mohammad hussain\",\"LastName\":\"Khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13324\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 16:26:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"61\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"61\",\"CustomerMemSysId\":[\"61\"],\"flight_booking_customer\":[[\"140\"]],\"SearchTraceId\":\"bff93-0f3ae-4eedf-1d197\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"02\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"02\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"bff93-0f3ae-4eedf-1d197\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"02 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 16:21:33\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"bff93-0f3ae-4eedf-1d197\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"bff93-0f3ae-4eedf-1d197\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"02 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 16:21:33\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"bff93-0f3ae-4eedf-1d197\\\",\\\"apiTraceId\\\":\\\"433_6175\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-07-02\\\",\\\"LocalFromTime\\\":\\\"2022-07-02 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-02 11:35\\\",\\\"LocalToTime\\\":\\\"2022-07-02 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-02 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":5000,\\\"PublishedFareTxt\\\":\\\"5,000\\\",\\\"ApiResultIndex\\\":\\\"433-bff93-0f3ae-4eedf-1d197\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5000,\\\"PublishedFare\\\":5000,\\\"PublishedFareAgent\\\":5000,\\\"OfferedFareAgent\\\":5000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6175\\\",\\\"ApiResultIndex\\\":\\\"433_6175\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4500,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":5000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0F2\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-02T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-02T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656700200,\\\"DepartureDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0ED\\\",\\\"bookingId\\\":\\\"FE6B3C0684344AC887A683843D234957\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006335766\",\"leadEmail\":\"flywithusHandwara@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mohammad hussain\",\"passenger-lastname-1\":\"Khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13324\",\"Salutation\":\"1\",\"EmailId\":\"flywithusHandwara@gmail.com\",\"FirstName\":\"Mohammad hussain\",\"LastName\":\"Khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7006335766\"},\"_sessiondata\":{\"EmailId\":\"flywithusHandwara@gmail.com\",\"UserSysId\":\"14789\",\"CustomerSysId\":\"208747\",\"AgencySysId\":\"13324\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AIJAZ\",\"LastName\":\"WANI\",\"Password_cu\":\"\",\"AgencyName\":\"FLYWITHUS TOUR AND TRAVELS\",\"AgencyCode\":\"11225\",\"ContactNo1\":\"7006335766\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5BEB5F3D-60C4-4C4C-8535-9DBC8D415AA1\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"X7EH6Y\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Mohammad hussain\",\"lN\":\"Khan\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"FE6B3C0684344AC887A683843D234957\"],\"status\":\"SUCCESS\"}}}','2022-06-20 16:27:26'),(776,'d368d-a9dab-a1c05-1088e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d368d-a9dab-a1c05-1088e\",\"apiTraceId\":\"444_6496\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-21\",\"LocalFromTime\":\"2022-06-21 11:55\",\"FromUTCTime\":\"2022-06-21 11:55\",\"LocalToTime\":\"2022-06-21 13:25:00\",\"ToUTCTime\":\"2022-06-21 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5100,\"PublishedFareTxt\":\"5,100\",\"ApiResultIndex\":\"444-d368d-a9dab-a1c05-1088e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4800,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5100,\"PublishedFare\":5100,\"PublishedFareAgent\":5100,\"OfferedFareAgent\":5100,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6496\",\"ApiResultIndex\":\"444_6496\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":5100,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4800,\"BaseFare\":4800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":5100,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0R8\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-21T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-21T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"21\\/06\\/2022\",\"FromDateSort\":1655749800,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"N5MYSB\",\"OnwardGroupPNRDummy\":\"N5MYSB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0QJ\",\"bookingId\":\"32F85533304542CDB7E448A8D0124FF2\"}],\"flight_booking_id_Arr\":[\"104\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"relive.purchases@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006975244\",\"FirstName\":\"SAHIL\",\"LastName\":\"SAHIL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13136\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 16:31:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_customer\":[[\"141\"]],\"SearchTraceId\":\"d368d-a9dab-a1c05-1088e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d368d-a9dab-a1c05-1088e\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 16:31:40\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"d368d-a9dab-a1c05-1088e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"d368d-a9dab-a1c05-1088e\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 16:31:40\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"d368d-a9dab-a1c05-1088e\\\",\\\"apiTraceId\\\":\\\"444_6496\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:55\\\",\\\"ArrivalTime\\\":\\\"13:35\\\",\\\"TravelDate\\\":\\\"2022-06-21\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 11:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-21 11:55\\\",\\\"LocalToTime\\\":\\\"2022-06-21 13:25:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-21 13:25:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":5100,\\\"PublishedFareTxt\\\":\\\"5,100\\\",\\\"ApiResultIndex\\\":\\\"444-d368d-a9dab-a1c05-1088e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4800,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5100,\\\"PublishedFare\\\":5100,\\\"PublishedFareAgent\\\":5100,\\\"OfferedFareAgent\\\":5100,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"444_6496\\\",\\\"ApiResultIndex\\\":\\\"444_6496\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":5100,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4800,\\\"BaseFare\\\":4800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":5100,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0R8\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:55\\\",\\\"strArrivalDtTime\\\":\\\"13:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T13:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-21T11:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655749800,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"N5MYSB\\\",\\\"OnwardGroupPNRDummy\\\":\\\"N5MYSB\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0QJ\\\",\\\"bookingId\\\":\\\"32F85533304542CDB7E448A8D0124FF2\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006975244\",\"leadEmail\":\"relive.purchases@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SAHIL\",\"passenger-lastname-1\":\"SAHIL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13136\",\"Salutation\":\"1\",\"EmailId\":\"relive.purchases@gmail.com\",\"FirstName\":\"SAHIL\",\"LastName\":\"SAHIL\",\"CountryCode\":\"91\",\"MobileNo\":\"7006975244\"},\"_sessiondata\":{\"EmailId\":\"relive.purchases@gmail.com\",\"UserSysId\":\"14601\",\"CustomerSysId\":\"207878\",\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"abid\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"Relive\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"7006975244\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"223F97D6-CCF6-4231-9601-2B9A991252FF\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"N5MYSB\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SAHIL\",\"lN\":\"SAHIL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"32F85533304542CDB7E448A8D0124FF2\"],\"status\":\"SUCCESS\"}}}','2022-06-20 16:32:33');
INSERT INTO `tbl_temp_data` VALUES (778,'45a7f-d3209-c12d6-78cf1','{\"FlightBookingData\":[{\"bookingId\":\"DMC102536282072\",\"bookingId_TJ\":\"TJ102536282072\",\"FlightNumber\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"45a7f-d3209-c12d6-78cf1\",\"apiTraceId\":\"21-10-15-2-1071277349_1DELBOMUK951_17375947779105\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-06-21T14:20\",\"LocalFromTime\":\"2022-06-21 14:20\",\"FromUTCTime\":\"2022-06-21T14:20\",\"LocalToTime\":\"2022-06-21 16:30\",\"ToUTCTime\":\"2022-06-21T16:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,971\",\"ApiResultIndex\":\"21-10-15-2-1071277349_1DELBOMUK951_17375947779105\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5519,\"Tax\":819.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":282,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6338.7,\"PublishedFare\":5970.92,\"PublishedFareAgent\":5970.92,\"OfferedFareAgent\":5970.92,\"OfferedFare\":5911.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-1071277349_0DELBOMUK951_41164287670149\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":426.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5970.92,\"CostToAgent\":5970.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":819.7,\"TotalBaseFare\":6338.7,\"BaseFareCal\":5920.92,\"BaseFare\":5519,\"CommissionEarned\":426.78,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":282,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":426.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5970.92,\"CostToAgent\":5970.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":426.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":5970.92,\"CostToCustomer\":5970.92,\"BaseFareCal\":5920.92,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":5920.92,\"intOfferedFare\":5911.92,\"intPublishFare\":6338.7,\"TripjackMarkup\":0,\"TripjackCommission\":426.78,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":426.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5970.92,\"CostToAgent\":5970.92,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"483\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-21T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T14:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-1071277349_1DELBOMUK951_17375947779105\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":26.25,\"CCF\":50,\"ACF\":525,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"21-10-15-2-1071277349_1DELBOMUK951_17375947779105\",\"SearchTraceId\":\"45a7f-d3209-c12d6-78cf1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"21\\/06\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\",\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"45a7f-d3209-c12d6-78cf1\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"21\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\",\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 16:43:05\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-20 16:43:39'),(780,'d6ea0-364ae-f9db5-ce158','{\"FlightBookingData\":[{\"bookingId\":\"DMC105936282328\",\"bookingId_TJ\":\"TJ105936282328\",\"FlightNumber\":\"6E-167\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"d6ea0-364ae-f9db5-ce158\",\"apiTraceId\":\"11-3380242155_10DELSXR6E167_116192109419763\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-06-22T18:15\",\"LocalFromTime\":\"2022-06-22 18:15\",\"FromUTCTime\":\"2022-06-22T18:15\",\"LocalToTime\":\"2022-06-22 19:45\",\"ToUTCTime\":\"2022-06-22T19:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,683\",\"ApiResultIndex\":\"11-3380242155_10DELSXR6E167_116192109419763\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3250,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3517.7,\"PublishedFare\":3682.8999999999996,\"PublishedFareAgent\":4182.9,\"OfferedFareAgent\":3682.8999999999996,\"OfferedFare\":3517.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3380242155_0DELSXR6E167_25137394407873\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4182.9,\"CostToAgent\":3682.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3517.7,\"BaseFareCal\":3542.8999999999996,\"BaseFare\":3250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4182.9,\"CostToAgent\":3682.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3682.8999999999996,\"CostToCustomer\":3682.8999999999996,\"BaseFareCal\":3542.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3542.8999999999996,\"intOfferedFare\":3517.7,\"intPublishFare\":3517.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4182.9,\"CostToAgent\":3682.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"509\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-22T19:45\",\"SegFlightNumber\":\"6E-167\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-22T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3380242155_10DELSXR6E167_116192109419763\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-3380242155_10DELSXR6E167_116192109419763\",\"SearchTraceId\":\"d6ea0-364ae-f9db5-ce158\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"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\":[\"\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d6ea0-364ae-f9db5-ce158\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 16:46:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-20 16:46:37'),(782,'ee276-65870-d2f7c-49a68','{\"FlightBookingData\":[{\"bookingId\":\"DMC103936282369\",\"bookingId_TJ\":\"TJ103936282369\",\"FlightNumber\":\"6E-167\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"ee276-65870-d2f7c-49a68\",\"apiTraceId\":\"11-3380242155_10DELSXR6E167_116192109419763\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-06-22T18:15\",\"LocalFromTime\":\"2022-06-22 18:15\",\"FromUTCTime\":\"2022-06-22T18:15\",\"LocalToTime\":\"2022-06-22 19:45\",\"ToUTCTime\":\"2022-06-22T19:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,683\",\"ApiResultIndex\":\"11-3380242155_10DELSXR6E167_116192109419763\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3250,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3517.7,\"PublishedFare\":3682.8999999999996,\"PublishedFareAgent\":3682.8999999999996,\"OfferedFareAgent\":3682.8999999999996,\"OfferedFare\":3517.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3380242155_0DELSXR6E167_31303051100970\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3682.8999999999996,\"CostToAgent\":3682.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3517.7,\"BaseFareCal\":3542.8999999999996,\"BaseFare\":3250,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3682.8999999999996,\"CostToAgent\":3682.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3682.8999999999996,\"CostToCustomer\":3682.8999999999996,\"BaseFareCal\":3542.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3542.8999999999996,\"intOfferedFare\":3517.7,\"intPublishFare\":3517.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3682.8999999999996,\"CostToAgent\":3682.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"126\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-22T19:45\",\"SegFlightNumber\":\"6E-167\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-22T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3380242155_10DELSXR6E167_116192109419763\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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 : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-3380242155_10DELSXR6E167_116192109419763\",\"SearchTraceId\":\"ee276-65870-d2f7c-49a68\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"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\":[\"\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ee276-65870-d2f7c-49a68\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 16:47:06\",\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-20 16:47:17'),(788,'05259-7bb63-7049c-4010c','{\"FlightBookingData\":[{\"bookingId\":\"DMC103436286799\",\"bookingId_TJ\":\"TJ103436286799\",\"FlightNumber\":\"UK-975\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"05259-7bb63-7049c-4010c\",\"apiTraceId\":\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"05:55\",\"ArrivalTime\":\"07:55\",\"TravelDate\":\"2022-06-21T05:55\",\"LocalFromTime\":\"2022-06-21 05:55\",\"FromUTCTime\":\"2022-06-21T05:55\",\"LocalToTime\":\"2022-06-21 07:55\",\"ToUTCTime\":\"2022-06-21T07:55\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,942\",\"ApiResultIndex\":\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11038,\"Tax\":1639.4,\"YQTax\":0,\"OtherCharges\":780,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":564,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":12677.4,\"PublishedFare\":11941.84,\"PublishedFareAgent\":11941.84,\"OfferedFareAgent\":11941.84,\"OfferedFare\":11823.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9581867881_0DELBOMUK975_40748741849579\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1639.4,\"TotalBaseFare\":12677.4,\"BaseFareCal\":11841.84,\"BaseFare\":11038,\"CommissionEarned\":853.56,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":564,\"MFT\":5.4,\"OT\":780,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":853.56,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":11941.84,\"CostToCustomer\":11941.84,\"BaseFareCal\":11841.84,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":11841.84,\"intOfferedFare\":11823.84,\"intPublishFare\":12677.4,\"TripjackMarkup\":0,\"TripjackCommission\":853.56,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":853.56,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11941.84,\"CostToAgent\":11941.84,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"761\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-21T07:55\",\"SegFlightNumber\":\"UK-975\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T05:55\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"05:55\",\"strArrivalDtTime\":\"07:55\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-9581867881_0DELBOMUK975_34251903918140\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"ACFT\":26.25,\"CCF\":50,\"ACF\":525,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"105\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797117286\",\"FirstName\":\"RIYAJ\",\"LastName\":\"RIYAJ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:44:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"63\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"63\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797117286\",\"FirstName\":\"MOHD\",\"LastName\":\"SARIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:44:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"60\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"63\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797117286\",\"FirstName\":\"MOHD\",\"LastName\":\"SARIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:44:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"05259-7bb63-7049c-4010c\",\"modified\":\"2022-06-20 17:44:27\",\"created\":\"2022-06-20 17:44:27\",\"CustomerMemberSysId\":\"60\"}],\"CustomerSysId\":\"63\",\"CustomerMemSysId\":[\"63\",\"60\"],\"flight_booking_customer\":[[\"142\",\"143\"]],\"SearchTraceId\":\"05259-7bb63-7049c-4010c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"05259-7bb63-7049c-4010c\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 17:42:22\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"05259-7bb63-7049c-4010c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"05259-7bb63-7049c-4010c\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 17:42:22\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103436286799\\\",\\\"bookingId_TJ\\\":\\\"TJ103436286799\\\",\\\"FlightNumber\\\":\\\"UK-975\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"05259-7bb63-7049c-4010c\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"05:55\\\",\\\"ArrivalTime\\\":\\\"07:55\\\",\\\"TravelDate\\\":\\\"2022-06-21T05:55\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 05:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-21T05:55\\\",\\\"LocalToTime\\\":\\\"2022-06-21 07:55\\\",\\\"ToUTCTime\\\":\\\"2022-06-21T07:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":120,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FlightDuration\\\":\\\"02h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"11,942\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-9581867881_0DELBOMUK975_34251903918140\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11038,\\\"Tax\\\":1639.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":780,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":564,\\\"CarrierMiscFee\\\":260,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12677.4,\\\"PublishedFare\\\":11941.84,\\\"PublishedFareAgent\\\":11941.84,\\\"OfferedFareAgent\\\":11941.84,\\\"OfferedFare\\\":11823.84,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-9581867881_0DELBOMUK975_40748741849579\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":853.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":11941.84,\\\"CostToAgent\\\":11941.84,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":1639.4,\\\"TotalBaseFare\\\":12677.4,\\\"BaseFareCal\\\":11841.84,\\\"BaseFare\\\":11038,\\\"CommissionEarned\\\":853.56,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":564,\\\"MFT\\\":5.4,\\\"OT\\\":780,\\\"MU\\\":0,\\\"YR\\\":260,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":853.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":11941.84,\\\"CostToAgent\\\":11941.84,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":853.56,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":100,\\\"IntTaxOnAgencyFixMarkUp\\\":18,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":18,\\\"PublishFare\\\":11941.84,\\\"CostToCustomer\\\":11941.84,\\\"BaseFareCal\\\":11841.84,\\\"intCommisionEarnedForAgency\\\":100,\\\"CostToCompany\\\":11841.84,\\\"intOfferedFare\\\":11823.84,\\\"intPublishFare\\\":12677.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":853.56,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":853.56,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":11941.84,\\\"CostToAgent\\\":11941.84,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"761\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T07:55\\\",\\\"SegFlightNumber\\\":\\\"UK-975\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-21T05:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":120,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"05:55\\\",\\\"strArrivalDtTime\\\":\\\"07:55\\\",\\\"FlightDuration\\\":\\\"2h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-9581867881_0DELBOMUK975_34251903918140\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":525,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 04 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ACFT\\\":26.25,\\\"CCF\\\":50,\\\"ACF\\\":525,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797117286\",\"leadEmail\":\"Skyhightoursandtravelz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RIYAJ\",\"passenger-lastname-1\":\"RIYAJ\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Pampore\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34440\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MOHD\",\"passenger-lastname-2\":\"SARIK\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13286\",\"Salutation\":\"1\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"FirstName\":\"RIYAJ\",\"LastName\":\"RIYAJ\",\"CountryCode\":\"91\",\"MobileNo\":\"9797117286\"},\"_sessiondata\":{\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"UserSysId\":\"14751\",\"CustomerSysId\":\"208679\",\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHABIR\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY HIGH TOURS AND TRAVELS\",\"AgencyCode\":\"11187\",\"ContactNo1\":\"9018603134\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4310D266-5929-4237-A321-694DE9B3FFFB\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ103436286799\",\"amount\":12677.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"Skyhightoursandtravelz@gmail.com\"],\"contacts\":[\"919797117286\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-20T17:45:35.154\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9495959\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"975\",\"eT\":\"320\"},\"stops\":0,\"duration\":120,\"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 Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"dt\":\"2022-06-21T05:55\",\"at\":\"2022-06-21T07:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"5P54CV\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"2283906847586\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAJ\",\"lN\":\"RIYAJ\"},{\"pnrDetails\":{\"DEL-BOM\":\"5P54CV\"},\"ticketNumberDetails\":{\"DEL-BOM\":\"2283906847587\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHD\",\"lN\":\"SARIK\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":11038,\"TF\":12677.4,\"TAF\":1639.4,\"NF\":11823.84,\"IGST\":5.4,\"NCM\":853.56},\"afC\":{\"TAF\":{\"MF\":30,\"OT\":780,\"YR\":260,\"MFT\":5.4,\"AGST\":564},\"NCM\":{\"OT\":898.48,\"TDS\":-44.92}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-20 17:45:17'),(798,'27ebd-d9b41-3e50c-ddad6','{\"FlightBookingData\":[{\"bookingId\":\"DMC102436287175\",\"bookingId_TJ\":\"TJ102436287175\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"27ebd-d9b41-3e50c-ddad6\",\"apiTraceId\":\"11-4745966939_1BOMDELSG8702_40662738518065\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-23T16:00\",\"LocalFromTime\":\"2022-06-23 16:00\",\"FromUTCTime\":\"2022-06-23T16:00\",\"LocalToTime\":\"2022-06-23 18:20\",\"ToUTCTime\":\"2022-06-23T18:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,983\",\"ApiResultIndex\":\"11-4745966939_1BOMDELSG8702_40662738518065\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":4982.9,\"PublishedFareAgent\":4982.9,\"OfferedFareAgent\":4982.9,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4745966939_0BOMDELSG8702_21605716044855\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4842.9,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4982.9,\"CostToCustomer\":4982.9,\"BaseFareCal\":4842.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4842.9,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"445\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T18:20\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4745966939_1BOMDELSG8702_40662738518065\",\"FareRuleData\":{\"fareRule\":{\"BOM-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"106\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9018603134\",\"FirstName\":\"RIYAJ\",\"LastName\":\"RIYAJ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:48:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"64\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"64\",\"CustomerMemSysId\":[\"64\"],\"flight_booking_customer\":[[\"144\"]],\"SearchTraceId\":\"27ebd-d9b41-3e50c-ddad6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"27ebd-d9b41-3e50c-ddad6\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 17:47:26\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"27ebd-d9b41-3e50c-ddad6\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"27ebd-d9b41-3e50c-ddad6\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 17:47:26\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102436287175\\\",\\\"bookingId_TJ\\\":\\\"TJ102436287175\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"27ebd-d9b41-3e50c-ddad6\\\",\\\"apiTraceId\\\":\\\"11-4745966939_1BOMDELSG8702_40662738518065\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-06-23T16:00\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-23T16:00\\\",\\\"LocalToTime\\\":\\\"2022-06-23 18:20\\\",\\\"ToUTCTime\\\":\\\"2022-06-23T18:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":140,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FlightDuration\\\":\\\"02h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,983\\\",\\\"ApiResultIndex\\\":\\\"11-4745966939_1BOMDELSG8702_40662738518065\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":300,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4817.7,\\\"PublishedFare\\\":4982.9,\\\"PublishedFareAgent\\\":4982.9,\\\"OfferedFareAgent\\\":4982.9,\\\"OfferedFare\\\":4817.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-4745966939_0BOMDELSG8702_21605716044855\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":5,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4982.9,\\\"CostToAgent\\\":4982.9,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":317.7,\\\"TotalBaseFare\\\":4817.7,\\\"BaseFareCal\\\":4842.9,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4982.9,\\\"CostToAgent\\\":4982.9,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":140,\\\"IntTaxOnAgencyFixMarkUp\\\":25.2,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":25.2,\\\"PublishFare\\\":4982.9,\\\"CostToCustomer\\\":4982.9,\\\"BaseFareCal\\\":4842.9,\\\"intCommisionEarnedForAgency\\\":140,\\\"CostToCompany\\\":4842.9,\\\"intOfferedFare\\\":4817.7,\\\"intPublishFare\\\":4817.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4982.9,\\\"CostToAgent\\\":4982.9,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"445\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T18:20\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-06-23T16:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":140,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-4745966939_1BOMDELSG8702_40662738518065\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9018603134\",\"leadEmail\":\"Skyhightoursandtravelz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RIYAJ\",\"passenger-lastname-1\":\"RIYAJ\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Pampore\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34440\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13286\",\"Salutation\":\"1\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"FirstName\":\"RIYAJ\",\"LastName\":\"RIYAJ\",\"CountryCode\":\"91\",\"MobileNo\":\"9018603134\"},\"_sessiondata\":{\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"UserSysId\":\"14751\",\"CustomerSysId\":\"208679\",\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHABIR\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY HIGH TOURS AND TRAVELS\",\"AgencyCode\":\"11187\",\"ContactNo1\":\"9018603134\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4310D266-5929-4237-A321-694DE9B3FFFB\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ102436287175\",\"amount\":4817.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"Skyhightoursandtravelz@gmail.com\"],\"contacts\":[\"919018603134\"]},\"status\":\"PENDING\",\"createdOn\":\"2022-06-20T17:49:15.811\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9496092\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8702\"},\"stops\":0,\"duration\":140,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-23T16:00\",\"at\":\"2022-06-23T18:20\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAJ\",\"lN\":\"RIYAJ\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"TF\":4817.7,\"TAF\":317.7,\"NF\":4817.7,\"BF\":4500},\"afC\":{\"TAF\":{\"MF\":15,\"MFT\":2.7,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-20 17:48:33'),(801,'4d51a-080fb-75d7d-59427','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4d51a-080fb-75d7d-59427\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-4d51a-080fb-75d7d-59427\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"033\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02H\",\"bookingId\":\"B699947CD6F24BDC896A99505AB7D2F8\"}],\"flight_booking_id_Arr\":[\"107\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13185\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"mirtravelworld@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006390805\",\"FirstName\":\"Vivek\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13185\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:48:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"65\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"65\",\"CustomerMemSysId\":[\"65\"],\"flight_booking_customer\":[[\"145\"]],\"SearchTraceId\":\"4d51a-080fb-75d7d-59427\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4d51a-080fb-75d7d-59427\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 17:47:06\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4d51a-080fb-75d7d-59427\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4d51a-080fb-75d7d-59427\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 17:47:06\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4d51a-080fb-75d7d-59427\\\",\\\"apiTraceId\\\":\\\"432_6135\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-4d51a-080fb-75d7d-59427\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6135\\\",\\\"ApiResultIndex\\\":\\\"432_6135\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"033\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"V5WZVR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"V5WZVR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02H\\\",\\\"bookingId\\\":\\\"B699947CD6F24BDC896A99505AB7D2F8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006390805\",\"leadEmail\":\"mirtravelworld@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Vivek\",\"passenger-lastname-1\":\"Kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13185\",\"Salutation\":\"1\",\"EmailId\":\"mirtravelworld@gmail.com\",\"FirstName\":\"Vivek\",\"LastName\":\"Kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"7006390805\"},\"_sessiondata\":{\"EmailId\":\"mirtravelworld@gmail.com\",\"UserSysId\":\"14649\",\"CustomerSysId\":\"208099\",\"AgencySysId\":\"13185\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Jameel Javaid\",\"LastName\":\"Mir\",\"Password_cu\":\"\",\"AgencyName\":\"Mir Travel World\",\"AgencyCode\":\"122116.1351221112211E103\",\"ContactNo1\":\"7006390805\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"920A4194-8338-45E0-B384-719F3C86C253\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-20 17:48:57'),(802,'48','{\"_sessiondata\":{\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"UserSysId\":\"14617\",\"CustomerSysId\":\"207901\",\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Habib\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Noble Tours and Travels\",\"AgencyCode\":\"11155\",\"ContactNo1\":\"8879008075\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"38F3A509-94E3-4674-BA65-8E4BBF1614A5\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/64013-d0e5c-74f41-84029\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"8000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/64013-d0e5c-74f41-84029\"}','2022-06-20 17:51:10'),(803,'49','{\"_sessiondata\":{\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14518\",\"CustomerSysId\":\"207518\",\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"ATTAR\",\"Password_cu\":\"\",\"AgencyName\":\"ATTAR TRAVELS\",\"AgencyCode\":\"11148\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AA482171-B03C-4D4F-938E-34B89AB64679\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"1\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 17:51:12'),(808,'64013-d0e5c-74f41-84029','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"64013-d0e5c-74f41-84029\",\"apiTraceId\":\"430_6037\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 16:00\",\"FromUTCTime\":\"2022-06-22 16:00\",\"LocalToTime\":\"2022-06-22 18:20:00\",\"ToUTCTime\":\"2022-06-22 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"430-64013-d0e5c-74f41-84029\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6037\",\"ApiResultIndex\":\"430_6037\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"S9ZCRV\",\"OnwardGroupPNRDummy\":\"S9ZCRV\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F1E904FCCFB24A738AC68CFDEF228037\"}],\"flight_booking_id_Arr\":[\"108\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879008075\",\"FirstName\":\"MOHAMMED SAYEED ALI\",\"LastName\":\"KUPAY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13153\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:53:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"66\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"66\",\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879008075\",\"FirstName\":\"MOHAMMED FAROOQ ABDUL KADER\",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13153\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:53:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"61\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"66\",\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879008075\",\"FirstName\":\"MOHAMMED FAROOQ ABDUL KADER\",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13153\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 17:53:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"64013-d0e5c-74f41-84029\",\"modified\":\"2022-06-20 17:53:20\",\"created\":\"2022-06-20 17:53:20\",\"CustomerMemberSysId\":\"61\"}],\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"66\",\"61\"],\"flight_booking_customer\":[[\"146\",\"147\"]],\"SearchTraceId\":\"64013-d0e5c-74f41-84029\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\"],\"departure_datesf\":[\"22\\/06\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-22\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"64013-d0e5c-74f41-84029\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 17:46:25\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"64013-d0e5c-74f41-84029\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-22\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"64013-d0e5c-74f41-84029\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 17:46:25\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"64013-d0e5c-74f41-84029\\\",\\\"apiTraceId\\\":\\\"430_6037\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-06-22\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-22 16:00\\\",\\\"LocalToTime\\\":\\\"2022-06-22 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-22 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8000,\\\"PublishedFareTxt\\\":\\\"8,000\\\",\\\"ApiResultIndex\\\":\\\"430-64013-d0e5c-74f41-84029\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8000,\\\"PublishedFare\\\":8000,\\\"PublishedFareAgent\\\":8000,\\\"OfferedFareAgent\\\":8000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6037\\\",\\\"ApiResultIndex\\\":\\\"430_6037\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-22T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655836200,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"S9ZCRV\\\",\\\"OnwardGroupPNRDummy\\\":\\\"S9ZCRV\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"F1E904FCCFB24A738AC68CFDEF228037\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8879008075\",\"leadEmail\":\"nobletoursandtravels2020@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHAMMED SAYEED ALI\",\"passenger-lastname-1\":\"KUPAY\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Chhatrapati Shivaji International Airport\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"6071\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MOHAMMED FAROOQ ABDUL KADER\",\"passenger-lastname-2\":\"SHAIKH\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13153\",\"Salutation\":\"1\",\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"FirstName\":\"MOHAMMED SAYEED ALI\",\"LastName\":\"KUPAY\",\"CountryCode\":\"91\",\"MobileNo\":\"8879008075\"},\"_sessiondata\":{\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"UserSysId\":\"14617\",\"CustomerSysId\":\"207901\",\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Habib\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Noble Tours and Travels\",\"AgencyCode\":\"11155\",\"ContactNo1\":\"8879008075\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"38F3A509-94E3-4674-BA65-8E4BBF1614A5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"S9ZCRV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED SAYEED ALI\",\"lN\":\"KUPAY\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"BOM-DEL\":\"S9ZCRV\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED FAROOQ ABDUL KADER\",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F1E904FCCFB24A738AC68CFDEF228037\"],\"status\":\"SUCCESS\"}}}','2022-06-20 17:54:17'),(809,'5a725-f19a0-f3e1e-5612f','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-189\",\"SegFlightNumberArr\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"5a725-f19a0-f3e1e-5612f\",\"apiTraceId\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-22T17:45\",\"LocalFromTime\":\"2022-06-22 17:45\",\"FromUTCTime\":\"2022-06-22T17:45\",\"LocalToTime\":\"2022-06-22 19:25\",\"ToUTCTime\":\"2022-06-22T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4132.9,\"PublishedFareTxt\":\"4,133\",\"ApiResultIndex\":\"11-3061987148_1SXRDELG8189_29664635414593\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3967.7,\"PublishedFare\":4132.9,\"PublishedFareAgent\":4132.9,\"OfferedFareAgent\":4132.9,\"OfferedFare\":3967.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"ApiResultIndex\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3967.7,\"BaseFareCal\":3992.8999999999996,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4132.9,\"CostToCustomer\":4132.9,\"BaseFareCal\":3992.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3992.8999999999996,\"intOfferedFare\":3967.7,\"intPublishFare\":3967.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"034\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T17:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"SearchTraceId\":\"5a725-f19a0-f3e1e-5612f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5a725-f19a0-f3e1e-5612f\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 18:14:27\",\"IsChangeSearch\":1}}','2022-06-20 18:15:03'),(817,'50','{\"_sessiondata\":{\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"UserSysId\":\"14617\",\"CustomerSysId\":\"207901\",\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Habib\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Noble Tours and Travels\",\"AgencyCode\":\"11155\",\"ContactNo1\":\"8879008075\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"38F3A509-94E3-4674-BA65-8E4BBF1614A5\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/b0a1d-048da-2fc91-05b4b\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4300\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"FOR TICKET\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/b0a1d-048da-2fc91-05b4b\"}','2022-06-20 18:18:24'),(819,'e7e03-5e7e6-89c4e-20fd2','{\"FlightBookingData\":[{\"bookingId\":\"DMC109936289213\",\"bookingId_TJ\":\"TJ109936289213\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e7e03-5e7e6-89c4e-20fd2\",\"apiTraceId\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-22T17:45\",\"LocalFromTime\":\"2022-06-22 17:45\",\"FromUTCTime\":\"2022-06-22T17:45\",\"LocalToTime\":\"2022-06-22 19:25\",\"ToUTCTime\":\"2022-06-22T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,133\",\"ApiResultIndex\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3967.7,\"PublishedFare\":4132.9,\"PublishedFareAgent\":4132.9,\"OfferedFareAgent\":4132.9,\"OfferedFare\":3967.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3061987148_0SXRDELG8189_35613902369091\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3967.7,\"BaseFareCal\":3992.8999999999996,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4132.9,\"CostToCustomer\":4132.9,\"BaseFareCal\":3992.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3992.8999999999996,\"intOfferedFare\":3967.7,\"intPublishFare\":3967.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"48\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3061987148_1SXRDELG8189_29664635414953\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"109\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8178838802\",\"FirstName\":\"Kapil\",\"LastName\":\" Dangi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 18:18:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"67\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"67\",\"CustomerMemSysId\":[\"67\"],\"flight_booking_customer\":[[\"148\"]],\"SearchTraceId\":\"e7e03-5e7e6-89c4e-20fd2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e7e03-5e7e6-89c4e-20fd2\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 18:16:57\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e7e03-5e7e6-89c4e-20fd2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e7e03-5e7e6-89c4e-20fd2\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 18:16:57\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC109936289213\\\",\\\"bookingId_TJ\\\":\\\"TJ109936289213\\\",\\\"FlightNumber\\\":\\\"G8-189\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e7e03-5e7e6-89c4e-20fd2\\\",\\\"apiTraceId\\\":\\\"11-3061987148_1SXRDELG8189_29664635414953\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"17:45\\\",\\\"ArrivalTime\\\":\\\"19:25\\\",\\\"TravelDate\\\":\\\"2022-06-22T17:45\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 17:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-22T17:45\\\",\\\"LocalToTime\\\":\\\"2022-06-22 19:25\\\",\\\"ToUTCTime\\\":\\\"2022-06-22T19:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,133\\\",\\\"ApiResultIndex\\\":\\\"11-3061987148_1SXRDELG8189_29664635414953\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3700,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3967.7,\\\"PublishedFare\\\":4132.9,\\\"PublishedFareAgent\\\":4132.9,\\\"OfferedFareAgent\\\":4132.9,\\\"OfferedFare\\\":3967.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3061987148_0SXRDELG8189_35613902369091\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4132.9,\\\"CostToAgent\\\":4132.9,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":3967.7,\\\"BaseFareCal\\\":3992.8999999999996,\\\"BaseFare\\\":3700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4132.9,\\\"CostToAgent\\\":4132.9,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":140,\\\"IntTaxOnAgencyFixMarkUp\\\":25.2,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":25.2,\\\"PublishFare\\\":4132.9,\\\"CostToCustomer\\\":4132.9,\\\"BaseFareCal\\\":3992.8999999999996,\\\"intCommisionEarnedForAgency\\\":140,\\\"CostToCompany\\\":3992.8999999999996,\\\"intOfferedFare\\\":3967.7,\\\"intPublishFare\\\":3967.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4132.9,\\\"CostToAgent\\\":4132.9,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"48\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T19:25\\\",\\\"SegFlightNumber\\\":\\\"G8-189\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-06-22T17:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"17:45\\\",\\\"strArrivalDtTime\\\":\\\"19:25\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-3061987148_1SXRDELG8189_29664635414953\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8178838802\",\"leadEmail\":\"mohitairways@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Kapil\",\"passenger-lastname-1\":\" Dangi\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13106\",\"Salutation\":\"1\",\"EmailId\":\"mohitairways@gmail.com\",\"FirstName\":\"Kapil\",\"LastName\":\" Dangi\",\"CountryCode\":\"91\",\"MobileNo\":\"8178838802\"},\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"SearchTraceId\":\"e7e03-5e7e6-89c4e-20fd2\",\"FlightBookingData\":[{\"bookingId\":\"DMC109936289213\",\"bookingId_TJ\":\"TJ109936289213\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e7e03-5e7e6-89c4e-20fd2\",\"apiTraceId\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:25\",\"TravelDate\":\"2022-06-22T17:45\",\"LocalFromTime\":\"2022-06-22 17:45\",\"FromUTCTime\":\"2022-06-22T17:45\",\"LocalToTime\":\"2022-06-22 19:25\",\"ToUTCTime\":\"2022-06-22T19:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,133\",\"ApiResultIndex\":\"11-3061987148_1SXRDELG8189_29664635414953\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3967.7,\"PublishedFare\":4132.9,\"PublishedFareAgent\":4132.9,\"OfferedFareAgent\":4132.9,\"OfferedFare\":3967.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3061987148_0SXRDELG8189_35613902369091\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3967.7,\"BaseFareCal\":3992.8999999999996,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4132.9,\"CostToCustomer\":4132.9,\"BaseFareCal\":3992.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3992.8999999999996,\"intOfferedFare\":3967.7,\"intPublishFare\":3967.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4132.9,\"CostToAgent\":4132.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"48\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T19:25\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3061987148_1SXRDELG8189_29664635414953\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"343BAC64BE204C17B1F64F7D013598E0\",\"message\":\"\"}}','2022-06-20 18:19:54'),(823,'b0a1d-048da-2fc91-05b4b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b0a1d-048da-2fc91-05b4b\",\"apiTraceId\":\"431_6084\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 18:55\",\"FromUTCTime\":\"2022-06-23 18:55\",\"LocalToTime\":\"2022-06-23 22:05:00\",\"ToUTCTime\":\"2022-06-23 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-b0a1d-048da-2fc91-05b4b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6084\",\"ApiResultIndex\":\"431_6084\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ICCGSJ\",\"OnwardGroupPNRDummy\":\"ICCGSJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2FF5AA45BE63496FA6388A28BAA0DDBA\"}],\"flight_booking_id_Arr\":[\"110\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"66\",\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8879008075\",\"FirstName\":\"MOHAMMED FAROOQ ABDUL KADER\",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13153\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 18:20:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"62\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"66\",\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8879008075\",\"FirstName\":\"MOHAMMED FAROOQ ABDUL KADER\",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13153\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 18:20:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"b0a1d-048da-2fc91-05b4b\",\"modified\":\"2022-06-20 18:20:20\",\"created\":\"2022-06-20 18:20:20\",\"CustomerMemberSysId\":\"62\"}],\"CustomerSysId\":\"66\",\"CustomerMemSysId\":[\"62\"],\"flight_booking_customer\":[[\"149\"]],\"SearchTraceId\":\"b0a1d-048da-2fc91-05b4b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\"],\"departure_datesf\":[\"23\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-23\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"b0a1d-048da-2fc91-05b4b\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 18:05:23\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b0a1d-048da-2fc91-05b4b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-23\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"b0a1d-048da-2fc91-05b4b\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 18:05:23\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b0a1d-048da-2fc91-05b4b\\\",\\\"apiTraceId\\\":\\\"431_6084\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 18:55\\\",\\\"LocalToTime\\\":\\\"2022-06-23 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"431-b0a1d-048da-2fc91-05b4b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6084\\\",\\\"ApiResultIndex\\\":\\\"431_6084\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"ICCGSJ\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ICCGSJ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"2FF5AA45BE63496FA6388A28BAA0DDBA\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8879008075\",\"leadEmail\":\"nobletoursandtravels2020@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHAMMED FAROOQ ABDUL KADER\",\"passenger-lastname-1\":\"SHAIKH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Chhatrapati Shivaji International Airport\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"6071\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"nobletoursandtravels2020@gmail.com\",\"UserSysId\":\"14617\",\"CustomerSysId\":\"207901\",\"AgencySysId\":\"13153\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Habib\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Noble Tours and Travels\",\"AgencyCode\":\"11155\",\"ContactNo1\":\"8879008075\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"38F3A509-94E3-4674-BA65-8E4BBF1614A5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"ICCGSJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMED FAROOQ ABDUL KADER\",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2FF5AA45BE63496FA6388A28BAA0DDBA\"],\"status\":\"SUCCESS\"}}}','2022-06-20 18:20:40'),(826,'71dc1-2969c-1611b-a42df','{\"FlightBookingData\":[{\"bookingId\":\"DMC103836290805\",\"bookingId_TJ\":\"TJ103836290805\",\"FlightNumber\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"71dc1-2969c-1611b-a42df\",\"apiTraceId\":\"21-10-15-2-3726135240_1DELBOMUK951_31276911222797\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-06-21T14:20\",\"LocalFromTime\":\"2022-06-21 14:20\",\"FromUTCTime\":\"2022-06-21T14:20\",\"LocalToTime\":\"2022-06-21 16:30\",\"ToUTCTime\":\"2022-06-21T16:30\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,970\",\"ApiResultIndex\":\"21-10-15-2-3726135240_1DELBOMUK951_31276911222797\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5518,\"Tax\":819.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":282,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6337.7,\"PublishedFare\":5969.97,\"PublishedFareAgent\":5969.97,\"OfferedFareAgent\":5969.97,\"OfferedFare\":5910.97,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-3726135240_0DELBOMUK951_25636389151083\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":426.73,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5969.97,\"CostToAgent\":5969.97,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":819.7,\"TotalBaseFare\":6337.7,\"BaseFareCal\":5919.97,\"BaseFare\":5518,\"CommissionEarned\":426.73,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":282,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":426.73,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5969.97,\"CostToAgent\":5969.97,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":426.73,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":5969.97,\"CostToCustomer\":5969.97,\"BaseFareCal\":5919.97,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":5919.97,\"intOfferedFare\":5910.97,\"intPublishFare\":6337.7,\"TripjackMarkup\":0,\"TripjackCommission\":426.73,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":426.73,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5969.97,\"CostToAgent\":5969.97,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"293\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-21T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T14:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg (01 small handbag under the seat)\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3726135240_1DELBOMUK951_31276911222797\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":525,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 04 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"ACFT\":26.25,\"CCF\":50,\"ACF\":525}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"111\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9650391000\",\"FirstName\":\"PUNEET SINGH\",\"LastName\":\"CHANDHOK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13180\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 19:02:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"68\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"68\",\"CustomerMemSysId\":[\"68\"],\"flight_booking_customer\":[[\"150\"]],\"SearchTraceId\":\"71dc1-2969c-1611b-a42df\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"71dc1-2969c-1611b-a42df\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 18:58:49\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"71dc1-2969c-1611b-a42df\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"71dc1-2969c-1611b-a42df\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 18:58:49\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103836290805\\\",\\\"bookingId_TJ\\\":\\\"TJ103836290805\\\",\\\"FlightNumber\\\":\\\"UK-951\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"71dc1-2969c-1611b-a42df\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-3726135240_1DELBOMUK951_31276911222797\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"14:20\\\",\\\"ArrivalTime\\\":\\\"16:30\\\",\\\"TravelDate\\\":\\\"2022-06-21T14:20\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 14:20\\\",\\\"FromUTCTime\\\":\\\"2022-06-21T14:20\\\",\\\"LocalToTime\\\":\\\"2022-06-21 16:30\\\",\\\"ToUTCTime\\\":\\\"2022-06-21T16:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":130,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FlightDuration\\\":\\\"02h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,970\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-3726135240_1DELBOMUK951_31276911222797\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5518,\\\"Tax\\\":819.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":390,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":282,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6337.7,\\\"PublishedFare\\\":5969.97,\\\"PublishedFareAgent\\\":5969.97,\\\"OfferedFareAgent\\\":5969.97,\\\"OfferedFare\\\":5910.97,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-3726135240_0DELBOMUK951_25636389151083\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":426.73,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5969.97,\\\"CostToAgent\\\":5969.97,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":819.7,\\\"TotalBaseFare\\\":6337.7,\\\"BaseFareCal\\\":5919.97,\\\"BaseFare\\\":5518,\\\"CommissionEarned\\\":426.73,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":282,\\\"MFT\\\":2.7,\\\"OT\\\":390,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":426.73,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5969.97,\\\"CostToAgent\\\":5969.97,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":426.73,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":5969.97,\\\"CostToCustomer\\\":5969.97,\\\"BaseFareCal\\\":5919.97,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":5919.97,\\\"intOfferedFare\\\":5910.97,\\\"intPublishFare\\\":6337.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":426.73,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":426.73,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5969.97,\\\"CostToAgent\\\":5969.97,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"293\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T16:30\\\",\\\"SegFlightNumber\\\":\\\"UK-951\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-21T14:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg (01 small handbag under the seat)\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":130,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:20\\\",\\\"strArrivalDtTime\\\":\\\"16:30\\\",\\\"FlightDuration\\\":\\\"2h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-3726135240_1DELBOMUK951_31276911222797\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":525,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 04 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":26.25,\\\"CCF\\\":50,\\\"ACF\\\":525}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9650391000\",\"leadEmail\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PUNEET SINGH\",\"passenger-lastname-1\":\"CHANDHOK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13180\",\"Salutation\":\"1\",\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"FirstName\":\"PUNEET SINGH\",\"LastName\":\"CHANDHOK\",\"CountryCode\":\"91\",\"MobileNo\":\"9650391000\"}}','2022-06-20 19:02:32'),(828,'7adfb-1f6f6-d6b9f-fe0b8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7adfb-1f6f6-d6b9f-fe0b8\",\"apiTraceId\":\"438_6293\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 09:25\",\"FromUTCTime\":\"2022-07-01 09:25\",\"LocalToTime\":\"2022-07-01 10:55:00\",\"ToUTCTime\":\"2022-07-01 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"438-7adfb-1f6f6-d6b9f-fe0b8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6293\",\"ApiResultIndex\":\"438_6293\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"N5JDRB\",\"OnwardGroupPNRDummy\":\"N5JDRB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"438_6293\",\"SearchTraceId\":\"7adfb-1f6f6-d6b9f-fe0b8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Srinagar (SXR)\"],\"departure_date\":[\"01\\/07\\/2022\"],\"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)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Srinagar (SXR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"01\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7adfb-1f6f6-d6b9f-fe0b8\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 19:30:49\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-20 19:31:13'),(830,'77cb4-93a5a-ee54c-aeea9','{\"FlightBookingData\":[{\"bookingId\":\"DMC103536293671\",\"bookingId_TJ\":\"TJ103536293671\",\"FlightNumber\":\"G8-258\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"77cb4-93a5a-ee54c-aeea9\",\"apiTraceId\":\"18-6305388435_0DELSXRG8258_34239104540578\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:00\",\"TravelDate\":\"2022-06-21T16:30\",\"LocalFromTime\":\"2022-06-21 16:30\",\"FromUTCTime\":\"2022-06-21T16:30\",\"LocalToTime\":\"2022-06-21 18:00\",\"ToUTCTime\":\"2022-06-21T18:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,131\",\"ApiResultIndex\":\"18-6305388435_0DELSXRG8258_34239104540578\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3580,\"Tax\":385.7,\"YQTax\":0,\"OtherCharges\":368,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3965.7,\"PublishedFare\":4130.9,\"PublishedFareAgent\":4130.9,\"OfferedFareAgent\":4130.9,\"OfferedFare\":3965.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-6305388435_0DELSXRG8258_28863297840463\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4130.9,\"CostToAgent\":4130.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":385.7,\"TotalBaseFare\":3965.7,\"BaseFareCal\":3990.8999999999996,\"BaseFare\":3580,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":368,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4130.9,\"CostToAgent\":4130.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4130.9,\"CostToCustomer\":4130.9,\"BaseFareCal\":3990.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3990.8999999999996,\"intOfferedFare\":3965.7,\"intPublishFare\":3965.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4130.9,\"CostToAgent\":4130.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"896\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-21T18:00\",\"SegFlightNumber\":\"G8-258\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T16:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"T2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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\":\"15:00\",\"strTraceId\":\"18-6305388435_0DELSXRG8258_34239104540578\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"18-6305388435_0DELSXRG8258_34239104540578\",\"SearchTraceId\":\"77cb4-93a5a-ee54c-aeea9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"Srinagar (SXR)\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"Srinagar (SXR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"77cb4-93a5a-ee54c-aeea9\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 19:36:10\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-20 19:36:40'),(836,'40444-5dc21-397c2-019a2','{\"FlightBookingData\":[{\"bookingId\":\"DMC109036293740\",\"bookingId_TJ\":\"TJ109036293740\",\"FlightNumber\":\"G8-341\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"40444-5dc21-397c2-019a2\",\"apiTraceId\":\"1-9338214475_4BOMDELG8341_126435456892241\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"20:40\",\"ArrivalTime\":\"22:55\",\"TravelDate\":\"2022-06-23T20:40\",\"LocalFromTime\":\"2022-06-23 20:40\",\"FromUTCTime\":\"2022-06-23T20:40\",\"LocalToTime\":\"2022-06-23 22:55\",\"ToUTCTime\":\"2022-06-23T22:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,082\",\"ApiResultIndex\":\"1-9338214475_4BOMDELG8341_126435456892241\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5353,\"Tax\":799.7,\"YQTax\":0,\"OtherCharges\":508,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":274,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6152.7,\"PublishedFare\":6082.17,\"PublishedFareAgent\":6082.17,\"OfferedFareAgent\":6082.17,\"OfferedFare\":6023.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9338214475_0BOMDELG8341_41524205378604\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":799.7,\"TotalBaseFare\":6152.7,\"BaseFareCal\":6032.17,\"BaseFare\":5353,\"CommissionEarned\":129.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":274,\"MFT\":2.7,\"OT\":508,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":129.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":6082.17,\"CostToCustomer\":6082.17,\"BaseFareCal\":6032.17,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":6032.17,\"intOfferedFare\":6023.17,\"intPublishFare\":6152.7,\"TripjackMarkup\":0,\"TripjackCommission\":129.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":129.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6082.17,\"CostToAgent\":6082.17,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"894\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T22:55\",\"SegFlightNumber\":\"G8-341\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T20:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:40\",\"strArrivalDtTime\":\"22:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"894\",\"Code\":\"PMNV\",\"Price\":400,\"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-9338214475_4BOMDELG8341_126435456892241\",\"FareRuleData\":{\"fareRule\":{\"BOM-DEL\":{\"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\":{\"ARF\":3000,\"CRF\":50,\"CRFT\":9,\"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\":{\"ACFT\":175,\"CCF\":50,\"ACF\":3500,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"112\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"63\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797117286\",\"FirstName\":\"RIYAJ\",\"LastName\":\"RIYAJ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 19:40:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"63\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"63\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797117286\",\"FirstName\":\"RIYAJ\",\"LastName\":\"RIYAJ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 19:40:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"40444-5dc21-397c2-019a2\",\"modified\":\"2022-06-20 19:40:11\",\"created\":\"2022-06-20 19:40:11\",\"CustomerMemberSysId\":\"63\"}],\"CustomerSysId\":\"63\",\"CustomerMemSysId\":[\"63\"],\"flight_booking_customer\":[[\"151\"]],\"SearchTraceId\":\"40444-5dc21-397c2-019a2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"40444-5dc21-397c2-019a2\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 19:36:56\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"40444-5dc21-397c2-019a2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"40444-5dc21-397c2-019a2\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 19:36:56\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC109036293740\\\",\\\"bookingId_TJ\\\":\\\"TJ109036293740\\\",\\\"FlightNumber\\\":\\\"G8-341\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"40444-5dc21-397c2-019a2\\\",\\\"apiTraceId\\\":\\\"1-9338214475_4BOMDELG8341_126435456892241\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"20:40\\\",\\\"ArrivalTime\\\":\\\"22:55\\\",\\\"TravelDate\\\":\\\"2022-06-23T20:40\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 20:40\\\",\\\"FromUTCTime\\\":\\\"2022-06-23T20:40\\\",\\\"LocalToTime\\\":\\\"2022-06-23 22:55\\\",\\\"ToUTCTime\\\":\\\"2022-06-23T22:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SP\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,082\\\",\\\"ApiResultIndex\\\":\\\"1-9338214475_4BOMDELG8341_126435456892241\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5353,\\\"Tax\\\":799.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":508,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":274,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6152.7,\\\"PublishedFare\\\":6082.17,\\\"PublishedFareAgent\\\":6082.17,\\\"OfferedFareAgent\\\":6082.17,\\\"OfferedFare\\\":6023.17,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-9338214475_0BOMDELG8341_41524205378604\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"COUPON\\\",\\\"fareIdentifierSP\\\":\\\"COUPON\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"SP\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":129.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6082.17,\\\"CostToAgent\\\":6082.17,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":799.7,\\\"TotalBaseFare\\\":6152.7,\\\"BaseFareCal\\\":6032.17,\\\"BaseFare\\\":5353,\\\"CommissionEarned\\\":129.53,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":274,\\\"MFT\\\":2.7,\\\"OT\\\":508,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":129.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6082.17,\\\"CostToAgent\\\":6082.17,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":129.53,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":6082.17,\\\"CostToCustomer\\\":6082.17,\\\"BaseFareCal\\\":6032.17,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":6032.17,\\\"intOfferedFare\\\":6023.17,\\\"intPublishFare\\\":6152.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":129.53,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":129.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6082.17,\\\"CostToAgent\\\":6082.17,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"894\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T22:55\\\",\\\"SegFlightNumber\\\":\\\"G8-341\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"SP\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-06-23T20:40\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"20:40\\\",\\\"strArrivalDtTime\\\":\\\"22:55\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"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-9338214475_4BOMDELG8341_126435456892241\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-DEL\\\":{\\\"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\\\":{\\\"ARF\\\":3000,\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"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\\\":{\\\"ACFT\\\":175,\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"894\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797117286\",\"leadEmail\":\"Skyhightoursandtravelz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"64\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RIYAJ\",\"passenger-lastname-1\":\"RIYAJ\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Pampore\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34440\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"UserSysId\":\"14751\",\"CustomerSysId\":\"208679\",\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHABIR\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY HIGH TOURS AND TRAVELS\",\"AgencyCode\":\"11187\",\"ContactNo1\":\"9018603134\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4310D266-5929-4237-A321-694DE9B3FFFB\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ109036293740\",\"amount\":6152.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"Skyhightoursandtravelz@gmail.com\"],\"contacts\":[\"919797117286\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-20T19:42:09.152\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9497957\",\"fD\":{\"aI\":{\"code\":\"G8\",\"name\":\"Go First\",\"isLcc\":true},\"fN\":\"341\",\"eT\":\"32A\"},\"stops\":0,\"duration\":135,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"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 2\"},\"dt\":\"2022-06-23T20:40\",\"at\":\"2022-06-23T22:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"QFHZ5E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RIYAJ\",\"lN\":\"RIYAJ\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":6152.7,\"IGST\":2.7,\"NCM\":129.53,\"BF\":5353,\"TAF\":799.7,\"NF\":6023.17},\"afC\":{\"NCM\":{\"OT\":136.35,\"TDS\":-6.82},\"TAF\":{\"MFT\":2.7,\"OT\":508,\"MF\":15,\"YQ\":0,\"AGST\":274}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-20 19:41:29'),(843,'f1765-ffc77-f9754-ba777','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f1765-ffc77-f9754-ba777\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-f1765-ffc77-f9754-ba777\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":254.23728813559322,\"ExtraMarkupOnGST\":45.76271186440678}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":254.23728813559322,\"ExtraMarkupOnGST\":45.76271186440678},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"113D9180FAE342E8A9F5504E4F35469B\"}],\"flight_booking_id_Arr\":[\"113\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"49\",\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9469644699\",\"FirstName\":\"Prashant Singh \",\"LastName\":\"jadon\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13342\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 20:20:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"64\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"49\",\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9469644699\",\"FirstName\":\"Prashant Singh \",\"LastName\":\"jadon\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13342\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 20:20:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"f1765-ffc77-f9754-ba777\",\"modified\":\"2022-06-20 20:20:11\",\"created\":\"2022-06-20 20:20:11\",\"CustomerMemberSysId\":\"64\"}],\"CustomerSysId\":\"49\",\"CustomerMemSysId\":[\"64\"],\"flight_booking_customer\":[[\"152\"]],\"SearchTraceId\":\"f1765-ffc77-f9754-ba777\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f1765-ffc77-f9754-ba777\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 20:16:32\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f1765-ffc77-f9754-ba777\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f1765-ffc77-f9754-ba777\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 20:16:32\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"f1765-ffc77-f9754-ba777\\\",\\\"apiTraceId\\\":\\\"432_6132\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-f1765-ffc77-f9754-ba777\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6132\\\",\\\"ApiResultIndex\\\":\\\"432_6132\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"A9FYMP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"A9FYMP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"113D9180FAE342E8A9F5504E4F35469B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9469644699\",\"leadEmail\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Prashant Singh \",\"passenger-lastname-1\":\"jadon\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"SHEIKHULALAMTRAVEL@GMAIL.COM\",\"UserSysId\":\"14807\",\"CustomerSysId\":\"208786\",\"AgencySysId\":\"13342\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PEERZADA ABID\",\"LastName\":\"BEIGH\",\"Password_cu\":\"\",\"AgencyName\":\"YAADGAAR TRAVELS\",\"AgencyCode\":\"11243\",\"ContactNo1\":\"9469644699\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"73C9B104-203A-401B-86EA-7B48CDE915C1\",\"Address\":\"\",\"PinCode\":\"190023\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14807\\/logo_1655649033.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Prashant Singh \",\"lN\":\"jadon\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"113D9180FAE342E8A9F5504E4F35469B\"],\"status\":\"SUCCESS\"}}}','2022-06-20 20:21:14'),(845,'6bca4-74fd3-5d1e3-6c7eb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6bca4-74fd3-5d1e3-6c7eb\",\"apiTraceId\":\"437_6278\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 14:50\",\"FromUTCTime\":\"2022-06-22 14:50\",\"LocalToTime\":\"2022-06-22 16:20:00\",\"ToUTCTime\":\"2022-06-22 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3300,\"PublishedFareTxt\":\"3,300\",\"ApiResultIndex\":\"437-6bca4-74fd3-5d1e3-6c7eb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3100,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3300,\"PublishedFare\":3300,\"PublishedFareAgent\":3300,\"OfferedFareAgent\":3300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6278\",\"ApiResultIndex\":\"437_6278\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3100,\"BaseFare\":3100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYB8RP\",\"OnwardGroupPNRDummy\":\"JYB8RP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"437_6278\",\"SearchTraceId\":\"6bca4-74fd3-5d1e3-6c7eb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6bca4-74fd3-5d1e3-6c7eb\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 22:00:46\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-20 22:02:28'),(846,'51','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-20 22:24:36'),(852,'16dc6-8aa9b-fbfd5-f401f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"apiTraceId\":\"424_5759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 18:35\",\"FromUTCTime\":\"2022-06-24 18:35\",\"LocalToTime\":\"2022-06-24 20:35:00\",\"ToUTCTime\":\"2022-06-24 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":10000,\"PublishedFareTxt\":\"10,000\",\"ApiResultIndex\":\"424-16dc6-8aa9b-fbfd5-f401f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9000,\"Tax\":200,\"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\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5759\",\"ApiResultIndex\":\"424_5759\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9000,\"BaseFare\":9000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"P8ET6F\",\"OnwardGroupPNRDummy\":\"P8ET6F\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"36750F2BDFAB445CB74C511E9ADDB1B9\"}],\"flight_booking_id_Arr\":[\"114\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Niranjan\",\"LastName\":\"Jain\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 22:26:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"65\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Sonu\",\"LastName\":\"Jain\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 22:26:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"66\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Niranjan\",\"LastName\":\"Jain\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 22:26:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"modified\":\"2022-06-20 22:26:42\",\"created\":\"2022-06-20 22:26:42\",\"CustomerMemberSysId\":\"65\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"Sonu\",\"LastName\":\"Jain\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-20 22:26:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"modified\":\"2022-06-20 22:26:42\",\"created\":\"2022-06-20 22:26:42\",\"CustomerMemberSysId\":\"66\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"65\",\"66\"],\"flight_booking_customer\":[[\"153\",\"154\"]],\"SearchTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\"],\"departure_datesf\":[\"24\\/06\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-24\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-20 22:26:02\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"16dc6-8aa9b-fbfd5-f401f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-24\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"16dc6-8aa9b-fbfd5-f401f\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-20 22:26:02\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"16dc6-8aa9b-fbfd5-f401f\\\",\\\"apiTraceId\\\":\\\"424_5759\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-24 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":10000,\\\"PublishedFareTxt\\\":\\\"10,000\\\",\\\"ApiResultIndex\\\":\\\"424-16dc6-8aa9b-fbfd5-f401f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":9000,\\\"Tax\\\":200,\\\"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\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5759\\\",\\\"ApiResultIndex\\\":\\\"424_5759\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":9000,\\\"BaseFare\\\":9000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"P8ET6F\\\",\\\"OnwardGroupPNRDummy\\\":\\\"P8ET6F\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"36750F2BDFAB445CB74C511E9ADDB1B9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Niranjan\",\"passenger-lastname-1\":\"Jain\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"Sonu\",\"passenger-lastname-2\":\"Jain\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"P8ET6F\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Niranjan\",\"lN\":\"Jain\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"P8ET6F\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Sonu\",\"lN\":\"Jain\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"36750F2BDFAB445CB74C511E9ADDB1B9\"],\"status\":\"SUCCESS\"}}}','2022-06-20 22:26:59'),(854,'dc6eb-a1dc3-ef103-c1d2b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"dc6eb-a1dc3-ef103-c1d2b\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"444-dc6eb-a1dc3-ef103-c1d2b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"444_6498\",\"SearchTraceId\":\"dc6eb-a1dc3-ef103-c1d2b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"dc6eb-a1dc3-ef103-c1d2b\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 09:03:15\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 09:03:50'),(860,'0ded5-c3032-7e0de-05273','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ded5-c3032-7e0de-05273\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"432-0ded5-c3032-7e0de-05273\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"K7IYYY\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"6E215147288A4221BFDC741840ED1923\"}],\"flight_booking_id_Arr\":[\"115\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13333\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"umeribniali1319@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006185478\",\"FirstName\":\"GOWHER HASSAN\",\"LastName\":\"BHAT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13333\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 09:39:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"69\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"69\",\"CustomerMemSysId\":[\"69\"],\"flight_booking_customer\":[[\"155\"]],\"SearchTraceId\":\"0ded5-c3032-7e0de-05273\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0ded5-c3032-7e0de-05273\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 09:37:03\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0ded5-c3032-7e0de-05273\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0ded5-c3032-7e0de-05273\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 09:37:03\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0ded5-c3032-7e0de-05273\\\",\\\"apiTraceId\\\":\\\"432_6129\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4700,\\\"PublishedFareTxt\\\":\\\"4,700\\\",\\\"ApiResultIndex\\\":\\\"432-0ded5-c3032-7e0de-05273\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4200,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4700,\\\"PublishedFare\\\":4700,\\\"PublishedFareAgent\\\":4700,\\\"OfferedFareAgent\\\":4700,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6129\\\",\\\"ApiResultIndex\\\":\\\"432_6129\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4200,\\\"BaseFare\\\":4200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"5\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"K7IYYY\\\",\\\"OnwardGroupPNRDummy\\\":\\\"K7IYYY\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"6E215147288A4221BFDC741840ED1923\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006185478\",\"leadEmail\":\"umeribniali1319@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"GOWHER HASSAN\",\"passenger-lastname-1\":\"BHAT\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13333\",\"Salutation\":\"1\",\"EmailId\":\"umeribniali1319@gmail.com\",\"FirstName\":\"GOWHER HASSAN\",\"LastName\":\"BHAT\",\"CountryCode\":\"91\",\"MobileNo\":\"7006185478\"},\"_sessiondata\":{\"EmailId\":\"umeribniali1319@gmail.com\",\"UserSysId\":\"14798\",\"CustomerSysId\":\"208766\",\"AgencySysId\":\"13333\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SIMRAN\",\"LastName\":\"ALI\",\"Password_cu\":\"\",\"AgencyName\":\"UMAR IBN ALI TOUR AND TRAVELS\",\"AgencyCode\":\"11234\",\"ContactNo1\":\"7006185478\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C30B39A6-1748-4517-9A42-89B876458B52\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14798\\/logo_1655638814.jpg\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"K7IYYY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GOWHER HASSAN\",\"lN\":\"BHAT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"6E215147288A4221BFDC741840ED1923\"],\"status\":\"SUCCESS\"}}}','2022-06-21 09:40:17'),(862,'8b568-0aef4-7c9fd-b6a50','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8b568-0aef4-7c9fd-b6a50\",\"apiTraceId\":\"437_6279\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23 14:50\",\"LocalToTime\":\"2022-06-23 16:20:00\",\"ToUTCTime\":\"2022-06-23 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"437-8b568-0aef4-7c9fd-b6a50\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6279\",\"ApiResultIndex\":\"437_6279\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0BC\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"HF3VJA\",\"OnwardGroupPNRDummy\":\"HF3VJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AQ\"}],\"apiTraceId\":\"437_6279\",\"SearchTraceId\":\"8b568-0aef4-7c9fd-b6a50\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8b568-0aef4-7c9fd-b6a50\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 10:52:36\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 10:53:21'),(864,'a20ed-e8bc6-6b999-875c0','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a20ed-e8bc6-6b999-875c0\",\"apiTraceId\":\"444_6499\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:55\",\"FromUTCTime\":\"2022-06-24 11:55\",\"LocalToTime\":\"2022-06-24 13:25:00\",\"ToUTCTime\":\"2022-06-24 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"444-a20ed-e8bc6-6b999-875c0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6499\",\"ApiResultIndex\":\"444_6499\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"WIPQQH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"444_6499\",\"SearchTraceId\":\"a20ed-e8bc6-6b999-875c0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a20ed-e8bc6-6b999-875c0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 11:16:39\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 11:19:16'),(872,'61634-9a1c5-24f36-47f03','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"61634-9a1c5-24f36-47f03\",\"apiTraceId\":\"444_6499\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:55\",\"FromUTCTime\":\"2022-06-24 11:55\",\"LocalToTime\":\"2022-06-24 13:25:00\",\"ToUTCTime\":\"2022-06-24 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"444-61634-9a1c5-24f36-47f03\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6499\",\"ApiResultIndex\":\"444_6499\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\",\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"WIPQQH\",\"OnwardGroupPNRDummy\":\"WIPQQH\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"6530F3BF7ACD4299BA41F585C341DA80\"}],\"flight_booking_id_Arr\":[\"116\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13287\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"HMTRAVELSXR@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797908883\",\"FirstName\":\"Manpriya\",\"LastName\":\"Kaur\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13287\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 11:31:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"70\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"70\",\"CustomerMemSysId\":[\"70\"],\"flight_booking_customer\":[[\"156\"]],\"SearchTraceId\":\"61634-9a1c5-24f36-47f03\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"61634-9a1c5-24f36-47f03\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 11:29:53\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"61634-9a1c5-24f36-47f03\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"61634-9a1c5-24f36-47f03\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 11:29:53\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"61634-9a1c5-24f36-47f03\\\",\\\"apiTraceId\\\":\\\"444_6499\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:55\\\",\\\"ArrivalTime\\\":\\\"13:35\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 11:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 11:55\\\",\\\"LocalToTime\\\":\\\"2022-06-24 13:25:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 13:25:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"444-61634-9a1c5-24f36-47f03\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4200,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"444_6499\\\",\\\"ApiResultIndex\\\":\\\"444_6499\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4200,\\\"BaseFare\\\":4200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"038\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:55\\\",\\\"strArrivalDtTime\\\":\\\"13:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T13:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T11:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"WIPQQH\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02J\\\",\\\"bookingId\\\":\\\"6530F3BF7ACD4299BA41F585C341DA80\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797908883\",\"leadEmail\":\"HMTRAVELSXR@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Manpriya\",\"passenger-lastname-1\":\"Kaur\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13287\",\"Salutation\":\"1\",\"EmailId\":\"HMTRAVELSXR@GMAIL.COM\",\"FirstName\":\"Manpriya\",\"LastName\":\"Kaur\",\"CountryCode\":\"91\",\"MobileNo\":\"9797908883\"},\"_sessiondata\":{\"EmailId\":\"HMTRAVELSXR@GMAIL.COM\",\"UserSysId\":\"14752\",\"CustomerSysId\":\"208680\",\"AgencySysId\":\"13287\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"HILAL\",\"LastName\":\"MIR\",\"Password_cu\":\"\",\"AgencyName\":\"HINZAL AND MARYAM\",\"AgencyCode\":\"11188\",\"ContactNo1\":\"9797908883\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8E168058-08DA-4692-BDA2-74B8257FA325\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Manpriya\",\"lN\":\"Kaur\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"6530F3BF7ACD4299BA41F585C341DA80\"],\"status\":\"SUCCESS\"}}}','2022-06-21 11:36:57'),(874,'d58a0-63284-83cfe-f9152','{\"FlightBookingData\":[{\"bookingId\":\"DMC104236326011\",\"bookingId_TJ\":\"TJ104236326011\",\"FlightNumber\":\"G8-358\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"d58a0-63284-83cfe-f9152\",\"apiTraceId\":\"11-4901513622_2SXRDELG8358_11322302489839\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:35\",\"TravelDate\":\"2022-06-22T08:55\",\"LocalFromTime\":\"2022-06-22 08:55\",\"FromUTCTime\":\"2022-06-22T08:55\",\"LocalToTime\":\"2022-06-22 10:35\",\"ToUTCTime\":\"2022-06-22T10:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,933\",\"ApiResultIndex\":\"11-4901513622_2SXRDELG8358_11322302489839\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":3932.8999999999996,\"PublishedFareAgent\":4432.9,\"OfferedFareAgent\":3932.8999999999996,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4901513622_0SXRDELG8358_23933739001262\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":8,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4432.9,\"CostToAgent\":3932.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3792.8999999999996,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4432.9,\"CostToAgent\":3932.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3932.8999999999996,\"CostToCustomer\":3932.8999999999996,\"BaseFareCal\":3792.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3792.8999999999996,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4432.9,\"CostToAgent\":3932.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"230\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T10:35\",\"SegFlightNumber\":\"G8-358\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4901513622_2SXRDELG8358_11322302489839\",\"FareRuleData\":{\"fareRule\":{\"SXR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-4901513622_2SXRDELG8358_11322302489839\",\"SearchTraceId\":\"d58a0-63284-83cfe-f9152\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d58a0-63284-83cfe-f9152\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 11:50:13\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-21 11:50:29'),(876,'268e2-47d74-7e403-85fee','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"268e2-47d74-7e403-85fee\",\"apiTraceId\":\"432_6124\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-22\",\"LocalFromTime\":\"2022-06-22 08:45\",\"FromUTCTime\":\"2022-06-22 08:45\",\"LocalToTime\":\"2022-06-22 10:15:00\",\"ToUTCTime\":\"2022-06-22 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-268e2-47d74-7e403-85fee\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6124\",\"ApiResultIndex\":\"432_6124\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-22T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-22T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"22\\/06\\/2022\",\"FromDateSort\":1655836200,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MI9I5E\",\"OnwardGroupPNRDummy\":\"MI9I5E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}],\"apiTraceId\":\"432_6124\",\"SearchTraceId\":\"268e2-47d74-7e403-85fee\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"268e2-47d74-7e403-85fee\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 11:50:56\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 11:51:19'),(878,'7d7ea-bfb79-9ab61-19118','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7d7ea-bfb79-9ab61-19118\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-7d7ea-bfb79-9ab61-19118\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"431_6094\",\"SearchTraceId\":\"7d7ea-bfb79-9ab61-19118\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\"],\"departure_datesf\":[\"03\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-03\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7d7ea-bfb79-9ab61-19118\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 13:04:08\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 13:04:23'),(883,'b3ede-fa593-79fed-4780c','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b3ede-fa593-79fed-4780c\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-b3ede-fa593-79fed-4780c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}],\"apiTraceId\":\"431_6094\",\"SearchTraceId\":\"b3ede-fa593-79fed-4780c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b3ede-fa593-79fed-4780c\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 13:05:18\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 13:06:31'),(886,'60e19-c04fd-dd4e1-daf1f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"60e19-c04fd-dd4e1-daf1f\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-60e19-c04fd-dd4e1-daf1f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"GJCHWR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"61793780E02F44468CD61179E5E64767\"}],\"flight_booking_id_Arr\":[\"117\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13409\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"gk.nahata82@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9413268882\",\"FirstName\":\"VINIT\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13409\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 13:06:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"71\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"71\",\"CustomerMemSysId\":[\"71\"],\"flight_booking_customer\":[[\"157\"]],\"SearchTraceId\":\"60e19-c04fd-dd4e1-daf1f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\"],\"departure_datesf\":[\"03\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-03\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"60e19-c04fd-dd4e1-daf1f\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 13:05:33\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"60e19-c04fd-dd4e1-daf1f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-03\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"60e19-c04fd-dd4e1-daf1f\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 13:05:33\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"60e19-c04fd-dd4e1-daf1f\\\",\\\"apiTraceId\\\":\\\"431_6094\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 18:55\\\",\\\"LocalToTime\\\":\\\"2022-07-03 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"431-60e19-c04fd-dd4e1-daf1f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6094\\\",\\\"ApiResultIndex\\\":\\\"431_6094\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"61793780E02F44468CD61179E5E64767\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9413268882\",\"leadEmail\":\"gk.nahata82@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VINIT\",\"passenger-lastname-1\":\"SHAH\",\"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\":\"13409\",\"Salutation\":\"1\",\"EmailId\":\"gk.nahata82@gmail.com\",\"FirstName\":\"VINIT\",\"LastName\":\"SHAH\",\"CountryCode\":\"91\",\"MobileNo\":\"9413268882\"},\"_sessiondata\":{\"EmailId\":\"gk.nahata82@gmail.com\",\"UserSysId\":\"14876\",\"CustomerSysId\":\"209409\",\"AgencySysId\":\"13409\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIRMAL KUMAR\",\"LastName\":\"NAHATA\",\"Password_cu\":\"\",\"AgencyName\":\"BALAJI TRAVELS\",\"AgencyCode\":\"88833\",\"ContactNo1\":\"9413268882\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F3311007-70B6-45E1-AC3C-742163C344A7\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"GJCHWR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VINIT\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"61793780E02F44468CD61179E5E64767\"],\"status\":\"SUCCESS\"}}}','2022-06-21 13:08:12'),(892,'ca637-bd058-b2d9a-b0695','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ca637-bd058-b2d9a-b0695\",\"apiTraceId\":\"430_6046\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 16:00\",\"FromUTCTime\":\"2022-07-01 16:00\",\"LocalToTime\":\"2022-07-01 18:20:00\",\"ToUTCTime\":\"2022-07-01 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"430-ca637-bd058-b2d9a-b0695\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6046\",\"ApiResultIndex\":\"430_6046\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"O9ZPKF\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"878AEE3725364E55B5EAFF38E0F7D9EE\"}],\"flight_booking_id_Arr\":[\"118\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13409\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"gk.nahata82@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9413268882\",\"FirstName\":\"VINIT\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13409\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 13:49:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"71\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"71\",\"CustomerMemSysId\":[\"71\"],\"flight_booking_customer\":[[\"158\"]],\"SearchTraceId\":\"ca637-bd058-b2d9a-b0695\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\"],\"departure_datesf\":[\"01\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-01\",\"strDepatureDate\":[\"01\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"ca637-bd058-b2d9a-b0695\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 13:45:18\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ca637-bd058-b2d9a-b0695\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-01\\\",\\\"strDepatureDate\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"ca637-bd058-b2d9a-b0695\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 13:45:18\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ca637-bd058-b2d9a-b0695\\\",\\\"apiTraceId\\\":\\\"430_6046\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-01\\\",\\\"LocalFromTime\\\":\\\"2022-07-01 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-01 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-01 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-01 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"430-ca637-bd058-b2d9a-b0695\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6046\\\",\\\"ApiResultIndex\\\":\\\"430_6046\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-01T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-01T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656613800,\\\"DepartureDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"878AEE3725364E55B5EAFF38E0F7D9EE\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9413268882\",\"leadEmail\":\"gk.nahata82@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"71\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VINIT\",\"passenger-lastname-1\":\"SHAH\",\"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\":\"13409\",\"Salutation\":\"1\",\"EmailId\":\"gk.nahata82@gmail.com\",\"FirstName\":\"VINIT\",\"LastName\":\"SHAH\",\"CountryCode\":\"91\",\"MobileNo\":\"9413268882\"},\"_sessiondata\":{\"EmailId\":\"gk.nahata82@gmail.com\",\"UserSysId\":\"14876\",\"CustomerSysId\":\"209409\",\"AgencySysId\":\"13409\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIRMAL KUMAR\",\"LastName\":\"NAHATA\",\"Password_cu\":\"\",\"AgencyName\":\"BALAJI TRAVELS\",\"AgencyCode\":\"88833\",\"ContactNo1\":\"9413268882\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F3311007-70B6-45E1-AC3C-742163C344A7\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"O9ZPKF\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VINIT\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"878AEE3725364E55B5EAFF38E0F7D9EE\"],\"status\":\"SUCCESS\"}}}','2022-06-21 13:50:44'),(894,'84eb7-6fdae-4f7b1-4728f','{\"FlightBookingData\":[{\"bookingId\":\"DMC107536342257\",\"bookingId_TJ\":\"TJ107536342257\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"84eb7-6fdae-4f7b1-4728f\",\"apiTraceId\":\"11-6269642113_10SXRDELSG8374_16397228156767\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-22T11:55\",\"LocalFromTime\":\"2022-06-22 11:55\",\"FromUTCTime\":\"2022-06-22T11:55\",\"LocalToTime\":\"2022-06-22 13:35\",\"ToUTCTime\":\"2022-06-22T13:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,033\",\"ApiResultIndex\":\"11-6269642113_10SXRDELSG8374_16397228156767\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3600,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3867.7,\"PublishedFare\":4032.8999999999996,\"PublishedFareAgent\":4532.9,\"OfferedFareAgent\":4032.8999999999996,\"OfferedFare\":3867.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6269642113_0SXRDELSG8374_16791870254335\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":500,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4032.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3867.7,\"BaseFareCal\":3892.8999999999996,\"BaseFare\":3600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":500,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4032.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4032.8999999999996,\"CostToCustomer\":4032.8999999999996,\"BaseFareCal\":3892.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3892.8999999999996,\"intOfferedFare\":3867.7,\"intPublishFare\":3867.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":500,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":500,\"CostToAgentCustomer\":4532.9,\"CostToAgent\":4032.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"104\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T13:35\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T11:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6269642113_10SXRDELSG8374_16397228156767\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-6269642113_10SXRDELSG8374_16397228156767\",\"SearchTraceId\":\"84eb7-6fdae-4f7b1-4728f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"84eb7-6fdae-4f7b1-4728f\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 14:56:50\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-21 15:03:29'),(901,'72b33-46c5f-7b086-1c978','{\"FlightBookingData\":[{\"bookingId\":\"DMC100936342496\",\"bookingId_TJ\":\"TJ100936342496\",\"FlightNumber\":\"UK-837\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"72b33-46c5f-7b086-1c978\",\"apiTraceId\":\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"20:15\",\"TravelDate\":\"2022-06-21T17:25\",\"LocalFromTime\":\"2022-06-21 17:25\",\"FromUTCTime\":\"2022-06-21T17:25\",\"LocalToTime\":\"2022-06-21 20:15\",\"ToUTCTime\":\"2022-06-21T20:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Tue, 21 Jun\",\"ArrivalDateTxt\":\"Tue, 21 Jun\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,925\",\"ApiResultIndex\":\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8468,\"Tax\":967.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":430,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":9435.7,\"PublishedFare\":8925.15,\"PublishedFareAgent\":8925.15,\"OfferedFareAgent\":8925.15,\"OfferedFare\":8866.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-0554147409_0DELMAAUK837_27436745941828\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":967.7,\"TotalBaseFare\":9435.7,\"BaseFareCal\":8875.15,\"BaseFare\":8468,\"CommissionEarned\":569.55,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":430,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":1271.186440677966,\"ExtraMarkupOnGST\":228.81355932203405}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":569.55,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":8925.15,\"CostToCustomer\":8925.15,\"BaseFareCal\":8875.15,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":8875.15,\"intOfferedFare\":8866.15,\"intPublishFare\":9435.7,\"TripjackMarkup\":0,\"TripjackCommission\":569.55,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":569.55,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8925.15,\"CostToAgent\":8925.15,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":1271.186440677966,\"ExtraMarkupOnGST\":228.81355932203405},\"Segments\":[{\"segmentid\":\"703\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-06-21T20:15\",\"SegFlightNumber\":\"UK-837\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-21T17:25\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"20:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-0554147409_0DELMAAUK837_30649524838558\",\"FareRuleData\":{\"fareRule\":{\"DEL-MAA\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"CRFT\":9,\"CRF\":50,\"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\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3675,\"ACFT\":183.75}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"119\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8008124561\",\"FirstName\":\"D S\",\"LastName\":\"Shatish\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:08:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"72\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"72\",\"CustomerMemSysId\":[\"72\"],\"flight_booking_customer\":[[\"159\"]],\"SearchTraceId\":\"72b33-46c5f-7b086-1c978\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Chennai (MAA)\",\"DEL\"],\"departure_date\":[\"21\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"MAA\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Chennai (MAA)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[6000],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"72b33-46c5f-7b086-1c978\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"MAA\"],\"from\":[\"DEL\"],\"to\":[\"MAA\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 15:06:22\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"72b33-46c5f-7b086-1c978\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Chennai (MAA)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"MAA\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Chennai, IN - Chennai Arpt (MAA), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chennai Arpt (MAA)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Chennai (MAA)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[6000],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"72b33-46c5f-7b086-1c978\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"MAA\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"MAA\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Chennai, IN - Chennai Arpt (MAA), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 15:06:22\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100936342496\\\",\\\"bookingId_TJ\\\":\\\"TJ100936342496\\\",\\\"FlightNumber\\\":\\\"UK-837\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"72b33-46c5f-7b086-1c978\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"17:25\\\",\\\"ArrivalTime\\\":\\\"20:15\\\",\\\"TravelDate\\\":\\\"2022-06-21T17:25\\\",\\\"LocalFromTime\\\":\\\"2022-06-21 17:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-21T17:25\\\",\\\"LocalToTime\\\":\\\"2022-06-21 20:15\\\",\\\"ToUTCTime\\\":\\\"2022-06-21T20:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":170,\\\"DepartureDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 21 Jun\\\",\\\"FlightDuration\\\":\\\"03h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"6000\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"MAA\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,925\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-0554147409_0DELMAAUK837_30649524838558\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8468,\\\"Tax\\\":967.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":390,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":430,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9435.7,\\\"PublishedFare\\\":8925.15,\\\"PublishedFareAgent\\\":8925.15,\\\"OfferedFareAgent\\\":8925.15,\\\"OfferedFare\\\":8866.15,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-0554147409_0DELMAAUK837_27436745941828\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":569.55,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8925.15,\\\"CostToAgent\\\":8925.15,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":967.7,\\\"TotalBaseFare\\\":9435.7,\\\"BaseFareCal\\\":8875.15,\\\"BaseFare\\\":8468,\\\"CommissionEarned\\\":569.55,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":430,\\\"MFT\\\":2.7,\\\"OT\\\":390,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":569.55,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8925.15,\\\"CostToAgent\\\":8925.15,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":569.55,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":8925.15,\\\"CostToCustomer\\\":8925.15,\\\"BaseFareCal\\\":8875.15,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":8875.15,\\\"intOfferedFare\\\":8866.15,\\\"intPublishFare\\\":9435.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":569.55,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":569.55,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":8925.15,\\\"CostToAgent\\\":8925.15,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"703\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chennai Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chennai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"MAA\\\",\\\"destinationArrTime\\\":\\\"2022-06-21T20:15\\\",\\\"SegFlightNumber\\\":\\\"UK-837\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-21T17:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"17:25\\\",\\\"strArrivalDtTime\\\":\\\"20:15\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-0554147409_0DELMAAUK837_30649524838558\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-MAA\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Only Statutory Taxes will be refunded\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3150,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference__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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"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\\\":{\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACF\\\":3675,\\\"ACFT\\\":183.75}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"MAA\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"6000\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8008124561\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"D S\",\"passenger-lastname-1\":\"Shatish\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13142\",\"Salutation\":\"1\",\"EmailId\":\"kashmirwayz@gmail.com\",\"FirstName\":\"D S\",\"LastName\":\"Shatish\",\"CountryCode\":\"91\",\"MobileNo\":\"8008124561\"},\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14607\\/logo_1655484521.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ100936342496\",\"amount\":9435.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"kashmirwayz@gmail.com\"],\"contacts\":[\"918008124561\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-21T15:09:41.412\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9513267\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"837\",\"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\":\"MAA\",\"name\":\"Chennai Arpt\",\"cityCode\":\"MAA\",\"city\":\"Chennai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-06-21T17:25\",\"at\":\"2022-06-21T20:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-MAA\":\"6BIOI8\"},\"ticketNumberDetails\":{\"DEL-MAA\":\"2283906881434\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"D S\",\"lN\":\"Shatish\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"BF\":8468,\"TAF\":967.7,\"IGST\":2.7,\"NF\":8866.15,\"NCM\":569.55,\"TF\":9435.7},\"afC\":{\"TAF\":{\"OT\":390,\"AGST\":430,\"YR\":130,\"MF\":15,\"MFT\":2.7},\"NCM\":{\"OT\":599.53,\"TDS\":-29.98}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-21 15:09:48'),(909,'f622c-4ef4a-674d2-22c13','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f622c-4ef4a-674d2-22c13\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"437-f622c-4ef4a-674d2-22c13\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":0.847457627118644,\"ExtraMarkupOnGST\":0.15254237288135597}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\",\"showintax\":0,\"ExtraMarkup\":0.847457627118644,\"ExtraMarkupOnGST\":0.15254237288135597},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NDET4T\",\"OnwardGroupPNRDummy\":\"NDET4T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\",\"bookingId\":\"FA823559DF7C47309110223BE05F10F7\"}],\"flight_booking_id_Arr\":[\"120\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006435889\",\"FirstName\":\"VIJAY\",\"LastName\":\"PAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:10:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"73\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"73\",\"CustomerMemSysId\":[\"73\"],\"flight_booking_customer\":[[\"160\"]],\"SearchTraceId\":\"f622c-4ef4a-674d2-22c13\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f622c-4ef4a-674d2-22c13\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 15:09:48\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f622c-4ef4a-674d2-22c13\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f622c-4ef4a-674d2-22c13\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 15:09:48\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"f622c-4ef4a-674d2-22c13\\\",\\\"apiTraceId\\\":\\\"437_6452\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"437-f622c-4ef4a-674d2-22c13\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6452\\\",\\\"ApiResultIndex\\\":\\\"437_6452\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"074\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"NDET4T\\\",\\\"OnwardGroupPNRDummy\\\":\\\"NDET4T\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06I\\\",\\\"bookingId\\\":\\\"FA823559DF7C47309110223BE05F10F7\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006435889\",\"leadEmail\":\"firstclasstourandtravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VIJAY\",\"passenger-lastname-1\":\"PAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13264\",\"Salutation\":\"1\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"FirstName\":\"VIJAY\",\"LastName\":\"PAL\",\"CountryCode\":\"91\",\"MobileNo\":\"7006435889\"},\"_sessiondata\":{\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"UserSysId\":\"14729\",\"CustomerSysId\":\"208456\",\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAIS\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"FIRST CLASS TOUR AND TRAVEL\",\"AgencyCode\":\"11165\",\"ContactNo1\":\"7006435889\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F30F952F-E75A-4039-9989-EB662FE1E95E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"NDET4T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"VIJAY\",\"lN\":\"PAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FA823559DF7C47309110223BE05F10F7\"],\"status\":\"SUCCESS\"}}}','2022-06-21 15:12:05'),(924,'bada8-89906-096a8-2850e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bada8-89906-096a8-2850e\",\"apiTraceId\":\"425_5805\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 06:35\",\"FromUTCTime\":\"2022-06-24 06:35\",\"LocalToTime\":\"2022-06-24 08:35:00\",\"ToUTCTime\":\"2022-06-24 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":14400,\"PublishedFareTxt\":\"14,400\",\"ApiResultIndex\":\"425-bada8-89906-096a8-2850e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12900,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14400,\"PublishedFare\":14400,\"PublishedFareAgent\":14400,\"OfferedFareAgent\":14400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5805\",\"ApiResultIndex\":\"425_5805\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":14400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12900,\"BaseFare\":12900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":14400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"T9BFJF\",\"OnwardGroupPNRDummy\":\"T9BFJF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"FCAB20D7D28E423CA7C43348D148A616\"}],\"flight_booking_id_Arr\":[\"123\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"MOHAMMAD \",\"LastName\":\"ARMAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:54:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"71\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"SK RAKIBUL\",\"LastName\":\"ISLAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:54:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"72\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"RAFIUL \",\"LastName\":\"BUX\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:54:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"73\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"MOHAMMAD \",\"LastName\":\"ARMAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:54:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bada8-89906-096a8-2850e\",\"modified\":\"2022-06-21 15:54:56\",\"created\":\"2022-06-21 15:54:56\",\"CustomerMemberSysId\":\"71\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"SK RAKIBUL\",\"LastName\":\"ISLAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:54:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bada8-89906-096a8-2850e\",\"modified\":\"2022-06-21 15:54:56\",\"created\":\"2022-06-21 15:54:56\",\"CustomerMemberSysId\":\"72\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"RAFIUL \",\"LastName\":\"BUX\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:54:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bada8-89906-096a8-2850e\",\"modified\":\"2022-06-21 15:54:56\",\"created\":\"2022-06-21 15:54:56\",\"CustomerMemberSysId\":\"73\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"71\",\"72\",\"73\"],\"flight_booking_customer\":[[\"165\",\"166\",\"167\"]],\"SearchTraceId\":\"bada8-89906-096a8-2850e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\"],\"departure_datesf\":[\"24\\/06\\/2022\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-24\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"bada8-89906-096a8-2850e\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 15:52:43\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"bada8-89906-096a8-2850e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-24\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"bada8-89906-096a8-2850e\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 15:52:43\\\",\\\"ContSysId\\\":null,\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"bada8-89906-096a8-2850e\\\",\\\"apiTraceId\\\":\\\"425_5805\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-24 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":14400,\\\"PublishedFareTxt\\\":\\\"14,400\\\",\\\"ApiResultIndex\\\":\\\"425-bada8-89906-096a8-2850e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":12900,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":14400,\\\"PublishedFare\\\":14400,\\\"PublishedFareAgent\\\":14400,\\\"OfferedFareAgent\\\":14400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5805\\\",\\\"ApiResultIndex\\\":\\\"425_5805\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":14400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":12900,\\\"BaseFare\\\":12900,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":14400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"T9BFJF\\\",\\\"OnwardGroupPNRDummy\\\":\\\"T9BFJF\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"FCAB20D7D28E423CA7C43348D148A616\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHAMMAD \",\"passenger-lastname-1\":\"ARMAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"SK RAKIBUL\",\"passenger-lastname-2\":\"ISLAM\",\"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\":\"RAFIUL \",\"passenger-lastname-3\":\"BUX\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD \",\"lN\":\"ARMAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SK RAKIBUL\",\"lN\":\"ISLAM\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"T9BFJF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RAFIUL \",\"lN\":\"BUX\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FCAB20D7D28E423CA7C43348D148A616\"],\"status\":\"SUCCESS\"}}}','2022-06-21 15:55:24'),(932,'6e778-04f73-a931c-6ca87','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6e778-04f73-a931c-6ca87\",\"apiTraceId\":\"438_6285\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 09:25\",\"FromUTCTime\":\"2022-06-23 09:25\",\"LocalToTime\":\"2022-06-23 10:55:00\",\"ToUTCTime\":\"2022-06-23 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"438-6e778-04f73-a931c-6ca87\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6285\",\"ApiResultIndex\":\"438_6285\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"053\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"KEYZ9Q\",\"OnwardGroupPNRDummy\":\"KEYZ9Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"04E\",\"bookingId\":\"EADE1C5B13BA49D890E7A730C36B6396\"}],\"flight_booking_id_Arr\":[\"124\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"RANJAY\",\"LastName\":\"YADAV\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 16:03:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"74\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"RANJAY\",\"LastName\":\"YADAV\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 16:03:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"6e778-04f73-a931c-6ca87\",\"modified\":\"2022-06-21 16:03:38\",\"created\":\"2022-06-21 16:03:38\",\"CustomerMemberSysId\":\"74\"}],\"CustomerSysId\":\"73\",\"CustomerMemSysId\":[\"74\"],\"flight_booking_customer\":[[\"168\"]],\"SearchTraceId\":\"6e778-04f73-a931c-6ca87\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6e778-04f73-a931c-6ca87\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 15:49:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6e778-04f73-a931c-6ca87\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"6e778-04f73-a931c-6ca87\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 15:49:23\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"6e778-04f73-a931c-6ca87\\\",\\\"apiTraceId\\\":\\\"438_6285\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-23 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"438-6e778-04f73-a931c-6ca87\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6285\\\",\\\"ApiResultIndex\\\":\\\"438_6285\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"053\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"KEYZ9Q\\\",\\\"OnwardGroupPNRDummy\\\":\\\"KEYZ9Q\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"04E\\\",\\\"bookingId\\\":\\\"EADE1C5B13BA49D890E7A730C36B6396\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006435889\",\"leadEmail\":\"firstclasstourandtravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RANJAY\",\"passenger-lastname-1\":\"YADAV\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"UserSysId\":\"14729\",\"CustomerSysId\":\"208456\",\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAIS\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"FIRST CLASS TOUR AND TRAVEL\",\"AgencyCode\":\"11165\",\"ContactNo1\":\"7006435889\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F30F952F-E75A-4039-9989-EB662FE1E95E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"KEYZ9Q\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RANJAY\",\"lN\":\"YADAV\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"EADE1C5B13BA49D890E7A730C36B6396\"],\"status\":\"SUCCESS\"}}}','2022-06-21 16:03:55'),(937,'769e8-87baa-20bd0-ad984','{\"FlightBookingData\":[{\"bookingId\":\"DMC100436351471\",\"bookingId_TJ\":\"TJ100436351471\",\"FlightNumber\":\"G8-258\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"769e8-87baa-20bd0-ad984\",\"apiTraceId\":\"11-9829406010_3DELSXRG8258_24813345734048\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:00\",\"TravelDate\":\"2022-06-22T16:30\",\"LocalFromTime\":\"2022-06-22 16:30\",\"FromUTCTime\":\"2022-06-22T16:30\",\"LocalToTime\":\"2022-06-22 18:00\",\"ToUTCTime\":\"2022-06-22T18:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,633\",\"ApiResultIndex\":\"11-9829406010_3DELSXRG8258_24813345734048\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2200,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2467.7,\"PublishedFare\":2632.8999999999996,\"PublishedFareAgent\":2632.8999999999996,\"OfferedFareAgent\":2632.8999999999996,\"OfferedFare\":2467.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9829406010_0DELSXRG8258_30222360549211\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2632.8999999999996,\"CostToAgent\":2632.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":2467.7,\"BaseFareCal\":2492.8999999999996,\"BaseFare\":2200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2632.8999999999996,\"CostToAgent\":2632.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":2632.8999999999996,\"CostToCustomer\":2632.8999999999996,\"BaseFareCal\":2492.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":2492.8999999999996,\"intOfferedFare\":2467.7,\"intPublishFare\":2467.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2632.8999999999996,\"CostToAgent\":2632.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"698\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-22T18:00\",\"SegFlightNumber\":\"G8-258\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-22T16:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9829406010_3DELSXRG8258_24813345734048\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"125\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13137\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"harleen.yatraunlimited@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9812932337\",\"FirstName\":\"Ghhhj\",\"LastName\":\"Vhjjmk\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13137\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 17:06:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"74\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"74\",\"CustomerMemSysId\":[\"74\"],\"flight_booking_customer\":[[\"169\"]],\"SearchTraceId\":\"769e8-87baa-20bd0-ad984\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"22\\/06\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\",\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"769e8-87baa-20bd0-ad984\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"22\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\",\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 17:05:07\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"769e8-87baa-20bd0-ad984\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"SXR\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destination\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-22\\\",\\\"2022-06-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"769e8-87baa-20bd0-ad984\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"22\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jun Wed\\\",\\\"22 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 17:05:07\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100436351471\\\",\\\"bookingId_TJ\\\":\\\"TJ100436351471\\\",\\\"FlightNumber\\\":\\\"G8-258\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"769e8-87baa-20bd0-ad984\\\",\\\"apiTraceId\\\":\\\"11-9829406010_3DELSXRG8258_24813345734048\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"16:30\\\",\\\"ArrivalTime\\\":\\\"18:00\\\",\\\"TravelDate\\\":\\\"2022-06-22T16:30\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 16:30\\\",\\\"FromUTCTime\\\":\\\"2022-06-22T16:30\\\",\\\"LocalToTime\\\":\\\"2022-06-22 18:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-22T18:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"2,633\\\",\\\"ApiResultIndex\\\":\\\"11-9829406010_3DELSXRG8258_24813345734048\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2200,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":2467.7,\\\"PublishedFare\\\":2632.8999999999996,\\\"PublishedFareAgent\\\":2632.8999999999996,\\\"OfferedFareAgent\\\":2632.8999999999996,\\\"OfferedFare\\\":2467.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-9829406010_0DELSXRG8258_30222360549211\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2632.8999999999996,\\\"CostToAgent\\\":2632.8999999999996,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":2467.7,\\\"BaseFareCal\\\":2492.8999999999996,\\\"BaseFare\\\":2200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":25.2,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":140,\\\"GSTOnMarkUp\\\":25.2,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2632.8999999999996,\\\"CostToAgent\\\":2632.8999999999996,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":140,\\\"IntTaxOnAgencyFixMarkUp\\\":25.2,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":25.2,\\\"PublishFare\\\":2632.8999999999996,\\\"CostToCustomer\\\":2632.8999999999996,\\\"BaseFareCal\\\":2492.8999999999996,\\\"intCommisionEarnedForAgency\\\":140,\\\"CostToCompany\\\":2492.8999999999996,\\\"intOfferedFare\\\":2467.7,\\\"intPublishFare\\\":2467.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":2632.8999999999996,\\\"CostToAgent\\\":2632.8999999999996,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"698\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T18:00\\\",\\\"SegFlightNumber\\\":\\\"G8-258\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-22T16:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"16:30\\\",\\\"strArrivalDtTime\\\":\\\"18:00\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-9829406010_3DELSXRG8258_24813345734048\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-SXR\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9812932337\",\"leadEmail\":\"harleen.yatraunlimited@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Ghhhj\",\"passenger-lastname-1\":\"Vhjjmk\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13137\",\"Salutation\":\"1\",\"EmailId\":\"harleen.yatraunlimited@gmail.com\",\"FirstName\":\"Ghhhj\",\"LastName\":\"Vhjjmk\",\"CountryCode\":\"91\",\"MobileNo\":\"9812932337\"},\"_sessiondata\":{\"EmailId\":\"harleen.yatraunlimited@gmail.com\",\"UserSysId\":\"14602\",\"CustomerSysId\":\"207879\",\"AgencySysId\":\"13137\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Harleen\",\"LastName\":\"Kohli\",\"Password_cu\":\"\",\"AgencyName\":\"YATRA UNLIMITED\",\"AgencyCode\":\"11140\",\"ContactNo1\":\"9812932337\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D85CBEBF-204D-4544-9A87-EEDE0B582B99\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-21 17:06:53'),(939,'82030-bfd2d-2861b-79a76','{\"FlightBookingData\":[{\"bookingId\":\"DMC109136354597\",\"bookingId_TJ\":\"TJ109136354597\",\"FlightNumber\":\"6E-2059\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"82030-bfd2d-2861b-79a76\",\"apiTraceId\":\"5-6569596329_0DELMAA6E2059_37043462450723\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"07:10\",\"ArrivalTime\":\"10:00\",\"TravelDate\":\"2022-06-22T07:10\",\"LocalFromTime\":\"2022-06-22 07:10\",\"FromUTCTime\":\"2022-06-22T07:10\",\"LocalToTime\":\"2022-06-22 10:00\",\"ToUTCTime\":\"2022-06-22T10:00\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"6000\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,274\",\"ApiResultIndex\":\"5-6569596329_0DELMAA6E2059_37043462450723\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6428,\"Tax\":832.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":326,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7260.7,\"PublishedFare\":7273.9,\"PublishedFareAgent\":7273.9,\"OfferedFareAgent\":7273.9,\"OfferedFare\":7214.9,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6569596329_0DELMAA6E2059_39952017175035\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":45.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7273.9,\"CostToAgent\":7273.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":832.7,\"TotalBaseFare\":7260.7,\"BaseFareCal\":7223.9,\"BaseFare\":6428,\"CommissionEarned\":45.8,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":326,\"MFT\":2.7,\"OT\":489,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":45.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7273.9,\"CostToAgent\":7273.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":45.8,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":7273.9,\"CostToCustomer\":7273.9,\"BaseFareCal\":7223.9,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":7223.9,\"intOfferedFare\":7214.9,\"intPublishFare\":7260.7,\"TripjackMarkup\":0,\"TripjackCommission\":45.8,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":45.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7273.9,\"CostToAgent\":7273.9,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"759\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-06-22T10:00\",\"SegFlightNumber\":\"6E-2059\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-22T07:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:10\",\"strArrivalDtTime\":\"10:00\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"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-6569596329_0DELMAA6E2059_37043462450723\",\"FareRuleData\":{\"fareRule\":{\"DEL-MAA\":{\"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\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":162.5,\"ARF\":3250}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"MAA\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"6000\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-6569596329_0DELMAA6E2059_37043462450723\",\"SearchTraceId\":\"82030-bfd2d-2861b-79a76\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Chennai (MAA)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"MAA\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chennai Arpt (MAA)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Chennai (MAA)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[6000],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"82030-bfd2d-2861b-79a76\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"MAA\"],\"from\":[\"DEL\"],\"to\":[\"MAA\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Chennai, IN - Chennai Arpt (MAA), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 17:40:54\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"759\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-06-21 17:41:28'),(945,'df0d4-66643-a7dd0-beb51','{\"FlightBookingData\":[{\"bookingId\":\"DMC106536355440\",\"bookingId_TJ\":\"TJ106536355440\",\"FlightNumber\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"df0d4-66643-a7dd0-beb51\",\"apiTraceId\":\"4-6965060470_1SXRIXJSG8492_70841616184154\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-06-22T16:00\",\"LocalFromTime\":\"2022-06-22 16:00\",\"FromUTCTime\":\"2022-06-22T16:00\",\"LocalToTime\":\"2022-06-22 16:55\",\"ToUTCTime\":\"2022-06-22T16:55\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":44,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,982\",\"ApiResultIndex\":\"4-6965060470_1SXRIXJSG8492_70841616184154\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3975,\"Tax\":985.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":202,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4960.7,\"PublishedFare\":4981.94,\"PublishedFareAgent\":4981.94,\"OfferedFareAgent\":4981.94,\"OfferedFare\":4922.94,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6965060470_0SXRIXJSG8492_121628647674219\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":44,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":985.7,\"TotalBaseFare\":4960.7,\"BaseFareCal\":4931.94,\"BaseFare\":3975,\"CommissionEarned\":37.76,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":202,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":9,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":37.76,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":9,\"PublishFare\":4981.94,\"CostToCustomer\":4981.94,\"BaseFareCal\":4931.94,\"intCommisionEarnedForAgency\":50,\"CostToCompany\":4931.94,\"intOfferedFare\":4922.94,\"intPublishFare\":4960.7,\"TripjackMarkup\":0,\"TripjackCommission\":37.76,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":37.76,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4981.94,\"CostToAgent\":4981.94,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"520\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-22T16:55\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":44,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"520\",\"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-6965060470_1SXRIXJSG8492_70841616184154\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXJ\":{\"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,\"ARFT\":167.5,\"CRFT\":9,\"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\":{\"CCF\":50,\"ACFT\":180,\"CCFT\":9,\"ACF\":3600}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"126\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13152\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"mtravelsxr@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9596256544\",\"FirstName\":\"IVAN \",\"LastName\":\"PEREIRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13152\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 17:53:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"75\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"75\",\"CustomerMemSysId\":[\"75\"],\"flight_booking_customer\":[[\"170\"]],\"SearchTraceId\":\"df0d4-66643-a7dd0-beb51\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"df0d4-66643-a7dd0-beb51\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 17:41:09\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"df0d4-66643-a7dd0-beb51\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXJ\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13021],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"df0d4-66643-a7dd0-beb51\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXJ\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"IXJ\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 17:41:09\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106536355440\\\",\\\"bookingId_TJ\\\":\\\"TJ106536355440\\\",\\\"FlightNumber\\\":\\\"SG-8492\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"df0d4-66643-a7dd0-beb51\\\",\\\"apiTraceId\\\":\\\"4-6965060470_1SXRIXJSG8492_70841616184154\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"16:55\\\",\\\"TravelDate\\\":\\\"2022-06-22T16:00\\\",\\\"LocalFromTime\\\":\\\"2022-06-22 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-22T16:00\\\",\\\"LocalToTime\\\":\\\"2022-06-22 16:55\\\",\\\"ToUTCTime\\\":\\\"2022-06-22T16:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"HR\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":55,\\\"DepartureDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 22 Jun\\\",\\\"FlightDuration\\\":\\\"01h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":44,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,982\\\",\\\"ApiResultIndex\\\":\\\"4-6965060470_1SXRIXJSG8492_70841616184154\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3975,\\\"Tax\\\":985.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":766,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":202,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4960.7,\\\"PublishedFare\\\":4981.94,\\\"PublishedFareAgent\\\":4981.94,\\\"OfferedFareAgent\\\":4981.94,\\\"OfferedFare\\\":4922.94,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-6965060470_0SXRIXJSG8492_121628647674219\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"COUPON\\\",\\\"fareIdentifierSP\\\":\\\"COUPON\\\",\\\"SeatAvailable\\\":44,\\\"classOfBooking\\\":\\\"HR\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":37.76,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4981.94,\\\"CostToAgent\\\":4981.94,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":985.7,\\\"TotalBaseFare\\\":4960.7,\\\"BaseFareCal\\\":4931.94,\\\"BaseFare\\\":3975,\\\"CommissionEarned\\\":37.76,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":202,\\\"MFT\\\":2.7,\\\"OT\\\":766,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":9,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":50,\\\"GSTOnMarkUp\\\":9,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":37.76,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4981.94,\\\"CostToAgent\\\":4981.94,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":37.76,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":50,\\\"IntTaxOnAgencyFixMarkUp\\\":9,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":9,\\\"PublishFare\\\":4981.94,\\\"CostToCustomer\\\":4981.94,\\\"BaseFareCal\\\":4931.94,\\\"intCommisionEarnedForAgency\\\":50,\\\"CostToCompany\\\":4931.94,\\\"intOfferedFare\\\":4922.94,\\\"intPublishFare\\\":4960.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":37.76,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":37.76,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4981.94,\\\"CostToAgent\\\":4981.94,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"520\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2022-06-22T16:55\\\",\\\"SegFlightNumber\\\":\\\"SG-8492\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"HR\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-06-22T16:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":55,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":44,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"16:55\\\",\\\"FlightDuration\\\":\\\"0h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"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-6965060470_1SXRIXJSG8492_70841616184154\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-IXJ\\\":{\\\"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,\\\"ARFT\\\":167.5,\\\"CRFT\\\":9,\\\"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\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":180,\\\"CCFT\\\":9,\\\"ACF\\\":3600}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"520\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9596256544\",\"leadEmail\":\"mtravelsxr@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"IVAN \",\"passenger-lastname-1\":\"PEREIRA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13152\",\"Salutation\":\"1\",\"EmailId\":\"mtravelsxr@gmail.com\",\"FirstName\":\"IVAN \",\"LastName\":\"PEREIRA\",\"CountryCode\":\"91\",\"MobileNo\":\"9596256544\"},\"_sessiondata\":{\"EmailId\":\"mtravelsxr@gmail.com\",\"UserSysId\":\"14616\",\"CustomerSysId\":\"207900\",\"AgencySysId\":\"13152\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"musaib\",\"LastName\":\"wani\",\"Password_cu\":\"\",\"AgencyName\":\"HM tour and travels\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9596256544\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"0D0EACFF-C71F-4139-816F-CA87D2A1D738\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ106536355440\",\"amount\":4960.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"mtravelsxr@gmail.com\"],\"contacts\":[\"919596256544\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-21T17:55:11.673\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9517543\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8492\",\"eT\":\"737\"},\"stops\":0,\"duration\":55,\"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\":\"2022-06-22T16:00\",\"at\":\"2022-06-22T16:55\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"SXR-IXJ\":\"WIFGJX\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"IVAN\",\"lN\":\"PEREIRA\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"NF\":4922.94,\"BF\":3975,\"TF\":4960.7,\"IGST\":2.7,\"TAF\":985.7,\"NCM\":37.76},\"afC\":{\"TAF\":{\"YQ\":0,\"AGST\":202,\"MF\":15,\"OT\":766,\"MFT\":2.7},\"NCM\":{\"TDS\":-1.99,\"OT\":39.75}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-21 17:54:29'),(946,'61125-6a4fe-b245f-66274','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8961\",\"SegFlightNumberArr\":\"SG-8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"61125-6a4fe-b245f-66274\",\"apiTraceId\":\"11-5608771730_5SXRDELSG8961_32489826038293\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-22T11:35\",\"LocalFromTime\":\"2022-06-22 11:35\",\"FromUTCTime\":\"2022-06-22T11:35\",\"LocalToTime\":\"2022-06-22 13:20\",\"ToUTCTime\":\"2022-06-22T13:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Wed, 22 Jun\",\"ArrivalDateTxt\":\"Wed, 22 Jun\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4982.9,\"PublishedFareTxt\":\"4,983\",\"ApiResultIndex\":\"11-5608771730_5SXRDELSG8961_32489826038293\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":4982.9,\"PublishedFareAgent\":4982.9,\"OfferedFareAgent\":4982.9,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5608771730_5SXRDELSG8961_32489826038293\",\"ApiResultIndex\":\"11-5608771730_5SXRDELSG8961_32489826038293\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4842.9,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4982.9,\"CostToCustomer\":4982.9,\"BaseFareCal\":4842.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4842.9,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4982.9,\"CostToAgent\":4982.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"0AO\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-22T13:20\",\"SegFlightNumber\":\"SG-8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-22T11:35\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"09B\"}],\"apiTraceId\":\"11-5608771730_5SXRDELSG8961_32489826038293\",\"SearchTraceId\":\"61125-6a4fe-b245f-66274\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"61125-6a4fe-b245f-66274\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 17:57:16\",\"IsChangeSearch\":0}}','2022-06-21 17:59:51'),(948,'2b894-b3421-d0764-27d64','{\"FlightBookingData\":[{\"bookingId\":\"DMC106636360865\",\"bookingId_TJ\":\"TJ106636360865\",\"FlightNumber\":\"G8-213\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"2b894-b3421-d0764-27d64\",\"apiTraceId\":\"11-5889098790_2SXRIXJG8213_37292552762981\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-06-23T13:50\",\"LocalFromTime\":\"2022-06-23 13:50\",\"FromUTCTime\":\"2022-06-23T13:50\",\"LocalToTime\":\"2022-06-23 14:45\",\"ToUTCTime\":\"2022-06-23T14:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,633\",\"ApiResultIndex\":\"11-5889098790_2SXRIXJG8213_37292552762981\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3467.7,\"PublishedFare\":3632.8999999999996,\"PublishedFareAgent\":3632.8999999999996,\"OfferedFareAgent\":3632.8999999999996,\"OfferedFare\":3467.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5889098790_0SXRIXJG8213_33382462015088\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.8999999999996,\"CostToAgent\":3632.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3467.7,\"BaseFareCal\":3492.8999999999996,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.8999999999996,\"CostToAgent\":3632.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":3632.8999999999996,\"CostToCustomer\":3632.8999999999996,\"BaseFareCal\":3492.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":3492.8999999999996,\"intOfferedFare\":3467.7,\"intPublishFare\":3467.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3632.8999999999996,\"CostToAgent\":3632.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"562\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-23T14:45\",\"SegFlightNumber\":\"G8-213\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T13:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-5889098790_2SXRIXJG8213_37292552762981\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-5889098790_2SXRIXJG8213_37292552762981\",\"SearchTraceId\":\"2b894-b3421-d0764-27d64\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\"],\"to_des\":[\"Jammu (IXJ)\"],\"departure_date\":[\"23\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\"],\"to_city\":[\"Jammu (IXJ)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2b894-b3421-d0764-27d64\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 19:03:03\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-21 19:04:01'),(955,'ea058-df21d-16c10-65142','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ea058-df21d-16c10-65142\",\"apiTraceId\":\"433_6172\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 11:35\",\"FromUTCTime\":\"2022-06-29 11:35\",\"LocalToTime\":\"2022-06-29 13:20:00\",\"ToUTCTime\":\"2022-06-29 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-ea058-df21d-16c10-65142\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6172\",\"ApiResultIndex\":\"433_6172\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":182.20338983050846,\"ExtraMarkupOnGST\":32.796610169491544}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\",\"showintax\":0,\"ExtraMarkup\":182.20338983050846,\"ExtraMarkupOnGST\":32.796610169491544},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"Q8LEXI\",\"OnwardGroupPNRDummy\":\"Q8LEXI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"A1C6872A78A341B9ADEC1AEC1FD99FF8\"}],\"flight_booking_id_Arr\":[\"127\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"MOHIT\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 19:17:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"75\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"MOHIT\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 19:17:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ea058-df21d-16c10-65142\",\"modified\":\"2022-06-21 19:17:45\",\"created\":\"2022-06-21 19:17:45\",\"CustomerMemberSysId\":\"75\"}],\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"75\"],\"flight_booking_customer\":[[\"171\"]],\"SearchTraceId\":\"ea058-df21d-16c10-65142\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ea058-df21d-16c10-65142\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 19:00:44\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ea058-df21d-16c10-65142\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"ea058-df21d-16c10-65142\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 19:00:44\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ea058-df21d-16c10-65142\\\",\\\"apiTraceId\\\":\\\"433_6172\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-29\\\",\\\"LocalFromTime\\\":\\\"2022-06-29 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-29 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-29 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-29 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4800,\\\"PublishedFareTxt\\\":\\\"4,800\\\",\\\"ApiResultIndex\\\":\\\"433-ea058-df21d-16c10-65142\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4800,\\\"PublishedFare\\\":4800,\\\"PublishedFareAgent\\\":4800,\\\"OfferedFareAgent\\\":4800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6172\\\",\\\"ApiResultIndex\\\":\\\"433_6172\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"038\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"5\\\",\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-29T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-29T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656441000,\\\"DepartureDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"Q8LEXI\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Q8LEXI\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02J\\\",\\\"bookingId\\\":\\\"A1C6872A78A341B9ADEC1AEC1FD99FF8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9484210314\",\"leadEmail\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"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\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"UserSysId\":\"14703\",\"CustomerSysId\":\"208381\",\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"WAHID\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL SOLUTION\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"9484210314\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"94A25F36-30E5-4A3A-9E20-6A6B89FFDC9E\",\"Address\":\"\",\"PinCode\":\"190004\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14703\\/logo_1655467458.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Q8LEXI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHIT\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A1C6872A78A341B9ADEC1AEC1FD99FF8\"],\"status\":\"SUCCESS\"}}}','2022-06-21 19:24:12'),(961,'92248-b0237-59617-85f80','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"92248-b0237-59617-85f80\",\"apiTraceId\":\"437_6280\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 14:50\",\"FromUTCTime\":\"2022-06-24 14:50\",\"LocalToTime\":\"2022-06-24 16:20:00\",\"ToUTCTime\":\"2022-06-24 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6400,\"PublishedFareTxt\":\"6,400\",\"ApiResultIndex\":\"437-92248-b0237-59617-85f80\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6400,\"PublishedFare\":6400,\"PublishedFareAgent\":6400,\"OfferedFareAgent\":6400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6280\",\"ApiResultIndex\":\"437_6280\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6000,\"BaseFare\":6000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":6400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"074\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"8\",\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"MDYK7T\",\"OnwardGroupPNRDummy\":\"MDYK7T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06I\",\"bookingId\":\"32F4A8046D344511B82491E6FF51F311\"}],\"flight_booking_id_Arr\":[\"128\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13324\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"61\",\"EmailId\":\"flywithusHandwara@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006335766\",\"FirstName\":\"SHAMEEM BASHIR\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13324\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 19:30:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"76\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13324\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"61\",\"EmailId\":\"flywithusHandwara@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7006335766\",\"FirstName\":\"NAZIRAH\",\"LastName\":\"QAYOOM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13324\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 19:30:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"77\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13324\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"61\",\"EmailId\":\"flywithusHandwara@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006335766\",\"FirstName\":\"SHAMEEM BASHIR\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13324\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 19:30:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"92248-b0237-59617-85f80\",\"modified\":\"2022-06-21 19:30:23\",\"created\":\"2022-06-21 19:30:23\",\"CustomerMemberSysId\":\"76\"},{\"AgencySysId\":\"13324\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"61\",\"EmailId\":\"flywithusHandwara@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7006335766\",\"FirstName\":\"NAZIRAH\",\"LastName\":\"QAYOOM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13324\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 19:30:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"92248-b0237-59617-85f80\",\"modified\":\"2022-06-21 19:30:23\",\"created\":\"2022-06-21 19:30:23\",\"CustomerMemberSysId\":\"77\"}],\"CustomerSysId\":\"61\",\"CustomerMemSysId\":[\"76\",\"77\"],\"flight_booking_customer\":[[\"172\",\"173\"]],\"SearchTraceId\":\"92248-b0237-59617-85f80\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"92248-b0237-59617-85f80\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 19:11:01\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"92248-b0237-59617-85f80\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"92248-b0237-59617-85f80\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 19:11:01\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"92248-b0237-59617-85f80\\\",\\\"apiTraceId\\\":\\\"437_6280\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-24 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6400,\\\"PublishedFareTxt\\\":\\\"6,400\\\",\\\"ApiResultIndex\\\":\\\"437-92248-b0237-59617-85f80\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6400,\\\"PublishedFare\\\":6400,\\\"PublishedFareAgent\\\":6400,\\\"OfferedFareAgent\\\":6400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6280\\\",\\\"ApiResultIndex\\\":\\\"437_6280\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":6400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6000,\\\"BaseFare\\\":6000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":6400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"074\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"8\\\",\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"MDYK7T\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MDYK7T\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06I\\\",\\\"bookingId\\\":\\\"32F4A8046D344511B82491E6FF51F311\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006335766\",\"leadEmail\":\"flywithusHandwara@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SHAMEEM BASHIR\",\"passenger-lastname-1\":\"KHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"NAZIRAH\",\"passenger-lastname-2\":\"QAYOOM\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"flywithusHandwara@gmail.com\",\"UserSysId\":\"14789\",\"CustomerSysId\":\"208747\",\"AgencySysId\":\"13324\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AIJAZ\",\"LastName\":\"WANI\",\"Password_cu\":\"\",\"AgencyName\":\"FLYWITHUS TOUR AND TRAVELS\",\"AgencyCode\":\"11225\",\"ContactNo1\":\"7006335766\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5BEB5F3D-60C4-4C4C-8535-9DBC8D415AA1\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"MDYK7T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHAMEEM BASHIR\",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"MDYK7T\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"NAZIRAH\",\"lN\":\"QAYOOM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"32F4A8046D344511B82491E6FF51F311\"],\"status\":\"SUCCESS\"}}}','2022-06-21 19:31:47'),(969,'18800-b0327-bd8f1-6d05b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"18800-b0327-bd8f1-6d05b\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-18800-b0327-bd8f1-6d05b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6132\",\"SearchTraceId\":\"18800-b0327-bd8f1-6d05b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"18800-b0327-bd8f1-6d05b\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 21:53:28\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 21:53:54'),(971,'203fe-6a5d3-04ec0-307f2','{\"FlightBookingData\":[{\"bookingId\":\"DMC105836372383\",\"bookingId_TJ\":\"TJ105836372383\",\"FlightNumber\":\"UK-523\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"apiTraceId\":\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2022-06-23T16:30\",\"LocalFromTime\":\"2022-06-23 16:30\",\"FromUTCTime\":\"2022-06-23T16:30\",\"LocalToTime\":\"2022-06-23 18:15\",\"ToUTCTime\":\"2022-06-23T18:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,430\",\"ApiResultIndex\":\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9552,\"Tax\":1541.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":490,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":11093.4,\"PublishedFare\":10430.12,\"PublishedFareAgent\":10430.12,\"OfferedFareAgent\":10430.12,\"OfferedFare\":10312.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2209099365_0BOMBLRUK523_42259821128341\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1541.4,\"TotalBaseFare\":11093.4,\"BaseFareCal\":10330.12,\"BaseFare\":9552,\"CommissionEarned\":781.28,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":490,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":1161.0169491525423,\"ExtraMarkupOnGST\":208.98305084745766}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":781.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":10430.12,\"CostToCustomer\":10430.12,\"BaseFareCal\":10330.12,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":10330.12,\"intOfferedFare\":10312.12,\"intPublishFare\":11093.4,\"TripjackMarkup\":0,\"TripjackCommission\":781.28,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":1161.0169491525423,\"ExtraMarkupOnGST\":208.98305084745766},\"Segments\":[{\"segmentid\":\"810\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-06-23T18:15\",\"SegFlightNumber\":\"UK-523\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:30\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2209099365_0BOMBLRUK523_47501545906397\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"ARF\":3150,\"CRF\":50,\"ARFT\":157.5,\"CRFT\":9}}},\"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\":{\"ACFT\":183.75,\"CCFT\":9,\"CCF\":50,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"129\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"ABID RASHID\",\"LastName\":\"LONE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 21:52:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"76\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"SHEIKH\",\"LastName\":\"SAMIULLAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 21:52:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"78\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"SHEIKH\",\"LastName\":\"SAMIULLAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 21:52:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"modified\":\"2022-06-21 21:52:52\",\"created\":\"2022-06-21 21:52:52\",\"CustomerMemberSysId\":\"78\"}],\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"76\",\"78\"],\"flight_booking_customer\":[[\"174\",\"175\"]],\"SearchTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"PreferredAirline\":[\"UK\"],\"DirectFlight\":\"1\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"BOM\"],\"to\":[\"BLR\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 21:47:13\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"810\":{\"1\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"key\":\"6-B\",\"code\":\"6B\",\"amount\":0,\"desc\":\"6B\"},\"2\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"key\":\"7-B\",\"code\":\"7B\",\"amount\":0,\"desc\":\"7B\"}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"0\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"PreferredAirline\\\":[\\\"UK\\\"],\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[0],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"203fe-6a5d3-04ec0-307f2\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 21:47:13\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105836372383\\\",\\\"bookingId_TJ\\\":\\\"TJ105836372383\\\",\\\"FlightNumber\\\":\\\"UK-523\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"203fe-6a5d3-04ec0-307f2\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"16:30\\\",\\\"ArrivalTime\\\":\\\"18:15\\\",\\\"TravelDate\\\":\\\"2022-06-23T16:30\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 16:30\\\",\\\"FromUTCTime\\\":\\\"2022-06-23T16:30\\\",\\\"LocalToTime\\\":\\\"2022-06-23 18:15\\\",\\\"ToUTCTime\\\":\\\"2022-06-23T18:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,430\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":9552,\\\"Tax\\\":1541.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":756,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":490,\\\"CarrierMiscFee\\\":260,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":11093.4,\\\"PublishedFare\\\":10430.12,\\\"PublishedFareAgent\\\":10430.12,\\\"OfferedFareAgent\\\":10430.12,\\\"OfferedFare\\\":10312.12,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-2209099365_0BOMBLRUK523_42259821128341\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":781.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10430.12,\\\"CostToAgent\\\":10430.12,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":1541.4,\\\"TotalBaseFare\\\":11093.4,\\\"BaseFareCal\\\":10330.12,\\\"BaseFare\\\":9552,\\\"CommissionEarned\\\":781.28,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":490,\\\"MFT\\\":5.4,\\\"OT\\\":756,\\\"MU\\\":0,\\\"YR\\\":260,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":781.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10430.12,\\\"CostToAgent\\\":10430.12,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"showintax\\\":0,\\\"ExtraMarkup\\\":1161.0169491525423,\\\"ExtraMarkupOnGST\\\":208.98305084745766}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":781.28,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":100,\\\"IntTaxOnAgencyFixMarkUp\\\":18,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":18,\\\"PublishFare\\\":10430.12,\\\"CostToCustomer\\\":10430.12,\\\"BaseFareCal\\\":10330.12,\\\"intCommisionEarnedForAgency\\\":100,\\\"CostToCompany\\\":10330.12,\\\"intOfferedFare\\\":10312.12,\\\"intPublishFare\\\":11093.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":781.28,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":781.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10430.12,\\\"CostToAgent\\\":10430.12,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0},\\\"showintax\\\":0,\\\"ExtraMarkup\\\":1161.0169491525423,\\\"ExtraMarkupOnGST\\\":208.98305084745766},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"810\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T18:15\\\",\\\"SegFlightNumber\\\":\\\"UK-523\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-06-23T16:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:30\\\",\\\"strArrivalDtTime\\\":\\\"18:15\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-2209099365_0BOMBLRUK523_47501545906397\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-BLR\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Only Statutory Taxes will be refunded\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3150,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference__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\\\":{\\\"ARF\\\":3150,\\\"CRF\\\":50,\\\"ARFT\\\":157.5,\\\"CRFT\\\":9}}},\\\"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\\\":{\\\"ACFT\\\":183.75,\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACF\\\":3675}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"0\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"{\\\"810\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"6B\\\",\\\"seatPosition\\\":{\\\"row\\\":6,\\\"column\\\":2},\\\"isBooked\\\":false,\\\"key\\\":\\\"6-B\\\",\\\"code\\\":\\\"6B\\\",\\\"amount\\\":0,\\\"desc\\\":\\\"6B\\\"},\\\"2\\\":{\\\"seatNo\\\":\\\"7B\\\",\\\"seatPosition\\\":{\\\"row\\\":7,\\\"column\\\":2},\\\"isBooked\\\":false,\\\"key\\\":\\\"7-B\\\",\\\"code\\\":\\\"7B\\\",\\\"amount\\\":0,\\\"desc\\\":\\\"7B\\\"}}}\",\"ExtraMarkup\":\"{\\\"showintax\\\":0,\\\"intExtraMarkup\\\":\\\"1370\\\",\\\"ExtraMarkup\\\":1161.0169491525423,\\\"ExtraMarkupOnGST\\\":208.98305084745766}\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797966878\",\"leadEmail\":\"myasirtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ABID RASHID\",\"passenger-lastname-1\":\"LONE\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"SHEIKH\",\"passenger-lastname-2\":\"SAMIULLAH\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"1\",\"EmailId\":\"myasirtravels@gmail.com\",\"FirstName\":\"ABID RASHID\",\"LastName\":\"LONE\",\"CountryCode\":\"91\",\"MobileNo\":\"9797966878\"},\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"FlightBookingData\":[{\"bookingId\":\"DMC105836372383\",\"bookingId_TJ\":\"TJ105836372383\",\"FlightNumber\":\"UK-523\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"203fe-6a5d3-04ec0-307f2\",\"apiTraceId\":\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2022-06-23T16:30\",\"LocalFromTime\":\"2022-06-23 16:30\",\"FromUTCTime\":\"2022-06-23T16:30\",\"LocalToTime\":\"2022-06-23 18:15\",\"ToUTCTime\":\"2022-06-23T18:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,430\",\"ApiResultIndex\":\"21-10-15-2-2209099365_0BOMBLRUK523_47501545906397\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9552,\"Tax\":1541.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":490,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":11093.4,\"PublishedFare\":10430.12,\"PublishedFareAgent\":10430.12,\"OfferedFareAgent\":10430.12,\"OfferedFare\":10312.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2209099365_0BOMBLRUK523_42259821128341\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1541.4,\"TotalBaseFare\":11093.4,\"BaseFareCal\":10330.12,\"BaseFare\":9552,\"CommissionEarned\":781.28,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":490,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"showintax\":0,\"ExtraMarkup\":1161.0169491525423,\"ExtraMarkupOnGST\":208.98305084745766}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":781.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":10430.12,\"CostToCustomer\":10430.12,\"BaseFareCal\":10330.12,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":10330.12,\"intOfferedFare\":10312.12,\"intPublishFare\":11093.4,\"TripjackMarkup\":0,\"TripjackCommission\":781.28,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0},\"showintax\":0,\"ExtraMarkup\":1161.0169491525423,\"ExtraMarkupOnGST\":208.98305084745766},\"Segments\":[{\"segmentid\":\"810\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-06-23T18:15\",\"SegFlightNumber\":\"UK-523\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:30\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2209099365_0BOMBLRUK523_47501545906397\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"ARF\":3150,\"CRF\":50,\"ARFT\":157.5,\"CRFT\":9}}},\"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\":{\"ACFT\":183.75,\"CCFT\":9,\"CCF\":50,\"ACF\":3675}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"178F315864E940149BE559C9F53E7718\",\"message\":\"\"}}','2022-06-21 21:56:03'),(977,'672db-ec61b-f6958-38cb8','{\"FlightBookingData\":[{\"bookingId\":\"DMC104336373462\",\"bookingId_TJ\":\"TJ104336373462\",\"FlightNumber\":\"UK-523\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"672db-ec61b-f6958-38cb8\",\"apiTraceId\":\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:15\",\"TravelDate\":\"2022-06-23T16:30\",\"LocalFromTime\":\"2022-06-23 16:30\",\"FromUTCTime\":\"2022-06-23T16:30\",\"LocalToTime\":\"2022-06-23 18:15\",\"ToUTCTime\":\"2022-06-23T18:15\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,430\",\"ApiResultIndex\":\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9552,\"Tax\":1541.4,\"YQTax\":0,\"OtherCharges\":756,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":490,\"CarrierMiscFee\":260,\"MUFee\":0,\"intPublishedFare\":11093.4,\"PublishedFare\":10430.12,\"PublishedFareAgent\":10430.12,\"OfferedFareAgent\":10430.12,\"OfferedFare\":10312.12,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9278900681_0BOMBLRUK523_130836415402155\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1541.4,\"TotalBaseFare\":11093.4,\"BaseFareCal\":10330.12,\"BaseFare\":9552,\"CommissionEarned\":781.28,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":490,\"MFT\":5.4,\"OT\":756,\"MU\":0,\"YR\":260,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":18,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":781.28,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":18,\"PublishFare\":10430.12,\"CostToCustomer\":10430.12,\"BaseFareCal\":10330.12,\"intCommisionEarnedForAgency\":100,\"CostToCompany\":10330.12,\"intOfferedFare\":10312.12,\"intPublishFare\":11093.4,\"TripjackMarkup\":0,\"TripjackCommission\":781.28,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":781.28,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10430.12,\"CostToAgent\":10430.12,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"410\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-06-23T18:15\",\"SegFlightNumber\":\"UK-523\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-06-23T16:30\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:15\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-9278900681_0BOMBLRUK523_86816193731815\",\"FareRuleData\":{\"fareRule\":{\"BOM-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"CRFT\":9,\"ARFT\":157.5,\"CRF\":50,\"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,\"CCFT\":9,\"ACF\":3675,\"ACFT\":183.75}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":2,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"130\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"ABID RASHID\",\"LastName\":\"LONE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 22:08:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"76\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"SHEIKH\",\"LastName\":\"SAMIULLAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 22:08:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"78\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"SHEIKH\",\"LastName\":\"SAMIULLAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 22:08:40\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-21 22:08:40\",\"CustomerMemberSysId\":\"78\"}],\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"76\",\"78\"],\"flight_booking_customer\":[[\"176\",\"177\"]],\"SearchTraceId\":\"672db-ec61b-f6958-38cb8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"PreferredAirline\":[\"preferredairline\",\"6E\",\"SG\",\"G8\",\"AI\",\"UK\",\"I5\"],\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"672db-ec61b-f6958-38cb8\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"BOM\"],\"to\":[\"BLR\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 22:07:21\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":{\"410\":{\"1\":{\"seatNo\":\"6B\",\"seatPosition\":{\"row\":6,\"column\":2},\"isBooked\":false,\"key\":\"6-B\",\"code\":\"6B\",\"amount\":0,\"desc\":\"6B\"},\"2\":{\"seatNo\":\"7B\",\"seatPosition\":{\"row\":7,\"column\":2},\"isBooked\":false,\"key\":\"7-B\",\"code\":\"7B\",\"amount\":0,\"desc\":\"7B\"}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"672db-ec61b-f6958-38cb8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"0\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"PreferredAirline\\\":[\\\"preferredairline\\\",\\\"6E\\\",\\\"SG\\\",\\\"G8\\\",\\\"AI\\\",\\\"UK\\\",\\\"I5\\\"],\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-23\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[0],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"672db-ec61b-f6958-38cb8\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 22:07:21\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104336373462\\\",\\\"bookingId_TJ\\\":\\\"TJ104336373462\\\",\\\"FlightNumber\\\":\\\"UK-523\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"672db-ec61b-f6958-38cb8\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"16:30\\\",\\\"ArrivalTime\\\":\\\"18:15\\\",\\\"TravelDate\\\":\\\"2022-06-23T16:30\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 16:30\\\",\\\"FromUTCTime\\\":\\\"2022-06-23T16:30\\\",\\\"LocalToTime\\\":\\\"2022-06-23 18:15\\\",\\\"ToUTCTime\\\":\\\"2022-06-23T18:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"V\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FlightDuration\\\":\\\"02h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,430\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-9278900681_0BOMBLRUK523_86816193731815\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":9552,\\\"Tax\\\":1541.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":756,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":490,\\\"CarrierMiscFee\\\":260,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":11093.4,\\\"PublishedFare\\\":10430.12,\\\"PublishedFareAgent\\\":10430.12,\\\"OfferedFareAgent\\\":10430.12,\\\"OfferedFare\\\":10312.12,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-9278900681_0BOMBLRUK523_130836415402155\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"V\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":781.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10430.12,\\\"CostToAgent\\\":10430.12,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":1541.4,\\\"TotalBaseFare\\\":11093.4,\\\"BaseFareCal\\\":10330.12,\\\"BaseFare\\\":9552,\\\"CommissionEarned\\\":781.28,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":490,\\\"MFT\\\":5.4,\\\"OT\\\":756,\\\"MU\\\":0,\\\"YR\\\":260,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":18,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"GSTOnMarkUp\\\":18,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":781.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10430.12,\\\"CostToAgent\\\":10430.12,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":781.28,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":100,\\\"IntTaxOnAgencyFixMarkUp\\\":18,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":18,\\\"PublishFare\\\":10430.12,\\\"CostToCustomer\\\":10430.12,\\\"BaseFareCal\\\":10330.12,\\\"intCommisionEarnedForAgency\\\":100,\\\"CostToCompany\\\":10330.12,\\\"intOfferedFare\\\":10312.12,\\\"intPublishFare\\\":11093.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":781.28,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":781.28,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10430.12,\\\"CostToAgent\\\":10430.12,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"410\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T18:15\\\",\\\"SegFlightNumber\\\":\\\"UK-523\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"V\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-06-23T16:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:30\\\",\\\"strArrivalDtTime\\\":\\\"18:15\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-9278900681_0BOMBLRUK523_86816193731815\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-BLR\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Only Statutory Taxes will be refunded\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":3150,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference__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\\\":{\\\"CRFT\\\":9,\\\"ARFT\\\":157.5,\\\"CRF\\\":50,\\\"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,\\\"CCFT\\\":9,\\\"ACF\\\":3675,\\\"ACFT\\\":183.75}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-22 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"0\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"{\\\"410\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"6B\\\",\\\"seatPosition\\\":{\\\"row\\\":6,\\\"column\\\":2},\\\"isBooked\\\":false,\\\"key\\\":\\\"6-B\\\",\\\"code\\\":\\\"6B\\\",\\\"amount\\\":0,\\\"desc\\\":\\\"6B\\\"},\\\"2\\\":{\\\"seatNo\\\":\\\"7B\\\",\\\"seatPosition\\\":{\\\"row\\\":7,\\\"column\\\":2},\\\"isBooked\\\":false,\\\"key\\\":\\\"7-B\\\",\\\"code\\\":\\\"7B\\\",\\\"amount\\\":0,\\\"desc\\\":\\\"7B\\\"}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797966878\",\"leadEmail\":\"myasirtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"76\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ABID RASHID\",\"passenger-lastname-1\":\"LONE\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"78\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"SHEIKH\",\"passenger-lastname-2\":\"SAMIULLAH\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"1\",\"EmailId\":\"myasirtravels@gmail.com\",\"FirstName\":\"ABID RASHID\",\"LastName\":\"LONE\",\"CountryCode\":\"91\",\"MobileNo\":\"9797966878\"},\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ104336373462\",\"amount\":11093.4,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"myasirtravels@gmail.com\"],\"contacts\":[\"919797966878\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-21T22:09:58.049\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9523285\",\"fD\":{\"aI\":{\"code\":\"UK\",\"name\":\"Vistara\",\"isLcc\":false},\"fN\":\"523\",\"eT\":\"320\"},\"stops\":0,\"duration\":105,\"da\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 2\"},\"aa\":{\"code\":\"BLR\",\"name\":\"Bengaluru Intl Arpt\",\"cityCode\":\"BLR\",\"city\":\"Bengaluru\",\"country\":\"India\",\"countryCode\":\"IN\"},\"dt\":\"2022-06-23T16:30\",\"at\":\"2022-06-23T18:15\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ssrSeatInfos\":{\"BOM-BLR\":{\"code\":\"6B\",\"amount\":0,\"desc\":\"6B\",\"emdNo\":\"1111111111111\"}},\"pnrDetails\":{\"BOM-BLR\":\"6I5SM6\"},\"ticketNumberDetails\":{\"BOM-BLR\":\"2283906904346\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABID RASHID\",\"lN\":\"LONE\"},{\"ssrSeatInfos\":{\"BOM-BLR\":{\"code\":\"7B\",\"amount\":0,\"desc\":\"7B\",\"emdNo\":\"1111111111111\"}},\"pnrDetails\":{\"BOM-BLR\":\"6I5SM6\"},\"ticketNumberDetails\":{\"BOM-BLR\":\"2283906904347\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHEIKH\",\"lN\":\"SAMIULLAH\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TF\":11093.4,\"BF\":9552,\"TAF\":1541.4,\"IGST\":5.4,\"NF\":10312.12,\"NCM\":781.28,\"SSRP\":0},\"afC\":{\"TAF\":{\"MFT\":5.4,\"MF\":30,\"YR\":260,\"AGST\":490,\"OT\":756},\"NCM\":{\"TDS\":-41.12,\"OT\":822.4},\"SSRP\":{\"OT\":0}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-21 22:09:43'),(980,'9fba5-0f799-75696-943c8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9fba5-0f799-75696-943c8\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-9fba5-0f799-75696-943c8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"058\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"04M\"}],\"apiTraceId\":\"433_6167\",\"SearchTraceId\":\"9fba5-0f799-75696-943c8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9fba5-0f799-75696-943c8\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 22:20:56\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 22:43:27'),(982,'f45fe-5e7e7-04ee4-44903','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f45fe-5e7e7-04ee4-44903\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"433-f45fe-5e7e7-04ee4-44903\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06Y\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06C\"}],\"apiTraceId\":\"433_6167\",\"SearchTraceId\":\"f45fe-5e7e7-04ee4-44903\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f45fe-5e7e7-04ee4-44903\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 22:53:07\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-21 22:53:51'),(990,'23e6d-abebc-a6e6a-9a43f','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"23\\/06\\/2022\",\"check_out\":\"24\\/06\\/2022\",\"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\":\"23\\/06\\/2022\",\"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\":\"2022-06-23\",\"checkoutDate\":\"2022-06-24\",\"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\":\"2022-06-23\",\"strCheckout\":\"2022-06-24\",\"SearchHotelTraceId\":\"23e6d-abebc-a6e6a-9a43f\",\"interNationalSearch\":false,\"searchIds\":\"hsid2396221828\"}','2022-06-21 23:49:34'),(992,'cafba-751db-dae26-a38e5','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cafba-751db-dae26-a38e5\",\"apiTraceId\":\"424_5758\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 18:35\",\"FromUTCTime\":\"2022-06-23 18:35\",\"LocalToTime\":\"2022-06-23 20:35:00\",\"ToUTCTime\":\"2022-06-23 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-cafba-751db-dae26-a38e5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5758\",\"ApiResultIndex\":\"424_5758\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"K6LRML\",\"OnwardGroupPNRDummy\":\"K6LRML\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"424_5758\",\"SearchTraceId\":\"cafba-751db-dae26-a38e5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cafba-751db-dae26-a38e5\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 08:24:41\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-22 08:25:27'),(994,'8cdc2-a4f47-cb703-f4fde','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8cdc2-a4f47-cb703-f4fde\",\"apiTraceId\":\"424_5759\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 18:35\",\"FromUTCTime\":\"2022-06-24 18:35\",\"LocalToTime\":\"2022-06-24 20:35:00\",\"ToUTCTime\":\"2022-06-24 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5000,\"PublishedFareTxt\":\"5,000\",\"ApiResultIndex\":\"424-8cdc2-a4f47-cb703-f4fde\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5000,\"PublishedFare\":5000,\"PublishedFareAgent\":5000,\"OfferedFareAgent\":5000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5759\",\"ApiResultIndex\":\"424_5759\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":5000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"P8ET6F\",\"OnwardGroupPNRDummy\":\"P8ET6F\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"424_5759\",\"SearchTraceId\":\"8cdc2-a4f47-cb703-f4fde\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"Kolkata (CCU)\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"Kolkata (CCU)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8cdc2-a4f47-cb703-f4fde\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 08:31:28\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-22 08:32:11'),(1000,'0c79c-b27bb-18f44-ace99','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0c79c-b27bb-18f44-ace99\",\"apiTraceId\":\"432_6125\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 08:45\",\"FromUTCTime\":\"2022-06-23 08:45\",\"LocalToTime\":\"2022-06-23 10:15:00\",\"ToUTCTime\":\"2022-06-23 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3500,\"PublishedFareTxt\":\"3,500\",\"ApiResultIndex\":\"432-0c79c-b27bb-18f44-ace99\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3500,\"PublishedFare\":3500,\"PublishedFareAgent\":3500,\"OfferedFareAgent\":3500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6125\",\"ApiResultIndex\":\"432_6125\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3000,\"BaseFare\":3000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"M8ZSPI\",\"OnwardGroupPNRDummy\":\"M8ZSPI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"183E3128275B4AADA3B0E27C359592FC\"}],\"flight_booking_id_Arr\":[\"132\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"Kundal \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 09:11:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"81\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"Kundal \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 09:11:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0c79c-b27bb-18f44-ace99\",\"modified\":\"2022-06-22 09:11:31\",\"created\":\"2022-06-22 09:11:31\",\"CustomerMemberSysId\":\"81\"}],\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"81\"],\"flight_booking_customer\":[[\"180\"]],\"SearchTraceId\":\"0c79c-b27bb-18f44-ace99\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0c79c-b27bb-18f44-ace99\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 09:01:47\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0c79c-b27bb-18f44-ace99\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0c79c-b27bb-18f44-ace99\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 09:01:47\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0c79c-b27bb-18f44-ace99\\\",\\\"apiTraceId\\\":\\\"432_6125\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-23 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3500,\\\"PublishedFareTxt\\\":\\\"3,500\\\",\\\"ApiResultIndex\\\":\\\"432-0c79c-b27bb-18f44-ace99\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3000,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3500,\\\"PublishedFare\\\":3500,\\\"PublishedFareAgent\\\":3500,\\\"OfferedFareAgent\\\":3500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6125\\\",\\\"ApiResultIndex\\\":\\\"432_6125\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3000,\\\"BaseFare\\\":3000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":3500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"2\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"M8ZSPI\\\",\\\"OnwardGroupPNRDummy\\\":\\\"M8ZSPI\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"183E3128275B4AADA3B0E27C359592FC\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006259289\",\"leadEmail\":\"Cadburytravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Kundal \",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Cadburytravel@gmail.com\",\"UserSysId\":\"14650\",\"CustomerSysId\":\"208100\",\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ehsan ul\",\"LastName\":\"Haq\",\"Password_cu\":\"\",\"AgencyName\":\"CADBURY TOUR and Travels\",\"AgencyCode\":\"122111.2211613512211E108\",\"ContactNo1\":\"7006259289\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6024CA6-7459-488F-B94D-8E0B4F9DCD50\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"M8ZSPI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kundal \",\"lN\":\"singh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"183E3128275B4AADA3B0E27C359592FC\"],\"status\":\"SUCCESS\"}}}','2022-06-22 09:12:19'),(1001,'53','{\"_sessiondata\":{\"EmailId\":\"Skylinetravel777@gmail.com\",\"UserSysId\":\"14678\",\"CustomerSysId\":\"208313\",\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SOLIHA\",\"LastName\":\"MEER\",\"Password_cu\":\"\",\"AgencyName\":\"Skyline travels\",\"AgencyCode\":\"11115\",\"ContactNo1\":\"9906465201\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"3C8D6D47-3D4D-41BF-99D0-79B9120A7DA0\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"7000\",\"RefrenceNo\":\"\",\"CreditDate\":\"22\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-22 09:13:52'),(1003,'d0bc2-09d1e-180e3-4304e','{\"FlightBookingData\":[{\"bookingId\":\"DMC106736391122\",\"bookingId_TJ\":\"TJ106736391122\",\"FlightNumber\":\"6E-167\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"d0bc2-09d1e-180e3-4304e\",\"apiTraceId\":\"11-5202111752_5DELSXR6E167_20056574177225\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:15\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-06-23T18:15\",\"LocalFromTime\":\"2022-06-23 18:15\",\"FromUTCTime\":\"2022-06-23T18:15\",\"LocalToTime\":\"2022-06-23 19:45\",\"ToUTCTime\":\"2022-06-23T19:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,783\",\"ApiResultIndex\":\"11-5202111752_5DELSXR6E167_20056574177225\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2350,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2617.7,\"PublishedFare\":2782.8999999999996,\"PublishedFareAgent\":2782.8999999999996,\"OfferedFareAgent\":2782.8999999999996,\"OfferedFare\":2617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5202111752_0DELSXR6E167_8565056160651\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2782.8999999999996,\"CostToAgent\":2782.8999999999996,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":2617.7,\"BaseFareCal\":2642.8999999999996,\"BaseFare\":2350,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2782.8999999999996,\"CostToAgent\":2782.8999999999996,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":2782.8999999999996,\"CostToCustomer\":2782.8999999999996,\"BaseFareCal\":2642.8999999999996,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":2642.8999999999996,\"intOfferedFare\":2617.7,\"intPublishFare\":2617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2782.8999999999996,\"CostToAgent\":2782.8999999999996,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"479\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-23T19:45\",\"SegFlightNumber\":\"6E-167\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-23T18:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:15\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-5202111752_5DELSXR6E167_20056574177225\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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 : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-5202111752_5DELSXR6E167_20056574177225\",\"SearchTraceId\":\"d0bc2-09d1e-180e3-4304e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"27\\/06\\/2022\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\",\"2022-06-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d0bc2-09d1e-180e3-4304e\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"27\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\",\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 10:57:50\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-22 10:58:21'),(1005,'516d9-2f205-fa791-74f0d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"516d9-2f205-fa791-74f0d\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-516d9-2f205-fa791-74f0d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"04F\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"433_6167\",\"SearchTraceId\":\"516d9-2f205-fa791-74f0d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"516d9-2f205-fa791-74f0d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 11:00:42\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-22 11:01:36'),(1007,'34003-0ee4c-e7c05-b4363','{\"FlightBookingData\":[{\"bookingId\":\"DMC102636392701\",\"bookingId_TJ\":\"TJ102636392701\",\"FlightNumber\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"34003-0ee4c-e7c05-b4363\",\"apiTraceId\":\"11-8665373480_1IXJSXRSG160_5999445522818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:15\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2022-06-27T11:15\",\"LocalFromTime\":\"2022-06-27 11:15\",\"FromUTCTime\":\"2022-06-27T11:15\",\"LocalToTime\":\"2022-06-27 12:15\",\"ToUTCTime\":\"2022-06-27T12:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":60,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FlightDuration\":\"01h 00m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,283\",\"ApiResultIndex\":\"11-8665373480_1IXJSXRSG160_5999445522818\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3850,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4282.9,\"PublishedFareAgent\":4282.9,\"OfferedFareAgent\":4282.9,\"OfferedFare\":4117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8665373480_0IXJSXRSG160_14727850159309\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":14,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4282.9,\"CostToAgent\":4282.9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4117.7,\"BaseFareCal\":4142.9,\"BaseFare\":3850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":25.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":140,\"GSTOnMarkUp\":25.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4282.9,\"CostToAgent\":4282.9,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":140,\"IntTaxOnAgencyFixMarkUp\":25.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":25.2,\"PublishFare\":4282.9,\"CostToCustomer\":4282.9,\"BaseFareCal\":4142.9,\"intCommisionEarnedForAgency\":140,\"CostToCompany\":4142.9,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4282.9,\"CostToAgent\":4282.9,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"61\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-06-27T12:15\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-06-27T11:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":60,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"11:15\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"1h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8665373480_1IXJSXRSG160_5999445522818\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-8665373480_1IXJSXRSG160_5999445522818\",\"SearchTraceId\":\"34003-0ee4c-e7c05-b4363\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"34003-0ee4c-e7c05-b4363\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXJ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 11:15:32\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-22 11:17:04'),(1008,'20a7d-0a739-f079b-4fee8','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"GOA (INDIA)\",\"check_in\":\"23\\/02\\/2023\",\"check_out\":\"27\\/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\":\"699356\",\"destination\":\"GOA\",\"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\":\"23\\/02\\/2023\",\"NoOfNights\":4,\"CityId\":\"699356\",\"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-23\",\"checkoutDate\":\"2023-02-27\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"699356\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":4,\"strCheckin\":\"2023-02-23\",\"strCheckout\":\"2023-02-27\",\"SearchHotelTraceId\":\"20a7d-0a739-f079b-4fee8\",\"interNationalSearch\":false,\"searchIds\":\"hsid6745676345\"}','2022-06-22 11:18:14'),(1016,'5672c-0cff4-e22b8-b0647','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5672c-0cff4-e22b8-b0647\",\"apiTraceId\":\"433_6173\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 11:35\",\"FromUTCTime\":\"2022-06-30 11:35\",\"LocalToTime\":\"2022-06-30 13:20:00\",\"ToUTCTime\":\"2022-06-30 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-5672c-0cff4-e22b8-b0647\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6173\",\"ApiResultIndex\":\"433_6173\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0H6\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"NBWV3J\",\"OnwardGroupPNRDummy\":\"NBWV3J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0GE\",\"bookingId\":\"FCBABE961FA244DBBA27F5C23454A505\"}],\"flight_booking_id_Arr\":[\"134\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13241\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"luckyholidayskmr@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9622222269\",\"FirstName\":\"SHAHIN\",\"LastName\":\"SHAHIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13241\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 11:42:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"78\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"78\",\"CustomerMemSysId\":[\"78\"],\"flight_booking_customer\":[[\"182\"]],\"SearchTraceId\":\"5672c-0cff4-e22b8-b0647\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"01\\/07\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\",\"2022-07-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5672c-0cff4-e22b8-b0647\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"01\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\",\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 11:28:59\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5672c-0cff4-e22b8-b0647\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"2022-07-01\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"5672c-0cff4-e22b8-b0647\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\",\\\"01 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 11:28:59\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"5672c-0cff4-e22b8-b0647\\\",\\\"apiTraceId\\\":\\\"433_6173\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-30 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4800,\\\"PublishedFareTxt\\\":\\\"4,800\\\",\\\"ApiResultIndex\\\":\\\"433-5672c-0cff4-e22b8-b0647\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4800,\\\"PublishedFare\\\":4800,\\\"PublishedFareAgent\\\":4800,\\\"OfferedFareAgent\\\":4800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6173\\\",\\\"ApiResultIndex\\\":\\\"433_6173\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0H6\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"NBWV3J\\\",\\\"OnwardGroupPNRDummy\\\":\\\"NBWV3J\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0GE\\\",\\\"bookingId\\\":\\\"FCBABE961FA244DBBA27F5C23454A505\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9622222269\",\"leadEmail\":\"luckyholidayskmr@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"77\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"SHAHIN\",\"passenger-lastname-1\":\"SHAHIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13241\",\"Salutation\":\"3\",\"EmailId\":\"luckyholidayskmr@gmail.com\",\"FirstName\":\"SHAHIN\",\"LastName\":\"SHAHIN\",\"CountryCode\":\"91\",\"MobileNo\":\"9622222269\"},\"_sessiondata\":{\"EmailId\":\"luckyholidayskmr@gmail.com\",\"UserSysId\":\"14706\",\"CustomerSysId\":\"208388\",\"AgencySysId\":\"13241\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Tanveer\",\"LastName\":\"Farooq\",\"Password_cu\":\"\",\"AgencyName\":\"Lucky Holidays Tours & Travels\",\"AgencyCode\":\"11142\",\"ContactNo1\":\"9622222269\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"528CDDC7-4235-4FC8-968E-68682F534D4D\",\"Address\":\"\",\"PinCode\":\"190002\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"NBWV3J\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"SHAHIN\",\"lN\":\"SHAHIN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FCBABE961FA244DBBA27F5C23454A505\"],\"status\":\"SUCCESS\"}}}','2022-06-22 11:45:20'),(1018,'18d4a-6909a-fa740-529bf','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"18d4a-6909a-fa740-529bf\",\"apiTraceId\":\"438_6300\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 09:25\",\"FromUTCTime\":\"2022-07-08 09:25\",\"LocalToTime\":\"2022-07-08 10:55:00\",\"ToUTCTime\":\"2022-07-08 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"438-18d4a-6909a-fa740-529bf\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6300\",\"ApiResultIndex\":\"438_6300\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4500,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"438_6300\",\"SearchTraceId\":\"18d4a-6909a-fa740-529bf\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"08\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"08\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"18d4a-6909a-fa740-529bf\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 12:05:39\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-22 12:06:05'),(1023,'4cf9e-7abc4-5e905-9c15b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4cf9e-7abc4-5e905-9c15b\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"444-4cf9e-7abc4-5e905-9c15b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"815D41F436134BC9B30C89572EFB6952\"}],\"flight_booking_id_Arr\":[\"135\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13339\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8899223321\",\"FirstName\":\"NAEEM\",\"LastName\":\"NAEEM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13339\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 13:16:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"79\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"79\",\"CustomerMemSysId\":[\"79\"],\"flight_booking_customer\":[[\"183\"]],\"SearchTraceId\":\"4cf9e-7abc4-5e905-9c15b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4cf9e-7abc4-5e905-9c15b\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 13:14:47\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4cf9e-7abc4-5e905-9c15b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4cf9e-7abc4-5e905-9c15b\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 13:14:47\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4cf9e-7abc4-5e905-9c15b\\\",\\\"apiTraceId\\\":\\\"444_6498\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:55\\\",\\\"ArrivalTime\\\":\\\"13:35\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 11:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 11:55\\\",\\\"LocalToTime\\\":\\\"2022-06-23 13:25:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 13:25:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"444-4cf9e-7abc4-5e905-9c15b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"444_6498\\\",\\\"ApiResultIndex\\\":\\\"444_6498\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:55\\\",\\\"strArrivalDtTime\\\":\\\"13:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T13:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T11:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"LCD9PJ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"815D41F436134BC9B30C89572EFB6952\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8899223321\",\"leadEmail\":\"kashmirtravelnetwork@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"NAEEM\",\"passenger-lastname-1\":\"NAEEM\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13339\",\"Salutation\":\"1\",\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"FirstName\":\"NAEEM\",\"LastName\":\"NAEEM\",\"CountryCode\":\"91\",\"MobileNo\":\"8899223321\"},\"_sessiondata\":{\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"UserSysId\":\"14804\",\"CustomerSysId\":\"208783\",\"AgencySysId\":\"13339\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ZAHID AHMAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR TRAVEL NETWORK\",\"AgencyCode\":\"11240\",\"ContactNo1\":\"8899223321\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E08A4AFF-43E1-4D9A-AA1B-745BA075514C\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-22 13:16:26'),(1024,'54','{\"_sessiondata\":{\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"UserSysId\":\"14804\",\"CustomerSysId\":\"208783\",\"AgencySysId\":\"13339\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ZAHID AHMAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR TRAVEL NETWORK\",\"AgencyCode\":\"11240\",\"ContactNo1\":\"8899223321\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E08A4AFF-43E1-4D9A-AA1B-745BA075514C\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4300\",\"RefrenceNo\":\"\",\"CreditDate\":\"22\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-22 13:20:24'),(1025,'55','{\"_sessiondata\":{\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"UserSysId\":\"14804\",\"CustomerSysId\":\"208783\",\"AgencySysId\":\"13339\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ZAHID AHMAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR TRAVEL NETWORK\",\"AgencyCode\":\"11240\",\"ContactNo1\":\"8899223321\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E08A4AFF-43E1-4D9A-AA1B-745BA075514C\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"400\",\"RefrenceNo\":\"\",\"CreditDate\":\"22\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-22 13:22:33'),(1032,'a645f-5c4b5-8ec56-e49c4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a645f-5c4b5-8ec56-e49c4\",\"apiTraceId\":\"433_6166\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:35\",\"FromUTCTime\":\"2022-06-23 11:35\",\"LocalToTime\":\"2022-06-23 13:20:00\",\"ToUTCTime\":\"2022-06-23 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"433-a645f-5c4b5-8ec56-e49c4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6166\",\"ApiResultIndex\":\"433_6166\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":932.2033898305084,\"ExtraMarkupOnGST\":167.7966101694916}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\",\"showintax\":0,\"ExtraMarkup\":932.2033898305084,\"ExtraMarkupOnGST\":167.7966101694916},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"LCD9PJ\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"0CEA094DF34544FF8AF146262A061F38\"}],\"flight_booking_id_Arr\":[\"136\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13339\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8899223321\",\"FirstName\":\"NAEEM\",\"LastName\":\"NAEEM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13339\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 13:24:30\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"79\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"79\",\"CustomerMemSysId\":[\"79\"],\"flight_booking_customer\":[[\"184\"]],\"SearchTraceId\":\"a645f-5c4b5-8ec56-e49c4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a645f-5c4b5-8ec56-e49c4\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 13:24:08\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a645f-5c4b5-8ec56-e49c4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a645f-5c4b5-8ec56-e49c4\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 13:24:08\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a645f-5c4b5-8ec56-e49c4\\\",\\\"apiTraceId\\\":\\\"433_6166\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-23 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4700,\\\"PublishedFareTxt\\\":\\\"4,700\\\",\\\"ApiResultIndex\\\":\\\"433-a645f-5c4b5-8ec56-e49c4\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4200,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4700,\\\"PublishedFare\\\":4700,\\\"PublishedFareAgent\\\":4700,\\\"OfferedFareAgent\\\":4700,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6166\\\",\\\"ApiResultIndex\\\":\\\"433_6166\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4200,\\\"BaseFare\\\":4200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"038\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"LCD9PJ\\\",\\\"OnwardGroupPNRDummy\\\":\\\"LCD9PJ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02J\\\",\\\"bookingId\\\":\\\"0CEA094DF34544FF8AF146262A061F38\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8899223321\",\"leadEmail\":\"kashmirtravelnetwork@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"79\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"NAEEM\",\"passenger-lastname-1\":\"NAEEM\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13339\",\"Salutation\":\"1\",\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"FirstName\":\"NAEEM\",\"LastName\":\"NAEEM\",\"CountryCode\":\"91\",\"MobileNo\":\"8899223321\"},\"_sessiondata\":{\"EmailId\":\"kashmirtravelnetwork@gmail.com\",\"UserSysId\":\"14804\",\"CustomerSysId\":\"208783\",\"AgencySysId\":\"13339\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ZAHID AHMAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR TRAVEL NETWORK\",\"AgencyCode\":\"11240\",\"ContactNo1\":\"8899223321\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E08A4AFF-43E1-4D9A-AA1B-745BA075514C\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"LCD9PJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"NAEEM\",\"lN\":\"NAEEM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"0CEA094DF34544FF8AF146262A061F38\"],\"status\":\"SUCCESS\"}}}','2022-06-22 13:25:24'),(1041,'95348-5d670-4005f-a5320','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95348-5d670-4005f-a5320\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-95348-5d670-4005f-a5320\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"CC2D4G\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"1C9C76871CA4416C83BE059B4F3100C0\"}],\"flight_booking_id_Arr\":[\"138\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13318\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"shairholidays@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006793430\",\"FirstName\":\"ikram farooq\",\"LastName\":\"Roshangar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13318\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:27:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"81\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"81\",\"CustomerMemSysId\":[\"81\"],\"flight_booking_customer\":[[\"186\"]],\"SearchTraceId\":\"95348-5d670-4005f-a5320\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"95348-5d670-4005f-a5320\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 14:22:21\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"95348-5d670-4005f-a5320\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"95348-5d670-4005f-a5320\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 14:22:21\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"95348-5d670-4005f-a5320\\\",\\\"apiTraceId\\\":\\\"433_6167\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-24 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"433-95348-5d670-4005f-a5320\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6167\\\",\\\"ApiResultIndex\\\":\\\"433_6167\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"CC2D4G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"CC2D4G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"1C9C76871CA4416C83BE059B4F3100C0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006793430\",\"leadEmail\":\"shairholidays@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"80\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ikram farooq\",\"passenger-lastname-1\":\"Roshangar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13318\",\"Salutation\":\"1\",\"EmailId\":\"shairholidays@gmail.com\",\"FirstName\":\"ikram farooq\",\"LastName\":\"Roshangar\",\"CountryCode\":\"91\",\"MobileNo\":\"7006793430\"},\"_sessiondata\":{\"EmailId\":\"shairholidays@gmail.com\",\"UserSysId\":\"14783\",\"CustomerSysId\":\"208733\",\"AgencySysId\":\"13318\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Sajid\",\"LastName\":\"Shair\",\"Password_cu\":\"\",\"AgencyName\":\"Shairholidays tour and travels\",\"AgencyCode\":\"11219\",\"ContactNo1\":\"7006793430\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"2B9B887D-F4EA-4360-9DD1-791343DB207F\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"CC2D4G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ikram farooq\",\"lN\":\"Roshangar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"1C9C76871CA4416C83BE059B4F3100C0\"],\"status\":\"SUCCESS\"}}}','2022-06-22 14:28:07'),(1047,'0ae03-785fd-dbd3b-89e9e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"apiTraceId\":\"437_6279\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23 14:50\",\"LocalToTime\":\"2022-06-23 16:20:00\",\"ToUTCTime\":\"2022-06-23 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":12000,\"PublishedFareTxt\":\"12,000\",\"ApiResultIndex\":\"437-0ae03-785fd-dbd3b-89e9e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12000,\"PublishedFare\":12000,\"PublishedFareAgent\":12000,\"OfferedFareAgent\":12000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6279\",\"ApiResultIndex\":\"437_6279\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":12000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":12000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0F0\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"K6M66Y\",\"OnwardGroupPNRDummy\":\"K6M66Y\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0EE\",\"bookingId\":\"72D85B4EB2384629BD382EED20242AFE\"}],\"flight_booking_id_Arr\":[\"139\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"KEDARNATH \",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"82\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"MUDIT\",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"82\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"CHARU\",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"83\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"Archana \",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"84\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"MUDIT\",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"modified\":\"2022-06-22 14:35:49\",\"created\":\"2022-06-22 14:35:49\",\"CustomerMemberSysId\":\"82\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"CHARU\",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"modified\":\"2022-06-22 14:35:49\",\"created\":\"2022-06-22 14:35:49\",\"CustomerMemberSysId\":\"83\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"Archana \",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:35:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"modified\":\"2022-06-22 14:35:49\",\"created\":\"2022-06-22 14:35:49\",\"CustomerMemberSysId\":\"84\"}],\"CustomerSysId\":\"82\",\"CustomerMemSysId\":[\"82\",\"82\",\"83\",\"84\"],\"flight_booking_customer\":[[\"187\",\"188\",\"189\",\"190\"]],\"SearchTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 14:34:12\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0ae03-785fd-dbd3b-89e9e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"4\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0ae03-785fd-dbd3b-89e9e\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 14:34:12\\\",\\\"IsChangeSearch\\\":0}\",\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0ae03-785fd-dbd3b-89e9e\\\",\\\"apiTraceId\\\":\\\"437_6279\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-23 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":12000,\\\"PublishedFareTxt\\\":\\\"12,000\\\",\\\"ApiResultIndex\\\":\\\"437-0ae03-785fd-dbd3b-89e9e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":12000,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12000,\\\"PublishedFare\\\":12000,\\\"PublishedFareAgent\\\":12000,\\\"OfferedFareAgent\\\":12000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6279\\\",\\\"ApiResultIndex\\\":\\\"437_6279\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"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\\\":12000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":4,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":12000,\\\"BaseFare\\\":12000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"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\\\":12000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0F0\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"K6M66Y\\\",\\\"OnwardGroupPNRDummy\\\":\\\"K6M66Y\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0EE\\\",\\\"bookingId\\\":\\\"72D85B4EB2384629BD382EED20242AFE\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9910620716\",\"leadEmail\":\"vgmaniaz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"KEDARNATH \",\"passenger-lastname-1\":\"AGGARWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MUDIT\",\"passenger-lastname-2\":\"AGGARWAL\",\"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\":\"3\",\"passenger-firstname-3\":\"CHARU\",\"passenger-lastname-3\":\"AGGARWAL\",\"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\":\"3\",\"passenger-firstname-4\":\"Archana \",\"passenger-lastname-4\":\"AGGARWAL\",\"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\":\"13441\",\"Salutation\":\"1\",\"EmailId\":\"vgmaniaz@gmail.com\",\"FirstName\":\"KEDARNATH \",\"LastName\":\"AGGARWAL\",\"CountryCode\":\"91\",\"MobileNo\":\"9910620716\"},\"_sessiondata\":{\"EmailId\":\"vgmaniaz@gmail.com\",\"UserSysId\":\"14911\",\"CustomerSysId\":\"209755\",\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"VISHESH\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"Maniaz Travel\",\"AgencyCode\":\"61343\",\"ContactNo1\":\"9910620716\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BBB88C04-6D2D-476D-BBFE-9B3DD67AC852\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KEDARNATH \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUDIT\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"CHARU\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"K6M66Y\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Archana \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"72D85B4EB2384629BD382EED20242AFE\"],\"status\":\"SUCCESS\"}}}','2022-06-22 14:38:08'),(1050,'e5e92-cc22e-5df17-9195c','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e5e92-cc22e-5df17-9195c\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"444-e5e92-cc22e-5df17-9195c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"444_6498\",\"SearchTraceId\":\"e5e92-cc22e-5df17-9195c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e5e92-cc22e-5df17-9195c\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 14:41:59\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-22 14:43:38');
INSERT INTO `tbl_temp_data` VALUES (1056,'bd22c-75321-35c6e-e0ef5','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bd22c-75321-35c6e-e0ef5\",\"apiTraceId\":\"444_6502\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 11:55\",\"FromUTCTime\":\"2022-06-27 11:55\",\"LocalToTime\":\"2022-06-27 13:25:00\",\"ToUTCTime\":\"2022-06-27 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":18000,\"PublishedFareTxt\":\"18,000\",\"ApiResultIndex\":\"444-bd22c-75321-35c6e-e0ef5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16800,\"Tax\":800,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18000,\"PublishedFare\":18000,\"PublishedFareAgent\":18000,\"OfferedFareAgent\":18000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6502\",\"ApiResultIndex\":\"444_6502\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":18000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16800,\"BaseFare\":16800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":800,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":18000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"UEJ7NT\",\"OnwardGroupPNRDummy\":\"UEJ7NT\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"23F31E2694F0497CA198790F4D0AEA41\"}],\"flight_booking_id_Arr\":[\"140\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"MUDIT\",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:46:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"82\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"CHARU\",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:46:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"83\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"Archana \",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:46:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"84\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"Kedarnath \",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:46:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"85\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"CHARU\",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:46:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-22 14:46:54\",\"CustomerMemberSysId\":\"83\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"Archana \",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:46:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-22 14:46:54\",\"CustomerMemberSysId\":\"84\"},{\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"82\",\"EmailId\":\"vgmaniaz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9910620716\",\"FirstName\":\"Kedarnath \",\"LastName\":\"AGGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13441\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 14:46:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bd22c-75321-35c6e-e0ef5\",\"modified\":\"2022-06-22 14:46:54\",\"created\":\"2022-06-22 14:46:54\",\"CustomerMemberSysId\":\"85\"}],\"CustomerSysId\":\"82\",\"CustomerMemSysId\":[\"82\",\"83\",\"84\",\"85\"],\"flight_booking_customer\":[[\"191\",\"192\",\"193\",\"194\"]],\"SearchTraceId\":\"bd22c-75321-35c6e-e0ef5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\"],\"to_des\":[\"Delhi (DEL)\"],\"departure_date\":[\"27\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\"],\"to_city\":[\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"bd22c-75321-35c6e-e0ef5\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 14:44:21\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"bd22c-75321-35c6e-e0ef5\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"adults\\\":\\\"4\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"0000-00-00\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"bd22c-75321-35c6e-e0ef5\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 14:44:21\\\",\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"bd22c-75321-35c6e-e0ef5\\\",\\\"apiTraceId\\\":\\\"444_6502\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:55\\\",\\\"ArrivalTime\\\":\\\"13:35\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 11:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 11:55\\\",\\\"LocalToTime\\\":\\\"2022-06-27 13:25:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 13:25:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":18000,\\\"PublishedFareTxt\\\":\\\"18,000\\\",\\\"ApiResultIndex\\\":\\\"444-bd22c-75321-35c6e-e0ef5\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":16800,\\\"Tax\\\":800,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":18000,\\\"PublishedFare\\\":18000,\\\"PublishedFareAgent\\\":18000,\\\"OfferedFareAgent\\\":18000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"444_6502\\\",\\\"ApiResultIndex\\\":\\\"444_6502\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":18000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":4,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":16800,\\\"BaseFare\\\":16800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":800,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":18000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:55\\\",\\\"strArrivalDtTime\\\":\\\"13:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T13:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T11:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"UEJ7NT\\\",\\\"OnwardGroupPNRDummy\\\":\\\"UEJ7NT\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"23F31E2694F0497CA198790F4D0AEA41\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9910620716\",\"leadEmail\":\"vgmaniaz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"82\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MUDIT\",\"passenger-lastname-1\":\"AGGARWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"83\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"CHARU\",\"passenger-lastname-2\":\"AGGARWAL\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"84\",\"passenger-salutation-3\":\"3\",\"passenger-firstname-3\":\"Archana \",\"passenger-lastname-3\":\"AGGARWAL\",\"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\":\"Kedarnath \",\"passenger-lastname-4\":\"AGGARWAL\",\"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\":\"13441\",\"Salutation\":\"1\",\"EmailId\":\"vgmaniaz@gmail.com\",\"FirstName\":\"MUDIT\",\"LastName\":\"AGGARWAL\",\"CountryCode\":\"91\",\"MobileNo\":\"9910620716\"},\"_sessiondata\":{\"EmailId\":\"vgmaniaz@gmail.com\",\"UserSysId\":\"14911\",\"CustomerSysId\":\"209755\",\"AgencySysId\":\"13441\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"VISHESH\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"Maniaz Travel\",\"AgencyCode\":\"61343\",\"ContactNo1\":\"9910620716\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BBB88C04-6D2D-476D-BBFE-9B3DD67AC852\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUDIT\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"CHARU\",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Archana \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"UEJ7NT\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kedarnath \",\"lN\":\"AGGARWAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"23F31E2694F0497CA198790F4D0AEA41\"],\"status\":\"SUCCESS\"}}}','2022-06-22 14:47:48'),(1058,'560c7-7a8a8-4482a-706c7','{\"item\":{\"SearchHotelTraceId\":\"560c7-7a8a8-4482a-706c7\",\"HotelId\":\"hsid0422413996-15482346\",\"HotelName\":\"Madhuban\",\"HotelImage\":[{\"tns\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/31281309\\/0\\/b292023dd9f3b85f26a06f1ecb27843f.jpg?ca=28&ce=0&s=312x\"}],\"Geolocation\":{\"ln\":\"74.84417\",\"lt\":\"34.088707\"},\"StarRating\":4,\"HotelAddress\":\"Nehru Park - Gagribal Boulevard Road\",\"HotelCity\":\"Srinagar\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":4965,\"nights\":1,\"rooms\":\"2\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"ROOM ONLY\",\"HotelTotalRoomPrice\":4440.56,\"gtxMarkUp\":0,\"HotelRoomPrice\":4965,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":444.05600000000004,\"intSTaxOnAgencyMarkUp\":79.93008,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4964.54608,\"CostToAgent\":4964.54608,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":4440.56,\"PublishFare\":4964.54608,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":444.05600000000004,\"intSTaxOnAgencyMarkUp\":79.93008,\"intAgencyMarkUpWithSTax\":523.98608,\"TotalMarkUpValue\":5,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4964.54608,\"CostToAgent\":4964.54608}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":true,\"three\":true,\"four\":true,\"five\":false}},\"index\":4,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"SRINAGAR (INDIA)\\\",\\\"check_in\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"check_out\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"Nationality\\\":\\\"106\\\",\\\"adult\\\":[\\\"2\\\",\\\"2\\\",\\\"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\\\":\\\"661756\\\",\\\"destination\\\":\\\"SRINAGAR\\\",\\\"hotel_countryCode\\\":\\\"\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"room\\\":\\\"2\\\",\\\"totadlt\\\":\\\"4\\\",\\\"totchld\\\":\\\"0\\\",\\\"totinfnt\\\":\\\"0\\\",\\\"travelers\\\":\\\"\\\",\\\"roominfojson\\\":\\\"[{\\\\\\\"totalRoom\\\\\\\" : 2},{\\\\\\\"totalTraveler\\\\\\\" : 4},{\\\\\\\"totaladult\\\\\\\" : 4},{\\\\\\\"totalchild\\\\\\\" : 0},{\\\\\\\"totalinfant\\\\\\\" : 0}]\\\",\\\"memberdata\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null},{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"TBOdata\\\":{\\\"CheckInDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"661756\\\",\\\"CountryCode\\\":\\\"\\\",\\\"IsTBOMapped\\\":true,\\\"ResultCount\\\":null,\\\"PreferredCurrency\\\":\\\"INR\\\",\\\"GuestNationality\\\":\\\"IN\\\",\\\"NoOfRooms\\\":\\\"2\\\",\\\"RoomGuests\\\":[{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null},{\\\"NoOfAdults\\\":\\\"2\\\",\\\"NoOfChild\\\":\\\"0\\\",\\\"ChildAge\\\":null}],\\\"PreferredHotel\\\":\\\"\\\",\\\"MaxRating\\\":5,\\\"MinRating\\\":0,\\\"ReviewScore\\\":null,\\\"IsNearBySearchAllowed\\\":false},\\\"hotelsearchdata\\\":{\\\"searchQuery\\\":{\\\"checkinDate\\\":\\\"2022-06-23\\\",\\\"checkoutDate\\\":\\\"2022-06-24\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null},{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"661756\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-06-23\\\",\\\"strCheckout\\\":\\\"2022-06-24\\\",\\\"SearchHotelTraceId\\\":\\\"560c7-7a8a8-4482a-706c7\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid0422413996\\\"}\"}','2022-06-22 15:10:11'),(1064,'9600a-e0a38-82a86-76132','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9600a-e0a38-82a86-76132\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"444-9600a-e0a38-82a86-76132\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"6657B59AD79D468E8111B5B8214A3927\"}],\"flight_booking_id_Arr\":[\"141\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"PINJARKAR\",\"LastName\":\"PRASANT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 15:21:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"86\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"PINJARKAR\",\"LastName\":\"PRASANT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 15:21:37\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9600a-e0a38-82a86-76132\",\"modified\":\"2022-06-22 15:21:37\",\"created\":\"2022-06-22 15:21:37\",\"CustomerMemberSysId\":\"86\"}],\"CustomerSysId\":\"73\",\"CustomerMemSysId\":[\"86\"],\"flight_booking_customer\":[[\"195\"]],\"SearchTraceId\":\"9600a-e0a38-82a86-76132\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9600a-e0a38-82a86-76132\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 15:19:27\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9600a-e0a38-82a86-76132\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9600a-e0a38-82a86-76132\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 15:19:27\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"9600a-e0a38-82a86-76132\\\",\\\"apiTraceId\\\":\\\"444_6498\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:55\\\",\\\"ArrivalTime\\\":\\\"13:35\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 11:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 11:55\\\",\\\"LocalToTime\\\":\\\"2022-06-23 13:25:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 13:25:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"444-9600a-e0a38-82a86-76132\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"444_6498\\\",\\\"ApiResultIndex\\\":\\\"444_6498\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:55\\\",\\\"strArrivalDtTime\\\":\\\"13:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T13:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T11:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"LCD9PJ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"6657B59AD79D468E8111B5B8214A3927\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006435889\",\"leadEmail\":\"firstclasstourandtravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PINJARKAR\",\"passenger-lastname-1\":\"PRASANT\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"UserSysId\":\"14729\",\"CustomerSysId\":\"208456\",\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAIS\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"FIRST CLASS TOUR AND TRAVEL\",\"AgencyCode\":\"11165\",\"ContactNo1\":\"7006435889\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F30F952F-E75A-4039-9989-EB662FE1E95E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"PINJARKAR\",\"lN\":\"PRASANT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"6657B59AD79D468E8111B5B8214A3927\"],\"status\":\"SUCCESS\"}}}','2022-06-22 15:22:35'),(1072,'203b4-6d4ee-8d7da-310d2','{\"FlightBookingData\":[{\"bookingId\":\"DMC101536414590\",\"bookingId_TJ\":\"TJ101536414590\",\"FlightNumber\":\"SG-8475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"203b4-6d4ee-8d7da-310d2\",\"apiTraceId\":\"11-7617239413_5SXRDELSG8475_36906700491067\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-24T08:45\",\"LocalFromTime\":\"2022-06-24 08:45\",\"FromUTCTime\":\"2022-06-24T08:45\",\"LocalToTime\":\"2022-06-24 10:20\",\"ToUTCTime\":\"2022-06-24T10:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,522\",\"ApiResultIndex\":\"11-7617239413_5SXRDELSG8475_36906700491067\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4167.7,\"PublishedFare\":4521.7,\"PublishedFareAgent\":4921.7,\"OfferedFareAgent\":4521.7,\"OfferedFare\":4167.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7617239413_0SXRDELSG8475_21459259600617\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":4921.7,\"CostToAgent\":4521.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4167.7,\"BaseFareCal\":4221.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":4921.7,\"CostToAgent\":4521.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4521.7,\"CostToCustomer\":4521.7,\"BaseFareCal\":4221.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4221.7,\"intOfferedFare\":4167.7,\"intPublishFare\":4167.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":4921.7,\"CostToAgent\":4521.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"983\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-24T10:20\",\"SegFlightNumber\":\"SG-8475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-24T08:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-7617239413_5SXRDELSG8475_36906700491067\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-7617239413_5SXRDELSG8475_36906700491067\",\"SearchTraceId\":\"203b4-6d4ee-8d7da-310d2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"203b4-6d4ee-8d7da-310d2\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 15:38:40\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-22 15:39:11'),(1074,'8922c-c3709-ec3c0-ca8b0','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"433-8922c-c3709-ec3c0-ca8b0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1525.4237288135594,\"ExtraMarkupOnGST\":274.57627118644064}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"070\",\"showintax\":0,\"ExtraMarkup\":1525.4237288135594,\"ExtraMarkupOnGST\":274.57627118644064},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"WIPQQH\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06E\",\"bookingId\":\"045E6EF262F24449ACAEA7E702C166C1\"}],\"flight_booking_id_Arr\":[\"131\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"MUSHTAQ  AHMAD\",\"LastName\":\"GANIE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 23:06:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"79\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"BASIT\",\"LastName\":\"MUSHTAQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 23:06:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"80\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"MUSHTAQ  AHMAD\",\"LastName\":\"GANIE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 23:06:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"modified\":\"2022-06-21 23:06:01\",\"created\":\"2022-06-21 23:06:01\",\"CustomerMemberSysId\":\"79\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"BASIT\",\"LastName\":\"MUSHTAQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 23:06:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"modified\":\"2022-06-21 23:06:01\",\"created\":\"2022-06-21 23:06:01\",\"CustomerMemberSysId\":\"80\"}],\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"79\",\"80\"],\"flight_booking_customer\":[[\"178\",\"179\"]],\"SearchTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 23:03:08\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8922c-c3709-ec3c0-ca8b0\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8922c-c3709-ec3c0-ca8b0\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 23:03:08\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8922c-c3709-ec3c0-ca8b0\\\",\\\"apiTraceId\\\":\\\"433_6167\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-24 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8000,\\\"PublishedFareTxt\\\":\\\"8,000\\\",\\\"ApiResultIndex\\\":\\\"433-8922c-c3709-ec3c0-ca8b0\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8000,\\\"PublishedFare\\\":8000,\\\"PublishedFareAgent\\\":8000,\\\"OfferedFareAgent\\\":8000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6167\\\",\\\"ApiResultIndex\\\":\\\"433_6167\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"070\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"CC2D4G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"CC2D4G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06E\\\",\\\"bookingId\\\":\\\"045E6EF262F24449ACAEA7E702C166C1\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906423725\",\"leadEmail\":\"fctourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MUSHTAQ  AHMAD\",\"passenger-lastname-1\":\"GANIE\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"BASIT\",\"passenger-lastname-2\":\"MUSHTAQ\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14793\\/logo_1655722826.jpg\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MUSHTAQ  AHMAD\",\"lN\":\"GANIE\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"BASIT\",\"lN\":\"MUSHTAQ\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"045E6EF262F24449ACAEA7E702C166C1\"],\"status\":\"SUCCESS\"}}}','2022-06-22 15:46:26'),(1077,'e29db-d7f4b-3b3e9-1526d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"apiTraceId\":\"433_6167\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 11:35\",\"FromUTCTime\":\"2022-06-24 11:35\",\"LocalToTime\":\"2022-06-24 13:20:00\",\"ToUTCTime\":\"2022-06-24 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"433-e29db-d7f4b-3b3e9-1526d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6167\",\"ApiResultIndex\":\"433_6167\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1694.915254237288,\"ExtraMarkupOnGST\":305.0847457627119}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":1694.915254237288,\"ExtraMarkupOnGST\":305.0847457627119},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"3\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"WIPQQH\",\"OnwardGroupPNRDummy\":\"CC2D4G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"0E65C81C64B34F9EA7EFEA8F11FFEB0F\"}],\"flight_booking_id_Arr\":[\"142\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"ZAHOOR AHMAD\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 15:31:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"87\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"ASRAR AHMAD\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 15:31:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"88\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"ZAHOOR AHMAD\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 15:31:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"modified\":\"2022-06-22 15:31:15\",\"created\":\"2022-06-22 15:31:15\",\"CustomerMemberSysId\":\"87\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"ASRAR AHMAD\",\"LastName\":\"SHAH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 15:31:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"modified\":\"2022-06-22 15:31:15\",\"created\":\"2022-06-22 15:31:15\",\"CustomerMemberSysId\":\"88\"}],\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"87\",\"88\"],\"flight_booking_customer\":[[\"196\",\"197\"]],\"SearchTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 15:25:45\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e29db-d7f4b-3b3e9-1526d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e29db-d7f4b-3b3e9-1526d\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 15:25:45\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e29db-d7f4b-3b3e9-1526d\\\",\\\"apiTraceId\\\":\\\"433_6167\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-24 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8000,\\\"PublishedFareTxt\\\":\\\"8,000\\\",\\\"ApiResultIndex\\\":\\\"433-e29db-d7f4b-3b3e9-1526d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8000,\\\"PublishedFare\\\":8000,\\\"PublishedFareAgent\\\":8000,\\\"OfferedFareAgent\\\":8000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6167\\\",\\\"ApiResultIndex\\\":\\\"433_6167\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"3\\\",\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"CC2D4G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"CC2D4G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"0E65C81C64B34F9EA7EFEA8F11FFEB0F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906423725\",\"leadEmail\":\"fctourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ZAHOOR AHMAD\",\"passenger-lastname-1\":\"SHAH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"ASRAR AHMAD\",\"passenger-lastname-2\":\"SHAH\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14793\\/logo_1655722826.jpg\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ZAHOOR AHMAD\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"WIPQQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ASRAR AHMAD\",\"lN\":\"SHAH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"0E65C81C64B34F9EA7EFEA8F11FFEB0F\"],\"status\":\"SUCCESS\"}}}','2022-06-22 15:48:41'),(1079,'98f18-5e3bb-803ea-22dcf','{\"FlightBookingData\":[{\"bookingId\":\"DMC105536417866\",\"bookingId_TJ\":\"TJ105536417866\",\"FlightNumber\":\"G8-149\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"98f18-5e3bb-803ea-22dcf\",\"apiTraceId\":\"11-5453345175_1SXRDELG8149_23475876486712\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:30\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-23T19:30\",\"LocalFromTime\":\"2022-06-23 19:30\",\"FromUTCTime\":\"2022-06-23T19:30\",\"LocalToTime\":\"2022-06-23 21:10\",\"ToUTCTime\":\"2022-06-23T21:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,172\",\"ApiResultIndex\":\"11-5453345175_1SXRDELG8149_23475876486712\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":5171.7,\"PublishedFareAgent\":5571.7,\"OfferedFareAgent\":5171.7,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5453345175_0SXRDELG8149_32960734130540\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":10,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":5571.7,\"CostToAgent\":5171.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4871.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":5571.7,\"CostToAgent\":5171.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":5171.7,\"CostToCustomer\":5171.7,\"BaseFareCal\":4871.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4871.7,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":5571.7,\"CostToAgent\":5171.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"204\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T21:10\",\"SegFlightNumber\":\"G8-149\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T19:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"19:30\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-5453345175_1SXRDELG8149_23475876486712\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-5453345175_1SXRDELG8149_23475876486712\",\"SearchTraceId\":\"98f18-5e3bb-803ea-22dcf\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"98f18-5e3bb-803ea-22dcf\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 16:18:51\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-22 16:20:57'),(1085,'a11da-63b22-27138-26c3f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a11da-63b22-27138-26c3f\",\"apiTraceId\":\"432_6136\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 08:45\",\"FromUTCTime\":\"2022-07-04 08:45\",\"LocalToTime\":\"2022-07-04 10:15:00\",\"ToUTCTime\":\"2022-07-04 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-a11da-63b22-27138-26c3f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6136\",\"ApiResultIndex\":\"432_6136\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"4\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"F5PF6L\",\"OnwardGroupPNRDummy\":\"F5PF6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"0C717641A0FD472CB1F8FB2A3608ABED\"}],\"flight_booking_id_Arr\":[\"143\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"Ravikant\",\"LastName\":\"Poddar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 17:16:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"89\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"Ravikant\",\"LastName\":\"Poddar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 17:16:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a11da-63b22-27138-26c3f\",\"modified\":\"2022-06-22 17:16:31\",\"created\":\"2022-06-22 17:16:31\",\"CustomerMemberSysId\":\"89\"}],\"CustomerSysId\":\"73\",\"CustomerMemSysId\":[\"89\"],\"flight_booking_customer\":[[\"198\"]],\"SearchTraceId\":\"a11da-63b22-27138-26c3f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"04\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"04\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a11da-63b22-27138-26c3f\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"04 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 17:07:40\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a11da-63b22-27138-26c3f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a11da-63b22-27138-26c3f\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"04 Jul Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 17:07:40\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a11da-63b22-27138-26c3f\\\",\\\"apiTraceId\\\":\\\"432_6136\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-04\\\",\\\"LocalFromTime\\\":\\\"2022-07-04 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-04 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-04 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-04 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-a11da-63b22-27138-26c3f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6136\\\",\\\"ApiResultIndex\\\":\\\"432_6136\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"4\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-04T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-04T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656873000,\\\"DepartureDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"F5PF6L\\\",\\\"OnwardGroupPNRDummy\\\":\\\"F5PF6L\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"0C717641A0FD472CB1F8FB2A3608ABED\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006435889\",\"leadEmail\":\"firstclasstourandtravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Ravikant\",\"passenger-lastname-1\":\"Poddar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"UserSysId\":\"14729\",\"CustomerSysId\":\"208456\",\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAIS\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"FIRST CLASS TOUR AND TRAVEL\",\"AgencyCode\":\"11165\",\"ContactNo1\":\"7006435889\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F30F952F-E75A-4039-9989-EB662FE1E95E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"F5PF6L\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ravikant\",\"lN\":\"Poddar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"0C717641A0FD472CB1F8FB2A3608ABED\"],\"status\":\"SUCCESS\"}}}','2022-06-22 17:16:53'),(1091,'7512e-a2d54-38e23-124f0','{\"FlightBookingData\":[{\"bookingId\":\"DMC104336426958\",\"bookingId_TJ\":\"TJ104336426958\",\"FlightNumber\":\"6E-559\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"7512e-a2d54-38e23-124f0\",\"apiTraceId\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:30\",\"ArrivalTime\":\"17:10\",\"TravelDate\":\"2022-07-02T15:30\",\"LocalFromTime\":\"2022-07-02 15:30\",\"FromUTCTime\":\"2022-07-02T15:30\",\"LocalToTime\":\"2022-07-02 17:10\",\"ToUTCTime\":\"2022-07-02T17:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"17,315\",\"ApiResultIndex\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":15300,\"Tax\":953.0999999999999,\"YQTax\":0,\"OtherCharges\":900,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16253.099999999999,\"PublishedFare\":17315.1,\"PublishedFareAgent\":17315.1,\"OfferedFareAgent\":17315.1,\"OfferedFare\":16253.099999999999,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-1762499569_0SXRDEL6E559_27359433031424\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":162,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"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\":17315.1,\"CostToAgent\":17315.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":953.0999999999999,\"TotalBaseFare\":16253.099999999999,\"BaseFareCal\":16415.1,\"BaseFare\":15300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":0,\"MFT\":8.100000000000001,\"OT\":900,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":54,\"AddiMarkup\":300,\"intTotalGST\":162,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":900,\"GSTOnMarkUp\":162,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17315.1,\"CostToAgent\":17315.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":900,\"IntTaxOnAgencyFixMarkUp\":162,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":162,\"PublishFare\":17315.1,\"CostToCustomer\":17315.1,\"BaseFareCal\":16415.1,\"intCommisionEarnedForAgency\":900,\"CostToCompany\":16415.1,\"intOfferedFare\":16253.099999999999,\"intPublishFare\":16253.099999999999,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":17315.1,\"CostToAgent\":17315.1,\"AddiMarkup\":300,\"AddiTaxOnMarkup\":54,\"IntAdddimarkup\":300,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"188\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-02T17:10\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-02T15:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:30\",\"strArrivalDtTime\":\"17:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":\"15:00\",\"strTraceId\":\"18-1762499569_1SXRDEL6E559_39567017909387\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"Cancellation is not permitted | For more details contact us\",\"fcs\":{\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":3,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"144\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"RUPKANT \",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 18:18:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"90\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006435889\",\"FirstName\":\"GAUTAM \",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 18:18:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"91\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006435889\",\"FirstName\":\"AMAR \",\"LastName\":\"KUMAR \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 18:18:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"92\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"RUPKANT \",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 18:18:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7512e-a2d54-38e23-124f0\",\"modified\":\"2022-06-22 18:18:22\",\"created\":\"2022-06-22 18:18:22\",\"CustomerMemberSysId\":\"90\"},{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006435889\",\"FirstName\":\"GAUTAM \",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 18:18:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7512e-a2d54-38e23-124f0\",\"modified\":\"2022-06-22 18:18:22\",\"created\":\"2022-06-22 18:18:22\",\"CustomerMemberSysId\":\"91\"},{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006435889\",\"FirstName\":\"AMAR \",\"LastName\":\"KUMAR \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 18:18:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7512e-a2d54-38e23-124f0\",\"modified\":\"2022-06-22 18:18:22\",\"created\":\"2022-06-22 18:18:22\",\"CustomerMemberSysId\":\"92\"}],\"CustomerSysId\":\"73\",\"CustomerMemSysId\":[\"90\",\"91\",\"92\"],\"flight_booking_customer\":[[\"199\",\"200\",\"201\"]],\"SearchTraceId\":\"7512e-a2d54-38e23-124f0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"02\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7512e-a2d54-38e23-124f0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"02 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 18:17:01\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7512e-a2d54-38e23-124f0\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-02\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"7512e-a2d54-38e23-124f0\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"02\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"02 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 18:17:01\\\",\\\"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\\\":\\\"DMC104336426958\\\",\\\"bookingId_TJ\\\":\\\"TJ104336426958\\\",\\\"FlightNumber\\\":\\\"6E-559\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"7512e-a2d54-38e23-124f0\\\",\\\"apiTraceId\\\":\\\"18-1762499569_1SXRDEL6E559_39567017909387\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"15:30\\\",\\\"ArrivalTime\\\":\\\"17:10\\\",\\\"TravelDate\\\":\\\"2022-07-02T15:30\\\",\\\"LocalFromTime\\\":\\\"2022-07-02 15:30\\\",\\\"FromUTCTime\\\":\\\"2022-07-02T15:30\\\",\\\"LocalToTime\\\":\\\"2022-07-02 17:10\\\",\\\"ToUTCTime\\\":\\\"2022-07-02T17:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 02 Jul\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"17,315\\\",\\\"ApiResultIndex\\\":\\\"18-1762499569_1SXRDEL6E559_39567017909387\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":15300,\\\"Tax\\\":953.0999999999999,\\\"YQTax\\\":0,\\\"OtherCharges\\\":900,\\\"Discount\\\":0,\\\"ServiceFee\\\":45,\\\"ManagementFeeTax\\\":8.100000000000001,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":16253.099999999999,\\\"PublishedFare\\\":17315.1,\\\"PublishedFareAgent\\\":17315.1,\\\"OfferedFareAgent\\\":17315.1,\\\"OfferedFare\\\":16253.099999999999,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"18-1762499569_0SXRDEL6E559_27359433031424\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":162,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":900,\\\"GSTOnMarkUp\\\":162,\\\"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\\\":17315.1,\\\"CostToAgent\\\":17315.1,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"3\\\",\\\"TaxIN\\\":953.0999999999999,\\\"TotalBaseFare\\\":16253.099999999999,\\\"BaseFareCal\\\":16415.1,\\\"BaseFare\\\":15300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":45,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":8.100000000000001,\\\"OT\\\":900,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":54,\\\"AddiMarkup\\\":300,\\\"intTotalGST\\\":162,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":900,\\\"GSTOnMarkUp\\\":162,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17315.1,\\\"CostToAgent\\\":17315.1,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":900,\\\"IntTaxOnAgencyFixMarkUp\\\":162,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":162,\\\"PublishFare\\\":17315.1,\\\"CostToCustomer\\\":17315.1,\\\"BaseFareCal\\\":16415.1,\\\"intCommisionEarnedForAgency\\\":900,\\\"CostToCompany\\\":16415.1,\\\"intOfferedFare\\\":16253.099999999999,\\\"intPublishFare\\\":16253.099999999999,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":17315.1,\\\"CostToAgent\\\":17315.1,\\\"AddiMarkup\\\":300,\\\"AddiTaxOnMarkup\\\":54,\\\"IntAdddimarkup\\\":300,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"188\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-02T17:10\\\",\\\"SegFlightNumber\\\":\\\"6E-559\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-02T15:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"15:30\\\",\\\"strArrivalDtTime\\\":\\\"17:10\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"18-1762499569_1SXRDEL6E559_39567017909387\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"Cancellation is not permitted | For more details contact us\\\",\\\"fcs\\\":{\\\"CCF\\\":50,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Note : 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 |\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-01 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":3,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006435889\",\"leadEmail\":\"firstclasstourandtravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RUPKANT \",\"passenger-lastname-1\":\"KUMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"GAUTAM \",\"passenger-lastname-2\":\"KUMAR\",\"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\":\"AMAR \",\"passenger-lastname-3\":\"KUMAR \",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"UserSysId\":\"14729\",\"CustomerSysId\":\"208456\",\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAIS\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"FIRST CLASS TOUR AND TRAVEL\",\"AgencyCode\":\"11165\",\"ContactNo1\":\"7006435889\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F30F952F-E75A-4039-9989-EB662FE1E95E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ104336426958\",\"amount\":16253.1,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"firstclasstourandtravel@gmail.com\"],\"contacts\":[\"917006435889\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-22T18:32:56.055\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9540555\",\"fD\":{\"aI\":{\"code\":\"6E\",\"name\":\"IndiGo\",\"isLcc\":true},\"fN\":\"559\"},\"stops\":0,\"duration\":100,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"Terminal 1\"},\"dt\":\"2022-07-02T15:30\",\"at\":\"2022-07-02T17:10\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"IIPYUI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RUPKANT\",\"lN\":\"KUMAR\"},{\"pnrDetails\":{\"SXR-DEL\":\"IIPYUI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"GAUTAM\",\"lN\":\"KUMAR\"},{\"pnrDetails\":{\"SXR-DEL\":\"IIPYUI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AMAR\",\"lN\":\"KUMAR\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"SC\":0,\"IGST\":8.1,\"TF\":16253.1,\"SMF\":0,\"NF\":16253.1,\"BF\":15300,\"TAF\":953.1},\"afC\":{\"TAF\":{\"OT\":900,\"MFT\":8.1,\"MF\":45}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-22 18:32:17'),(1092,'3fd8d-cbf8b-cba65-de7bc','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"SRINAGAR (INDIA)\",\"check_in\":\"24\\/06\\/2022\",\"check_out\":\"25\\/06\\/2022\",\"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\":\"661756\",\"destination\":\"SRINAGAR\",\"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\":\"24\\/06\\/2022\",\"NoOfNights\":1,\"CityId\":\"661756\",\"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\":\"2022-06-24\",\"checkoutDate\":\"2022-06-25\",\"roomInfo\":[{\"numberOfAdults\":\"2\",\"numberOfChild\":\"0\",\"childAge\":null}],\"searchCriteria\":{\"city\":\"661756\",\"currency\":\"INR\",\"nationality\":\"106\"},\"searchPreferences\":{\"ratings\":[0,1,2,3,4,5],\"fsc\":true}},\"sync\":false},\"nightCount\":1,\"strCheckin\":\"2022-06-24\",\"strCheckout\":\"2022-06-25\",\"SearchHotelTraceId\":\"3fd8d-cbf8b-cba65-de7bc\",\"interNationalSearch\":false,\"searchIds\":\"hsid0113054664\"}','2022-06-22 18:35:41'),(1094,'6c522-bb8f2-8f37c-118db','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6c522-bb8f2-8f37c-118db\",\"apiTraceId\":\"432_6138\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 08:45\",\"FromUTCTime\":\"2022-07-06 08:45\",\"LocalToTime\":\"2022-07-06 10:15:00\",\"ToUTCTime\":\"2022-07-06 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":13500,\"PublishedFareTxt\":\"13,500\",\"ApiResultIndex\":\"432-6c522-bb8f2-8f37c-118db\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13500,\"PublishedFare\":13500,\"PublishedFareAgent\":13500,\"OfferedFareAgent\":13500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6138\",\"ApiResultIndex\":\"432_6138\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZEIETG\",\"OnwardGroupPNRDummy\":\"ZEIETG\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00S\"}],\"apiTraceId\":\"432_6138\",\"SearchTraceId\":\"6c522-bb8f2-8f37c-118db\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"06\\/07\\/2022\"],\"departure_datesf\":[\"06\\/07\\/2022\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-06\",\"strDepatureDate\":[\"06\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"6c522-bb8f2-8f37c-118db\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 18:51:00\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-22 19:20:52'),(1102,'47065-528e5-ff091-ce92b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"47065-528e5-ff091-ce92b\",\"apiTraceId\":\"438_6296\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 09:25\",\"FromUTCTime\":\"2022-07-04 09:25\",\"LocalToTime\":\"2022-07-04 10:55:00\",\"ToUTCTime\":\"2022-07-04 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9400,\"PublishedFareTxt\":\"9,400\",\"ApiResultIndex\":\"438-47065-528e5-ff091-ce92b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9400,\"PublishedFare\":9400,\"PublishedFareAgent\":9400,\"OfferedFareAgent\":9400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6296\",\"ApiResultIndex\":\"438_6296\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":9400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9000,\"BaseFare\":9000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":9400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"C5EY6L\",\"OnwardGroupPNRDummy\":\"C5EY6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F01C3D106A62429992547BA308362C10\"}],\"flight_booking_id_Arr\":[\"145\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"MANISH \",\"LastName\":\"GOEL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 19:25:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"93\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"HEMANT \",\"LastName\":\"BANSAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 19:25:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"94\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"MANISH \",\"LastName\":\"GOEL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 19:25:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"47065-528e5-ff091-ce92b\",\"modified\":\"2022-06-22 19:25:06\",\"created\":\"2022-06-22 19:25:06\",\"CustomerMemberSysId\":\"93\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"HEMANT \",\"LastName\":\"BANSAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-22 19:25:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"47065-528e5-ff091-ce92b\",\"modified\":\"2022-06-22 19:25:06\",\"created\":\"2022-06-22 19:25:06\",\"CustomerMemberSysId\":\"94\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"93\",\"94\"],\"flight_booking_customer\":[[\"202\",\"203\"]],\"SearchTraceId\":\"47065-528e5-ff091-ce92b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"04\\/07\\/2022\"],\"departure_datesf\":[\"04\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-04\",\"strDepatureDate\":[\"04\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"47065-528e5-ff091-ce92b\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 19:22:25\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"47065-528e5-ff091-ce92b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-SXR\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-SXR\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-04\\\",\\\"strDepatureDate\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"47065-528e5-ff091-ce92b\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-22 19:22:25\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"47065-528e5-ff091-ce92b\\\",\\\"apiTraceId\\\":\\\"438_6296\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-07-04\\\",\\\"LocalFromTime\\\":\\\"2022-07-04 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-07-04 09:25\\\",\\\"LocalToTime\\\":\\\"2022-07-04 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-04 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9400,\\\"PublishedFareTxt\\\":\\\"9,400\\\",\\\"ApiResultIndex\\\":\\\"438-47065-528e5-ff091-ce92b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":9000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9400,\\\"PublishedFare\\\":9400,\\\"PublishedFareAgent\\\":9400,\\\"OfferedFareAgent\\\":9400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6296\\\",\\\"ApiResultIndex\\\":\\\"438_6296\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":9400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":9000,\\\"BaseFare\\\":9000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":9400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-04T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-04T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656873000,\\\"DepartureDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"C5EY6L\\\",\\\"OnwardGroupPNRDummy\\\":\\\"C5EY6L\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"F01C3D106A62429992547BA308362C10\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MANISH \",\"passenger-lastname-1\":\"GOEL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"HEMANT \",\"passenger-lastname-2\":\"BANSAL\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"C5EY6L\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MANISH \",\"lN\":\"GOEL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"C5EY6L\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"HEMANT \",\"lN\":\"BANSAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F01C3D106A62429992547BA308362C10\"],\"status\":\"SUCCESS\"}}}','2022-06-22 19:31:15'),(1104,'18706-a820e-5b950-caed4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"18706-a820e-5b950-caed4\",\"apiTraceId\":\"433_6174\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 11:35\",\"FromUTCTime\":\"2022-07-01 11:35\",\"LocalToTime\":\"2022-07-01 13:20:00\",\"ToUTCTime\":\"2022-07-01 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-18706-a820e-5b950-caed4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6174\",\"ApiResultIndex\":\"433_6174\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03G\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\"}],\"apiTraceId\":\"433_6174\",\"SearchTraceId\":\"18706-a820e-5b950-caed4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"01\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"18706-a820e-5b950-caed4\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 21:40:01\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-22 21:40:32'),(1106,'456ec-c36ed-1b1c2-4e250','{\"FlightBookingData\":[{\"bookingId\":\"DMC105636441961\",\"bookingId_TJ\":\"TJ105636441961\",\"FlightNumber\":\"UK-612\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"456ec-c36ed-1b1c2-4e250\",\"apiTraceId\":\"21-10-15-2-9581562460_0IXJSXRUK612_52754244899596\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:55\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-07-12T13:55\",\"LocalFromTime\":\"2022-07-12 13:55\",\"FromUTCTime\":\"2022-07-12T13:55\",\"LocalToTime\":\"2022-07-12 14:45\",\"ToUTCTime\":\"2022-07-12T14:45\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":50,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"01h 50m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,544\",\"ApiResultIndex\":\"21-10-15-2-9581562460_0IXJSXRUK612_52754244899596\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2954,\"Tax\":662.7,\"YQTax\":0,\"OtherCharges\":413,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":152,\"CarrierMiscFee\":80,\"MUFee\":0,\"intPublishedFare\":3616.7,\"PublishedFare\":3544.48,\"PublishedFareAgent\":3944.48,\"OfferedFareAgent\":3544.48,\"OfferedFare\":3296.68,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9581562460_0IXJSXRUK612_52804410042353\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":320.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":3944.48,\"CostToAgent\":3544.48,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":662.7,\"TotalBaseFare\":3616.7,\"BaseFareCal\":3334.48,\"BaseFare\":2954,\"CommissionEarned\":320.02,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":152,\"MFT\":2.7,\"OT\":413,\"MU\":0,\"YR\":80,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":320.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":3944.48,\"CostToAgent\":3544.48,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":320.02,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3544.48,\"CostToCustomer\":3544.48,\"BaseFareCal\":3334.48,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3334.48,\"intOfferedFare\":3296.68,\"intPublishFare\":3616.7,\"TripjackMarkup\":0,\"TripjackCommission\":320.02,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":320.02,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":3944.48,\"CostToAgent\":3544.48,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"196\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-12T14:45\",\"SegFlightNumber\":\"UK-612\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-07-12T13:55\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":50,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:55\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-9581562460_0IXJSXRUK612_52754244899596\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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\":{\"ARF\":3150,\"ARFT\":157.5,\"CRF\":50,\"CRFT\":9}}},\"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\":{\"ACF\":3675,\"ACFT\":183.75,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"21-10-15-2-9581562460_0IXJSXRUK612_52754244899596\",\"SearchTraceId\":\"456ec-c36ed-1b1c2-4e250\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"12\\/07\\/2022\",\"\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"456ec-c36ed-1b1c2-4e250\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXJ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-22 21:56:46\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-22 21:57:40'),(1108,'7a6c4-2baca-bc3fe-05799','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7a6c4-2baca-bc3fe-05799\",\"apiTraceId\":\"437_6451\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 14:50\",\"FromUTCTime\":\"2022-06-29 14:50\",\"LocalToTime\":\"2022-06-29 16:20:00\",\"ToUTCTime\":\"2022-06-29 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"437-7a6c4-2baca-bc3fe-05799\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6451\",\"ApiResultIndex\":\"437_6451\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B7\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"GDVR7Q\",\"OnwardGroupPNRDummy\":\"GDVR7Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AL\"}],\"apiTraceId\":\"437_6451\",\"SearchTraceId\":\"7a6c4-2baca-bc3fe-05799\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7a6c4-2baca-bc3fe-05799\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 08:53:22\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 08:55:28'),(1112,'7ae50-cc5b4-2ba2d-ce6f2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ae50-cc5b4-2ba2d-ce6f2\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-7ae50-cc5b4-2ba2d-ce6f2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0HK\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0GV\"}],\"apiTraceId\":\"438_6289\",\"SearchTraceId\":\"7ae50-cc5b4-2ba2d-ce6f2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7ae50-cc5b4-2ba2d-ce6f2\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 10:09:23\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 10:16:46'),(1118,'0c9e4-b1919-59057-9cd98','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0c9e4-b1919-59057-9cd98\",\"apiTraceId\":\"431_6090\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 18:55\",\"FromUTCTime\":\"2022-06-29 18:55\",\"LocalToTime\":\"2022-06-29 22:05:00\",\"ToUTCTime\":\"2022-06-29 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-0c9e4-b1919-59057-9cd98\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6090\",\"ApiResultIndex\":\"431_6090\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"KE9VKD\",\"OnwardGroupPNRDummy\":\"KE9VKD\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2920B350E5364DE59AB3E10367BB4A2E\"}],\"flight_booking_id_Arr\":[\"146\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Megha \",\"LastName\":\"Agrawal \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:26:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"95\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Megha \",\"LastName\":\"Agrawal \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:26:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0c9e4-b1919-59057-9cd98\",\"modified\":\"2022-06-23 10:26:05\",\"created\":\"2022-06-23 10:26:05\",\"CustomerMemberSysId\":\"95\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"95\"],\"flight_booking_customer\":[[\"204\"]],\"SearchTraceId\":\"0c9e4-b1919-59057-9cd98\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\"],\"departure_datesf\":[\"29\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-29\",\"strDepatureDate\":[\"29\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0c9e4-b1919-59057-9cd98\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 10:09:13\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0c9e4-b1919-59057-9cd98\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-29\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0c9e4-b1919-59057-9cd98\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 10:09:13\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0c9e4-b1919-59057-9cd98\\\",\\\"apiTraceId\\\":\\\"431_6090\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-06-29\\\",\\\"LocalFromTime\\\":\\\"2022-06-29 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-29 18:55\\\",\\\"LocalToTime\\\":\\\"2022-06-29 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-29 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"431-0c9e4-b1919-59057-9cd98\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6090\\\",\\\"ApiResultIndex\\\":\\\"431_6090\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-29T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-29T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656441000,\\\"DepartureDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"KE9VKD\\\",\\\"OnwardGroupPNRDummy\\\":\\\"KE9VKD\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"2920B350E5364DE59AB3E10367BB4A2E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"Megha \",\"passenger-lastname-1\":\"Agrawal \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"KE9VKD\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"Megha \",\"lN\":\"Agrawal \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2920B350E5364DE59AB3E10367BB4A2E\"],\"status\":\"SUCCESS\"}}}','2022-06-23 10:28:59'),(1122,'b5d93-e7a11-461f3-97b8f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b5d93-e7a11-461f3-97b8f\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-b5d93-e7a11-461f3-97b8f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\",\"bookingId\":\"5B1A79022FD648E2950FAD2D474A7BA0\"}],\"flight_booking_id_Arr\":[\"147\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Santosh \",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:33:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"83\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"83\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Surender \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:33:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"96\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"83\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Surender \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:33:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"b5d93-e7a11-461f3-97b8f\",\"modified\":\"2022-06-23 10:33:31\",\"created\":\"2022-06-23 10:33:31\",\"CustomerMemberSysId\":\"96\"}],\"CustomerSysId\":\"83\",\"CustomerMemSysId\":[\"83\",\"96\"],\"flight_booking_customer\":[[\"205\",\"206\"]],\"SearchTraceId\":\"b5d93-e7a11-461f3-97b8f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b5d93-e7a11-461f3-97b8f\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 10:31:56\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b5d93-e7a11-461f3-97b8f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b5d93-e7a11-461f3-97b8f\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 10:31:56\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b5d93-e7a11-461f3-97b8f\\\",\\\"apiTraceId\\\":\\\"438_6289\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-27 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7400,\\\"PublishedFareTxt\\\":\\\"7,400\\\",\\\"ApiResultIndex\\\":\\\"438-b5d93-e7a11-461f3-97b8f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7400,\\\"PublishedFare\\\":7400,\\\"PublishedFareAgent\\\":7400,\\\"OfferedFareAgent\\\":7400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6289\\\",\\\"ApiResultIndex\\\":\\\"438_6289\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":7400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":7400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"03A\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"ZJ432E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZJ432E\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02L\\\",\\\"bookingId\\\":\\\"5B1A79022FD648E2950FAD2D474A7BA0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006689081\",\"leadEmail\":\"ZAHROOM02@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Santosh \",\"passenger-lastname-1\":\"Kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Surender \",\"passenger-lastname-2\":\"singh\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13395\",\"Salutation\":\"1\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"FirstName\":\"Santosh \",\"LastName\":\"Kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"7006689081\"},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 10:34:25'),(1123,'b6792-4c97e-f4765-cba7d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b6792-4c97e-f4765-cba7d\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-b6792-4c97e-f4765-cba7d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\"}],\"apiTraceId\":\"438_6289\",\"SearchTraceId\":\"b6792-4c97e-f4765-cba7d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b6792-4c97e-f4765-cba7d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 10:22:51\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 10:36:30'),(1125,'76636-d753f-bc82f-f259f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"76636-d753f-bc82f-f259f\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-76636-d753f-bc82f-f259f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\"}],\"apiTraceId\":\"438_6289\",\"SearchTraceId\":\"76636-d753f-bc82f-f259f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"76636-d753f-bc82f-f259f\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 10:51:56\",\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 10:53:08'),(1133,'642e1-d145d-2415c-25a56','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"642e1-d145d-2415c-25a56\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-642e1-d145d-2415c-25a56\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\",\"bookingId\":\"BE25532AC4DC405387102D451F5D1F17\"}],\"flight_booking_id_Arr\":[\"148\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Santosh \",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:55:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"83\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"83\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Surender \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:55:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"96\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"83\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Surender \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 10:55:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-23 10:55:29\",\"CustomerMemberSysId\":\"96\"}],\"CustomerSysId\":\"83\",\"CustomerMemSysId\":[\"83\",\"96\"],\"flight_booking_customer\":[[\"207\",\"208\"]],\"SearchTraceId\":\"642e1-d145d-2415c-25a56\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"642e1-d145d-2415c-25a56\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 10:51:19\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"642e1-d145d-2415c-25a56\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"642e1-d145d-2415c-25a56\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 10:51:19\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"642e1-d145d-2415c-25a56\\\",\\\"apiTraceId\\\":\\\"438_6289\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-27 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7400,\\\"PublishedFareTxt\\\":\\\"7,400\\\",\\\"ApiResultIndex\\\":\\\"438-642e1-d145d-2415c-25a56\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7400,\\\"PublishedFare\\\":7400,\\\"PublishedFareAgent\\\":7400,\\\"OfferedFareAgent\\\":7400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6289\\\",\\\"ApiResultIndex\\\":\\\"438_6289\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":7400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":7400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"03A\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"ZJ432E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZJ432E\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02L\\\",\\\"bookingId\\\":\\\"BE25532AC4DC405387102D451F5D1F17\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006689081\",\"leadEmail\":\"ZAHROOM02@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"83\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Santosh \",\"passenger-lastname-1\":\"Kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"96\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Surender \",\"passenger-lastname-2\":\"singh\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13395\",\"Salutation\":\"1\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"FirstName\":\"Santosh \",\"LastName\":\"Kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"7006689081\"},\"_sessiondata\":{\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"UserSysId\":\"14860\",\"CustomerSysId\":\"209306\",\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ZAHOOR\",\"LastName\":\"PARA\",\"Password_cu\":\"\",\"AgencyName\":\"PARA TOUR AND TRAVEL\",\"AgencyCode\":\"122111.2211122111221E74\",\"ContactNo1\":\"7006689081\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4BE300BC-B983-4AFA-98A4-CFD45E333658\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":2,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-23 10:56:23'),(1138,'ba67e-04620-0a2c9-057d3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ba67e-04620-0a2c9-057d3\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-ba67e-04620-0a2c9-057d3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03A\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\"}],\"apiTraceId\":\"438_6289\",\"SearchTraceId\":\"ba67e-04620-0a2c9-057d3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ba67e-04620-0a2c9-057d3\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:02:14\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 11:03:36'),(1141,'22165-5ad49-52d1b-002f3','{\"FlightBookingData\":[{\"bookingId\":\"DMC102636459405\",\"bookingId_TJ\":\"TJ102636459405\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"22165-5ad49-52d1b-002f3\",\"apiTraceId\":\"11-8837270148_4SXRDELSG8151_11199491844091\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:00\",\"ArrivalTime\":\"18:35\",\"TravelDate\":\"2022-06-24T17:00\",\"LocalFromTime\":\"2022-06-24 17:00\",\"FromUTCTime\":\"2022-06-24T17:00\",\"LocalToTime\":\"2022-06-24 18:35\",\"ToUTCTime\":\"2022-06-24T18:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"11-8837270148_4SXRDELSG8151_11199491844091\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4100,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4417.7,\"PublishedFare\":4771.7,\"PublishedFareAgent\":4771.7,\"OfferedFareAgent\":4771.7,\"OfferedFare\":4417.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8837270148_0SXRDELSG8151_1220763995703\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4771.7,\"CostToAgent\":4771.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4417.7,\"BaseFareCal\":4471.7,\"BaseFare\":4100,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4771.7,\"CostToAgent\":4771.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4771.7,\"CostToCustomer\":4771.7,\"BaseFareCal\":4471.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4471.7,\"intOfferedFare\":4417.7,\"intPublishFare\":4417.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4771.7,\"CostToAgent\":4771.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"662\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-24T18:35\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-24T17:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:00\",\"strArrivalDtTime\":\"18:35\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8837270148_4SXRDELSG8151_11199491844091\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"149\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13320\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"sales@travelmission.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9596346926\",\"FirstName\":\"mukul\",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13320\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 11:03:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"84\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"84\",\"CustomerMemSysId\":[\"84\"],\"flight_booking_customer\":[[\"209\"]],\"SearchTraceId\":\"22165-5ad49-52d1b-002f3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"22165-5ad49-52d1b-002f3\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:00:09\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"22165-5ad49-52d1b-002f3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"22165-5ad49-52d1b-002f3\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 11:00:09\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102636459405\\\",\\\"bookingId_TJ\\\":\\\"TJ102636459405\\\",\\\"FlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"22165-5ad49-52d1b-002f3\\\",\\\"apiTraceId\\\":\\\"11-8837270148_4SXRDELSG8151_11199491844091\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"17:00\\\",\\\"ArrivalTime\\\":\\\"18:35\\\",\\\"TravelDate\\\":\\\"2022-06-24T17:00\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 17:00\\\",\\\"FromUTCTime\\\":\\\"2022-06-24T17:00\\\",\\\"LocalToTime\\\":\\\"2022-06-24 18:35\\\",\\\"ToUTCTime\\\":\\\"2022-06-24T18:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,772\\\",\\\"ApiResultIndex\\\":\\\"11-8837270148_4SXRDELSG8151_11199491844091\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4100,\\\"Tax\\\":317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":300,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4417.7,\\\"PublishedFare\\\":4771.7,\\\"PublishedFareAgent\\\":4771.7,\\\"OfferedFareAgent\\\":4771.7,\\\"OfferedFare\\\":4417.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-8837270148_0SXRDELSG8151_1220763995703\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4771.7,\\\"CostToAgent\\\":4771.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":317.7,\\\"TotalBaseFare\\\":4417.7,\\\"BaseFareCal\\\":4471.7,\\\"BaseFare\\\":4100,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4771.7,\\\"CostToAgent\\\":4771.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4771.7,\\\"CostToCustomer\\\":4771.7,\\\"BaseFareCal\\\":4471.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4471.7,\\\"intOfferedFare\\\":4417.7,\\\"intPublishFare\\\":4417.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4771.7,\\\"CostToAgent\\\":4771.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"662\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T18:35\\\",\\\"SegFlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-06-24T17:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"17:00\\\",\\\"strArrivalDtTime\\\":\\\"18:35\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-8837270148_4SXRDELSG8151_11199491844091\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-23 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9596346926\",\"leadEmail\":\"sales@travelmission.in\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mukul\",\"passenger-lastname-1\":\"singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13320\",\"Salutation\":\"1\",\"EmailId\":\"sales@travelmission.in\",\"FirstName\":\"mukul\",\"LastName\":\"singh\",\"CountryCode\":\"91\",\"MobileNo\":\"9596346926\"},\"_sessiondata\":{\"EmailId\":\"sales@travelmission.in\",\"UserSysId\":\"14785\",\"CustomerSysId\":\"208738\",\"AgencySysId\":\"13320\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ISHFAQ AHMAD\",\"LastName\":\"MAGRAY\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL MISSION\",\"AgencyCode\":\"11221\",\"ContactNo1\":\"9596346926\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"69318053-5832-45FB-96AC-930816648254\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ102636459405\",\"amount\":4417.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"sales@travelmission.in\"],\"contacts\":[\"919596346926\"]},\"status\":\"PENDING\",\"createdOn\":\"2022-06-23T11:10:04.273\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9550255\",\"fD\":{\"aI\":{\"code\":\"SG\",\"name\":\"SpiceJet\",\"isLcc\":true},\"fN\":\"8151\"},\"stops\":0,\"duration\":95,\"da\":{\"code\":\"SXR\",\"name\":\"Srinagar Arpt\",\"cityCode\":\"SXR\",\"city\":\"Srinagar\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-24T17:00\",\"at\":\"2022-06-24T18:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"mukul\",\"lN\":\"singh\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"IGST\":2.7,\"BF\":4100,\"TF\":4417.7,\"TAF\":317.7,\"NF\":4417.7},\"afC\":{\"TAF\":{\"MF\":15,\"MFT\":2.7,\"OT\":300}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-23 11:09:19'),(1147,'8a55b-36452-43d70-8190a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8a55b-36452-43d70-8190a\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7400,\"PublishedFareTxt\":\"7,400\",\"ApiResultIndex\":\"438-8a55b-36452-43d70-8190a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7400,\"PublishedFare\":7400,\"PublishedFareAgent\":7400,\"OfferedFareAgent\":7400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":7400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0FA\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0EL\",\"bookingId\":\"C270C8BB0C6D426D90E3A621DAF72EC8\"}],\"flight_booking_id_Arr\":[\"150\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Santosh \",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 11:15:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"83\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"83\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Surender \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 11:15:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"96\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"83\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006689081\",\"FirstName\":\"Surender \",\"LastName\":\"singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13395\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 11:15:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-23 11:15:24\",\"CustomerMemberSysId\":\"96\"}],\"CustomerSysId\":\"83\",\"CustomerMemSysId\":[\"83\",\"96\"],\"flight_booking_customer\":[[\"210\",\"211\"]],\"SearchTraceId\":\"8a55b-36452-43d70-8190a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8a55b-36452-43d70-8190a\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:11:51\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8a55b-36452-43d70-8190a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8a55b-36452-43d70-8190a\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 11:11:51\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8a55b-36452-43d70-8190a\\\",\\\"apiTraceId\\\":\\\"438_6289\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-27 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7400,\\\"PublishedFareTxt\\\":\\\"7,400\\\",\\\"ApiResultIndex\\\":\\\"438-8a55b-36452-43d70-8190a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7400,\\\"PublishedFare\\\":7400,\\\"PublishedFareAgent\\\":7400,\\\"OfferedFareAgent\\\":7400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6289\\\",\\\"ApiResultIndex\\\":\\\"438_6289\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":7400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":7400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0FA\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"ZJ432E\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZJ432E\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0EL\\\",\\\"bookingId\\\":\\\"C270C8BB0C6D426D90E3A621DAF72EC8\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006689081\",\"leadEmail\":\"ZAHROOM02@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"83\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Santosh \",\"passenger-lastname-1\":\"Kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"96\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Surender \",\"passenger-lastname-2\":\"singh\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13395\",\"Salutation\":\"1\",\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"FirstName\":\"Santosh \",\"LastName\":\"Kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"7006689081\"},\"_sessiondata\":{\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"UserSysId\":\"14860\",\"CustomerSysId\":\"209306\",\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ZAHOOR\",\"LastName\":\"PARA\",\"Password_cu\":\"\",\"AgencyName\":\"PARA TOUR AND TRAVEL\",\"AgencyCode\":\"122111.2211122111221E74\",\"ContactNo1\":\"7006689081\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4BE300BC-B983-4AFA-98A4-CFD45E333658\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":2,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"ZJ432E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Santosh \",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"ZJ432E\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Surender \",\"lN\":\"singh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"C270C8BB0C6D426D90E3A621DAF72EC8\"],\"status\":\"SUCCESS\"}}}','2022-06-23 11:17:51'),(1148,'11d2f-f9378-e42d0-582f1','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8492\",\"SegFlightNumberArr\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"11d2f-f9378-e42d0-582f1\",\"apiTraceId\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-06-23T16:00\",\"LocalFromTime\":\"2022-06-23 16:00\",\"FromUTCTime\":\"2022-06-23T16:00\",\"LocalToTime\":\"2022-06-23 16:55\",\"ToUTCTime\":\"2022-06-23T16:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Jammu\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10123.519999999999,\"PublishedFareTxt\":\"10,124\",\"ApiResultIndex\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8735,\"Tax\":1223.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":440,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9958.7,\"PublishedFare\":10123.519999999999,\"PublishedFareAgent\":10123.519999999999,\"OfferedFareAgent\":10123.519999999999,\"OfferedFare\":9875.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"ApiResultIndex\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223.7,\"TotalBaseFare\":9958.7,\"BaseFareCal\":9913.519999999999,\"BaseFare\":8735,\"CommissionEarned\":82.98,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":440,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":82.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":10123.519999999999,\"CostToCustomer\":10123.519999999999,\"BaseFareCal\":9913.519999999999,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":9913.519999999999,\"intOfferedFare\":9875.72,\"intPublishFare\":9958.7,\"TripjackMarkup\":0,\"TripjackCommission\":82.98,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"$$hashKey\":\"02X\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-23T16:55\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T16:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02B\"}],\"apiTraceId\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"SearchTraceId\":\"11d2f-f9378-e42d0-582f1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"11d2f-f9378-e42d0-582f1\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:20:44\",\"IsChangeSearch\":1}}','2022-06-23 11:21:27'),(1149,'2c5c0-4418a-f4873-b83a4','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8492\",\"SegFlightNumberArr\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"2c5c0-4418a-f4873-b83a4\",\"apiTraceId\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-06-23T16:00\",\"LocalFromTime\":\"2022-06-23 16:00\",\"FromUTCTime\":\"2022-06-23T16:00\",\"LocalToTime\":\"2022-06-23 16:55\",\"ToUTCTime\":\"2022-06-23T16:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Jammu\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10123.519999999999,\"PublishedFareTxt\":\"10,124\",\"ApiResultIndex\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8735,\"Tax\":1223.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":440,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9958.7,\"PublishedFare\":10123.519999999999,\"PublishedFareAgent\":10123.519999999999,\"OfferedFareAgent\":10123.519999999999,\"OfferedFare\":9875.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"ApiResultIndex\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223.7,\"TotalBaseFare\":9958.7,\"BaseFareCal\":9913.519999999999,\"BaseFare\":8735,\"CommissionEarned\":82.98,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":440,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":82.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":10123.519999999999,\"CostToCustomer\":10123.519999999999,\"BaseFareCal\":9913.519999999999,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":9913.519999999999,\"intOfferedFare\":9875.72,\"intPublishFare\":9958.7,\"TripjackMarkup\":0,\"TripjackCommission\":82.98,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"$$hashKey\":\"02X\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-23T16:55\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T16:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02B\"}],\"apiTraceId\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"SearchTraceId\":\"2c5c0-4418a-f4873-b83a4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2c5c0-4418a-f4873-b83a4\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:21:40\",\"IsChangeSearch\":0}}','2022-06-23 11:21:47'),(1150,'7dbf2-097f7-32b77-6a5c0','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8492\",\"SegFlightNumberArr\":\"SG-8492\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7dbf2-097f7-32b77-6a5c0\",\"apiTraceId\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-06-23T16:00\",\"LocalFromTime\":\"2022-06-23 16:00\",\"FromUTCTime\":\"2022-06-23T16:00\",\"LocalToTime\":\"2022-06-23 16:55\",\"ToUTCTime\":\"2022-06-23T16:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Jammu\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10123.519999999999,\"PublishedFareTxt\":\"10,124\",\"ApiResultIndex\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8735,\"Tax\":1223.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":440,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9958.7,\"PublishedFare\":10123.519999999999,\"PublishedFareAgent\":10123.519999999999,\"OfferedFareAgent\":10123.519999999999,\"OfferedFare\":9875.72,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"ApiResultIndex\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1223.7,\"TotalBaseFare\":9958.7,\"BaseFareCal\":9913.519999999999,\"BaseFare\":8735,\"CommissionEarned\":82.98,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":440,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":82.98,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":10123.519999999999,\"CostToCustomer\":10123.519999999999,\"BaseFareCal\":9913.519999999999,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":9913.519999999999,\"intOfferedFare\":9875.72,\"intPublishFare\":9958.7,\"TripjackMarkup\":0,\"TripjackCommission\":82.98,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":82.98,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10123.519999999999,\"CostToAgent\":10123.519999999999,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"$$hashKey\":\"02X\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-23T16:55\",\"SegFlightNumber\":\"SG-8492\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T16:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02B\"}],\"apiTraceId\":\"4-2662206210_0SXRIXJSG8492_1237455344901\",\"SearchTraceId\":\"7dbf2-097f7-32b77-6a5c0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7dbf2-097f7-32b77-6a5c0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:21:59\",\"IsChangeSearch\":0}}','2022-06-23 11:22:04'),(1151,'a17c3-c49b4-8137d-15c8b','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-2124\",\"SegFlightNumberArr\":\"6E-2124\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a17c3-c49b4-8137d-15c8b\",\"apiTraceId\":\"5-2662206210_0SXRIXJ6E2124_1237770864321\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2022-06-23T14:50\",\"LocalFromTime\":\"2022-06-23 14:50\",\"FromUTCTime\":\"2022-06-23T14:50\",\"LocalToTime\":\"2022-06-23 15:45\",\"ToUTCTime\":\"2022-06-23T15:45\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FlightDuration\":\"0h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Jammu\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":10144.16,\"PublishedFareTxt\":\"10,144\",\"ApiResultIndex\":\"5-2662206210_0SXRIXJ6E2124_1237770864321\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8750,\"Tax\":1208.7,\"YQTax\":0,\"OtherCharges\":1191,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9958.7,\"PublishedFare\":10144.16,\"PublishedFareAgent\":10144.16,\"OfferedFareAgent\":10144.16,\"OfferedFare\":9896.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2662206210_0SXRIXJ6E2124_1237770864321\",\"ApiResultIndex\":\"5-2662206210_0SXRIXJ6E2124_1237770864321\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"fareIdentifierSP\":\"FLEXI_PLUS\",\"SeatAvailable\":1,\"classOfBooking\":\"J\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":62.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10144.16,\"CostToAgent\":10144.16,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1208.7,\"TotalBaseFare\":9958.7,\"BaseFareCal\":9934.16,\"BaseFare\":8750,\"CommissionEarned\":62.34,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1191,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":62.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10144.16,\"CostToAgent\":10144.16,\"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\":62.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":10144.16,\"CostToCustomer\":10144.16,\"BaseFareCal\":9934.16,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":9934.16,\"intOfferedFare\":9896.36,\"intPublishFare\":9958.7,\"TripjackMarkup\":0,\"TripjackCommission\":62.34,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":62.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10144.16,\"CostToAgent\":10144.16,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"$$hashKey\":\"031\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-23T15:45\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T14:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02C\"}],\"apiTraceId\":\"5-2662206210_0SXRIXJ6E2124_1237770864321\",\"SearchTraceId\":\"a17c3-c49b4-8137d-15c8b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a17c3-c49b4-8137d-15c8b\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:24:08\",\"IsChangeSearch\":0}}','2022-06-23 11:24:15'),(1153,'3913d-09318-b7fbb-81d19','{\"FlightBookingData\":[{\"bookingId\":\"DMC109036461331\",\"bookingId_TJ\":\"TJ109036461331\",\"FlightNumber\":\"UK-644\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3913d-09318-b7fbb-81d19\",\"apiTraceId\":\"21-10-15-2-2662206210_0SXRDELUK644DELIXJUK994_1238437708452\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"13:45\",\"ArrivalTime\":\"14:55\",\"TravelDate\":\"2022-06-23T13:45\",\"LocalFromTime\":\"2022-06-23 13:45\",\"FromUTCTime\":\"2022-06-23T13:45\",\"LocalToTime\":\"2022-06-24 14:55\",\"ToUTCTime\":\"2022-06-24T14:55\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1325,\"LAYOVERDuration\":\"22h 5m\",\"FlyingMinutes\":1510,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"15,181\",\"ApiResultIndex\":\"21-10-15-2-2662206210_0SXRDELUK644DELIXJUK994_1238437708452\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14340,\"Tax\":1603.7,\"YQTax\":0,\"OtherCharges\":701,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":725,\"CarrierMiscFee\":160,\"MUFee\":0,\"intPublishedFare\":15943.7,\"PublishedFare\":15180.72,\"PublishedFareAgent\":15180.72,\"OfferedFareAgent\":15180.72,\"OfferedFare\":14932.92,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2662206210_0SXRDELUK644DELIXJUK994_2303983574285\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"L\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1010.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15180.72,\"CostToAgent\":15180.72,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1603.7,\"TotalBaseFare\":15943.7,\"BaseFareCal\":14970.72,\"BaseFare\":14340,\"CommissionEarned\":1010.78,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":725,\"MFT\":2.7,\"OT\":701,\"MU\":0,\"YR\":160,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1010.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15180.72,\"CostToAgent\":15180.72,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1010.78,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":15180.72,\"CostToCustomer\":15180.72,\"BaseFareCal\":14970.72,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":14970.72,\"intOfferedFare\":14932.92,\"intPublishFare\":15943.7,\"TripjackMarkup\":0,\"TripjackCommission\":1010.78,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":1010.78,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":15180.72,\"CostToAgent\":15180.72,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"783\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-23T15:20\",\"SegFlightNumber\":\"UK-644\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"L\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-23T13:45\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":1325,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:45\",\"strArrivalDtTime\":\"15:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"22h 5m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"784\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-24T14:55\",\"SegFlightNumber\":\"UK-994\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"L\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-24T13:25\",\"TripIndicator\":2,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":2,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"14:55\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2662206210_0SXRDELUK644DELIXJUK994_1238437708452\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXJ\":{\"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\":{\"CRFT\":9,\"ARF\":3150,\"CRF\":50,\"ARFT\":157.5}}},\"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\":{\"ACFT\":183.75,\"CCFT\":9,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-22 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"21-10-15-2-2662206210_0SXRDELUK644DELIXJUK994_1238437708452\",\"SearchTraceId\":\"3913d-09318-b7fbb-81d19\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-23\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3913d-09318-b7fbb-81d19\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:25:49\",\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-23 11:26:02'),(1159,'3ab0d-16a38-e72c7-ab77d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3ab0d-16a38-e72c7-ab77d\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"430-3ab0d-16a38-e72c7-ab77d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JHH97U\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"ED8B7CF89E1A4856923EAA140A91316F\"}],\"flight_booking_id_Arr\":[\"151\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Megha \",\"LastName\":\"Agrawal \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 12:17:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"97\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Megha \",\"LastName\":\"Agrawal \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 12:17:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3ab0d-16a38-e72c7-ab77d\",\"modified\":\"2022-06-23 12:17:29\",\"created\":\"2022-06-23 12:17:29\",\"CustomerMemberSysId\":\"97\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"97\"],\"flight_booking_customer\":[[\"212\"]],\"SearchTraceId\":\"3ab0d-16a38-e72c7-ab77d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\"],\"departure_datesf\":[\"03\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-03\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"3ab0d-16a38-e72c7-ab77d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 11:37:16\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3ab0d-16a38-e72c7-ab77d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-03\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"3ab0d-16a38-e72c7-ab77d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 11:37:16\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3ab0d-16a38-e72c7-ab77d\\\",\\\"apiTraceId\\\":\\\"430_6048\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-03 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"430-3ab0d-16a38-e72c7-ab77d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6048\\\",\\\"ApiResultIndex\\\":\\\"430_6048\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"ED8B7CF89E1A4856923EAA140A91316F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"Megha \",\"passenger-lastname-1\":\"Agrawal \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"JHH97U\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Megha\",\"lN\":\"Agrawal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"ED8B7CF89E1A4856923EAA140A91316F\"],\"status\":\"SUCCESS\"}}}','2022-06-23 12:19:03'),(1161,'66488-2ad47-c6434-ce0b1','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"66488-2ad47-c6434-ce0b1\",\"apiTraceId\":\"438_6289\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 09:25\",\"FromUTCTime\":\"2022-06-27 09:25\",\"LocalToTime\":\"2022-06-27 10:55:00\",\"ToUTCTime\":\"2022-06-27 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3700,\"PublishedFareTxt\":\"3,700\",\"ApiResultIndex\":\"438-66488-2ad47-c6434-ce0b1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3700,\"PublishedFare\":3700,\"PublishedFareAgent\":3700,\"OfferedFareAgent\":3700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6289\",\"ApiResultIndex\":\"438_6289\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":3700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZJ432E\",\"OnwardGroupPNRDummy\":\"ZJ432E\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}],\"apiTraceId\":\"438_6289\",\"SearchTraceId\":\"66488-2ad47-c6434-ce0b1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-SXR\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\"],\"departure_datesf\":[\"27\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-SXR\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-27\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"66488-2ad47-c6434-ce0b1\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 12:31:37\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 12:31:47'),(1166,'339dc-b25af-716fd-2fad3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"339dc-b25af-716fd-2fad3\",\"apiTraceId\":\"438_6286\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 09:25\",\"FromUTCTime\":\"2022-06-24 09:25\",\"LocalToTime\":\"2022-06-24 10:55:00\",\"ToUTCTime\":\"2022-06-24 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"438-339dc-b25af-716fd-2fad3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6286\",\"ApiResultIndex\":\"438_6286\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3700,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0S0\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"JYTR3Z\",\"OnwardGroupPNRDummy\":\"JYTR3Z\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0R5\",\"bookingId\":\"AA5F92ABF47940E1B7553686DAF940E7\"}],\"flight_booking_id_Arr\":[\"152\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13294\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Yas_speed11@yahoo.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7006010600\",\"FirstName\":\"RUHI\",\"LastName\":\"JAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13294\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 13:27:49\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"85\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"85\",\"CustomerMemSysId\":[\"85\"],\"flight_booking_customer\":[[\"213\"]],\"SearchTraceId\":\"339dc-b25af-716fd-2fad3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"24\\/06\\/2022\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\",\"2022-06-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"339dc-b25af-716fd-2fad3\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"24\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\",\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 13:26:57\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"339dc-b25af-716fd-2fad3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"2022-06-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"339dc-b25af-716fd-2fad3\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\",\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 13:26:57\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"339dc-b25af-716fd-2fad3\\\",\\\"apiTraceId\\\":\\\"438_6286\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-24 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"438-339dc-b25af-716fd-2fad3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3700,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6286\\\",\\\"ApiResultIndex\\\":\\\"438_6286\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3700,\\\"BaseFare\\\":3700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0S0\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"JYTR3Z\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JYTR3Z\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0R5\\\",\\\"bookingId\\\":\\\"AA5F92ABF47940E1B7553686DAF940E7\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006010600\",\"leadEmail\":\"Yas_speed11@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"RUHI\",\"passenger-lastname-1\":\"JAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13294\",\"Salutation\":\"2\",\"EmailId\":\"Yas_speed11@yahoo.com\",\"FirstName\":\"RUHI\",\"LastName\":\"JAN\",\"CountryCode\":\"91\",\"MobileNo\":\"7006010600\"},\"_sessiondata\":{\"EmailId\":\"Yas_speed11@yahoo.com\",\"UserSysId\":\"14759\",\"CustomerSysId\":\"208692\",\"AgencySysId\":\"13294\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Malik\",\"Password_cu\":\"\",\"AgencyName\":\"Yasir travel\",\"AgencyCode\":\"11195\",\"ContactNo1\":\"70060106\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"113E256D-93E0-46B0-B3EB-DC9C5BCBC04A\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-23 13:28:06'),(1171,'dd4d7-c2fdd-52546-850c4','{\"FlightBookingData\":[{\"bookingId\":\"DMC106936473264\",\"bookingId_TJ\":\"TJ106936473264\",\"FlightNumber\":\"UK-860\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"dd4d7-c2fdd-52546-850c4\",\"apiTraceId\":\"21-10-15-2-2739249347_0HYDDELUK860_30130857686642\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:00\",\"TravelDate\":\"2022-06-29T07:00\",\"LocalFromTime\":\"2022-06-29 07:00\",\"FromUTCTime\":\"2022-06-29T07:00\",\"LocalToTime\":\"2022-06-29 09:00\",\"ToUTCTime\":\"2022-06-29T09:00\",\"IsDirect\":0,\"FareClass\":\"V\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":120,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FlightDuration\":\"02h 00m\",\"SourcePlaceSysId\":\"12538\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"HYD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,416\",\"ApiResultIndex\":\"21-10-15-2-2739249347_0HYDDELUK860_30130857686642\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5368,\"Tax\":1225.7,\"YQTax\":0,\"OtherCharges\":803,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":275,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6593.7,\"PublishedFare\":6416.05,\"PublishedFareAgent\":6416.05,\"OfferedFareAgent\":6416.05,\"OfferedFare\":6168.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-2739249347_0HYDDELUK860_97567650501027\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"V\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":425.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6416.05,\"CostToAgent\":6416.05,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1225.7,\"TotalBaseFare\":6593.7,\"BaseFareCal\":6206.05,\"BaseFare\":5368,\"CommissionEarned\":425.45,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":275,\"MFT\":2.7,\"OT\":803,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":425.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6416.05,\"CostToAgent\":6416.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":425.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":6416.05,\"CostToCustomer\":6416.05,\"BaseFareCal\":6206.05,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":6206.05,\"intOfferedFare\":6168.25,\"intPublishFare\":6593.7,\"TripjackMarkup\":0,\"TripjackCommission\":425.45,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":425.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6416.05,\"CostToAgent\":6416.05,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"782\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-29T09:00\",\"SegFlightNumber\":\"UK-860\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"V\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-06-29T07:00\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":120,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:00\",\"FlightDuration\":\"2h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2739249347_0HYDDELUK860_30130857686642\",\"FareRuleData\":{\"fareRule\":{\"HYD-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Only Statutory Taxes will be refunded\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":3150,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference__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,\"ARF\":3150,\"CRFT\":9,\"ARFT\":157.5}}},\"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\":{\"ACF\":3675,\"CCF\":50,\"ACFT\":183.75,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"HYD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"12538\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"21-10-15-2-2739249347_0HYDDELUK860_30130857686642\",\"SearchTraceId\":\"dd4d7-c2fdd-52546-850c4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\",\"29\\/06\\/2022\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Hyderabad (HYD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-29\",\"2022-06-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[12538],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"dd4d7-c2fdd-52546-850c4\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\",\"29\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jun Wed\",\"29 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 13:39:39\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-23 13:41:43'),(1174,'1eb19-98345-8f68c-6f2fb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8963\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1eb19-98345-8f68c-6f2fb\",\"apiTraceId\":\"438_6286\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"11:00\",\"TravelDate\":\"2022-06-24\",\"LocalFromTime\":\"2022-06-24 09:25\",\"FromUTCTime\":\"2022-06-24 09:25\",\"LocalToTime\":\"2022-06-24 10:55:00\",\"ToUTCTime\":\"2022-06-24 10:55:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"438-1eb19-98345-8f68c-6f2fb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"438_6286\",\"ApiResultIndex\":\"438_6286\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3700,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03G\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8963\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"11:00\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-24T11:00\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-24T09:25\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/06\\/2022\",\"FromDateSort\":1656009000,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"JYTR3Z\",\"OnwardGroupPNRDummy\":\"JYTR3Z\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02L\",\"bookingId\":\"759C3C731BEA4A05A48F50E2FCA1822E\"}],\"flight_booking_id_Arr\":[\"153\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13294\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"85\",\"EmailId\":\"Yas_speed11@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006010600\",\"FirstName\":\"RUHI\",\"LastName\":\"JAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13294\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 13:41:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"98\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13294\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"85\",\"EmailId\":\"Yas_speed11@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006010600\",\"FirstName\":\"RUHI\",\"LastName\":\"JAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13294\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 13:41:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1eb19-98345-8f68c-6f2fb\",\"modified\":\"2022-06-23 13:41:41\",\"created\":\"2022-06-23 13:41:41\",\"CustomerMemberSysId\":\"98\"}],\"CustomerSysId\":\"85\",\"CustomerMemSysId\":[\"98\"],\"flight_booking_customer\":[[\"214\"]],\"SearchTraceId\":\"1eb19-98345-8f68c-6f2fb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"24\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1eb19-98345-8f68c-6f2fb\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 13:34:28\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1eb19-98345-8f68c-6f2fb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1eb19-98345-8f68c-6f2fb\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 13:34:28\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1eb19-98345-8f68c-6f2fb\\\",\\\"apiTraceId\\\":\\\"438_6286\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"09:25\\\",\\\"ArrivalTime\\\":\\\"11:00\\\",\\\"TravelDate\\\":\\\"2022-06-24\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 09:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-24 09:25\\\",\\\"LocalToTime\\\":\\\"2022-06-24 10:55:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-24 10:55:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"438-1eb19-98345-8f68c-6f2fb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3700,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"438_6286\\\",\\\"ApiResultIndex\\\":\\\"438_6286\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3700,\\\"BaseFare\\\":3700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"03G\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8963\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:25\\\",\\\"strArrivalDtTime\\\":\\\"11:00\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T11:00\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-24T09:25\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656009000,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"JYTR3Z\\\",\\\"OnwardGroupPNRDummy\\\":\\\"JYTR3Z\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02L\\\",\\\"bookingId\\\":\\\"759C3C731BEA4A05A48F50E2FCA1822E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006010600\",\"leadEmail\":\"Yas_speed11@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RUHI\",\"passenger-lastname-1\":\"JAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Yas_speed11@yahoo.com\",\"UserSysId\":\"14759\",\"CustomerSysId\":\"208692\",\"AgencySysId\":\"13294\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Malik\",\"Password_cu\":\"\",\"AgencyName\":\"Yasir travel\",\"AgencyCode\":\"11195\",\"ContactNo1\":\"70060106\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"113E256D-93E0-46B0-B3EB-DC9C5BCBC04A\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"JYTR3Z\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RUHI\",\"lN\":\"JAN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"759C3C731BEA4A05A48F50E2FCA1822E\"],\"status\":\"SUCCESS\"}}}','2022-06-23 13:42:19'),(1180,'82822-4ede6-5e144-879dd','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"82822-4ede6-5e144-879dd\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-82822-4ede6-5e144-879dd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E4B73E8813694F60AE3F1B5585D37CEC\"}],\"flight_booking_id_Arr\":[\"154\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13112\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"sales@dreamlinertravolta.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9858299200\",\"FirstName\":\"Abdul oyahid \",\"LastName\":\"Sarkar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13112\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 15:28:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"86\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"86\",\"CustomerMemSysId\":[\"86\"],\"flight_booking_customer\":[[\"215\"]],\"SearchTraceId\":\"82822-4ede6-5e144-879dd\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"82822-4ede6-5e144-879dd\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 15:19:59\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"82822-4ede6-5e144-879dd\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"82822-4ede6-5e144-879dd\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"05 Jul Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 15:19:59\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"82822-4ede6-5e144-879dd\\\",\\\"apiTraceId\\\":\\\"432_6137\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-05\\\",\\\"LocalFromTime\\\":\\\"2022-07-05 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-05 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-82822-4ede6-5e144-879dd\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6137\\\",\\\"ApiResultIndex\\\":\\\"432_6137\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-05T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-05T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656959400,\\\"DepartureDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"MFDPJA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MFDPJA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"E4B73E8813694F60AE3F1B5585D37CEC\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9858299200\",\"leadEmail\":\"sales@dreamlinertravolta.in\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Abdul oyahid \",\"passenger-lastname-1\":\"Sarkar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13112\",\"Salutation\":\"1\",\"EmailId\":\"sales@dreamlinertravolta.in\",\"FirstName\":\"Abdul oyahid \",\"LastName\":\"Sarkar\",\"CountryCode\":\"91\",\"MobileNo\":\"9858299200\"},\"_sessiondata\":{\"EmailId\":\"sales@dreamlinertravolta.in\",\"UserSysId\":\"14577\",\"CustomerSysId\":\"207751\",\"AgencySysId\":\"13112\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UZAIR HAMEED\",\"LastName\":\"ZARGAR\",\"Password_cu\":\"\",\"AgencyName\":\"DREAMLINER TRAVOLTA\",\"AgencyCode\":\"11115\",\"ContactNo1\":\"9858299200\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6C83E27E-E9FD-467E-B548-0B67E59AB222\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Abdul oyahid \",\"lN\":\"Sarkar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E4B73E8813694F60AE3F1B5585D37CEC\"],\"status\":\"SUCCESS\"}}}','2022-06-23 15:29:33'),(1182,'9481d-1fd76-2dc2a-b7f73','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9481d-1fd76-2dc2a-b7f73\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-9481d-1fd76-2dc2a-b7f73\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6137\",\"SearchTraceId\":\"9481d-1fd76-2dc2a-b7f73\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9481d-1fd76-2dc2a-b7f73\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 15:24:25\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 15:32:07'),(1184,'01fb9-4fee6-99871-b49b0','{\"FlightBookingData\":[{\"bookingId\":\"DMC107036486266\",\"bookingId_TJ\":\"TJ107036486266\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"01fb9-4fee6-99871-b49b0\",\"apiTraceId\":\"4-8718793555_2SXRDELSG8374_29584492868490\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-24T11:55\",\"LocalFromTime\":\"2022-06-24 11:55\",\"FromUTCTime\":\"2022-06-24T11:55\",\"LocalToTime\":\"2022-06-24 13:35\",\"ToUTCTime\":\"2022-06-24T13:35\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,189\",\"ApiResultIndex\":\"4-8718793555_2SXRDELSG8374_29584492868490\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3991,\"Tax\":987.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":204,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4978.7,\"PublishedFare\":5188.59,\"PublishedFareAgent\":5188.59,\"OfferedFareAgent\":5188.59,\"OfferedFare\":4940.79,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8718793555_0SXRDELSG8374_35005760400238\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":11,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5188.59,\"CostToAgent\":5188.59,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":987.7,\"TotalBaseFare\":4978.7,\"BaseFareCal\":4978.59,\"BaseFare\":3991,\"CommissionEarned\":37.91,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":204,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5188.59,\"CostToAgent\":5188.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":37.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5188.59,\"CostToCustomer\":5188.59,\"BaseFareCal\":4978.59,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4978.59,\"intOfferedFare\":4940.79,\"intPublishFare\":4978.7,\"TripjackMarkup\":0,\"TripjackCommission\":37.91,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":37.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5188.59,\"CostToAgent\":5188.59,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"878\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-24T13:35\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-24T11:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg 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-8718793555_2SXRDELSG8374_29584492868490\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"ARFT\":167.5,\"CRFT\":9,\"ARF\":3350,\"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\":{\"CCF\":50,\"ACF\":3600,\"CCFT\":9,\"ACFT\":180}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-8718793555_2SXRDELSG8374_29584492868490\",\"SearchTraceId\":\"01fb9-4fee6-99871-b49b0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"01fb9-4fee6-99871-b49b0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 16:36:38\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"878\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-06-23 16:36:57'),(1188,'a4289-82af3-23a8e-4378e','{\"FlightBookingData\":[{\"bookingId\":\"DMC109736498469\",\"bookingId_TJ\":\"TJ109736498469\",\"FlightNumber\":\"I5-764\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a4289-82af3-23a8e-4378e\",\"apiTraceId\":\"11-2624610775_0DELBOMI5764_116768489387851\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"06:35\",\"TravelDate\":\"2022-06-24T04:25\",\"LocalFromTime\":\"2022-06-24 04:25\",\"FromUTCTime\":\"2022-06-24T04:25\",\"LocalToTime\":\"2022-06-24 06:35\",\"ToUTCTime\":\"2022-06-24T06:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,472\",\"ApiResultIndex\":\"11-2624610775_0DELBOMI5764_116768489387851\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3850,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4471.7,\"PublishedFareAgent\":4471.7,\"OfferedFareAgent\":4471.7,\"OfferedFare\":4117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2624610775_0DELBOMI5764_116805675204296\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4117.7,\"BaseFareCal\":4171.7,\"BaseFare\":3850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4471.7,\"CostToAgent\":4471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4471.7,\"CostToCustomer\":4471.7,\"BaseFareCal\":4171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4171.7,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"444\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-24T06:35\",\"SegFlightNumber\":\"I5-764\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-24T04:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2624610775_0DELBOMI5764_116768489387851\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-2624610775_0DELBOMI5764_116768489387851\",\"SearchTraceId\":\"a4289-82af3-23a8e-4378e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a4289-82af3-23a8e-4378e\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 19:13:44\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-23 19:14:23'),(1194,'9e907-a8bca-e6a20-dc613','{\"FlightBookingData\":[{\"bookingId\":\"DMC105736498540\",\"bookingId_TJ\":\"TJ105736498540\",\"FlightNumber\":\"I5-764\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9e907-a8bca-e6a20-dc613\",\"apiTraceId\":\"11-8770929869_0DELBOMI5764_41837253924504\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"04:25\",\"ArrivalTime\":\"06:35\",\"TravelDate\":\"2022-06-24T04:25\",\"LocalFromTime\":\"2022-06-24 04:25\",\"FromUTCTime\":\"2022-06-24T04:25\",\"LocalToTime\":\"2022-06-24 06:35\",\"ToUTCTime\":\"2022-06-24T06:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 24 Jun\",\"ArrivalDateTxt\":\"Fri, 24 Jun\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,472\",\"ApiResultIndex\":\"11-8770929869_0DELBOMI5764_41837253924504\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3850,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4471.7,\"PublishedFareAgent\":4471.7,\"OfferedFareAgent\":4471.7,\"OfferedFare\":4117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8770929869_0DELBOMI5764_130185912379922\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4117.7,\"BaseFareCal\":4171.7,\"BaseFare\":3850,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4471.7,\"CostToAgent\":4471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4471.7,\"CostToCustomer\":4471.7,\"BaseFareCal\":4171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4171.7,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"887\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-06-24T06:35\",\"SegFlightNumber\":\"I5-764\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-06-24T04:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"04:25\",\"strArrivalDtTime\":\"06:35\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8770929869_0DELBOMI5764_41837253924504\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"156\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13432\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"masha@waxwingholidays.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9810707282\",\"FirstName\":\"SHAHZAD\",\"LastName\":\"SHAHZAD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13432\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 19:15:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"88\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"88\",\"CustomerMemSysId\":[\"88\"],\"flight_booking_customer\":[[\"217\"]],\"SearchTraceId\":\"9e907-a8bca-e6a20-dc613\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"24\\/06\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9e907-a8bca-e6a20-dc613\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jun Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 19:08:32\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9e907-a8bca-e6a20-dc613\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-06-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9e907-a8bca-e6a20-dc613\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Jun Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 19:08:32\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105736498540\\\",\\\"bookingId_TJ\\\":\\\"TJ105736498540\\\",\\\"FlightNumber\\\":\\\"I5-764\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"9e907-a8bca-e6a20-dc613\\\",\\\"apiTraceId\\\":\\\"11-8770929869_0DELBOMI5764_41837253924504\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"04:25\\\",\\\"ArrivalTime\\\":\\\"06:35\\\",\\\"TravelDate\\\":\\\"2022-06-24T04:25\\\",\\\"LocalFromTime\\\":\\\"2022-06-24 04:25\\\",\\\"FromUTCTime\\\":\\\"2022-06-24T04:25\\\",\\\"LocalToTime\\\":\\\"2022-06-24 06:35\\\",\\\"ToUTCTime\\\":\\\"2022-06-24T06:35\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":130,\\\"DepartureDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 24 Jun\\\",\\\"FlightDuration\\\":\\\"02h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,472\\\",\\\"ApiResultIndex\\\":\\\"11-8770929869_0DELBOMI5764_41837253924504\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3850,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4117.7,\\\"PublishedFare\\\":4471.7,\\\"PublishedFareAgent\\\":4471.7,\\\"OfferedFareAgent\\\":4471.7,\\\"OfferedFare\\\":4117.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-8770929869_0DELBOMI5764_130185912379922\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4471.7,\\\"CostToAgent\\\":4471.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":4117.7,\\\"BaseFareCal\\\":4171.7,\\\"BaseFare\\\":3850,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4471.7,\\\"CostToAgent\\\":4471.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4471.7,\\\"CostToCustomer\\\":4471.7,\\\"BaseFareCal\\\":4171.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4171.7,\\\"intOfferedFare\\\":4117.7,\\\"intPublishFare\\\":4117.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4471.7,\\\"CostToAgent\\\":4471.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"887\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-06-24T06:35\\\",\\\"SegFlightNumber\\\":\\\"I5-764\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-06-24T04:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":130,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"04:25\\\",\\\"strArrivalDtTime\\\":\\\"06:35\\\",\\\"FlightDuration\\\":\\\"2h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-8770929869_0DELBOMI5764_41837253924504\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-BOM\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-23 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9810707282\",\"leadEmail\":\"masha@waxwingholidays.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"87\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SHAHZAD\",\"passenger-lastname-1\":\"SHAHZAD\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13432\",\"Salutation\":\"1\",\"EmailId\":\"masha@waxwingholidays.com\",\"FirstName\":\"SHAHZAD\",\"LastName\":\"SHAHZAD\",\"CountryCode\":\"91\",\"MobileNo\":\"9810707282\"},\"_sessiondata\":{\"EmailId\":\"maroof@waxwingholidays.com\",\"UserSysId\":\"14902\",\"CustomerSysId\":\"209617\",\"AgencySysId\":\"13432\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Maroof\",\"LastName\":\"Choudhry\",\"Password_cu\":\"\",\"AgencyName\":\"Wax Wing Holidays Pvt Ltd\",\"AgencyCode\":\"90015\",\"ContactNo1\":\"9810707282\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"71E0D0F8-3099-4592-9194-D183C8844BB3\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"order\":{\"bookingId\":\"TJ105736498540\",\"amount\":4117.7,\"markup\":0,\"deliveryInfo\":{\"emails\":[\"masha@waxwingholidays.com\"],\"contacts\":[\"919810707282\"]},\"status\":\"SUCCESS\",\"createdOn\":\"2022-06-23T19:19:24.623\"},\"itemInfos\":{\"AIR\":{\"tripInfos\":[{\"sI\":[{\"id\":\"9562780\",\"fD\":{\"aI\":{\"code\":\"I5\",\"name\":\"AirAsia India\",\"isLcc\":true},\"fN\":\"764\"},\"stops\":0,\"duration\":130,\"da\":{\"code\":\"DEL\",\"name\":\"Delhi Indira Gandhi Intl\",\"cityCode\":\"DEL\",\"city\":\"Delhi\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"aa\":{\"code\":\"BOM\",\"name\":\"Chhatrapati Shivaji Maharaj International Airport\",\"cityCode\":\"BOM\",\"city\":\"Mumbai\",\"country\":\"India\",\"countryCode\":\"IN\",\"terminal\":\"\"},\"dt\":\"2022-06-24T04:25\",\"at\":\"2022-06-24T06:35\",\"iand\":false,\"isRs\":false,\"sN\":0}]}],\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"G1LLVP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHAHZAD\",\"lN\":\"SHAHZAD\"}],\"totalPriceInfo\":{\"totalFareDetail\":{\"fC\":{\"TAF\":267.7,\"IGST\":2.7,\"TF\":4117.7,\"NF\":4117.7,\"BF\":3850},\"afC\":{\"TAF\":{\"MF\":15,\"OT\":250,\"MFT\":2.7}}}}}},\"gstInfo\":[],\"status\":{\"success\":true,\"httpStatus\":200}}}','2022-06-23 19:18:39'),(1203,'5e270-3fa32-acf45-93840','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5e270-3fa32-acf45-93840\",\"apiTraceId\":\"433_6168\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 11:35\",\"FromUTCTime\":\"2022-06-25 11:35\",\"LocalToTime\":\"2022-06-25 13:20:00\",\"ToUTCTime\":\"2022-06-25 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-5e270-3fa32-acf45-93840\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6168\",\"ApiResultIndex\":\"433_6168\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JYCSTP\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"006671EA9085491EA246A490F85A7722\"}],\"flight_booking_id_Arr\":[\"157\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13322\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"travelsb9@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9797777577\",\"FirstName\":\"Shampa \",\"LastName\":\"Nandi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13322\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 19:25:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"89\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"89\",\"CustomerMemSysId\":[\"89\"],\"flight_booking_customer\":[[\"218\"]],\"SearchTraceId\":\"5e270-3fa32-acf45-93840\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5e270-3fa32-acf45-93840\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 19:22:43\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5e270-3fa32-acf45-93840\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"5e270-3fa32-acf45-93840\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"25 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 19:22:43\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"5e270-3fa32-acf45-93840\\\",\\\"apiTraceId\\\":\\\"433_6168\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-25 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4800,\\\"PublishedFareTxt\\\":\\\"4,800\\\",\\\"ApiResultIndex\\\":\\\"433-5e270-3fa32-acf45-93840\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4800,\\\"PublishedFare\\\":4800,\\\"PublishedFareAgent\\\":4800,\\\"OfferedFareAgent\\\":4800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6168\\\",\\\"ApiResultIndex\\\":\\\"433_6168\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"006671EA9085491EA246A490F85A7722\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797777577\",\"leadEmail\":\"travelsb9@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Shampa \",\"passenger-lastname-1\":\"Nandi\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13322\",\"Salutation\":\"3\",\"EmailId\":\"travelsb9@gmail.com\",\"FirstName\":\"Shampa \",\"LastName\":\"Nandi\",\"CountryCode\":\"91\",\"MobileNo\":\"9797777577\"},\"_sessiondata\":{\"EmailId\":\"travelsb9@gmail.com\",\"UserSysId\":\"14787\",\"CustomerSysId\":\"208742\",\"AgencySysId\":\"13322\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ABID\",\"LastName\":\"LATEEF\",\"Password_cu\":\"\",\"AgencyName\":\"TIJARAT TRAVELS\",\"AgencyCode\":\"11223\",\"ContactNo1\":\"9797777577\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8A32893B-26D9-4DBA-99BB-8D2344FA6731\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"JYCSTP\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Shampa\",\"lN\":\"Nandi\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"006671EA9085491EA246A490F85A7722\"],\"status\":\"SUCCESS\"}}}','2022-06-23 19:31:20'),(1205,'71033-51749-aa43f-ff7e9','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"71033-51749-aa43f-ff7e9\",\"apiTraceId\":\"433_6171\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 11:35\",\"FromUTCTime\":\"2022-06-28 11:35\",\"LocalToTime\":\"2022-06-28 13:20:00\",\"ToUTCTime\":\"2022-06-28 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"433-71033-51749-aa43f-ff7e9\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6171\",\"ApiResultIndex\":\"433_6171\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"L8VEFS\",\"OnwardGroupPNRDummy\":\"L8VEFS\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}],\"apiTraceId\":\"433_6171\",\"SearchTraceId\":\"71033-51749-aa43f-ff7e9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"71033-51749-aa43f-ff7e9\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 20:35:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-23 20:35:27'),(1207,'42811-06cf1-e6cc9-e166e','{\"FlightBookingData\":[{\"bookingId\":\"DMC119836504225\",\"bookingId_TJ\":\"TJ119836504225\",\"FlightNumber\":\"6E-6216\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"42811-06cf1-e6cc9-e166e\",\"apiTraceId\":\"5-4275725421_0SXRHYD6E6216HYDDMM6E1359_45976099266503\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:10\",\"ArrivalTime\":\"01:20\",\"TravelDate\":\"2022-07-25T17:10\",\"LocalFromTime\":\"2022-07-25 17:10\",\"FromUTCTime\":\"2022-07-25T17:10\",\"LocalToTime\":\"2022-07-26 01:20\",\"ToUTCTime\":\"2022-07-26T01:20\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Hyderabad\",\"GroundTime\":200,\"LAYOVERDuration\":\"3h 20m\",\"FlyingMinutes\":640,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FlightDuration\":\"08h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7508\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DMM\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"24,123\",\"ApiResultIndex\":\"5-4275725421_0SXRHYD6E6216HYDDMM6E1359_45976099266503\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":18800,\"Tax\":4962.7,\"YQTax\":0,\"OtherCharges\":4002,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":943,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23762.7,\"PublishedFare\":24123.39,\"PublishedFareAgent\":24123.39,\"OfferedFareAgent\":24123.39,\"OfferedFare\":23521.59,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4275725421_0SXRHYD6E6216HYDDMM6E1359_44215483681146\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":241.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24123.39,\"CostToAgent\":24123.39,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":4962.7,\"TotalBaseFare\":23762.7,\"BaseFareCal\":23613.39,\"BaseFare\":18800,\"CommissionEarned\":241.11,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":943,\"MFT\":2.7,\"OT\":4002,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":241.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24123.39,\"CostToAgent\":24123.39,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":241.11,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":24123.39,\"CostToCustomer\":24123.39,\"BaseFareCal\":23613.39,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":23613.39,\"intOfferedFare\":23521.59,\"intPublishFare\":23762.7,\"TripjackMarkup\":0,\"TripjackCommission\":241.11,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":241.11,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":24123.39,\"CostToAgent\":24123.39,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"777\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Hyderabad\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"HYD\",\"destinationArrTime\":\"2022-07-25T20:05\",\"SegFlightNumber\":\"6E-6216\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-25T17:10\",\"TripIndicator\":1,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":200,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"17:10\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":\"3h 20m\",\"LAYOVERCity\":\"Hyderabad\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPA\",\"Price\":5520,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPB\",\"Price\":11040,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPC\",\"Price\":16560,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPJ\",\"Price\":22080,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPD\",\"Price\":33120,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"778\",\"originAirportName\":\"Shamshabad Rajiv Gandhi Intl Arpt\",\"destinationAirportName\":\"King Fahad Arpt\",\"originCityName\":\"Hyderabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dammam\",\"destinationCountryName\":\"Saudi Arabia\",\"destinationAirportCode\":\"DMM\",\"destinationArrTime\":\"2022-07-26T01:20\",\"SegFlightNumber\":\"6E-1359\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"HYD\",\"originDepTime\":\"2022-07-25T23:25\",\"TripIndicator\":2,\"Baggage\":\"30 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":265,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"23:25\",\"strArrivalDtTime\":\"01:20\",\"FlightDuration\":\"4h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CPML\",\"Price\":350,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"VGTR\",\"Price\":603,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"778\",\"Code\":\"NVTR\",\"Price\":678,\"Description\":\"Non veg trio sandwich\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPA\",\"Price\":5520,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPB\",\"Price\":11040,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPC\",\"Price\":16560,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPJ\",\"Price\":22080,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPD\",\"Price\":33120,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"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-4275725421_0SXRHYD6E6216HYDDMM6E1359_45976099266503\",\"FareRuleData\":{\"fareRule\":{\"SXR-DMM\":{\"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,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}}},\"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\":{\"ACFT\":325,\"CCFT\":18,\"ACF\":6500,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-24 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DMM\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7508\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"5-4275725421_0SXRHYD6E6216HYDDMM6E1359_45976099266503\",\"SearchTraceId\":\"42811-06cf1-e6cc9-e166e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Dammam (DMM)\",\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"186\"],\"destination_city\":[\"DMM\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Dammam, SA - King Fahad Arpt (DMM)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" SA - King Fahad Arpt (DMM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Dammam (DMM)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-25\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7508],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"42811-06cf1-e6cc9-e166e\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DMM\"],\"from\":[\"SXR\"],\"to\":[\"DMM\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Dammam, SA - King Fahad Arpt (DMM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 20:39:43\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPA\",\"Price\":5520,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPB\",\"Price\":11040,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPC\",\"Price\":16560,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPJ\",\"Price\":22080,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"777\",\"Code\":\"XBPD\",\"Price\":33120,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-06-23 20:40:30'),(1213,'dd9c9-9954a-86b2d-bd9e4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"dd9c9-9954a-86b2d-bd9e4\",\"apiTraceId\":\"425_5808\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 06:35\",\"FromUTCTime\":\"2022-06-27 06:35\",\"LocalToTime\":\"2022-06-27 08:35:00\",\"ToUTCTime\":\"2022-06-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-dd9c9-9954a-86b2d-bd9e4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5808\",\"ApiResultIndex\":\"425_5808\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"I6NPPL\",\"OnwardGroupPNRDummy\":\"I6NPPL\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"EFDBDA3442B24BFC8D1CD94A316A9360\"}],\"flight_booking_id_Arr\":[\"158\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"NAZRUL \",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 21:32:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"99\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"NAZRUL \",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-23 21:32:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"dd9c9-9954a-86b2d-bd9e4\",\"modified\":\"2022-06-23 21:32:19\",\"created\":\"2022-06-23 21:32:19\",\"CustomerMemberSysId\":\"99\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"99\"],\"flight_booking_customer\":[[\"219\"]],\"SearchTraceId\":\"dd9c9-9954a-86b2d-bd9e4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\"],\"departure_datesf\":[\"27\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-27\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"dd9c9-9954a-86b2d-bd9e4\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-23 21:29:10\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"dd9c9-9954a-86b2d-bd9e4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-27\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"dd9c9-9954a-86b2d-bd9e4\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-23 21:29:10\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"dd9c9-9954a-86b2d-bd9e4\\\",\\\"apiTraceId\\\":\\\"425_5808\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-27 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-dd9c9-9954a-86b2d-bd9e4\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5808\\\",\\\"ApiResultIndex\\\":\\\"425_5808\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"I6NPPL\\\",\\\"OnwardGroupPNRDummy\\\":\\\"I6NPPL\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"EFDBDA3442B24BFC8D1CD94A316A9360\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"NAZRUL \",\"passenger-lastname-1\":\"SEKH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"I6NPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"NAZRUL \",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"EFDBDA3442B24BFC8D1CD94A316A9360\"],\"status\":\"SUCCESS\"}}}','2022-06-23 21:33:02'),(1215,'54a03-f7467-eda91-3bc52','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"54a03-f7467-eda91-3bc52\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-54a03-f7467-eda91-3bc52\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6132\",\"SearchTraceId\":\"54a03-f7467-eda91-3bc52\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"54a03-f7467-eda91-3bc52\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 09:07:32\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-24 09:08:08'),(1216,'56','{\"_sessiondata\":{\"EmailId\":\"thesamzworld@gmail.com\",\"UserSysId\":\"14758\",\"CustomerSysId\":\"208691\",\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ROUHILL\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"SAMZ TRAVELS\",\"AgencyCode\":\"11194\",\"ContactNo1\":\"9419476359\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BCE790D1-2CBF-410A-87AD-3D1133E4C670\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/bookings\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"13100\",\"RefrenceNo\":\"30499513\",\"CreditDate\":\"24\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/bookings\\/flight\"}','2022-06-24 10:26:30'),(1217,'8b2b3-abcf2-5dd2b-b55da','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"apiTraceId\":\"444_6498\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-06-23\",\"LocalFromTime\":\"2022-06-23 11:55\",\"FromUTCTime\":\"2022-06-23 11:55\",\"LocalToTime\":\"2022-06-23 13:25:00\",\"ToUTCTime\":\"2022-06-23 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"444-8b2b3-abcf2-5dd2b-b55da\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6498\",\"ApiResultIndex\":\"444_6498\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":3728.8135593220336,\"ExtraMarkupOnGST\":671.1864406779664}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\",\"showintax\":0,\"ExtraMarkup\":3728.8135593220336,\"ExtraMarkupOnGST\":671.1864406779664},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-23T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-23T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"23\\/06\\/2022\",\"FromDateSort\":1655922600,\"DepartureDateTxt\":\"Thu, 23 Jun\",\"ArrivalDateTxt\":\"Thu, 23 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"LCD9PJ\",\"OnwardGroupPNRDummy\":\"LCD9PJ\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"AD9DD268E7E94FA8B5135116A632FA03\"}],\"flight_booking_id_Arr\":[\"122\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"57\",\"EmailId\":\"thesamzworld@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419476359\",\"FirstName\":\"YASIR AHMAD\",\"LastName\":\"BEIGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13293\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:27:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"69\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"57\",\"EmailId\":\"thesamzworld@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419476359\",\"FirstName\":\"GOUSIA\",\"LastName\":\"JAVED\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13293\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:27:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"70\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"57\",\"EmailId\":\"thesamzworld@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419476359\",\"FirstName\":\"YASIR AHMAD\",\"LastName\":\"BEIGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13293\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:27:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"modified\":\"2022-06-21 15:27:19\",\"created\":\"2022-06-21 15:27:19\",\"CustomerMemberSysId\":\"69\"},{\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"57\",\"EmailId\":\"thesamzworld@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9419476359\",\"FirstName\":\"GOUSIA\",\"LastName\":\"JAVED\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13293\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-21 15:27:19\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"modified\":\"2022-06-21 15:27:19\",\"created\":\"2022-06-21 15:27:19\",\"CustomerMemberSysId\":\"70\"}],\"CustomerSysId\":\"57\",\"CustomerMemSysId\":[\"69\",\"70\"],\"flight_booking_customer\":[[\"163\",\"164\"]],\"SearchTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"23\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"23\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"23\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"23 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-21 15:23:44\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8b2b3-abcf2-5dd2b-b55da\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8b2b3-abcf2-5dd2b-b55da\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"23 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-21 15:23:44\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8b2b3-abcf2-5dd2b-b55da\\\",\\\"apiTraceId\\\":\\\"444_6498\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:55\\\",\\\"ArrivalTime\\\":\\\"13:35\\\",\\\"TravelDate\\\":\\\"2022-06-23\\\",\\\"LocalFromTime\\\":\\\"2022-06-23 11:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-23 11:55\\\",\\\"LocalToTime\\\":\\\"2022-06-23 13:25:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-23 13:25:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8600,\\\"PublishedFareTxt\\\":\\\"8,600\\\",\\\"ApiResultIndex\\\":\\\"444-8b2b3-abcf2-5dd2b-b55da\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8600,\\\"PublishedFare\\\":8600,\\\"PublishedFareAgent\\\":8600,\\\"OfferedFareAgent\\\":8600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"444_6498\\\",\\\"ApiResultIndex\\\":\\\"444_6498\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"038\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:55\\\",\\\"strArrivalDtTime\\\":\\\"13:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-23T13:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-23T11:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"23\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1655922600,\\\"DepartureDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 23 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"LCD9PJ\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02J\\\",\\\"bookingId\\\":\\\"AD9DD268E7E94FA8B5135116A632FA03\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419476359\",\"leadEmail\":\"thesamzworld@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"57\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"YASIR AHMAD\",\"passenger-lastname-1\":\"BEIGH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"57\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"GOUSIA\",\"passenger-lastname-2\":\"JAVED\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"thesamzworld@gmail.com\",\"UserSysId\":\"14758\",\"CustomerSysId\":\"208691\",\"AgencySysId\":\"13293\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ROUHILL\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"SAMZ TRAVELS\",\"AgencyCode\":\"11194\",\"ContactNo1\":\"9419476359\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BCE790D1-2CBF-410A-87AD-3D1133E4C670\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"LCD9PJ\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"YASIR AHMAD\",\"lN\":\"BEIGH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"LCD9PJ\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"GOUSIA\",\"lN\":\"JAVED\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"AD9DD268E7E94FA8B5135116A632FA03\"],\"status\":\"SUCCESS\"}}}','2022-06-24 10:26:57'),(1223,'62e72-0054a-1779f-f2a71','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"62e72-0054a-1779f-f2a71\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4800,\"PublishedFareTxt\":\"4,800\",\"ApiResultIndex\":\"440-62e72-0054a-1779f-f2a71\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4800,\"PublishedFare\":4800,\"PublishedFareAgent\":4800,\"OfferedFareAgent\":4800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4600,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"2C19072379F4494AB94DBC33FE67712F\"}],\"flight_booking_id_Arr\":[\"159\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"JUNED\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:14:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"100\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"JUNED\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:14:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"62e72-0054a-1779f-f2a71\",\"modified\":\"2022-06-24 11:14:34\",\"created\":\"2022-06-24 11:14:34\",\"CustomerMemberSysId\":\"100\"}],\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"100\"],\"flight_booking_customer\":[[\"220\"]],\"SearchTraceId\":\"62e72-0054a-1779f-f2a71\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"62e72-0054a-1779f-f2a71\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 11:13:17\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"62e72-0054a-1779f-f2a71\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"62e72-0054a-1779f-f2a71\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"25 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 11:13:17\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-919\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"62e72-0054a-1779f-f2a71\\\",\\\"apiTraceId\\\":\\\"440_6344\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:40\\\",\\\"ArrivalTime\\\":\\\"20:20\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 18:40\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 18:40\\\",\\\"LocalToTime\\\":\\\"2022-06-25 20:10:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 20:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4800,\\\"PublishedFareTxt\\\":\\\"4,800\\\",\\\"ApiResultIndex\\\":\\\"440-62e72-0054a-1779f-f2a71\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4600,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4800,\\\"PublishedFare\\\":4800,\\\"PublishedFareAgent\\\":4800,\\\"OfferedFareAgent\\\":4800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"440_6344\\\",\\\"ApiResultIndex\\\":\\\"440_6344\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4600,\\\"BaseFare\\\":4600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-919\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:40\\\",\\\"strArrivalDtTime\\\":\\\"20:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T20:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T18:40\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZF999Q\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"2C19072379F4494AB94DBC33FE67712F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006259289\",\"leadEmail\":\"Cadburytravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"JUNED\",\"passenger-lastname-1\":\"KHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Cadburytravel@gmail.com\",\"UserSysId\":\"14650\",\"CustomerSysId\":\"208100\",\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ehsan ul\",\"LastName\":\"Haq\",\"Password_cu\":\"\",\"AgencyName\":\"CADBURY TOUR and Travels\",\"AgencyCode\":\"122111.2211613512211E108\",\"ContactNo1\":\"7006259289\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6024CA6-7459-488F-B94D-8E0B4F9DCD50\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"ZF999Q\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"JUNED\",\"lN\":\"KHAN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2C19072379F4494AB94DBC33FE67712F\"],\"status\":\"SUCCESS\"}}}','2022-06-24 11:14:57'),(1226,'011d1-181cd-6352c-83f09','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"011d1-181cd-6352c-83f09\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-011d1-181cd-6352c-83f09\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"5F1C34185D9E4F86A4A5FD77EA1CF1E0\"}],\"flight_booking_id_Arr\":[\"160\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"62\",\"EmailId\":\"relive.purchases@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006975244\",\"FirstName\":\"SYED ILHAAN\",\"LastName\":\"HAMDANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13136\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:25:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"101\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"62\",\"EmailId\":\"relive.purchases@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006975244\",\"FirstName\":\"SYED ILHAAN\",\"LastName\":\"HAMDANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13136\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:25:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"011d1-181cd-6352c-83f09\",\"modified\":\"2022-06-24 11:25:44\",\"created\":\"2022-06-24 11:25:44\",\"CustomerMemberSysId\":\"101\"}],\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"101\"],\"flight_booking_customer\":[[\"221\"]],\"SearchTraceId\":\"011d1-181cd-6352c-83f09\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"011d1-181cd-6352c-83f09\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 11:24:04\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"011d1-181cd-6352c-83f09\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"011d1-181cd-6352c-83f09\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 11:24:04\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"011d1-181cd-6352c-83f09\\\",\\\"apiTraceId\\\":\\\"432_6132\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-011d1-181cd-6352c-83f09\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6132\\\",\\\"ApiResultIndex\\\":\\\"432_6132\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"A9FYMP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"A9FYMP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"5F1C34185D9E4F86A4A5FD77EA1CF1E0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006975244\",\"leadEmail\":\"relive.purchases@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SYED ILHAAN\",\"passenger-lastname-1\":\"HAMDANI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null}','2022-06-24 11:25:44'),(1232,'05f65-0d67c-adce8-10ce3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"05f65-0d67c-adce8-10ce3\",\"apiTraceId\":\"425_5808\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 06:35\",\"FromUTCTime\":\"2022-06-27 06:35\",\"LocalToTime\":\"2022-06-27 08:35:00\",\"ToUTCTime\":\"2022-06-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-05f65-0d67c-adce8-10ce3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5808\",\"ApiResultIndex\":\"425_5808\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"I6NPPL\",\"OnwardGroupPNRDummy\":\"I6NPPL\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"990A93866CC54A51AD61EFA696A8453D\"}],\"flight_booking_id_Arr\":[\"161\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"BAKIBILLA\",\"LastName\":\"MALLIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:40:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"102\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"MONIRUL\",\"LastName\":\"SAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:40:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"103\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"BAKIBILLA\",\"LastName\":\"MALLIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:40:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"05f65-0d67c-adce8-10ce3\",\"modified\":\"2022-06-24 11:40:05\",\"created\":\"2022-06-24 11:40:05\",\"CustomerMemberSysId\":\"102\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"MONIRUL\",\"LastName\":\"SAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 11:40:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"05f65-0d67c-adce8-10ce3\",\"modified\":\"2022-06-24 11:40:05\",\"created\":\"2022-06-24 11:40:05\",\"CustomerMemberSysId\":\"103\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"102\",\"103\"],\"flight_booking_customer\":[[\"222\",\"223\"]],\"SearchTraceId\":\"05f65-0d67c-adce8-10ce3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\"],\"departure_datesf\":[\"27\\/06\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-27\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"05f65-0d67c-adce8-10ce3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 11:39:15\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"05f65-0d67c-adce8-10ce3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-27\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"05f65-0d67c-adce8-10ce3\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 11:39:15\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"05f65-0d67c-adce8-10ce3\\\",\\\"apiTraceId\\\":\\\"425_5808\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-27 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-05f65-0d67c-adce8-10ce3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5808\\\",\\\"ApiResultIndex\\\":\\\"425_5808\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"I6NPPL\\\",\\\"OnwardGroupPNRDummy\\\":\\\"I6NPPL\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"990A93866CC54A51AD61EFA696A8453D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"BAKIBILLA\",\"passenger-lastname-1\":\"MALLIK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MONIRUL\",\"passenger-lastname-2\":\"SAIKH\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"I6NPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"BAKIBILLA\",\"lN\":\"MALLIK\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"I6NPPL\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MONIRUL\",\"lN\":\"SAIKH\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"990A93866CC54A51AD61EFA696A8453D\"],\"status\":\"SUCCESS\"}}}','2022-06-24 11:40:17'),(1233,'58','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"24\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-24 12:25:29'),(1239,'8fd44-b0d20-f4c08-36461','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8fd44-b0d20-f4c08-36461\",\"apiTraceId\":\"424_5761\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-26\",\"LocalFromTime\":\"2022-06-26 18:35\",\"FromUTCTime\":\"2022-06-26 18:35\",\"LocalToTime\":\"2022-06-26 20:35:00\",\"ToUTCTime\":\"2022-06-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-8fd44-b0d20-f4c08-36461\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5761\",\"ApiResultIndex\":\"424_5761\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/06\\/2022\",\"FromDateSort\":1656181800,\"DepartureDateTxt\":\"Sun, 26 Jun\",\"ArrivalDateTxt\":\"Sun, 26 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MGC69K\",\"OnwardGroupPNRDummy\":\"MGC69K\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"09B0D027B7C24DE189C8F61D26AF09B7\"}],\"flight_booking_id_Arr\":[\"162\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Sanjay\",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 12:27:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"104\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Sanjay\",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 12:27:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8fd44-b0d20-f4c08-36461\",\"modified\":\"2022-06-24 12:27:31\",\"created\":\"2022-06-24 12:27:31\",\"CustomerMemberSysId\":\"104\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"104\"],\"flight_booking_customer\":[[\"224\"]],\"SearchTraceId\":\"8fd44-b0d20-f4c08-36461\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/06\\/2022\"],\"departure_datesf\":[\"26\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-26\",\"strDepatureDate\":[\"26\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"8fd44-b0d20-f4c08-36461\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 12:27: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\":\"8fd44-b0d20-f4c08-36461\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-26\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"8fd44-b0d20-f4c08-36461\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 12:27:04\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8fd44-b0d20-f4c08-36461\\\",\\\"apiTraceId\\\":\\\"424_5761\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-26\\\",\\\"LocalFromTime\\\":\\\"2022-06-26 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-26 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-26 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-26 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"424-8fd44-b0d20-f4c08-36461\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5761\\\",\\\"ApiResultIndex\\\":\\\"424_5761\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-26T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-26T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"26\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656181800,\\\"DepartureDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 26 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"MGC69K\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MGC69K\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"09B0D027B7C24DE189C8F61D26AF09B7\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Sanjay\",\"passenger-lastname-1\":\"Agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"MGC69K\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Sanjay\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"09B0D027B7C24DE189C8F61D26AF09B7\"],\"status\":\"SUCCESS\"}}}','2022-06-24 12:27:45'),(1242,'60058-e744f-42a1a-1adc8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"60058-e744f-42a1a-1adc8\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"437-60058-e744f-42a1a-1adc8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0BK\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"H8T8VF\",\"OnwardGroupPNRDummy\":\"H8T8VF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AY\",\"bookingId\":\"7BC60D101EDE4A0783AD38403D908C4F\"}],\"flight_booking_id_Arr\":[\"163\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"BAAKIR \",\"LastName\":\"BASHIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 15:21:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"90\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"INAYAT ULLAH\",\"LastName\":\"WANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 15:21:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"105\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"INAYAT ULLAH\",\"LastName\":\"WANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 15:21:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"60058-e744f-42a1a-1adc8\",\"modified\":\"2022-06-24 15:21:12\",\"created\":\"2022-06-24 15:21:12\",\"CustomerMemberSysId\":\"105\"}],\"CustomerSysId\":\"90\",\"CustomerMemSysId\":[\"90\",\"105\"],\"flight_booking_customer\":[[\"225\",\"226\"]],\"SearchTraceId\":\"60058-e744f-42a1a-1adc8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"60058-e744f-42a1a-1adc8\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 15:19:53\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"60058-e744f-42a1a-1adc8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"60058-e744f-42a1a-1adc8\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 15:19:53\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"60058-e744f-42a1a-1adc8\\\",\\\"apiTraceId\\\":\\\"437_6452\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"437-60058-e744f-42a1a-1adc8\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6452\\\",\\\"ApiResultIndex\\\":\\\"437_6452\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0BK\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"H8T8VF\\\",\\\"OnwardGroupPNRDummy\\\":\\\"H8T8VF\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0AY\\\",\\\"bookingId\\\":\\\"7BC60D101EDE4A0783AD38403D908C4F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906465201\",\"leadEmail\":\"Skylinetravel777@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"BAAKIR \",\"passenger-lastname-1\":\"BASHIR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"INAYAT ULLAH\",\"passenger-lastname-2\":\"WANI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13214\",\"Salutation\":\"1\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"FirstName\":\"BAAKIR \",\"LastName\":\"BASHIR\",\"CountryCode\":\"91\",\"MobileNo\":\"9906465201\"}}','2022-06-24 15:21:12'),(1243,'59','{\"_sessiondata\":{\"EmailId\":\"Skylinetravel777@gmail.com\",\"UserSysId\":\"14678\",\"CustomerSysId\":\"208313\",\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SOLIHA\",\"LastName\":\"MEER\",\"Password_cu\":\"\",\"AgencyName\":\"Skyline travels\",\"AgencyCode\":\"11115\",\"ContactNo1\":\"9906465201\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"3C8D6D47-3D4D-41BF-99D0-79B9120A7DA0\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"1000\",\"RefrenceNo\":\"\",\"CreditDate\":\"24\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-24 15:28:00'),(1249,'2f612-3febe-0455f-ff0e6','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2f612-3febe-0455f-ff0e6\",\"apiTraceId\":\"437_6452\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:35\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 14:50\",\"FromUTCTime\":\"2022-06-30 14:50\",\"LocalToTime\":\"2022-06-30 16:20:00\",\"ToUTCTime\":\"2022-06-30 16:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"437-2f612-3febe-0455f-ff0e6\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"437_6452\",\"ApiResultIndex\":\"437_6452\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"SXR\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T16:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T14:50\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"H8T8VF\",\"OnwardGroupPNRDummy\":\"H8T8VF\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"550DA463CD9E43BC932A1C8A77E125B5\"}],\"flight_booking_id_Arr\":[\"164\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"BAAKIR \",\"LastName\":\"BASHIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 15:31:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"90\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"INAYAT ULLAH\",\"LastName\":\"WANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 15:31:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"105\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"INAYAT ULLAH\",\"LastName\":\"WANI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 15:31:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-24 15:31:57\",\"CustomerMemberSysId\":\"105\"}],\"CustomerSysId\":\"90\",\"CustomerMemSysId\":[\"90\",\"105\"],\"flight_booking_customer\":[[\"227\",\"228\"]],\"SearchTraceId\":\"2f612-3febe-0455f-ff0e6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2f612-3febe-0455f-ff0e6\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 15:31:15\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2f612-3febe-0455f-ff0e6\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"2f612-3febe-0455f-ff0e6\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 15:31:15\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"2f612-3febe-0455f-ff0e6\\\",\\\"apiTraceId\\\":\\\"437_6452\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"14:50\\\",\\\"ArrivalTime\\\":\\\"16:35\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 14:50\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 14:50\\\",\\\"LocalToTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 16:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Srinagar\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"437-2f612-3febe-0455f-ff0e6\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"437_6452\\\",\\\"ApiResultIndex\\\":\\\"437_6452\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:50\\\",\\\"strArrivalDtTime\\\":\\\"16:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T16:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T14:50\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"H8T8VF\\\",\\\"OnwardGroupPNRDummy\\\":\\\"H8T8VF\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"550DA463CD9E43BC932A1C8A77E125B5\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906465201\",\"leadEmail\":\"Skylinetravel777@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"90\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"BAAKIR \",\"passenger-lastname-1\":\"BASHIR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"105\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"INAYAT ULLAH\",\"passenger-lastname-2\":\"WANI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13214\",\"Salutation\":\"1\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"FirstName\":\"BAAKIR \",\"LastName\":\"BASHIR\",\"CountryCode\":\"91\",\"MobileNo\":\"9906465201\"},\"_sessiondata\":{\"EmailId\":\"Skylinetravel777@gmail.com\",\"UserSysId\":\"14678\",\"CustomerSysId\":\"208313\",\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SOLIHA\",\"LastName\":\"MEER\",\"Password_cu\":\"\",\"AgencyName\":\"Skyline travels\",\"AgencyCode\":\"11115\",\"ContactNo1\":\"9906465201\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"3C8D6D47-3D4D-41BF-99D0-79B9120A7DA0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-SXR\":\"H8T8VF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"BAAKIR \",\"lN\":\"BASHIR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-SXR\":\"H8T8VF\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"INAYAT ULLAH\",\"lN\":\"WANI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"550DA463CD9E43BC932A1C8A77E125B5\"],\"status\":\"SUCCESS\"}}}','2022-06-24 15:32:19'),(1257,'38d7d-6b0df-5cc0c-84835','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"38d7d-6b0df-5cc0c-84835\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"440-38d7d-6b0df-5cc0c-84835\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"D3BFF0B1CF024101ADE73C42DFE9A159\"}],\"flight_booking_id_Arr\":[\"165\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13479\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Aliabbastourtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7780833087\",\"FirstName\":\"AQEEL\",\"LastName\":\"AQEEL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13479\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 16:25:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"91\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"91\",\"CustomerMemSysId\":[\"91\"],\"flight_booking_customer\":[[\"229\"]],\"SearchTraceId\":\"38d7d-6b0df-5cc0c-84835\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"38d7d-6b0df-5cc0c-84835\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jun Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 16:24:54\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"38d7d-6b0df-5cc0c-84835\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"38d7d-6b0df-5cc0c-84835\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"25 Jun Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 16:24:54\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-919\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"38d7d-6b0df-5cc0c-84835\\\",\\\"apiTraceId\\\":\\\"440_6344\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:40\\\",\\\"ArrivalTime\\\":\\\"20:20\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 18:40\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 18:40\\\",\\\"LocalToTime\\\":\\\"2022-06-25 20:10:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 20:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"440-38d7d-6b0df-5cc0c-84835\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"440_6344\\\",\\\"ApiResultIndex\\\":\\\"440_6344\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-919\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:40\\\",\\\"strArrivalDtTime\\\":\\\"20:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T20:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T18:40\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"ZF999Q\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZF999Q\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"D3BFF0B1CF024101ADE73C42DFE9A159\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7780833087\",\"leadEmail\":\"Aliabbastourtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AQEEL\",\"passenger-lastname-1\":\"AQEEL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13479\",\"Salutation\":\"1\",\"EmailId\":\"Aliabbastourtravels@gmail.com\",\"FirstName\":\"AQEEL\",\"LastName\":\"AQEEL\",\"CountryCode\":\"91\",\"MobileNo\":\"7780833087\"},\"_sessiondata\":{\"EmailId\":\"Aliabbastourtravels@gmail.com\",\"UserSysId\":\"14954\",\"CustomerSysId\":\"210358\",\"AgencySysId\":\"13479\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shafayat Hussain\",\"LastName\":\"Mir\",\"Password_cu\":\"\",\"AgencyName\":\"Ali Abbas Tour and Travels\",\"AgencyCode\":\"60604\",\"ContactNo1\":\"7780833087\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"72064E50-F125-45D8-9236-D58186DA0C7C\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"ZF999Q\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AQEEL\",\"lN\":\"AQEEL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"D3BFF0B1CF024101ADE73C42DFE9A159\"],\"status\":\"SUCCESS\"}}}','2022-06-24 16:27:14'),(1263,'60','{\"_sessiondata\":{\"EmailId\":\"tazkiyahtravelz@gmail.com\",\"UserSysId\":\"14718\",\"CustomerSysId\":\"208428\",\"AgencySysId\":\"13253\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Saleem\",\"LastName\":\"Yousuf\",\"Password_cu\":\"\",\"AgencyName\":\"TAZKIYAH TRAVELS\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9469444469\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"67014F59-958B-4797-8EB9-71D80D819D2F\",\"Address\":\"\",\"PinCode\":\"192121\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/75b07-30487-77f89-7efa2\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"5000\",\"RefrenceNo\":\"\",\"CreditDate\":\"24\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/75b07-30487-77f89-7efa2\"}','2022-06-24 17:13:53'),(1264,'61','{\"_sessiondata\":{\"EmailId\":\"tazkiyahtravelz@gmail.com\",\"UserSysId\":\"14718\",\"CustomerSysId\":\"208428\",\"AgencySysId\":\"13253\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Saleem\",\"LastName\":\"Yousuf\",\"Password_cu\":\"\",\"AgencyName\":\"TAZKIYAH TRAVELS\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9469444469\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"67014F59-958B-4797-8EB9-71D80D819D2F\",\"Address\":\"\",\"PinCode\":\"192121\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/75b07-30487-77f89-7efa2\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"24\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/75b07-30487-77f89-7efa2\"}','2022-06-24 17:14:34'),(1270,'ef712-e817e-6d4c2-a0247','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ef712-e817e-6d4c2-a0247\",\"apiTraceId\":\"432_6141\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 08:45\",\"FromUTCTime\":\"2022-07-09 08:45\",\"LocalToTime\":\"2022-07-09 10:15:00\",\"ToUTCTime\":\"2022-07-09 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-ef712-e817e-6d4c2-a0247\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6141\",\"ApiResultIndex\":\"432_6141\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGDLPN\",\"OnwardGroupPNRDummy\":\"SGDLPN\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6141\",\"SearchTraceId\":\"ef712-e817e-6d4c2-a0247\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ef712-e817e-6d4c2-a0247\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 17:31:57\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-24 17:33:13'),(1272,'94d89-9398b-2cc55-05c9d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"94d89-9398b-2cc55-05c9d\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-94d89-9398b-2cc55-05c9d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0N6\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0MK\"}],\"apiTraceId\":\"425_5818\",\"SearchTraceId\":\"94d89-9398b-2cc55-05c9d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\",\"07\\/07\\/2022\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/07\\/2022\",\"2022-07-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"94d89-9398b-2cc55-05c9d\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\",\"07\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Jul Thu\",\"07 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 17:46:17\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-24 17:47:20'),(1275,'75b07-30487-77f89-7efa2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-919\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"75b07-30487-77f89-7efa2\",\"apiTraceId\":\"440_6344\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:40\",\"ArrivalTime\":\"20:20\",\"TravelDate\":\"2022-06-25\",\"LocalFromTime\":\"2022-06-25 18:40\",\"FromUTCTime\":\"2022-06-25 18:40\",\"LocalToTime\":\"2022-06-25 20:10:00\",\"ToUTCTime\":\"2022-06-25 20:10:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"440-75b07-30487-77f89-7efa2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"440_6344\",\"ApiResultIndex\":\"440_6344\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4300,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1016.9491525423729,\"ExtraMarkupOnGST\":183.05084745762713}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":1016.9491525423729,\"ExtraMarkupOnGST\":183.05084745762713},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-919\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:40\",\"strArrivalDtTime\":\"20:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-25T20:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-25T18:40\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/06\\/2022\",\"FromDateSort\":1656095400,\"DepartureDateTxt\":\"Sat, 25 Jun\",\"ArrivalDateTxt\":\"Sat, 25 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"ZF999Q\",\"OnwardGroupPNRDummy\":\"ZF999Q\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"DF4783D2B37345F8AA4075A8B1EB7FA4\"}],\"flight_booking_id_Arr\":[\"166\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13253\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"tazkiyahtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9469444469\",\"FirstName\":\"MOHAMMAD ASHRAF\",\"LastName\":\"BHAT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13253\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 17:13:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"92\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"92\",\"CustomerMemSysId\":[\"92\"],\"flight_booking_customer\":[[\"230\"]],\"SearchTraceId\":\"75b07-30487-77f89-7efa2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"25\\/06\\/2022\"],\"departure_datesf\":[\"25\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-25\",\"strDepatureDate\":[\"25\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"75b07-30487-77f89-7efa2\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 17:12:12\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"75b07-30487-77f89-7efa2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-25\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"75b07-30487-77f89-7efa2\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 17:12:12\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-919\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"75b07-30487-77f89-7efa2\\\",\\\"apiTraceId\\\":\\\"440_6344\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:40\\\",\\\"ArrivalTime\\\":\\\"20:20\\\",\\\"TravelDate\\\":\\\"2022-06-25\\\",\\\"LocalFromTime\\\":\\\"2022-06-25 18:40\\\",\\\"FromUTCTime\\\":\\\"2022-06-25 18:40\\\",\\\"LocalToTime\\\":\\\"2022-06-25 20:10:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-25 20:10:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"440-75b07-30487-77f89-7efa2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"440_6344\\\",\\\"ApiResultIndex\\\":\\\"440_6344\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4300,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-919\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:40\\\",\\\"strArrivalDtTime\\\":\\\"20:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-25T20:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-25T18:40\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656095400,\\\"DepartureDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 25 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"ZF999Q\\\",\\\"OnwardGroupPNRDummy\\\":\\\"ZF999Q\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"DF4783D2B37345F8AA4075A8B1EB7FA4\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9469444469\",\"leadEmail\":\"tazkiyahtravelz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHAMMAD ASHRAF\",\"passenger-lastname-1\":\"BHAT\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13253\",\"Salutation\":\"1\",\"EmailId\":\"tazkiyahtravelz@gmail.com\",\"FirstName\":\"MOHAMMAD ASHRAF\",\"LastName\":\"BHAT\",\"CountryCode\":\"91\",\"MobileNo\":\"9469444469\"},\"_sessiondata\":{\"EmailId\":\"tazkiyahtravelz@gmail.com\",\"UserSysId\":\"14718\",\"CustomerSysId\":\"208428\",\"AgencySysId\":\"13253\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Saleem\",\"LastName\":\"Yousuf\",\"Password_cu\":\"\",\"AgencyName\":\"TAZKIYAH TRAVELS\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9469444469\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"67014F59-958B-4797-8EB9-71D80D819D2F\",\"Address\":\"\",\"PinCode\":\"192121\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"ZF999Q\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MOHAMMAD ASHRAF\",\"lN\":\"BHAT\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"DF4783D2B37345F8AA4075A8B1EB7FA4\"],\"status\":\"SUCCESS\"}}}','2022-06-24 18:04:03'),(1278,'1f57e-384ba-55c07-7a8e5','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1f57e-384ba-55c07-7a8e5\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-1f57e-384ba-55c07-7a8e5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06Y\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06C\"}],\"apiTraceId\":\"425_5818\",\"SearchTraceId\":\"1f57e-384ba-55c07-7a8e5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1f57e-384ba-55c07-7a8e5\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 20:49:16\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-24 20:56:01'),(1284,'6e12e-90bbb-97395-508e4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6e12e-90bbb-97395-508e4\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-6e12e-90bbb-97395-508e4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"QHJE5H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"2B7C836C6B324F99A7F4F94A599DF133\"}],\"flight_booking_id_Arr\":[\"167\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13124\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"travelhomesgr@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9018066764\",\"FirstName\":\"ABDUL ROUF \",\"LastName\":\"MALIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13124\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 20:58:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"93\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"93\",\"CustomerMemSysId\":[\"93\"],\"flight_booking_customer\":[[\"231\"]],\"SearchTraceId\":\"6e12e-90bbb-97395-508e4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"07\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6e12e-90bbb-97395-508e4\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 20:57:28\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6e12e-90bbb-97395-508e4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"6e12e-90bbb-97395-508e4\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"07 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 20:57:28\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"6e12e-90bbb-97395-508e4\\\",\\\"apiTraceId\\\":\\\"425_5818\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-07\\\",\\\"LocalFromTime\\\":\\\"2022-07-07 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-07 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-07 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-07 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-6e12e-90bbb-97395-508e4\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5818\\\",\\\"ApiResultIndex\\\":\\\"425_5818\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-07T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-07T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657132200,\\\"DepartureDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"2B7C836C6B324F99A7F4F94A599DF133\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9018066764\",\"leadEmail\":\"travelhomesgr@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ABDUL ROUF \",\"passenger-lastname-1\":\"MALIK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13124\",\"Salutation\":\"1\",\"EmailId\":\"travelhomesgr@gmail.com\",\"FirstName\":\"ABDUL ROUF \",\"LastName\":\"MALIK\",\"CountryCode\":\"91\",\"MobileNo\":\"9018066764\"},\"_sessiondata\":{\"EmailId\":\"travelhomesgr@gmail.com\",\"UserSysId\":\"14589\",\"CustomerSysId\":\"207836\",\"AgencySysId\":\"13124\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Travel\",\"LastName\":\"Guru\",\"Password_cu\":\"\",\"AgencyName\":\"Travel Guru\",\"AgencyCode\":\"11127\",\"ContactNo1\":\"9018066764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AE3B171C-1B88-486E-869E-FAC8B2F7CD27\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ABDUL ROUF\",\"lN\":\"MALIK\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2B7C836C6B324F99A7F4F94A599DF133\"],\"status\":\"SUCCESS\"}}}','2022-06-24 20:59:07'),(1290,'4863c-fc7e4-6627e-d403d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4863c-fc7e4-6627e-d403d\",\"apiTraceId\":\"432_6129\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 08:45\",\"FromUTCTime\":\"2022-06-27 08:45\",\"LocalToTime\":\"2022-06-27 10:15:00\",\"ToUTCTime\":\"2022-06-27 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4700,\"PublishedFareTxt\":\"4,700\",\"ApiResultIndex\":\"432-4863c-fc7e4-6627e-d403d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4700,\"PublishedFare\":4700,\"PublishedFareAgent\":4700,\"OfferedFareAgent\":4700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6129\",\"ApiResultIndex\":\"432_6129\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"2\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IIR8ME\",\"OnwardGroupPNRDummy\":\"K7IYYY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"776D5F4CF01B42508CB7EA327788E4A3\"}],\"flight_booking_id_Arr\":[\"168\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"64\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9018603134\",\"FirstName\":\"ROHIT SINGH\",\"LastName\":\"BISHT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 21:01:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"106\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"64\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9018603134\",\"FirstName\":\"ROHIT SINGH\",\"LastName\":\"BISHT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 21:01:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4863c-fc7e4-6627e-d403d\",\"modified\":\"2022-06-24 21:01:05\",\"created\":\"2022-06-24 21:01:05\",\"CustomerMemberSysId\":\"106\"}],\"CustomerSysId\":\"64\",\"CustomerMemSysId\":[\"106\"],\"flight_booking_customer\":[[\"232\"]],\"SearchTraceId\":\"4863c-fc7e4-6627e-d403d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4863c-fc7e4-6627e-d403d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 20:58:19\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4863c-fc7e4-6627e-d403d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4863c-fc7e4-6627e-d403d\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jun Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 20:58:19\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4863c-fc7e4-6627e-d403d\\\",\\\"apiTraceId\\\":\\\"432_6129\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4700,\\\"PublishedFareTxt\\\":\\\"4,700\\\",\\\"ApiResultIndex\\\":\\\"432-4863c-fc7e4-6627e-d403d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4200,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4700,\\\"PublishedFare\\\":4700,\\\"PublishedFareAgent\\\":4700,\\\"OfferedFareAgent\\\":4700,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6129\\\",\\\"ApiResultIndex\\\":\\\"432_6129\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4200,\\\"BaseFare\\\":4200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4700,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"2\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"K7IYYY\\\",\\\"OnwardGroupPNRDummy\\\":\\\"K7IYYY\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"776D5F4CF01B42508CB7EA327788E4A3\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9018603134\",\"leadEmail\":\"Skyhightoursandtravelz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ROHIT SINGH\",\"passenger-lastname-1\":\"BISHT\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Pampore\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34440\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"UserSysId\":\"14751\",\"CustomerSysId\":\"208679\",\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHABIR\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY HIGH TOURS AND TRAVELS\",\"AgencyCode\":\"11187\",\"ContactNo1\":\"9018603134\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4310D266-5929-4237-A321-694DE9B3FFFB\",\"Address\":\"\",\"PinCode\":\"0\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"IIR8ME\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ROHIT SINGH\",\"lN\":\"BISHT\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"776D5F4CF01B42508CB7EA327788E4A3\"],\"status\":\"SUCCESS\"}}}','2022-06-24 21:07:08'),(1292,'10e36-3e0bc-00cc0-ab93d','{\"FlightBookingData\":[{\"bookingId\":\"DMC104336576195\",\"bookingId_TJ\":\"TJ104336576195\",\"FlightNumber\":\"6E-2653\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"10e36-3e0bc-00cc0-ab93d\",\"apiTraceId\":\"11-7635128609_0SXRIXJ6E2653_40535887665683\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:10\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2022-06-28T12:10\",\"LocalFromTime\":\"2022-06-28 12:10\",\"FromUTCTime\":\"2022-06-28T12:10\",\"LocalToTime\":\"2022-06-28 12:55\",\"ToUTCTime\":\"2022-06-28T12:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":45,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FlightDuration\":\"01h 45m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"11-7635128609_0SXRIXJ6E2653_40535887665683\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":4121.7,\"PublishedFareAgent\":4121.7,\"OfferedFareAgent\":4121.7,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7635128609_0SXRIXJ6E2653_17156547795610\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3821.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4121.7,\"CostToAgent\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":3821.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3821.7,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"238\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-06-28T12:55\",\"SegFlightNumber\":\"6E-2653\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-28T12:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":45,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"12:10\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"0h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-7635128609_0SXRIXJ6E2653_40535887665683\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Note : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-7635128609_0SXRIXJ6E2653_40535887665683\",\"SearchTraceId\":\"10e36-3e0bc-00cc0-ab93d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"29\\/06\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-28\",\"2022-06-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"10e36-3e0bc-00cc0-ab93d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"29\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\",\"29 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 21:33:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-24 21:33:35'),(1295,'314cf-d2d2a-7bf0a-93c4e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"314cf-d2d2a-7bf0a-93c4e\",\"apiTraceId\":\"432_6141\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 08:45\",\"FromUTCTime\":\"2022-07-09 08:45\",\"LocalToTime\":\"2022-07-09 10:15:00\",\"ToUTCTime\":\"2022-07-09 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-314cf-d2d2a-7bf0a-93c4e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6141\",\"ApiResultIndex\":\"432_6141\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CG\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGDLPN\",\"OnwardGroupPNRDummy\":\"SGDLPN\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0BU\",\"bookingId\":\"68F878E939B34820830D6CBC7380D64D\"}],\"flight_booking_id_Arr\":[\"169\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13500\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ghulamtravels786@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889663376\",\"FirstName\":\"MOHD AKRAR\",\"LastName\":\"KHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13500\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 21:39:14\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"94\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"94\",\"CustomerMemSysId\":[\"94\"],\"flight_booking_customer\":[[\"233\"]],\"SearchTraceId\":\"314cf-d2d2a-7bf0a-93c4e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"09\\/07\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/07\\/2022\",\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"314cf-d2d2a-7bf0a-93c4e\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"09\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\",\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 21:34:30\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"314cf-d2d2a-7bf0a-93c4e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"2022-07-09\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"314cf-d2d2a-7bf0a-93c4e\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"09 Jul Sat\\\",\\\"09 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 21:34:30\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"314cf-d2d2a-7bf0a-93c4e\\\",\\\"apiTraceId\\\":\\\"432_6141\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-09\\\",\\\"LocalFromTime\\\":\\\"2022-07-09 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-09 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-09 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-09 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-314cf-d2d2a-7bf0a-93c4e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6141\\\",\\\"ApiResultIndex\\\":\\\"432_6141\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0CG\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-09T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-09T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657305000,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"SGDLPN\\\",\\\"OnwardGroupPNRDummy\\\":\\\"SGDLPN\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0BU\\\",\\\"bookingId\\\":\\\"68F878E939B34820830D6CBC7380D64D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889663376\",\"leadEmail\":\"ghulamtravels786@yahoo.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHD AKRAR\",\"passenger-lastname-1\":\"KHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13500\",\"Salutation\":\"1\",\"EmailId\":\"ghulamtravels786@yahoo.com\",\"FirstName\":\"MOHD AKRAR\",\"LastName\":\"KHAN\",\"CountryCode\":\"91\",\"MobileNo\":\"7889663376\"}}','2022-06-24 21:39:14'),(1297,'95b11-22e5a-61a1c-36983','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95b11-22e5a-61a1c-36983\",\"apiTraceId\":\"425_5821\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 06:35\",\"FromUTCTime\":\"2022-07-10 06:35\",\"LocalToTime\":\"2022-07-10 08:35:00\",\"ToUTCTime\":\"2022-07-10 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9600,\"PublishedFareTxt\":\"9,600\",\"ApiResultIndex\":\"425-95b11-22e5a-61a1c-36983\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9600,\"PublishedFare\":9600,\"PublishedFareAgent\":9600,\"OfferedFareAgent\":9600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5821\",\"ApiResultIndex\":\"425_5821\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8600,\"BaseFare\":8600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"05R\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"425_5821\",\"SearchTraceId\":\"95b11-22e5a-61a1c-36983\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"10\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"10\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"95b11-22e5a-61a1c-36983\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"10 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 21:55:04\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-24 22:03:24'),(1306,'42c48-30f50-8af05-b8a5e','{\"FlightBookingData\":[{\"bookingId\":\"DMC104936593129\",\"bookingId_TJ\":\"TJ104936593129\",\"FlightNumber\":\"SG-8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"42c48-30f50-8af05-b8a5e\",\"apiTraceId\":\"11-7822628111_6SXRDELSG8961_1375387296114\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-27T11:35\",\"LocalFromTime\":\"2022-06-27 11:35\",\"FromUTCTime\":\"2022-06-27T11:35\",\"LocalToTime\":\"2022-06-27 13:20\",\"ToUTCTime\":\"2022-06-27T13:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,172\",\"ApiResultIndex\":\"11-7822628111_6SXRDELSG8961_1375387296114\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":5171.7,\"PublishedFareAgent\":5171.7,\"OfferedFareAgent\":5171.7,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7822628111_0SXRDELSG8961_9726269180557\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.7,\"CostToAgent\":5171.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4871.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":5171.7,\"CostToAgent\":5171.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":5171.7,\"CostToCustomer\":5171.7,\"BaseFareCal\":4871.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4871.7,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.7,\"CostToAgent\":5171.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"40\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-27T13:20\",\"SegFlightNumber\":\"SG-8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-27T11:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-7822628111_6SXRDELSG8961_1375387296114\",\"FareRuleData\":{\"fareRule\":{\"SXR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-7822628111_6SXRDELSG8961_1375387296114\",\"SearchTraceId\":\"42c48-30f50-8af05-b8a5e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"42c48-30f50-8af05-b8a5e\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jun Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 10:23:01\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-25 10:23:38'),(1307,'62','{\"_sessiondata\":{\"EmailId\":\"hayatitravels.sxr@gmail.com\",\"UserSysId\":\"14686\",\"CustomerSysId\":\"208336\",\"AgencySysId\":\"13221\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"HUSSAIN\",\"Password_cu\":\"\",\"AgencyName\":\"HAYATI TOUR & TRAVELS\",\"AgencyCode\":\"11122\",\"ContactNo1\":\"9797150324\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"984FEAAD-65F9-438E-A919-18201C5D5C85\",\"Address\":\"\",\"PinCode\":\"191111\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4700\",\"RefrenceNo\":\"123\",\"CreditDate\":\"25\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-25 11:55:05'),(1309,'6ef86-c936a-a12bb-086a1','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6ef86-c936a-a12bb-086a1\",\"apiTraceId\":\"425_5821\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 06:35\",\"FromUTCTime\":\"2022-07-10 06:35\",\"LocalToTime\":\"2022-07-10 08:35:00\",\"ToUTCTime\":\"2022-07-10 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-6ef86-c936a-a12bb-086a1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5821\",\"ApiResultIndex\":\"425_5821\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1694.915254237288,\"ExtraMarkupOnGST\":305.0847457627119}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":1694.915254237288,\"ExtraMarkupOnGST\":305.0847457627119},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IJM8JB\",\"OnwardGroupPNRDummy\":\"IJM8JB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"EF354E34637F4C1586C77D74868415CE\"}],\"flight_booking_id_Arr\":[\"170\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Dharmendra kumar \",\"LastName\":\" sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 22:05:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"95\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"KALPESH \",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 22:05:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"107\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"KALPESH \",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-24 22:05:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"6ef86-c936a-a12bb-086a1\",\"modified\":\"2022-06-24 22:05:57\",\"created\":\"2022-06-24 22:05:57\",\"CustomerMemberSysId\":\"107\"}],\"CustomerSysId\":\"95\",\"CustomerMemSysId\":[\"95\",\"107\"],\"flight_booking_customer\":[[\"234\",\"235\"]],\"SearchTraceId\":\"6ef86-c936a-a12bb-086a1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"10\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"10\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6ef86-c936a-a12bb-086a1\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"10 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-24 22:03:44\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6ef86-c936a-a12bb-086a1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"6ef86-c936a-a12bb-086a1\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"10 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-24 22:03:44\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"6ef86-c936a-a12bb-086a1\\\",\\\"apiTraceId\\\":\\\"425_5821\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-10\\\",\\\"LocalFromTime\\\":\\\"2022-07-10 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-10 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-10 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-10 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-6ef86-c936a-a12bb-086a1\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5821\\\",\\\"ApiResultIndex\\\":\\\"425_5821\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-10T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-10T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"10\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657391400,\\\"DepartureDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"IJM8JB\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"EF354E34637F4C1586C77D74868415CE\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831115311\",\"leadEmail\":\"shreeshyamtravels2019@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Dharmendra kumar \",\"passenger-lastname-1\":\" sheth\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"KALPESH \",\"passenger-lastname-2\":\"Sheth\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13508\",\"Salutation\":\"1\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"FirstName\":\"Dharmendra kumar \",\"LastName\":\" sheth\",\"CountryCode\":\"91\",\"MobileNo\":\"9831115311\"},\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IJM8JB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Dharmendra kumar\",\"lN\":\"sheth\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"IJM8JB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"KALPESH\",\"lN\":\"Sheth\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"EF354E34637F4C1586C77D74868415CE\"],\"status\":\"SUCCESS\"}}}','2022-06-25 14:44:07');
INSERT INTO `tbl_temp_data` VALUES (1316,'125a0-c4293-2e3e6-9f48c','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-125a0-c4293-2e3e6-9f48c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":677.9661016949152,\"ExtraMarkupOnGST\":122.03389830508479}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B2\",\"showintax\":0,\"ExtraMarkup\":677.9661016949152,\"ExtraMarkupOnGST\":122.03389830508479},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AG\",\"bookingId\":\"CE8432B2AEBD439E8B616F67BD704B92\"}],\"flight_booking_id_Arr\":[\"171\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"37\",\"EmailId\":\"travelwithskyroute@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006310658\",\"FirstName\":\"RISHABH\",\"LastName\":\"TOMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13231\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 14:47:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"108\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"37\",\"EmailId\":\"travelwithskyroute@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006310658\",\"FirstName\":\"MIR UBAID\",\"LastName\":\"RAZA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13231\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 14:47:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"109\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"37\",\"EmailId\":\"travelwithskyroute@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006310658\",\"FirstName\":\"RISHABH\",\"LastName\":\"TOMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13231\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 14:47:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"modified\":\"2022-06-25 14:47:18\",\"created\":\"2022-06-25 14:47:18\",\"CustomerMemberSysId\":\"108\"},{\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"37\",\"EmailId\":\"travelwithskyroute@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006310658\",\"FirstName\":\"MIR UBAID\",\"LastName\":\"RAZA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13231\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 14:47:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"modified\":\"2022-06-25 14:47:18\",\"created\":\"2022-06-25 14:47:18\",\"CustomerMemberSysId\":\"109\"}],\"CustomerSysId\":\"37\",\"CustomerMemSysId\":[\"108\",\"109\"],\"flight_booking_customer\":[[\"236\",\"237\"]],\"SearchTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 14:42:52\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"125a0-c4293-2e3e6-9f48c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"125a0-c4293-2e3e6-9f48c\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-25 14:42:52\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"125a0-c4293-2e3e6-9f48c\\\",\\\"apiTraceId\\\":\\\"432_6132\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8600,\\\"PublishedFareTxt\\\":\\\"8,600\\\",\\\"ApiResultIndex\\\":\\\"432-125a0-c4293-2e3e6-9f48c\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8600,\\\"PublishedFare\\\":8600,\\\"PublishedFareAgent\\\":8600,\\\"OfferedFareAgent\\\":8600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6132\\\",\\\"ApiResultIndex\\\":\\\"432_6132\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0B2\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"A9FYMP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"A9FYMP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0AG\\\",\\\"bookingId\\\":\\\"CE8432B2AEBD439E8B616F67BD704B92\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006310658\",\"leadEmail\":\"travelwithskyroute@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RISHABH\",\"passenger-lastname-1\":\"TOMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MIR UBAID\",\"passenger-lastname-2\":\"RAZA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"travelwithskyroute@gmail.com\",\"UserSysId\":\"14696\",\"CustomerSysId\":\"208361\",\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ASHIQ HUSSAIN\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY ROUTE TRAVELS\",\"AgencyCode\":\"11132\",\"ContactNo1\":\"7006310658\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"32195243-02A7-4165-9229-26F45E3FCF4D\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RISHABH\",\"lN\":\"TOMAR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MIR UBAID\",\"lN\":\"RAZA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CE8432B2AEBD439E8B616F67BD704B92\"],\"status\":\"SUCCESS\"}}}','2022-06-25 14:48:34'),(1322,'3ae57-073aa-d3096-5bf08','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3ae57-073aa-d3096-5bf08\",\"apiTraceId\":\"431_6088\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-06-27\",\"LocalFromTime\":\"2022-06-27 18:55\",\"FromUTCTime\":\"2022-06-27 18:55\",\"LocalToTime\":\"2022-06-27 22:05:00\",\"ToUTCTime\":\"2022-06-27 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"431-3ae57-073aa-d3096-5bf08\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6088\",\"ApiResultIndex\":\"431_6088\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-27T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-27T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/06\\/2022\",\"FromDateSort\":1656268200,\"DepartureDateTxt\":\"Mon, 27 Jun\",\"ArrivalDateTxt\":\"Mon, 27 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MD6B5T\",\"OnwardGroupPNRDummy\":\"MD6B5T\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"567B373926384E0BA75F2987D49D7829\"}],\"flight_booking_id_Arr\":[\"172\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"17\",\"EmailId\":\"rahulrk1305@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9891985015\",\"FirstName\":\"MUKUL\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13061\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 14:51:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"110\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"17\",\"EmailId\":\"rahulrk1305@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9891985015\",\"FirstName\":\"MUKUL\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13061\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 14:51:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3ae57-073aa-d3096-5bf08\",\"modified\":\"2022-06-25 14:51:53\",\"created\":\"2022-06-25 14:51:53\",\"CustomerMemberSysId\":\"110\"}],\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"110\"],\"flight_booking_customer\":[[\"238\"]],\"SearchTraceId\":\"3ae57-073aa-d3096-5bf08\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"27\\/06\\/2022\"],\"departure_datesf\":[\"27\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-27\",\"strDepatureDate\":[\"27\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"3ae57-073aa-d3096-5bf08\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 14:51:28\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3ae57-073aa-d3096-5bf08\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-27\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"3ae57-073aa-d3096-5bf08\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-25 14:51:28\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3ae57-073aa-d3096-5bf08\\\",\\\"apiTraceId\\\":\\\"431_6088\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-06-27\\\",\\\"LocalFromTime\\\":\\\"2022-06-27 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-06-27 18:55\\\",\\\"LocalToTime\\\":\\\"2022-06-27 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-27 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"431-3ae57-073aa-d3096-5bf08\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6088\\\",\\\"ApiResultIndex\\\":\\\"431_6088\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-27T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-27T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656268200,\\\"DepartureDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 27 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"MD6B5T\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MD6B5T\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"567B373926384E0BA75F2987D49D7829\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9891985015\",\"leadEmail\":\"rahulrk1305@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MUKUL\",\"passenger-lastname-1\":\"JAIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"rahulrk1305@gmail.com\",\"UserSysId\":\"14517\",\"CustomerSysId\":\"207517\",\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password_cu\":\"\",\"AgencyName\":\"TRIP WITH US\",\"AgencyCode\":\"11147\",\"ContactNo1\":\"9891985015\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BE6AFE76-E4B9-496B-A8E2-D6F5779A7494\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"MD6B5T\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUKUL\",\"lN\":\"JAIN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"567B373926384E0BA75F2987D49D7829\"],\"status\":\"SUCCESS\"}}}','2022-06-25 14:53:41'),(1325,'4ce0e-82eb1-20af3-3cda7','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4ce0e-82eb1-20af3-3cda7\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-4ce0e-82eb1-20af3-3cda7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2917B9517057489389521A0961104971\"}],\"flight_booking_id_Arr\":[\"173\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13314\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"firstklickbla@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9149502525\",\"FirstName\":\"Umesh\",\"LastName\":\"Chandra\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13314\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 15:21:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"96\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"96\",\"CustomerMemSysId\":[\"96\"],\"flight_booking_customer\":[[\"239\"]],\"SearchTraceId\":\"4ce0e-82eb1-20af3-3cda7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\"],\"departure_datesf\":[\"03\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-03\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"4ce0e-82eb1-20af3-3cda7\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 15:19:57\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4ce0e-82eb1-20af3-3cda7\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-03\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"4ce0e-82eb1-20af3-3cda7\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-25 15:19:57\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4ce0e-82eb1-20af3-3cda7\\\",\\\"apiTraceId\\\":\\\"432_6135\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-4ce0e-82eb1-20af3-3cda7\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6135\\\",\\\"ApiResultIndex\\\":\\\"432_6135\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"V5WZVR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"V5WZVR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"2917B9517057489389521A0961104971\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9149502525\",\"leadEmail\":\"firstklickbla@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Umesh\",\"passenger-lastname-1\":\"Chandra\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13314\",\"Salutation\":\"1\",\"EmailId\":\"firstklickbla@gmail.com\",\"FirstName\":\"Umesh\",\"LastName\":\"Chandra\",\"CountryCode\":\"91\",\"MobileNo\":\"9149502525\"}}','2022-06-25 15:21:47'),(1327,'87a95-3a307-19cfa-a0c1f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"87a95-3a307-19cfa-a0c1f\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-87a95-3a307-19cfa-a0c1f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"432_6135\",\"SearchTraceId\":\"87a95-3a307-19cfa-a0c1f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\"],\"departure_datesf\":[\"03\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-03\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"87a95-3a307-19cfa-a0c1f\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 16:43:50\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-25 16:44:00'),(1333,'09577-08bc4-61c41-33a1e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"09577-08bc4-61c41-33a1e\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-09577-08bc4-61c41-33a1e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B9A0EFC7B594449DB74D65694F9DCBDD\"}],\"flight_booking_id_Arr\":[\"174\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13314\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"firstklickbla@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9149502525\",\"FirstName\":\"Umesh\",\"LastName\":\"Chandra\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13314\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 16:47:03\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"96\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"96\",\"CustomerMemSysId\":[\"96\"],\"flight_booking_customer\":[[\"240\"]],\"SearchTraceId\":\"09577-08bc4-61c41-33a1e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\"],\"departure_datesf\":[\"03\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-03\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"09577-08bc4-61c41-33a1e\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 16:46:28\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"09577-08bc4-61c41-33a1e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__SXR-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__SXR-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-03\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"09577-08bc4-61c41-33a1e\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-25 16:46:28\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"09577-08bc4-61c41-33a1e\\\",\\\"apiTraceId\\\":\\\"432_6135\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-09577-08bc4-61c41-33a1e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6135\\\",\\\"ApiResultIndex\\\":\\\"432_6135\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"V5WZVR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"V5WZVR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"B9A0EFC7B594449DB74D65694F9DCBDD\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9149502525\",\"leadEmail\":\"firstklickbla@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"96\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Umesh\",\"passenger-lastname-1\":\"Chandra\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13314\",\"Salutation\":\"1\",\"EmailId\":\"firstklickbla@gmail.com\",\"FirstName\":\"Umesh\",\"LastName\":\"Chandra\",\"CountryCode\":\"91\",\"MobileNo\":\"9149502525\"},\"_sessiondata\":{\"EmailId\":\"firstklickbla@gmail.com\",\"UserSysId\":\"14779\",\"CustomerSysId\":\"208728\",\"AgencySysId\":\"13314\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Assiyah\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"FIRSTKLICK\",\"AgencyCode\":\"11215\",\"ContactNo1\":\"9149502525\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F17F2043-EA22-400D-B8C5-3758F0FF0EA8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Umesh\",\"lN\":\"Chandra\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B9A0EFC7B594449DB74D65694F9DCBDD\"],\"status\":\"SUCCESS\"}}}','2022-06-25 16:47:57'),(1335,'982ed-020f9-b1754-8fef1','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"982ed-020f9-b1754-8fef1\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-982ed-020f9-b1754-8fef1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"430_6048\",\"SearchTraceId\":\"982ed-020f9-b1754-8fef1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"982ed-020f9-b1754-8fef1\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 16:53:05\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-25 16:53:20'),(1336,'63','{\"_sessiondata\":{\"EmailId\":\"ops@tripshaala.com\",\"UserSysId\":\"14534\",\"CustomerSysId\":\"207613\",\"AgencySysId\":\"13078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ankur\",\"LastName\":\"A\",\"Password_cu\":\"\",\"AgencyName\":\"TRIPSHAALA\",\"AgencyCode\":\"11163\",\"ContactNo1\":\"9773769011\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6BECD951-6A9A-4D2B-BF62-A903F90D72A5\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3800\",\"RefrenceNo\":\"4ALcJ1E44GLcPsl1WKZTcl382700\",\"CreditDate\":\"25\\/06\\/2022\",\"Remark\":\"UPDATE\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-25 17:38:50'),(1342,'9cd26-3c251-eb283-bd285','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9cd26-3c251-eb283-bd285\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-9cd26-3c251-eb283-bd285\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JHH97U\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E022D383F23445BEBDC47A7613B8CA8F\"}],\"flight_booking_id_Arr\":[\"175\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13078\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ops@tripshaala.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9773769011\",\"FirstName\":\"VAIBHAV\",\"LastName\":\"SEHGAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 17:56:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"97\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"97\",\"CustomerMemSysId\":[\"97\"],\"flight_booking_customer\":[[\"241\"]],\"SearchTraceId\":\"9cd26-3c251-eb283-bd285\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9cd26-3c251-eb283-bd285\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 17:55:33\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9cd26-3c251-eb283-bd285\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"9cd26-3c251-eb283-bd285\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-25 17:55:33\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"9cd26-3c251-eb283-bd285\\\",\\\"apiTraceId\\\":\\\"430_6048\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-03 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"430-9cd26-3c251-eb283-bd285\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6048\\\",\\\"ApiResultIndex\\\":\\\"430_6048\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"E022D383F23445BEBDC47A7613B8CA8F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9773769011\",\"leadEmail\":\"ops@tripshaala.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VAIBHAV\",\"passenger-lastname-1\":\"SEHGAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13078\",\"Salutation\":\"1\",\"EmailId\":\"ops@tripshaala.com\",\"FirstName\":\"VAIBHAV\",\"LastName\":\"SEHGAL\",\"CountryCode\":\"91\",\"MobileNo\":\"9773769011\"},\"_sessiondata\":{\"EmailId\":\"ops@tripshaala.com\",\"UserSysId\":\"14534\",\"CustomerSysId\":\"207613\",\"AgencySysId\":\"13078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ankur\",\"LastName\":\"A\",\"Password_cu\":\"\",\"AgencyName\":\"TRIPSHAALA\",\"AgencyCode\":\"11163\",\"ContactNo1\":\"9773769011\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6BECD951-6A9A-4D2B-BF62-A903F90D72A5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"JHH97U\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VAIBHAV\",\"lN\":\"SEHGAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"E022D383F23445BEBDC47A7613B8CA8F\"],\"status\":\"SUCCESS\"}}}','2022-06-25 17:57:58'),(1348,'90ab2-c1b19-cac38-46722','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"90ab2-c1b19-cac38-46722\",\"apiTraceId\":\"432_6131\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 08:45\",\"FromUTCTime\":\"2022-06-29 08:45\",\"LocalToTime\":\"2022-06-29 10:15:00\",\"ToUTCTime\":\"2022-06-29 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-90ab2-c1b19-cac38-46722\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6131\",\"ApiResultIndex\":\"432_6131\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AIG4FR\",\"OnwardGroupPNRDummy\":\"AIG4FR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"83CBCEA17F1D4D52BF9D2D4FD62D5169\"}],\"flight_booking_id_Arr\":[\"176\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"JOHARE\",\"LastName\":\"R R\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 18:26:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"111\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"73\",\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006435889\",\"FirstName\":\"JOHARE\",\"LastName\":\"R R\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13264\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-25 18:26:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"90ab2-c1b19-cac38-46722\",\"modified\":\"2022-06-25 18:26:00\",\"created\":\"2022-06-25 18:26:00\",\"CustomerMemberSysId\":\"111\"}],\"CustomerSysId\":\"73\",\"CustomerMemSysId\":[\"111\"],\"flight_booking_customer\":[[\"242\"]],\"SearchTraceId\":\"90ab2-c1b19-cac38-46722\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"90ab2-c1b19-cac38-46722\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-25 18:12:13\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"90ab2-c1b19-cac38-46722\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"90ab2-c1b19-cac38-46722\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-25 18:12:13\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"90ab2-c1b19-cac38-46722\\\",\\\"apiTraceId\\\":\\\"432_6131\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-29\\\",\\\"LocalFromTime\\\":\\\"2022-06-29 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-29 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-29 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-29 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"432-90ab2-c1b19-cac38-46722\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6131\\\",\\\"ApiResultIndex\\\":\\\"432_6131\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"5\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-29T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-29T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656441000,\\\"DepartureDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"AIG4FR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"AIG4FR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"83CBCEA17F1D4D52BF9D2D4FD62D5169\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006435889\",\"leadEmail\":\"firstclasstourandtravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"JOHARE\",\"passenger-lastname-1\":\"R R\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"firstclasstourandtravel@gmail.com\",\"UserSysId\":\"14729\",\"CustomerSysId\":\"208456\",\"AgencySysId\":\"13264\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAIS\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"FIRST CLASS TOUR AND TRAVEL\",\"AgencyCode\":\"11165\",\"ContactNo1\":\"7006435889\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F30F952F-E75A-4039-9989-EB662FE1E95E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"AIG4FR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"JOHARE\",\"lN\":\"R R\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"83CBCEA17F1D4D52BF9D2D4FD62D5169\"],\"status\":\"SUCCESS\"}}}','2022-06-25 18:26:24'),(1355,'06c36-d9833-08727-7daea','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"06c36-d9833-08727-7daea\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-06c36-d9833-08727-7daea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":169.4915254237288,\"ExtraMarkupOnGST\":30.508474576271198},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"BC08EE06FC9F4D2C8240ECB442A94698\"}],\"flight_booking_id_Arr\":[\"177\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9797480497\",\"FirstName\":\"Ram pyare\",\"LastName\":\"Yadav\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13351\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 10:17:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"98\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"98\",\"CustomerMemSysId\":[\"98\"],\"flight_booking_customer\":[[\"243\"]],\"SearchTraceId\":\"06c36-d9833-08727-7daea\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"06c36-d9833-08727-7daea\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 10:13:56\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"06c36-d9833-08727-7daea\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"06c36-d9833-08727-7daea\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 10:13:56\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"06c36-d9833-08727-7daea\\\",\\\"apiTraceId\\\":\\\"432_6130\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"432-06c36-d9833-08727-7daea\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6130\\\",\\\"ApiResultIndex\\\":\\\"432_6130\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"Z8EIFI\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Z8EIFI\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"BC08EE06FC9F4D2C8240ECB442A94698\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797480497\",\"leadEmail\":\"salesgracetravel123@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Ram pyare\",\"passenger-lastname-1\":\"Yadav\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13351\",\"Salutation\":\"1\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"FirstName\":\"Ram pyare\",\"LastName\":\"Yadav\",\"CountryCode\":\"91\",\"MobileNo\":\"9797480497\"},\"_sessiondata\":{\"EmailId\":\"salesgracetravel123@gmail.com\",\"UserSysId\":\"14816\",\"CustomerSysId\":\"208882\",\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"YOUR GRACE TRAVEL\",\"AgencyCode\":\"11252\",\"ContactNo1\":\"9797909769\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8891D410-185D-4CED-806B-7503AEF3A2BB\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Ram pyare\",\"lN\":\"Yadav\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"BC08EE06FC9F4D2C8240ECB442A94698\"],\"status\":\"SUCCESS\"}}}','2022-06-26 10:18:17'),(1361,'af33f-b9269-5992b-c23f9','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"af33f-b9269-5992b-c23f9\",\"apiTraceId\":\"430_6048\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 16:00\",\"FromUTCTime\":\"2022-07-03 16:00\",\"LocalToTime\":\"2022-07-03 18:20:00\",\"ToUTCTime\":\"2022-07-03 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"430-af33f-b9269-5992b-c23f9\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6048\",\"ApiResultIndex\":\"430_6048\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4200,\"BaseFare\":4200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"JHH97U\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FA7F0FE3B3C74E43B154F978B96FA104\"}],\"flight_booking_id_Arr\":[\"178\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"22\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9796505659\",\"FirstName\":\"SAIYBA\",\"LastName\":\"BAZAZ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13129\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 11:28:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"112\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"22\",\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9796505659\",\"FirstName\":\"SAIYBA\",\"LastName\":\"BAZAZ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13129\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 11:28:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"af33f-b9269-5992b-c23f9\",\"modified\":\"2022-06-26 11:28:54\",\"created\":\"2022-06-26 11:28:54\",\"CustomerMemberSysId\":\"112\"}],\"CustomerSysId\":\"22\",\"CustomerMemSysId\":[\"112\"],\"flight_booking_customer\":[[\"244\"]],\"SearchTraceId\":\"af33f-b9269-5992b-c23f9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"af33f-b9269-5992b-c23f9\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 11:25:10\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"af33f-b9269-5992b-c23f9\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"af33f-b9269-5992b-c23f9\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 11:25:10\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"af33f-b9269-5992b-c23f9\\\",\\\"apiTraceId\\\":\\\"430_6048\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-03 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"430-af33f-b9269-5992b-c23f9\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4200,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6048\\\",\\\"ApiResultIndex\\\":\\\"430_6048\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4200,\\\"BaseFare\\\":4200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"FA7F0FE3B3C74E43B154F978B96FA104\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9796505659\",\"leadEmail\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"SAIYBA\",\"passenger-lastname-1\":\"BAZAZ\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14594\",\"CustomerSysId\":\"207869\",\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Mudasir\",\"LastName\":\"Mir\",\"Password_cu\":\"\",\"AgencyName\":\"Best buy travels\",\"AgencyCode\":\"11132\",\"ContactNo1\":\"9796505659\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"55AFA3A1-72F7-4764-8BAB-E451FC8EE368\",\"Address\":\"\",\"PinCode\":\"190001\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14594\\/logo_1655364014.jpg\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"JHH97U\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SAIYBA\",\"lN\":\"BAZAZ\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"FA7F0FE3B3C74E43B154F978B96FA104\"],\"status\":\"SUCCESS\"}}}','2022-06-26 11:29:14'),(1365,'4364a-4a8ce-8c7d2-c2bba','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4364a-4a8ce-8c7d2-c2bba\",\"apiTraceId\":\"425_5809\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 06:35\",\"FromUTCTime\":\"2022-06-28 06:35\",\"LocalToTime\":\"2022-06-28 08:35:00\",\"ToUTCTime\":\"2022-06-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-4364a-4a8ce-8c7d2-c2bba\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5809\",\"ApiResultIndex\":\"425_5809\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X8ISFI\",\"OnwardGroupPNRDummy\":\"X8ISFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00N\",\"bookingId\":\"E227546DA4BC4294AFFB063B5106B1B5\"}],\"flight_booking_id_Arr\":[\"179\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"MAHBOOB\",\"LastName\":\"AHAMAD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:00:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"113\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"HAMID\",\"LastName\":\"ALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:00:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"114\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"MAHBOOB\",\"LastName\":\"AHAMAD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:00:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4364a-4a8ce-8c7d2-c2bba\",\"modified\":\"2022-06-26 12:00:51\",\"created\":\"2022-06-26 12:00:51\",\"CustomerMemberSysId\":\"113\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"HAMID\",\"LastName\":\"ALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:00:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4364a-4a8ce-8c7d2-c2bba\",\"modified\":\"2022-06-26 12:00:51\",\"created\":\"2022-06-26 12:00:51\",\"CustomerMemberSysId\":\"114\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"113\",\"114\"],\"flight_booking_customer\":[[\"245\",\"246\"]],\"SearchTraceId\":\"4364a-4a8ce-8c7d2-c2bba\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"28\\/06\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-28\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"4364a-4a8ce-8c7d2-c2bba\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 12:00:21\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4364a-4a8ce-8c7d2-c2bba\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"4364a-4a8ce-8c7d2-c2bba\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 12:00:21\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4364a-4a8ce-8c7d2-c2bba\\\",\\\"apiTraceId\\\":\\\"425_5809\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-28 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-4364a-4a8ce-8c7d2-c2bba\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5809\\\",\\\"ApiResultIndex\\\":\\\"425_5809\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"X8ISFI\\\",\\\"OnwardGroupPNRDummy\\\":\\\"X8ISFI\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00N\\\",\\\"bookingId\\\":\\\"E227546DA4BC4294AFFB063B5106B1B5\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MAHBOOB\",\"passenger-lastname-1\":\"AHAMAD\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"HAMID\",\"passenger-lastname-2\":\"ALI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-26 12:01:02'),(1371,'4c9a1-bc63b-975ea-f3438','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4c9a1-bc63b-975ea-f3438\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-4c9a1-bc63b-975ea-f3438\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7C258559C44D49F49C5F8EBF9F915BD3\"}],\"flight_booking_id_Arr\":[\"180\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"MAHBOOB\",\"LastName\":\"AHAMAD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:01:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"113\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"HAMID\",\"LastName\":\"ALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:01:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"114\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9875598950\",\"FirstName\":\"MAHBOOB\",\"LastName\":\"AHAMAD\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:01:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-26 12:01:33\",\"CustomerMemberSysId\":\"113\"},{\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"25\",\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9875598950\",\"FirstName\":\"HAMID\",\"LastName\":\"ALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13073\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:01:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-26 12:01:33\",\"CustomerMemberSysId\":\"114\"}],\"CustomerSysId\":\"25\",\"CustomerMemSysId\":[\"113\",\"114\"],\"flight_booking_customer\":[[\"247\",\"248\"]],\"SearchTraceId\":\"4c9a1-bc63b-975ea-f3438\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\"],\"departure_datesf\":[\"29\\/06\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-29\",\"strDepatureDate\":[\"29\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"4c9a1-bc63b-975ea-f3438\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 12:01:07\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4c9a1-bc63b-975ea-f3438\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-29\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"4c9a1-bc63b-975ea-f3438\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 12:01:07\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4c9a1-bc63b-975ea-f3438\\\",\\\"apiTraceId\\\":\\\"425_5810\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-29\\\",\\\"LocalFromTime\\\":\\\"2022-06-29 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-29 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-29 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-29 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-4c9a1-bc63b-975ea-f3438\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5810\\\",\\\"ApiResultIndex\\\":\\\"425_5810\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-29T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-29T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656441000,\\\"DepartureDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"HCSZXW\\\",\\\"OnwardGroupPNRDummy\\\":\\\"HCSZXW\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"7C258559C44D49F49C5F8EBF9F915BD3\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9875598950\",\"leadEmail\":\"READYTOFLY.IN@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"113\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MAHBOOB\",\"passenger-lastname-1\":\"AHAMAD\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"114\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"HAMID\",\"passenger-lastname-2\":\"ALI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAHBOOB\",\"lN\":\"AHAMAD\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"HAMID\",\"lN\":\"ALI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7C258559C44D49F49C5F8EBF9F915BD3\"],\"status\":\"SUCCESS\"}}}','2022-06-26 12:02:00'),(1377,'4db3b-3e8a9-fe2b9-818ea','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4db3b-3e8a9-fe2b9-818ea\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-4db3b-3e8a9-fe2b9-818ea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"B03C341C1F09407F81B613D5558316AB\"}],\"flight_booking_id_Arr\":[\"181\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"62\",\"EmailId\":\"relive.purchases@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006975244\",\"FirstName\":\"KARAMVEER\",\"LastName\":\"KARAMVEER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13136\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:15:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"115\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"62\",\"EmailId\":\"relive.purchases@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006975244\",\"FirstName\":\"KARAMVEER\",\"LastName\":\"KARAMVEER\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13136\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:15:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4db3b-3e8a9-fe2b9-818ea\",\"modified\":\"2022-06-26 12:15:26\",\"created\":\"2022-06-26 12:15:26\",\"CustomerMemberSysId\":\"115\"}],\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"115\"],\"flight_booking_customer\":[[\"249\"]],\"SearchTraceId\":\"4db3b-3e8a9-fe2b9-818ea\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4db3b-3e8a9-fe2b9-818ea\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 12:05:28\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4db3b-3e8a9-fe2b9-818ea\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4db3b-3e8a9-fe2b9-818ea\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 12:05:28\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4db3b-3e8a9-fe2b9-818ea\\\",\\\"apiTraceId\\\":\\\"432_6130\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"432-4db3b-3e8a9-fe2b9-818ea\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6130\\\",\\\"ApiResultIndex\\\":\\\"432_6130\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"Z8EIFI\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Z8EIFI\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"B03C341C1F09407F81B613D5558316AB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006975244\",\"leadEmail\":\"relive.purchases@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"KARAMVEER\",\"passenger-lastname-1\":\"KARAMVEER\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"relive.purchases@gmail.com\",\"UserSysId\":\"14601\",\"CustomerSysId\":\"207878\",\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"abid\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"Relive\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"7006975244\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"223F97D6-CCF6-4231-9601-2B9A991252FF\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KARAMVEER\",\"lN\":\"KARAMVEER\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"B03C341C1F09407F81B613D5558316AB\"],\"status\":\"SUCCESS\"}}}','2022-06-26 12:15:50'),(1378,'65','{\"_sessiondata\":{\"EmailId\":\"bajajtoursandtravelsjorhat@gmail.com\",\"UserSysId\":\"15006\",\"CustomerSysId\":\"210873\",\"AgencySysId\":\"13529\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SNEHA\",\"LastName\":\"BAJAJ\",\"Password_cu\":\"\",\"AgencyName\":\"BAJAJ TOURS & TRAVELS\",\"AgencyCode\":\"122111.2211606012613E99\",\"ContactNo1\":\"6000408567\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F1122FD0-5D53-44FD-937A-17A79D751171\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"26\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-26 12:46:26'),(1379,'66','{\"_sessiondata\":{\"EmailId\":\"bajajtoursandtravelsjorhat@gmail.com\",\"UserSysId\":\"15006\",\"CustomerSysId\":\"210873\",\"AgencySysId\":\"13529\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SNEHA\",\"LastName\":\"BAJAJ\",\"Password_cu\":\"\",\"AgencyName\":\"BAJAJ TOURS & TRAVELS\",\"AgencyCode\":\"122111.2211606012613E99\",\"ContactNo1\":\"6000408567\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F1122FD0-5D53-44FD-937A-17A79D751171\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"26\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-26 12:48:27'),(1385,'08b02-17595-475cf-8b8cb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"08b02-17595-475cf-8b8cb\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-08b02-17595-475cf-8b8cb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"913ED70581654E8DA724CB89612776AC\"}],\"flight_booking_id_Arr\":[\"182\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"Vijayender \",\"LastName\":\"kumar \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:50:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"116\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"Vijayender \",\"LastName\":\"kumar \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:50:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"08b02-17595-475cf-8b8cb\",\"modified\":\"2022-06-26 12:50:32\",\"created\":\"2022-06-26 12:50:32\",\"CustomerMemberSysId\":\"116\"}],\"CustomerSysId\":\"48\",\"CustomerMemSysId\":[\"116\"],\"flight_booking_customer\":[[\"250\"]],\"SearchTraceId\":\"08b02-17595-475cf-8b8cb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"08b02-17595-475cf-8b8cb\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 12:49:16\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"08b02-17595-475cf-8b8cb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"08b02-17595-475cf-8b8cb\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 12:49:16\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"08b02-17595-475cf-8b8cb\\\",\\\"apiTraceId\\\":\\\"432_6130\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"432-08b02-17595-475cf-8b8cb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6130\\\",\\\"ApiResultIndex\\\":\\\"432_6130\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"Z8EIFI\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Z8EIFI\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"913ED70581654E8DA724CB89612776AC\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419088764\",\"leadEmail\":\"mohitairways@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Vijayender \",\"passenger-lastname-1\":\"kumar \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Vijayender \",\"lN\":\"kumar \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"913ED70581654E8DA724CB89612776AC\"],\"status\":\"SUCCESS\"}}}','2022-06-26 12:50:44'),(1391,'609ab-3548a-c4ecc-3a0a4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"609ab-3548a-c4ecc-3a0a4\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-609ab-3548a-c4ecc-3a0a4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00V\",\"bookingId\":\"009142BF6F044BA28A636B089B204FB6\"}],\"flight_booking_id_Arr\":[\"183\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13529\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"bajajtoursandtravelsjorhat@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"6000408567\",\"FirstName\":\"AMIT\",\"LastName\":\"BANG\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13529\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 12:54:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"99\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"99\",\"CustomerMemSysId\":[\"99\"],\"flight_booking_customer\":[[\"251\"]],\"SearchTraceId\":\"609ab-3548a-c4ecc-3a0a4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\"],\"departure_datesf\":[\"29\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-29\",\"strDepatureDate\":[\"29\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"609ab-3548a-c4ecc-3a0a4\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 12:52:30\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"609ab-3548a-c4ecc-3a0a4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-29\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"609ab-3548a-c4ecc-3a0a4\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 12:52:30\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"609ab-3548a-c4ecc-3a0a4\\\",\\\"apiTraceId\\\":\\\"425_5810\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-29\\\",\\\"LocalFromTime\\\":\\\"2022-06-29 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-29 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-29 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-29 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-609ab-3548a-c4ecc-3a0a4\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5810\\\",\\\"ApiResultIndex\\\":\\\"425_5810\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-29T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-29T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656441000,\\\"DepartureDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"HCSZXW\\\",\\\"OnwardGroupPNRDummy\\\":\\\"HCSZXW\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00V\\\",\\\"bookingId\\\":\\\"009142BF6F044BA28A636B089B204FB6\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"6000408567\",\"leadEmail\":\"bajajtoursandtravelsjorhat@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMIT\",\"passenger-lastname-1\":\"BANG\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Jorhat\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"13232\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13529\",\"Salutation\":\"1\",\"EmailId\":\"bajajtoursandtravelsjorhat@gmail.com\",\"FirstName\":\"AMIT\",\"LastName\":\"BANG\",\"CountryCode\":\"91\",\"MobileNo\":\"6000408567\"},\"_sessiondata\":{\"EmailId\":\"bajajtoursandtravelsjorhat@gmail.com\",\"UserSysId\":\"15006\",\"CustomerSysId\":\"210873\",\"AgencySysId\":\"13529\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SNEHA\",\"LastName\":\"BAJAJ\",\"Password_cu\":\"\",\"AgencyName\":\"BAJAJ TOURS & TRAVELS\",\"AgencyCode\":\"122111.2211606012613E99\",\"ContactNo1\":\"6000408567\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F1122FD0-5D53-44FD-937A-17A79D751171\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"AMIT\",\"lN\":\"BANG\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"009142BF6F044BA28A636B089B204FB6\"],\"status\":\"SUCCESS\"}}}','2022-06-26 12:54:46'),(1398,'15015-8c183-6acd9-208cf','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"15015-8c183-6acd9-208cf\",\"apiTraceId\":\"432_6130\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 08:45\",\"FromUTCTime\":\"2022-06-28 08:45\",\"LocalToTime\":\"2022-06-28 10:15:00\",\"ToUTCTime\":\"2022-06-28 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"432-15015-8c183-6acd9-208cf\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6130\",\"ApiResultIndex\":\"432_6130\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1270.3389830508474,\"ExtraMarkupOnGST\":228.66101694915255}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":1270.3389830508474,\"ExtraMarkupOnGST\":228.66101694915255},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"Z8EIFI\",\"OnwardGroupPNRDummy\":\"Z8EIFI\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"CC7BF948D3054C428D13B236847D8180\"}],\"flight_booking_id_Arr\":[\"184\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9797909769\",\"FirstName\":\"Apak bagang\",\"LastName\":\"Doka\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13351\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 13:14:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"100\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"100\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9797909769\",\"FirstName\":\"Meli tarh\",\"LastName\":\"Tarh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13351\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 13:14:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"117\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"100\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9797909769\",\"FirstName\":\"Meli tarh\",\"LastName\":\"Tarh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13351\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 13:14:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"15015-8c183-6acd9-208cf\",\"modified\":\"2022-06-26 13:14:17\",\"created\":\"2022-06-26 13:14:17\",\"CustomerMemberSysId\":\"117\"}],\"CustomerSysId\":\"100\",\"CustomerMemSysId\":[\"100\",\"117\"],\"flight_booking_customer\":[[\"252\",\"253\"]],\"SearchTraceId\":\"15015-8c183-6acd9-208cf\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"15015-8c183-6acd9-208cf\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 13:12:30\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"15015-8c183-6acd9-208cf\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"15015-8c183-6acd9-208cf\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 13:12:30\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"15015-8c183-6acd9-208cf\\\",\\\"apiTraceId\\\":\\\"432_6130\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8600,\\\"PublishedFareTxt\\\":\\\"8,600\\\",\\\"ApiResultIndex\\\":\\\"432-15015-8c183-6acd9-208cf\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8600,\\\"PublishedFare\\\":8600,\\\"PublishedFareAgent\\\":8600,\\\"OfferedFareAgent\\\":8600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6130\\\",\\\"ApiResultIndex\\\":\\\"432_6130\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"Z8EIFI\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Z8EIFI\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"CC7BF948D3054C428D13B236847D8180\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797909769\",\"leadEmail\":\"salesgracetravel123@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Apak bagang\",\"passenger-lastname-1\":\"Doka\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"Meli tarh\",\"passenger-lastname-2\":\"Tarh\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13351\",\"Salutation\":\"3\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"FirstName\":\"Apak bagang\",\"LastName\":\"Doka\",\"CountryCode\":\"91\",\"MobileNo\":\"9797909769\"},\"_sessiondata\":{\"EmailId\":\"salesgracetravel123@gmail.com\",\"UserSysId\":\"14816\",\"CustomerSysId\":\"208882\",\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"YOUR GRACE TRAVEL\",\"AgencyCode\":\"11252\",\"ContactNo1\":\"9797909769\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8891D410-185D-4CED-806B-7503AEF3A2BB\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Apak bagang\",\"lN\":\"Doka\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"Z8EIFI\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Meli tarh\",\"lN\":\"Tarh\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CC7BF948D3054C428D13B236847D8180\"],\"status\":\"SUCCESS\"}}}','2022-06-26 13:15:16'),(1399,'67','{\"_sessiondata\":{\"EmailId\":\"Aldabaltravel@gmail.com\",\"UserSysId\":\"14770\",\"CustomerSysId\":\"208718\",\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"HILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"AL DABAL TRAVEL &TOUR\'S\",\"AgencyCode\":\"11206\",\"ContactNo1\":\"7889604082\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"2CF3F6E5-0E4D-42E2-82AE-9BE00A5124B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"15000\",\"RefrenceNo\":\"217716467883\",\"CreditDate\":\"26\\/06\\/2022\",\"Remark\":\"M PAY 7889604082\\r\\n\\r\\nAL DABAL TRAVEL \"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-26 16:15:43'),(1400,'68','{\"_sessiondata\":{\"EmailId\":\"Aldabaltravel@gmail.com\",\"UserSysId\":\"14770\",\"CustomerSysId\":\"208718\",\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"HILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"AL DABAL TRAVEL &TOUR\'S\",\"AgencyCode\":\"11206\",\"ContactNo1\":\"7889604082\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"2CF3F6E5-0E4D-42E2-82AE-9BE00A5124B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"15000\",\"RefrenceNo\":\"217716467883\",\"CreditDate\":\"26\\/06\\/2022\",\"Remark\":\"M PAY 7889604082 \\r\\n\\r\\nAL DABAL TRAVEL\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-26 16:16:45'),(1413,'80c58-0b1b1-fede7-5b85b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"apiTraceId\":\"432_6135\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 08:45\",\"FromUTCTime\":\"2022-07-03 08:45\",\"LocalToTime\":\"2022-07-03 10:15:00\",\"ToUTCTime\":\"2022-07-03 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":15000,\"PublishedFareTxt\":\"15,000\",\"ApiResultIndex\":\"432-80c58-0b1b1-fede7-5b85b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":13500,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":15000,\"PublishedFare\":15000,\"PublishedFareAgent\":15000,\"OfferedFareAgent\":15000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6135\",\"ApiResultIndex\":\"432_6135\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":13500,\"BaseFare\":13500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":15000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1393.2203389830509,\"ExtraMarkupOnGST\":250.77966101694915}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"06Z\",\"showintax\":0,\"ExtraMarkup\":1393.2203389830509,\"ExtraMarkupOnGST\":250.77966101694915},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5WZVR\",\"OnwardGroupPNRDummy\":\"V5WZVR\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":true,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06D\",\"bookingId\":\"EF1785834E4A4868B69C7A3B32E013DE\"}],\"flight_booking_id_Arr\":[\"186\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889604082\",\"FirstName\":\"RAJINDER \",\"LastName\":\"SINGH \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13305\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:23:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"102\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"102\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7889604082\",\"FirstName\":\"MANPREET KOUR \",\"LastName\":\"RAI \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13305\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:23:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"119\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"102\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7889604082\",\"FirstName\":\" SARGUN \",\"LastName\":\"KAUR \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13305\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:23:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"120\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"102\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"7889604082\",\"FirstName\":\" JAIKIRAT \",\"LastName\":\"SINGH \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13305\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:23:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2022-03-03\",\"CustomerMemberSysId\":\"121\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"102\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7889604082\",\"FirstName\":\"MANPREET KOUR \",\"LastName\":\"RAI \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13305\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:23:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"modified\":\"2022-06-26 16:23:50\",\"created\":\"2022-06-26 16:23:50\",\"CustomerMemberSysId\":\"119\"},{\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"102\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7889604082\",\"FirstName\":\" SARGUN \",\"LastName\":\"KAUR \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13305\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:23:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"modified\":\"2022-06-26 16:23:50\",\"created\":\"2022-06-26 16:23:50\",\"CustomerMemberSysId\":\"120\"},{\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"102\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"7889604082\",\"FirstName\":\" JAIKIRAT \",\"LastName\":\"SINGH \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13305\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"3\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:23:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2022-03-03\",\"apiTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"modified\":\"2022-06-26 16:23:50\",\"created\":\"2022-06-26 16:23:50\",\"CustomerMemberSysId\":\"121\"}],\"CustomerSysId\":\"102\",\"CustomerMemSysId\":[\"102\",\"119\",\"120\",\"121\"],\"flight_booking_customer\":[[\"256\",\"257\",\"258\",\"259\"]],\"SearchTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"1\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"1\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 16:22:20\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"80c58-0b1b1-fede7-5b85b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"1\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"80c58-0b1b1-fede7-5b85b\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"1\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 16:22:20\\\",\\\"IsChangeSearch\\\":0}\",\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"80c58-0b1b1-fede7-5b85b\\\",\\\"apiTraceId\\\":\\\"432_6135\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":15000,\\\"PublishedFareTxt\\\":\\\"15,000\\\",\\\"ApiResultIndex\\\":\\\"432-80c58-0b1b1-fede7-5b85b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":13500,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":15000,\\\"PublishedFare\\\":15000,\\\"PublishedFareAgent\\\":15000,\\\"OfferedFareAgent\\\":15000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6135\\\",\\\"ApiResultIndex\\\":\\\"432_6135\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":15000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":4,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":13500,\\\"BaseFare\\\":13500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":15000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"06Z\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"5\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"V5WZVR\\\",\\\"OnwardGroupPNRDummy\\\":\\\"V5WZVR\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":true,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06D\\\",\\\"bookingId\\\":\\\"EF1785834E4A4868B69C7A3B32E013DE\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889604082\",\"leadEmail\":\"Aldabaltravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RAJINDER \",\"passenger-lastname-1\":\"SINGH \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"MANPREET KOUR \",\"passenger-lastname-2\":\"RAI \",\"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\":\"3\",\"passenger-firstname-3\":\" SARGUN \",\"passenger-lastname-3\":\"KAUR \",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"paxType-4\":\"3\",\"relation-4\":\"9\",\"CustomerSysId-4\":\"0\",\"passenger-salutation-4\":\"2\",\"passenger-firstname-4\":\" JAIKIRAT \",\"passenger-lastname-4\":\"SINGH \",\"passenger-dob-4\":\"03\\/03\\/2022\",\"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\":\"13305\",\"Salutation\":\"1\",\"EmailId\":\"Aldabaltravel@gmail.com\",\"FirstName\":\"RAJINDER \",\"LastName\":\"SINGH \",\"CountryCode\":\"91\",\"MobileNo\":\"7889604082\"},\"_sessiondata\":{\"EmailId\":\"Aldabaltravel@gmail.com\",\"UserSysId\":\"14770\",\"CustomerSysId\":\"208718\",\"AgencySysId\":\"13305\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"HILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"AL DABAL TRAVEL &TOUR\'S\",\"AgencyCode\":\"11206\",\"ContactNo1\":\"7889604082\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"2CF3F6E5-0E4D-42E2-82AE-9BE00A5124B8\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14770\\/logo_1656240670.jpeg\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"RAJINDER \",\"lN\":\"SINGH \",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"MANPREET KOUR \",\"lN\":\"RAI \",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\" SARGUN \",\"lN\":\"KAUR \",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"V5WZVR\"},\"ti\":\"Master\",\"pt\":\"INFANT\",\"fN\":\" JAIKIRAT \",\"lN\":\"SINGH \",\"id\":\"3\",\"DOB\":\"2022-03-03\"}]}},\"order\":{\"bookingId\":[\"EF1785834E4A4868B69C7A3B32E013DE\"],\"status\":\"SUCCESS\"}}}','2022-06-26 16:25:29'),(1414,'50c1e-e6b08-9df28-60348','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"50c1e-e6b08-9df28-60348\",\"apiTraceId\":\"424_5763\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 18:35\",\"FromUTCTime\":\"2022-06-28 18:35\",\"LocalToTime\":\"2022-06-28 20:35:00\",\"ToUTCTime\":\"2022-06-28 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"424-50c1e-e6b08-9df28-60348\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5763\",\"ApiResultIndex\":\"424_5763\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":894.0677966101695,\"ExtraMarkupOnGST\":160.93220338983053}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":894.0677966101695,\"ExtraMarkupOnGST\":160.93220338983053},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"I9UPFP\",\"OnwardGroupPNRDummy\":\"I9UPFP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"6466574202844C7A9E107EFD286FD916\"}],\"flight_booking_id_Arr\":[\"185\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13066\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"layekmemari@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8343832959\",\"FirstName\":\"SYED ABDUS\",\"LastName\":\"SOYEB\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13066\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:22:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"101\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13066\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"101\",\"EmailId\":\"layekmemari@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8343832959\",\"FirstName\":\"SHARUKH\",\"LastName\":\"CHOWDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13066\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:22:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"118\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13066\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"101\",\"EmailId\":\"layekmemari@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8343832959\",\"FirstName\":\"SHARUKH\",\"LastName\":\"CHOWDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13066\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-26 16:22:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"50c1e-e6b08-9df28-60348\",\"modified\":\"2022-06-26 16:22:32\",\"created\":\"2022-06-26 16:22:32\",\"CustomerMemberSysId\":\"118\"}],\"CustomerSysId\":\"101\",\"CustomerMemSysId\":[\"101\",\"118\"],\"flight_booking_customer\":[[\"254\",\"255\"]],\"SearchTraceId\":\"50c1e-e6b08-9df28-60348\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\"],\"departure_datesf\":[\"28\\/06\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-28\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"50c1e-e6b08-9df28-60348\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 16:14: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\":\"50c1e-e6b08-9df28-60348\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"50c1e-e6b08-9df28-60348\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-26 16:14:04\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"50c1e-e6b08-9df28-60348\\\",\\\"apiTraceId\\\":\\\"424_5763\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 18:35\\\",\\\"LocalToTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"424-50c1e-e6b08-9df28-60348\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5763\\\",\\\"ApiResultIndex\\\":\\\"424_5763\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"I9UPFP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"I9UPFP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"6466574202844C7A9E107EFD286FD916\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8343832959\",\"leadEmail\":\"layekmemari@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SYED ABDUS\",\"passenger-lastname-1\":\"SOYEB\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"SHARUKH\",\"passenger-lastname-2\":\"CHOWDHURY\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13066\",\"Salutation\":\"1\",\"EmailId\":\"layekmemari@gmail.com\",\"FirstName\":\"SYED ABDUS\",\"LastName\":\"SOYEB\",\"CountryCode\":\"91\",\"MobileNo\":\"8343832959\"},\"_sessiondata\":{\"EmailId\":\"layekmemari@gmail.com\",\"UserSysId\":\"14522\",\"CustomerSysId\":\"207596\",\"AgencySysId\":\"13066\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"KAMRUDDIN\",\"LastName\":\"LAYEK\",\"Password_cu\":\"\",\"AgencyName\":\"KAMRU MULTI SOLUTION\",\"AgencyCode\":\"11151\",\"ContactNo1\":\"8343832959\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"91CE6CC1-5FF0-4457-8DC3-65CF1BC099E7\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"I9UPFP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SYED ABDUS\",\"lN\":\"SOYEB\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"I9UPFP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SHARUKH\",\"lN\":\"CHOWDHURY\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"6466574202844C7A9E107EFD286FD916\"],\"status\":\"SUCCESS\"}}}','2022-06-26 16:27:45'),(1417,'66497-56b0b-44927-99cc1','{\"FlightBookingData\":[{\"bookingId\":\"DMC107436686749\",\"bookingId_TJ\":\"TJ107436686749\",\"FlightNumber\":\"SG-3564\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"66497-56b0b-44927-99cc1\",\"apiTraceId\":\"4-8197517195_0CCUGWLSG3564GWLIXJSG3224_133028362759649\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:10\",\"ArrivalTime\":\"11:30\",\"TravelDate\":\"2022-07-20T06:10\",\"LocalFromTime\":\"2022-07-20 06:10\",\"FromUTCTime\":\"2022-07-20T06:10\",\"LocalToTime\":\"2022-07-20 11:30\",\"ToUTCTime\":\"2022-07-20T11:30\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Gwalior\",\"GroundTime\":20,\"LAYOVERDuration\":\"0h 20m\",\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FlightDuration\":\"05h 20m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":18,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,542\",\"ApiResultIndex\":\"4-8197517195_0CCUGWLSG3564GWLIXJSG3224_133028362759649\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":1360.7,\"YQTax\":0,\"OtherCharges\":991,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":352,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8360.7,\"PublishedFare\":8542,\"PublishedFareAgent\":8542,\"OfferedFareAgent\":8542,\"OfferedFare\":8294.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8197517195_0CCUGWLSG3564GWLIXJSG3224_23270494337153\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":18,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":66.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8542,\"CostToAgent\":8542,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1360.7,\"TotalBaseFare\":8360.7,\"BaseFareCal\":8332,\"BaseFare\":7000,\"CommissionEarned\":66.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":352,\"MFT\":2.7,\"OT\":991,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":66.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8542,\"CostToAgent\":8542,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":66.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":8542,\"CostToCustomer\":8542,\"BaseFareCal\":8332,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":8332,\"intOfferedFare\":8294.2,\"intPublishFare\":8360.7,\"TripjackMarkup\":0,\"TripjackCommission\":66.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":66.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":8542,\"CostToAgent\":8542,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"438\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Gwalior Airport\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Gwalior\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GWL\",\"destinationArrTime\":\"2022-07-20T08:50\",\"SegFlightNumber\":\"SG-3564\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-20T06:10\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":20,\"NoOfSeatAvailable\":18,\"strDepartureDtTime\":\"06:10\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"0h 20m\",\"LAYOVERCity\":\"Gwalior\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"439\",\"originAirportName\":\"Gwalior Airport\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Gwalior\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-07-20T11:30\",\"SegFlightNumber\":\"SG-3224\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"GWL\",\"originDepTime\":\"2022-07-20T09:10\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":18,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:30\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"439\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-8197517195_0CCUGWLSG3564GWLIXJSG3224_133028362759649\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXJ\":{\"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\":{\"ACFT\":180,\"ACF\":3600,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-8197517195_0CCUGWLSG3564GWLIXJSG3224_133028362759649\",\"SearchTraceId\":\"66497-56b0b-44927-99cc1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"20\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"66497-56b0b-44927-99cc1\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"CCU\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-26 18:08:39\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"438\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-06-26 18:09:22'),(1418,'70','{\"_sessiondata\":{\"EmailId\":\"umeribniali1319@gmail.com\",\"UserSysId\":\"14798\",\"CustomerSysId\":\"208766\",\"AgencySysId\":\"13333\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SIMRAN\",\"LastName\":\"ALI\",\"Password_cu\":\"\",\"AgencyName\":\"UMAR IBN ALI TOUR AND TRAVELS\",\"AgencyCode\":\"11234\",\"ContactNo1\":\"7006185478\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C30B39A6-1748-4517-9A42-89B876458B52\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4700\",\"RefrenceNo\":\"217721350979\",\"CreditDate\":\"26\\/06\\/2022\",\"Remark\":\"jk bank.Ref id 217721350979..zaina kadal srinagar\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-26 21:46:40'),(1420,'1b48c-70c40-5a332-e60fd','{\"FlightBookingData\":[{\"bookingId\":\"DMC103336713588\",\"bookingId_TJ\":\"TJ103336713588\",\"FlightNumber\":\"I5-553\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"1b48c-70c40-5a332-e60fd\",\"apiTraceId\":\"11-7820233013_6SXRDELI5553_15668383960846\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"07:15\",\"ArrivalTime\":\"08:45\",\"TravelDate\":\"2022-06-28T07:15\",\"LocalFromTime\":\"2022-06-28 07:15\",\"FromUTCTime\":\"2022-06-28T07:15\",\"LocalToTime\":\"2022-06-28 08:45\",\"ToUTCTime\":\"2022-06-28T08:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-7820233013_6SXRDELI5553_15668383960846\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":5171.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7820233013_0SXRDELI5553_11757690521789\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":200,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":5171.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":200,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":5171.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":200,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":200,\"CostToAgentCustomer\":5171.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"363\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-06-28T08:45\",\"SegFlightNumber\":\"I5-553\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-06-28T07:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"07:15\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-7820233013_6SXRDELI5553_15668383960846\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-7820233013_6SXRDELI5553_15668383960846\",\"SearchTraceId\":\"1b48c-70c40-5a332-e60fd\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-06-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1b48c-70c40-5a332-e60fd\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 10:50:49\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-27 10:51:32'),(1428,'c51a0-9b43f-10166-14a70','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c51a0-9b43f-10166-14a70\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-c51a0-9b43f-10166-14a70\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"7400C9F13D8449DC9E4470C43F412F38\"}],\"flight_booking_id_Arr\":[\"187\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"KUMBHKARAN\",\"LastName\":\"KUMBHKARAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 11:52:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"122\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"KUMBHKARAN\",\"LastName\":\"KUMBHKARAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 11:52:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"c51a0-9b43f-10166-14a70\",\"modified\":\"2022-06-27 11:52:16\",\"created\":\"2022-06-27 11:52:16\",\"CustomerMemberSysId\":\"122\"}],\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"122\"],\"flight_booking_customer\":[[\"260\"]],\"SearchTraceId\":\"c51a0-9b43f-10166-14a70\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c51a0-9b43f-10166-14a70\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 11:43:14\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c51a0-9b43f-10166-14a70\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"c51a0-9b43f-10166-14a70\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"05 Jul Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 11:43:14\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"c51a0-9b43f-10166-14a70\\\",\\\"apiTraceId\\\":\\\"432_6137\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-05\\\",\\\"LocalFromTime\\\":\\\"2022-07-05 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-05 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"432-c51a0-9b43f-10166-14a70\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6137\\\",\\\"ApiResultIndex\\\":\\\"432_6137\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-05T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-05T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656959400,\\\"DepartureDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"MFDPJA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MFDPJA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"7400C9F13D8449DC9E4470C43F412F38\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9484210314\",\"leadEmail\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"KUMBHKARAN\",\"passenger-lastname-1\":\"KUMBHKARAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"UserSysId\":\"14703\",\"CustomerSysId\":\"208381\",\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"WAHID\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL SOLUTION\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"9484210314\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"94A25F36-30E5-4A3A-9E20-6A6B89FFDC9E\",\"Address\":\"\",\"PinCode\":\"190004\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14703\\/logo_1655467458.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"KUMBHKARAN\",\"lN\":\"KUMBHKARAN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7400C9F13D8449DC9E4470C43F412F38\"],\"status\":\"SUCCESS\"}}}','2022-06-27 11:54:46'),(1435,'93d0b-f4516-d6c3a-8b632','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"93d0b-f4516-d6c3a-8b632\",\"apiTraceId\":\"432_6141\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 08:45\",\"FromUTCTime\":\"2022-07-09 08:45\",\"LocalToTime\":\"2022-07-09 10:15:00\",\"ToUTCTime\":\"2022-07-09 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-93d0b-f4516-d6c3a-8b632\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6141\",\"ApiResultIndex\":\"432_6141\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":254.23728813559322,\"ExtraMarkupOnGST\":45.76271186440678}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":254.23728813559322,\"ExtraMarkupOnGST\":45.76271186440678},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SGDLPN\",\"OnwardGroupPNRDummy\":\"SGDLPN\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"C6A736DB2F9A45D2989E656CC498B5E4\"}],\"flight_booking_id_Arr\":[\"188\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"U K\",\"LastName\":\"TIWARI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 12:35:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"123\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"32\",\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9484210314\",\"FirstName\":\"U K\",\"LastName\":\"TIWARI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13238\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 12:35:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"93d0b-f4516-d6c3a-8b632\",\"modified\":\"2022-06-27 12:35:44\",\"created\":\"2022-06-27 12:35:44\",\"CustomerMemberSysId\":\"123\"}],\"CustomerSysId\":\"32\",\"CustomerMemSysId\":[\"123\"],\"flight_booking_customer\":[[\"261\"]],\"SearchTraceId\":\"93d0b-f4516-d6c3a-8b632\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"09\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"93d0b-f4516-d6c3a-8b632\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 12:17:29\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"93d0b-f4516-d6c3a-8b632\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"93d0b-f4516-d6c3a-8b632\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"09 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 12:17:29\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"93d0b-f4516-d6c3a-8b632\\\",\\\"apiTraceId\\\":\\\"432_6141\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-09\\\",\\\"LocalFromTime\\\":\\\"2022-07-09 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-09 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-09 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-09 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"432-93d0b-f4516-d6c3a-8b632\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6141\\\",\\\"ApiResultIndex\\\":\\\"432_6141\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-09T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-09T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657305000,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"SGDLPN\\\",\\\"OnwardGroupPNRDummy\\\":\\\"SGDLPN\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"C6A736DB2F9A45D2989E656CC498B5E4\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9484210314\",\"leadEmail\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"U K\",\"passenger-lastname-1\":\"TIWARI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"TICKETS.TRAVEL786@GMAIL.COM\",\"UserSysId\":\"14703\",\"CustomerSysId\":\"208381\",\"AgencySysId\":\"13238\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"WAHID\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL SOLUTION\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"9484210314\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"94A25F36-30E5-4A3A-9E20-6A6B89FFDC9E\",\"Address\":\"\",\"PinCode\":\"190004\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14703\\/logo_1655467458.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"SGDLPN\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"U K\",\"lN\":\"TIWARI\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"C6A736DB2F9A45D2989E656CC498B5E4\"],\"status\":\"SUCCESS\"}}}','2022-06-27 12:42:04'),(1436,'71','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"18000\",\"RefrenceNo\":\"\",\"CreditDate\":\"27\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-27 14:02:49'),(1442,'ee49c-21b80-3f712-ce40a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ee49c-21b80-3f712-ce40a\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":4,\"CurrencyType\":\"1\",\"PublishedFare\":18000,\"PublishedFareTxt\":\"18,000\",\"ApiResultIndex\":\"425-ee49c-21b80-3f712-ce40a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":16000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":18000,\"PublishedFare\":18000,\"PublishedFareAgent\":18000,\"OfferedFareAgent\":18000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1600,\"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\":18000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":4,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":16000,\"BaseFare\":16000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1600,\"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\":18000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"QHJE5H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"630FE7B643A349668153C592E67466B5\"}],\"flight_booking_id_Arr\":[\"189\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"ANKIT\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"124\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"SONAM\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"125\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"DARSH\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"126\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"ANITA\",\"LastName\":\"SARKAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"127\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"ANKIT\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ee49c-21b80-3f712-ce40a\",\"modified\":\"2022-06-27 14:05:16\",\"created\":\"2022-06-27 14:05:16\",\"CustomerMemberSysId\":\"124\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"SONAM\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ee49c-21b80-3f712-ce40a\",\"modified\":\"2022-06-27 14:05:16\",\"created\":\"2022-06-27 14:05:16\",\"CustomerMemberSysId\":\"125\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"DARSH\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ee49c-21b80-3f712-ce40a\",\"modified\":\"2022-06-27 14:05:16\",\"created\":\"2022-06-27 14:05:16\",\"CustomerMemberSysId\":\"126\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"ANITA\",\"LastName\":\"SARKAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:05:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ee49c-21b80-3f712-ce40a\",\"modified\":\"2022-06-27 14:05:16\",\"created\":\"2022-06-27 14:05:16\",\"CustomerMemberSysId\":\"127\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"124\",\"125\",\"126\",\"127\"],\"flight_booking_customer\":[[\"262\",\"263\",\"264\",\"265\"]],\"SearchTraceId\":\"ee49c-21b80-3f712-ce40a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\"],\"departure_datesf\":[\"07\\/07\\/2022\"],\"adults\":\"4\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-07\",\"strDepatureDate\":[\"07\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"ee49c-21b80-3f712-ce40a\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 14:04:19\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ee49c-21b80-3f712-ce40a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"4\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-07\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"ee49c-21b80-3f712-ce40a\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 14:04:19\\\",\\\"ContSysId\\\":null,\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ee49c-21b80-3f712-ce40a\\\",\\\"apiTraceId\\\":\\\"425_5818\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-07\\\",\\\"LocalFromTime\\\":\\\"2022-07-07 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-07 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-07 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-07 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":4,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":18000,\\\"PublishedFareTxt\\\":\\\"18,000\\\",\\\"ApiResultIndex\\\":\\\"425-ee49c-21b80-3f712-ce40a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":16000,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":18000,\\\"PublishedFare\\\":18000,\\\"PublishedFareAgent\\\":18000,\\\"OfferedFareAgent\\\":18000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5818\\\",\\\"ApiResultIndex\\\":\\\"425_5818\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1600,\\\"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\\\":18000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":4,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":16000,\\\"BaseFare\\\":16000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1600,\\\"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\\\":18000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-07T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-07T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657132200,\\\"DepartureDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"630FE7B643A349668153C592E67466B5\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"4\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ANKIT\",\"passenger-lastname-1\":\"AGARWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"SONAM\",\"passenger-lastname-2\":\"AGARWAL\",\"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\":\"DARSH\",\"passenger-lastname-3\":\"AGARWAL\",\"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\":\"2\",\"passenger-firstname-4\":\"ANITA\",\"passenger-lastname-4\":\"SARKAR\",\"passenger-nationality-4\":\"IN\",\"passenger-PassportNo-4\":\"\",\"passenger-passporIssue-4\":\"__\\/__\\/____\",\"passenger-PassportExpiry-4\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANKIT\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SONAM\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"DARSH\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANITA\",\"lN\":\"SARKAR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"630FE7B643A349668153C592E67466B5\"],\"status\":\"SUCCESS\"}}}','2022-06-27 14:05:29'),(1445,'72','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"13500\",\"RefrenceNo\":\"\",\"CreditDate\":\"27\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-27 14:15:41'),(1449,'851ee-4673f-05675-05e7a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"851ee-4673f-05675-05e7a\",\"apiTraceId\":\"433_6171\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-06-28\",\"LocalFromTime\":\"2022-06-28 11:35\",\"FromUTCTime\":\"2022-06-28 11:35\",\"LocalToTime\":\"2022-06-28 13:20:00\",\"ToUTCTime\":\"2022-06-28 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"433-851ee-4673f-05675-05e7a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6171\",\"ApiResultIndex\":\"433_6171\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-28T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-28T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/06\\/2022\",\"FromDateSort\":1656354600,\"DepartureDateTxt\":\"Tue, 28 Jun\",\"ArrivalDateTxt\":\"Tue, 28 Jun\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"L8VEFS\",\"OnwardGroupPNRDummy\":\"L8VEFS\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"05740D1B7BF34BE3BEAEF7A7200C810C\"}],\"flight_booking_id_Arr\":[\"190\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"Arfat \",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:15:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"128\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"28\",\"EmailId\":\"Cadburytravel@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006259289\",\"FirstName\":\"Arfat \",\"LastName\":\"Ali\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13186\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:15:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"851ee-4673f-05675-05e7a\",\"modified\":\"2022-06-27 14:15:57\",\"created\":\"2022-06-27 14:15:57\",\"CustomerMemberSysId\":\"128\"}],\"CustomerSysId\":\"28\",\"CustomerMemSysId\":[\"128\"],\"flight_booking_customer\":[[\"266\"]],\"SearchTraceId\":\"851ee-4673f-05675-05e7a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"851ee-4673f-05675-05e7a\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jun Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 14:14:45\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"851ee-4673f-05675-05e7a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"851ee-4673f-05675-05e7a\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jun Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 14:14:45\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"851ee-4673f-05675-05e7a\\\",\\\"apiTraceId\\\":\\\"433_6171\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-06-28\\\",\\\"LocalFromTime\\\":\\\"2022-06-28 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-28 11:35\\\",\\\"LocalToTime\\\":\\\"2022-06-28 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-28 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"433-851ee-4673f-05675-05e7a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6171\\\",\\\"ApiResultIndex\\\":\\\"433_6171\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-28T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-28T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656354600,\\\"DepartureDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 28 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"L8VEFS\\\",\\\"OnwardGroupPNRDummy\\\":\\\"L8VEFS\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"05740D1B7BF34BE3BEAEF7A7200C810C\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006259289\",\"leadEmail\":\"Cadburytravel@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Arfat \",\"passenger-lastname-1\":\"Ali\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Cadburytravel@gmail.com\",\"UserSysId\":\"14650\",\"CustomerSysId\":\"208100\",\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ehsan ul\",\"LastName\":\"Haq\",\"Password_cu\":\"\",\"AgencyName\":\"CADBURY TOUR and Travels\",\"AgencyCode\":\"122111.2211613512211E108\",\"ContactNo1\":\"7006259289\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6024CA6-7459-488F-B94D-8E0B4F9DCD50\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"L8VEFS\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Arfat \",\"lN\":\"Ali\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"05740D1B7BF34BE3BEAEF7A7200C810C\"],\"status\":\"SUCCESS\"}}}','2022-06-27 14:16:41'),(1455,'a9a9c-a91d4-b1059-31b30','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a9a9c-a91d4-b1059-31b30\",\"apiTraceId\":\"424_5775\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 18:35\",\"FromUTCTime\":\"2022-07-10 18:35\",\"LocalToTime\":\"2022-07-10 20:35:00\",\"ToUTCTime\":\"2022-07-10 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":13500,\"PublishedFareTxt\":\"13,500\",\"ApiResultIndex\":\"424-a9a9c-a91d4-b1059-31b30\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12000,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13500,\"PublishedFare\":13500,\"PublishedFareAgent\":13500,\"OfferedFareAgent\":13500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5775\",\"ApiResultIndex\":\"424_5775\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":12000,\"BaseFare\":12000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":13500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"Y8FVWY\",\"OnwardGroupPNRDummy\":\"Y8FVWY\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"E51551B560884980B455DAD1B7B5937A\"}],\"flight_booking_id_Arr\":[\"191\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"SONAM\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:18:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"129\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"DARSH\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:18:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"126\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"ANITA\",\"LastName\":\"SARKAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:18:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"127\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"DARSH\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:18:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-27 14:18:12\",\"CustomerMemberSysId\":\"126\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"ANITA\",\"LastName\":\"SARKAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:18:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-27 14:18:12\",\"CustomerMemberSysId\":\"127\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"129\",\"126\",\"127\"],\"flight_booking_customer\":[[\"267\",\"268\",\"269\"]],\"SearchTraceId\":\"a9a9c-a91d4-b1059-31b30\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"10\\/07\\/2022\"],\"departure_datesf\":[\"10\\/07\\/2022\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-10\",\"strDepatureDate\":[\"10\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"a9a9c-a91d4-b1059-31b30\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 14:16:59\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a9a9c-a91d4-b1059-31b30\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-10\\\",\\\"strDepatureDate\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"a9a9c-a91d4-b1059-31b30\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 14:16:59\\\",\\\"ContSysId\\\":null,\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a9a9c-a91d4-b1059-31b30\\\",\\\"apiTraceId\\\":\\\"424_5775\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-10\\\",\\\"LocalFromTime\\\":\\\"2022-07-10 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-10 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-10 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-10 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":13500,\\\"PublishedFareTxt\\\":\\\"13,500\\\",\\\"ApiResultIndex\\\":\\\"424-a9a9c-a91d4-b1059-31b30\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":12000,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":13500,\\\"PublishedFare\\\":13500,\\\"PublishedFareAgent\\\":13500,\\\"OfferedFareAgent\\\":13500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5775\\\",\\\"ApiResultIndex\\\":\\\"424_5775\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":13500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":12000,\\\"BaseFare\\\":12000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":13500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-10T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-10T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"10\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657391400,\\\"DepartureDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"Y8FVWY\\\",\\\"OnwardGroupPNRDummy\\\":\\\"Y8FVWY\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"E51551B560884980B455DAD1B7B5937A\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"125\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"SONAM\",\"passenger-lastname-1\":\"AGARWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"126\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"DARSH\",\"passenger-lastname-2\":\"AGARWAL\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"127\",\"passenger-salutation-3\":\"2\",\"passenger-firstname-3\":\"ANITA\",\"passenger-lastname-3\":\"SARKAR\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13125\",\"Salutation\":\"2\",\"EmailId\":\"bookings@slipatrip.com\",\"FirstName\":\"SONAM\",\"LastName\":\"AGARWAL\",\"CountryCode\":\"91\",\"MobileNo\":\"9748778838\"},\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"Y8FVWY\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"SONAM\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"Y8FVWY\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"DARSH\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"DEL-CCU\":\"Y8FVWY\"},\"ti\":\"Mrs\",\"pt\":\"ADULT\",\"fN\":\"ANITA\",\"lN\":\"SARKAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"E51551B560884980B455DAD1B7B5937A\"],\"status\":\"SUCCESS\"}}}','2022-06-27 14:19:35'),(1461,'fba8c-2639e-f1ac4-ef0d8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fba8c-2639e-f1ac4-ef0d8\",\"apiTraceId\":\"425_5811\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 06:35\",\"FromUTCTime\":\"2022-06-30 06:35\",\"LocalToTime\":\"2022-06-30 08:35:00\",\"ToUTCTime\":\"2022-06-30 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-fba8c-2639e-f1ac4-ef0d8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5811\",\"ApiResultIndex\":\"425_5811\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CW\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AYQ36J\",\"OnwardGroupPNRDummy\":\"AYQ36J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0CA\",\"bookingId\":\"440380AFF4D14430B82C6959045F58FB\"}],\"flight_booking_id_Arr\":[\"192\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13350\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Emintravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9541086556\",\"FirstName\":\"ADIL AYOUB\",\"LastName\":\"BHAT\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13350\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:28:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"103\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13350\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"103\",\"EmailId\":\"Emintravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9541086556\",\"FirstName\":\"UBAID AHMAD\",\"LastName\":\"LONE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13350\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:28:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"130\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13350\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"103\",\"EmailId\":\"Emintravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9541086556\",\"FirstName\":\"UBAID AHMAD\",\"LastName\":\"LONE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13350\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 14:28:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"fba8c-2639e-f1ac4-ef0d8\",\"modified\":\"2022-06-27 14:28:44\",\"created\":\"2022-06-27 14:28:44\",\"CustomerMemberSysId\":\"130\"}],\"CustomerSysId\":\"103\",\"CustomerMemSysId\":[\"103\",\"130\"],\"flight_booking_customer\":[[\"270\",\"271\"]],\"SearchTraceId\":\"fba8c-2639e-f1ac4-ef0d8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"fba8c-2639e-f1ac4-ef0d8\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 14:27:12\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"fba8c-2639e-f1ac4-ef0d8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"fba8c-2639e-f1ac4-ef0d8\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 14:27:12\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"fba8c-2639e-f1ac4-ef0d8\\\",\\\"apiTraceId\\\":\\\"425_5811\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-30 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-fba8c-2639e-f1ac4-ef0d8\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5811\\\",\\\"ApiResultIndex\\\":\\\"425_5811\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0CW\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"AYQ36J\\\",\\\"OnwardGroupPNRDummy\\\":\\\"AYQ36J\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0CA\\\",\\\"bookingId\\\":\\\"440380AFF4D14430B82C6959045F58FB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9541086556\",\"leadEmail\":\"Emintravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ADIL AYOUB\",\"passenger-lastname-1\":\"BHAT\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"UBAID AHMAD\",\"passenger-lastname-2\":\"LONE\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13350\",\"Salutation\":\"1\",\"EmailId\":\"Emintravels@gmail.com\",\"FirstName\":\"ADIL AYOUB\",\"LastName\":\"BHAT\",\"CountryCode\":\"91\",\"MobileNo\":\"9541086556\"},\"_sessiondata\":{\"EmailId\":\"Emintravels@gmail.com\",\"UserSysId\":\"14815\",\"CustomerSysId\":\"208841\",\"AgencySysId\":\"13350\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Mohammad Asif\",\"LastName\":\"Mir\",\"Password_cu\":\"\",\"AgencyName\":\"EMIN TOUR AND TRAVELS\",\"AgencyCode\":\"11251\",\"ContactNo1\":\"9541086556\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"9612FBD9-A87C-462B-81CA-A88EDD2D0C38\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"AYQ36J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ADIL AYOUB\",\"lN\":\"BHAT\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"AYQ36J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"UBAID AHMAD\",\"lN\":\"LONE\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"440380AFF4D14430B82C6959045F58FB\"],\"status\":\"SUCCESS\"}}}','2022-06-27 14:29:49'),(1464,'73','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/984e4-dc8b5-52c6f-63b82\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"9000\",\"RefrenceNo\":\"\",\"CreditDate\":\"27\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/\\/flight\\/travellers\\/data\\/984e4-dc8b5-52c6f-63b82\"}','2022-06-27 15:22:40'),(1469,'984e4-dc8b5-52c6f-63b82','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"apiTraceId\":\"425_5816\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 06:35\",\"FromUTCTime\":\"2022-07-05 06:35\",\"LocalToTime\":\"2022-07-05 08:35:00\",\"ToUTCTime\":\"2022-07-05 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-984e4-dc8b5-52c6f-63b82\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5816\",\"ApiResultIndex\":\"425_5816\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IYUNFM\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"A59E5C25DF7744AEAAE5B715615CFA5C\"}],\"flight_booking_id_Arr\":[\"193\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"NISHA\",\"LastName\":\"JAISWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 15:23:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"131\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"RAMA\",\"LastName\":\"JAISWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 15:23:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"132\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"NISHA\",\"LastName\":\"JAISWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 15:23:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"modified\":\"2022-06-27 15:23:59\",\"created\":\"2022-06-27 15:23:59\",\"CustomerMemberSysId\":\"131\"},{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9748778838\",\"FirstName\":\"RAMA\",\"LastName\":\"JAISWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 15:23:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"modified\":\"2022-06-27 15:23:59\",\"created\":\"2022-06-27 15:23:59\",\"CustomerMemberSysId\":\"132\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"131\",\"132\"],\"flight_booking_customer\":[[\"272\",\"273\"]],\"SearchTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\"],\"departure_datesf\":[\"05\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-05\",\"strDepatureDate\":[\"05\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 15:22:19\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"984e4-dc8b5-52c6f-63b82\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-05\\\",\\\"strDepatureDate\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"984e4-dc8b5-52c6f-63b82\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 15:22:19\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"984e4-dc8b5-52c6f-63b82\\\",\\\"apiTraceId\\\":\\\"425_5816\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-05\\\",\\\"LocalFromTime\\\":\\\"2022-07-05 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-05 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-05 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-05 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-984e4-dc8b5-52c6f-63b82\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5816\\\",\\\"ApiResultIndex\\\":\\\"425_5816\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-05T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-05T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656959400,\\\"DepartureDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"A59E5C25DF7744AEAAE5B715615CFA5C\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"NISHA\",\"passenger-lastname-1\":\"JAISWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"RAMA\",\"passenger-lastname-2\":\"JAISWAL\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IYUNFM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NISHA\",\"lN\":\"JAISWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"IYUNFM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"RAMA\",\"lN\":\"JAISWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A59E5C25DF7744AEAAE5B715615CFA5C\"],\"status\":\"SUCCESS\"}}}','2022-06-27 15:24:13'),(1475,'8e0a2-ca92e-0767d-4bf6b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8e0a2-ca92e-0767d-4bf6b\",\"apiTraceId\":\"431_6094\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 18:55\",\"FromUTCTime\":\"2022-07-03 18:55\",\"LocalToTime\":\"2022-07-03 22:05:00\",\"ToUTCTime\":\"2022-07-03 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"431-8e0a2-ca92e-0767d-4bf6b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6094\",\"ApiResultIndex\":\"431_6094\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7600,\"BaseFare\":7600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"RBKTJM\",\"OnwardGroupPNRDummy\":\"RBKTJM\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"011\",\"bookingId\":\"00C126D0EFB943C6B4DAD409F516FB11\"}],\"flight_booking_id_Arr\":[\"194\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9654100207\",\"FirstName\":\"WASSH PATEL\",\"LastName\":\"MOHAMADE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 15:57:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"104\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9654100207\",\"FirstName\":\"SALMA\",\"LastName\":\"NOORMAMODE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 15:57:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"133\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9654100207\",\"FirstName\":\"SALMA\",\"LastName\":\"NOORMAMODE\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 15:57:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8e0a2-ca92e-0767d-4bf6b\",\"modified\":\"2022-06-27 15:57:38\",\"created\":\"2022-06-27 15:57:38\",\"CustomerMemberSysId\":\"133\"}],\"CustomerSysId\":\"104\",\"CustomerMemSysId\":[\"104\",\"133\"],\"flight_booking_customer\":[[\"274\",\"275\"]],\"SearchTraceId\":\"8e0a2-ca92e-0767d-4bf6b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\"],\"departure_datesf\":[\"03\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-03\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"8e0a2-ca92e-0767d-4bf6b\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 15:56:01\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8e0a2-ca92e-0767d-4bf6b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-03\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"8e0a2-ca92e-0767d-4bf6b\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 15:56:01\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8e0a2-ca92e-0767d-4bf6b\\\",\\\"apiTraceId\\\":\\\"431_6094\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 18:55\\\",\\\"LocalToTime\\\":\\\"2022-07-03 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8600,\\\"PublishedFareTxt\\\":\\\"8,600\\\",\\\"ApiResultIndex\\\":\\\"431-8e0a2-ca92e-0767d-4bf6b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8600,\\\"PublishedFare\\\":8600,\\\"PublishedFareAgent\\\":8600,\\\"OfferedFareAgent\\\":8600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6094\\\",\\\"ApiResultIndex\\\":\\\"431_6094\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7600,\\\"BaseFare\\\":7600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"RBKTJM\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"011\\\",\\\"bookingId\\\":\\\"00C126D0EFB943C6B4DAD409F516FB11\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9654100207\",\"leadEmail\":\"support@skysafar.in\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"WASSH PATEL\",\"passenger-lastname-1\":\"MOHAMADE\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"SALMA\",\"passenger-lastname-2\":\"NOORMAMODE\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13430\",\"Salutation\":\"1\",\"EmailId\":\"support@skysafar.in\",\"FirstName\":\"WASSH PATEL\",\"LastName\":\"MOHAMADE\",\"CountryCode\":\"91\",\"MobileNo\":\"9654100207\"},\"_sessiondata\":{\"EmailId\":\"support@skysafar.in\",\"UserSysId\":\"14900\",\"CustomerSysId\":\"209585\",\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shivam\",\"LastName\":\"Gupta\",\"Password_cu\":\"\",\"AgencyName\":\"Skysafar Tourism Pvt Ltd\",\"AgencyCode\":\"122111\",\"ContactNo1\":\"9654100207\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE231FB1-C3C6-4486-840A-95D8EC3299E4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"RBKTJM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"WASSH PATEL\",\"lN\":\"MOHAMADE\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}},{\"pnrDetails\":{\"DEL-BOM\":\"RBKTJM\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SALMA\",\"lN\":\"NOORMAMODE\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"00C126D0EFB943C6B4DAD409F516FB11\"],\"status\":\"SUCCESS\"}}}','2022-06-27 15:59:49'),(1476,'74','{\"_sessiondata\":{\"EmailId\":\"ZAHROOM02@GMAIL.COM\",\"UserSysId\":\"14860\",\"CustomerSysId\":\"209306\",\"AgencySysId\":\"13395\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ZAHOOR\",\"LastName\":\"PARA\",\"Password_cu\":\"\",\"AgencyName\":\"PARA TOUR AND TRAVEL\",\"AgencyCode\":\"122111.2211122111221E74\",\"ContactNo1\":\"7006689081\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4BE300BC-B983-4AFA-98A4-CFD45E333658\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"0\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"0\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"7400\",\"RefrenceNo\":\"30542118\",\"CreditDate\":\"27\\/06\\/2022\",\"Remark\":\"UPDATE DEPOST\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-27 16:49:54'),(1477,'ae8e4-dff9e-cf73c-e6403','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DUBAI (UNITED ARAB EMIRATES)\",\"check_in\":\"28\\/09\\/2022\",\"check_out\":\"30\\/09\\/2022\",\"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\":\"28\\/09\\/2022\",\"NoOfNights\":2,\"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\":\"2022-09-28\",\"checkoutDate\":\"2022-09-30\",\"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\":2,\"strCheckin\":\"2022-09-28\",\"strCheckout\":\"2022-09-30\",\"SearchHotelTraceId\":\"ae8e4-dff9e-cf73c-e6403\",\"interNationalSearch\":false,\"searchIds\":\"hsid5609520546\"}','2022-06-27 17:22:20'),(1478,'76','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"27\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-27 18:32:53'),(1484,'010a7-e89f0-704db-2f635','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"010a7-e89f0-704db-2f635\",\"apiTraceId\":\"425_5821\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-10\",\"LocalFromTime\":\"2022-07-10 06:35\",\"FromUTCTime\":\"2022-07-10 06:35\",\"LocalToTime\":\"2022-07-10 08:35:00\",\"ToUTCTime\":\"2022-07-10 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-010a7-e89f0-704db-2f635\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5821\",\"ApiResultIndex\":\"425_5821\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-10T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-10T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"10\\/07\\/2022\",\"FromDateSort\":1657391400,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IJM8JB\",\"OnwardGroupPNRDummy\":\"IJM8JB\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"1EF51E57F9FD4C4CBB04CC268A818C21\"}],\"flight_booking_id_Arr\":[\"195\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"NAVEEN\",\"LastName\":\"MEHTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 18:35:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"134\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"NAVEEN\",\"LastName\":\"MEHTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 18:35:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"010a7-e89f0-704db-2f635\",\"modified\":\"2022-06-27 18:35:12\",\"created\":\"2022-06-27 18:35:12\",\"CustomerMemberSysId\":\"134\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"134\"],\"flight_booking_customer\":[[\"276\"]],\"SearchTraceId\":\"010a7-e89f0-704db-2f635\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"10\\/07\\/2022\"],\"departure_datesf\":[\"10\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-10\",\"strDepatureDate\":[\"10\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"010a7-e89f0-704db-2f635\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 18:34:21\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"010a7-e89f0-704db-2f635\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-10\\\",\\\"strDepatureDate\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"010a7-e89f0-704db-2f635\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 18:34:21\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"010a7-e89f0-704db-2f635\\\",\\\"apiTraceId\\\":\\\"425_5821\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-10\\\",\\\"LocalFromTime\\\":\\\"2022-07-10 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-10 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-10 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-10 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-010a7-e89f0-704db-2f635\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5821\\\",\\\"ApiResultIndex\\\":\\\"425_5821\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-10T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-10T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"10\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657391400,\\\"DepartureDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 10 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"IJM8JB\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"1EF51E57F9FD4C4CBB04CC268A818C21\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"NAVEEN\",\"passenger-lastname-1\":\"MEHTA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IJM8JB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NAVEEN\",\"lN\":\"MEHTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"1EF51E57F9FD4C4CBB04CC268A818C21\"],\"status\":\"SUCCESS\"}}}','2022-06-27 18:35:26'),(1490,'d8db9-bca23-2d2e8-d2af5','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d8db9-bca23-2d2e8-d2af5\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"432-d8db9-bca23-2d2e8-d2af5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A484F9E847DA4D6BA6BF7AD9A6DA0D16\"}],\"flight_booking_id_Arr\":[\"196\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"62\",\"EmailId\":\"relive.purchases@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006975244\",\"FirstName\":\"Pushpendera\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13136\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 19:44:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"135\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"62\",\"EmailId\":\"relive.purchases@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7006975244\",\"FirstName\":\"Pushpendera\",\"LastName\":\"kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13136\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 19:44:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d8db9-bca23-2d2e8-d2af5\",\"modified\":\"2022-06-27 19:44:50\",\"created\":\"2022-06-27 19:44:50\",\"CustomerMemberSysId\":\"135\"}],\"CustomerSysId\":\"62\",\"CustomerMemSysId\":[\"135\"],\"flight_booking_customer\":[[\"277\"]],\"SearchTraceId\":\"d8db9-bca23-2d2e8-d2af5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d8db9-bca23-2d2e8-d2af5\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jun Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 19:43:35\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"d8db9-bca23-2d2e8-d2af5\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"d8db9-bca23-2d2e8-d2af5\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"30 Jun Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 19:43:35\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"d8db9-bca23-2d2e8-d2af5\\\",\\\"apiTraceId\\\":\\\"432_6132\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 08:45\\\",\\\"LocalToTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"432-d8db9-bca23-2d2e8-d2af5\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6132\\\",\\\"ApiResultIndex\\\":\\\"432_6132\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"A9FYMP\\\",\\\"OnwardGroupPNRDummy\\\":\\\"A9FYMP\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"A484F9E847DA4D6BA6BF7AD9A6DA0D16\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006975244\",\"leadEmail\":\"relive.purchases@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Pushpendera\",\"passenger-lastname-1\":\"kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"relive.purchases@gmail.com\",\"UserSysId\":\"14601\",\"CustomerSysId\":\"207878\",\"AgencySysId\":\"13136\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"abid\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"Relive\",\"AgencyCode\":\"11139\",\"ContactNo1\":\"7006975244\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"223F97D6-CCF6-4231-9601-2B9A991252FF\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"A9FYMP\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Pushpendera\",\"lN\":\"kumar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A484F9E847DA4D6BA6BF7AD9A6DA0D16\"],\"status\":\"SUCCESS\"}}}','2022-06-27 19:45:30'),(1501,'3efe3-31458-378d3-5c23a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3efe3-31458-378d3-5c23a\",\"apiTraceId\":\"425_5814\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 06:35\",\"FromUTCTime\":\"2022-07-03 06:35\",\"LocalToTime\":\"2022-07-03 08:35:00\",\"ToUTCTime\":\"2022-07-03 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-3efe3-31458-378d3-5c23a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5814\",\"ApiResultIndex\":\"425_5814\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5RFWR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"8E143A5D9C5942C7A0A90D85AA505E87\"}],\"flight_booking_id_Arr\":[\"198\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13141\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"charqul786@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006124554\",\"FirstName\":\"Swarup\",\"LastName\":\"Poria\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13141\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 21:47:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"106\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13141\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"106\",\"EmailId\":\"charqul786@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7006124554\",\"FirstName\":\"Debika\",\"LastName\":\"Poria\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13141\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 21:47:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"137\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13141\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"106\",\"EmailId\":\"charqul786@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7006124554\",\"FirstName\":\"Debika\",\"LastName\":\"Poria\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13141\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-27 21:47:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3efe3-31458-378d3-5c23a\",\"modified\":\"2022-06-27 21:47:46\",\"created\":\"2022-06-27 21:47:46\",\"CustomerMemberSysId\":\"137\"}],\"CustomerSysId\":\"106\",\"CustomerMemSysId\":[\"106\",\"137\"],\"flight_booking_customer\":[[\"280\",\"281\"]],\"SearchTraceId\":\"3efe3-31458-378d3-5c23a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3efe3-31458-378d3-5c23a\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-27 21:37:31\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3efe3-31458-378d3-5c23a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3efe3-31458-378d3-5c23a\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-27 21:37:31\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3efe3-31458-378d3-5c23a\\\",\\\"apiTraceId\\\":\\\"425_5814\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-03 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-3efe3-31458-378d3-5c23a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5814\\\",\\\"ApiResultIndex\\\":\\\"425_5814\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"8E143A5D9C5942C7A0A90D85AA505E87\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006124554\",\"leadEmail\":\"charqul786@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"105\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Swarup\",\"passenger-lastname-1\":\"Poria\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Akashi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"374\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"105\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"Debika\",\"passenger-lastname-2\":\"Poria\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13141\",\"Salutation\":\"1\",\"EmailId\":\"charqul786@gmail.com\",\"FirstName\":\"Swarup\",\"LastName\":\"Poria\",\"CountryCode\":\"91\",\"MobileNo\":\"7006124554\"},\"_sessiondata\":{\"EmailId\":\"charqul786@gmail.com\",\"UserSysId\":\"14606\",\"CustomerSysId\":\"207884\",\"AgencySysId\":\"13141\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Waseem Ali\",\"LastName\":\"Bhat\",\"Password_cu\":\"\",\"AgencyName\":\"4Q Travels\",\"AgencyCode\":\"11144\",\"ContactNo1\":\"7006124554\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5CF0C17A-76AC-4D40-9784-9F5E5542B0C5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"V5RFWR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Swarup\",\"lN\":\"Poria\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"V5RFWR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Debika\",\"lN\":\"Poria\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"8E143A5D9C5942C7A0A90D85AA505E87\"],\"status\":\"SUCCESS\"}}}','2022-06-27 21:48:11'),(1502,'77','{\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10430.12\",\"RefrenceNo\":\"mpay\",\"CreditDate\":\"27\\/06\\/2022\",\"Remark\":\"transferred via mpay\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-06-27 21:49:31'),(1503,'79','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"28\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-28 12:28:24'),(1509,'80','{\"_sessiondata\":{\"EmailId\":\"rajagarwal4560@gmail.com\",\"UserSysId\":\"14535\",\"CustomerSysId\":\"207614\",\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAJ\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"RAJ AGARWAL\",\"AgencyCode\":\"11164\",\"ContactNo1\":\"9123615096\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D8D0FC37-7836-42A2-B7D6-09D9A04E8C7F\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/29b1d-03cb4-c97f5-896a3\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"28\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/29b1d-03cb4-c97f5-896a3\"}','2022-06-28 12:34:07'),(1513,'954df-6af24-c9866-1419a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"954df-6af24-c9866-1419a\",\"apiTraceId\":\"425_5819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 06:35\",\"FromUTCTime\":\"2022-07-08 06:35\",\"LocalToTime\":\"2022-07-08 08:35:00\",\"ToUTCTime\":\"2022-07-08 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-954df-6af24-c9866-1419a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5819\",\"ApiResultIndex\":\"425_5819\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"F8TJKS\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"269A81E3BD224AD79A5F8B187BDE98AD\"}],\"flight_booking_id_Arr\":[\"200\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Subir Kumar\",\"LastName\":\"Dutta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 12:34:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"138\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Subir Kumar\",\"LastName\":\"Dutta\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 12:34:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"954df-6af24-c9866-1419a\",\"modified\":\"2022-06-28 12:34:57\",\"created\":\"2022-06-28 12:34:57\",\"CustomerMemberSysId\":\"138\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"138\"],\"flight_booking_customer\":[[\"283\"]],\"SearchTraceId\":\"954df-6af24-c9866-1419a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"08\\/07\\/2022\"],\"departure_datesf\":[\"08\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-08\",\"strDepatureDate\":[\"08\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"954df-6af24-c9866-1419a\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 12:31: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\":\"954df-6af24-c9866-1419a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-08\\\",\\\"strDepatureDate\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"954df-6af24-c9866-1419a\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 12:31:38\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"954df-6af24-c9866-1419a\\\",\\\"apiTraceId\\\":\\\"425_5819\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-08\\\",\\\"LocalFromTime\\\":\\\"2022-07-08 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-08 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-08 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-08 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-954df-6af24-c9866-1419a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5819\\\",\\\"ApiResultIndex\\\":\\\"425_5819\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-08T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-08T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"08\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657218600,\\\"DepartureDateTxt\\\":\\\"Fri, 08 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 08 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"269A81E3BD224AD79A5F8B187BDE98AD\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Subir Kumar\",\"passenger-lastname-1\":\"Dutta\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"F8TJKS\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Subir Kumar\",\"lN\":\"Dutta\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"269A81E3BD224AD79A5F8B187BDE98AD\"],\"status\":\"SUCCESS\"}}}','2022-06-28 12:35:45'),(1516,'29b1d-03cb4-c97f5-896a3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"29b1d-03cb4-c97f5-896a3\",\"apiTraceId\":\"425_5810\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-29\",\"LocalFromTime\":\"2022-06-29 06:35\",\"FromUTCTime\":\"2022-06-29 06:35\",\"LocalToTime\":\"2022-06-29 08:35:00\",\"ToUTCTime\":\"2022-06-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-29b1d-03cb4-c97f5-896a3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5810\",\"ApiResultIndex\":\"425_5810\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/06\\/2022\",\"FromDateSort\":1656441000,\"DepartureDateTxt\":\"Wed, 29 Jun\",\"ArrivalDateTxt\":\"Wed, 29 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"HCSZXW\",\"OnwardGroupPNRDummy\":\"HCSZXW\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"1F2290BF2DF042678F282D22BC13F155\"}],\"flight_booking_id_Arr\":[\"199\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"rajagarwal4560@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9123615096\",\"FirstName\":\"SANJAY\",\"LastName\":\"YADAV\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13079\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 12:33:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"107\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"107\",\"CustomerMemSysId\":[\"107\"],\"flight_booking_customer\":[[\"282\"]],\"SearchTraceId\":\"29b1d-03cb4-c97f5-896a3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"29\\/06\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"29b1d-03cb4-c97f5-896a3\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/06\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jun Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 12:31:40\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"29b1d-03cb4-c97f5-896a3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"29b1d-03cb4-c97f5-896a3\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jun Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 12:31:40\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"29b1d-03cb4-c97f5-896a3\\\",\\\"apiTraceId\\\":\\\"425_5810\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-29\\\",\\\"LocalFromTime\\\":\\\"2022-06-29 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-29 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-29 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-29 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-29b1d-03cb4-c97f5-896a3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5810\\\",\\\"ApiResultIndex\\\":\\\"425_5810\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-29T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-29T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656441000,\\\"DepartureDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 29 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"HCSZXW\\\",\\\"OnwardGroupPNRDummy\\\":\\\"HCSZXW\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"1F2290BF2DF042678F282D22BC13F155\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9123615096\",\"leadEmail\":\"rajagarwal4560@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SANJAY\",\"passenger-lastname-1\":\"YADAV\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13079\",\"Salutation\":\"1\",\"EmailId\":\"rajagarwal4560@gmail.com\",\"FirstName\":\"SANJAY\",\"LastName\":\"YADAV\",\"CountryCode\":\"91\",\"MobileNo\":\"9123615096\"},\"_sessiondata\":{\"EmailId\":\"rajagarwal4560@gmail.com\",\"UserSysId\":\"14535\",\"CustomerSysId\":\"207614\",\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAJ\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"RAJ AGARWAL\",\"AgencyCode\":\"11164\",\"ContactNo1\":\"9123615096\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D8D0FC37-7836-42A2-B7D6-09D9A04E8C7F\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"HCSZXW\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SANJAY\",\"lN\":\"YADAV\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"1F2290BF2DF042678F282D22BC13F155\"],\"status\":\"SUCCESS\"}}}','2022-06-28 12:35:59'),(1522,'a6416-8bf08-0c63b-063d0','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a6416-8bf08-0c63b-063d0\",\"apiTraceId\":\"425_5811\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 06:35\",\"FromUTCTime\":\"2022-06-30 06:35\",\"LocalToTime\":\"2022-06-30 08:35:00\",\"ToUTCTime\":\"2022-06-30 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-a6416-8bf08-0c63b-063d0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5811\",\"ApiResultIndex\":\"425_5811\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"AYQ36J\",\"OnwardGroupPNRDummy\":\"AYQ36J\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5E35FB07E5FB44F8A9030F33E75D9349\"}],\"flight_booking_id_Arr\":[\"201\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"17\",\"EmailId\":\"rahulrk1305@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9891985015\",\"FirstName\":\"SIRIPORN\",\"LastName\":\"SIRILA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13061\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 14:11:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"139\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"17\",\"EmailId\":\"rahulrk1305@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9891985015\",\"FirstName\":\"SIRIPORN\",\"LastName\":\"SIRILA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13061\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 14:11:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a6416-8bf08-0c63b-063d0\",\"modified\":\"2022-06-28 14:11:22\",\"created\":\"2022-06-28 14:11:22\",\"CustomerMemberSysId\":\"139\"}],\"CustomerSysId\":\"17\",\"CustomerMemSysId\":[\"139\"],\"flight_booking_customer\":[[\"284\"]],\"SearchTraceId\":\"a6416-8bf08-0c63b-063d0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\"],\"departure_datesf\":[\"30\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-30\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"a6416-8bf08-0c63b-063d0\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 14:10:32\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a6416-8bf08-0c63b-063d0\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-06-30\\\",\\\"strDepatureDate\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"a6416-8bf08-0c63b-063d0\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"30\\\\\\/06\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 14:10:32\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a6416-8bf08-0c63b-063d0\\\",\\\"apiTraceId\\\":\\\"425_5811\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-06-30\\\",\\\"LocalFromTime\\\":\\\"2022-06-30 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-06-30 06:35\\\",\\\"LocalToTime\\\":\\\"2022-06-30 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-06-30 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-a6416-8bf08-0c63b-063d0\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5811\\\",\\\"ApiResultIndex\\\":\\\"425_5811\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-06-30T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-06-30T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"30\\\\\\/06\\\\\\/2022\\\",\\\"FromDateSort\\\":1656527400,\\\"DepartureDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 30 Jun\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"AYQ36J\\\",\\\"OnwardGroupPNRDummy\\\":\\\"AYQ36J\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"5E35FB07E5FB44F8A9030F33E75D9349\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9891985015\",\"leadEmail\":\"rahulrk1305@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SIRIPORN\",\"passenger-lastname-1\":\"SIRILA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"rahulrk1305@gmail.com\",\"UserSysId\":\"14517\",\"CustomerSysId\":\"207517\",\"AgencySysId\":\"13061\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAHUL\",\"LastName\":\"KUMAR\",\"Password_cu\":\"\",\"AgencyName\":\"TRIP WITH US\",\"AgencyCode\":\"11147\",\"ContactNo1\":\"9891985015\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BE6AFE76-E4B9-496B-A8E2-D6F5779A7494\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"AYQ36J\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SIRIPORN\",\"lN\":\"SIRILA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"5E35FB07E5FB44F8A9030F33E75D9349\"],\"status\":\"SUCCESS\"}}}','2022-06-28 14:14:13'),(1528,'3cb29-7d5d3-f9cf7-6c339','{\"FlightBookingData\":[{\"bookingId\":\"DMC109236812642\",\"bookingId_TJ\":\"TJ109236812642\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"apiTraceId\":\"11-0160532080_0SXRIXCG8199_26681560827487\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-0160532080_0SXRIXCG8199_26681560827487\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0160532080_0SXRIXCG8199_22377770378940\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"507\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0160532080_0SXRIXCG8199_26681560827487\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"202\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"R J\",\"LastName\":\"KOUL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 15:43:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"140\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"R J\",\"LastName\":\"KOUL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 15:43:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"modified\":\"2022-06-28 15:43:04\",\"created\":\"2022-06-28 15:43:04\",\"CustomerMemberSysId\":\"140\"}],\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"140\"],\"flight_booking_customer\":[[\"285\"]],\"SearchTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 15:42:14\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXC\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chandigarh Arpt (IXC)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-01\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[5765],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3cb29-7d5d3-f9cf7-6c339\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXC\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"IXC\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"01 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 15:42:14\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC109236812642\\\",\\\"bookingId_TJ\\\":\\\"TJ109236812642\\\",\\\"FlightNumber\\\":\\\"G8-199\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"3cb29-7d5d3-f9cf7-6c339\\\",\\\"apiTraceId\\\":\\\"11-0160532080_0SXRIXCG8199_26681560827487\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"15:45\\\",\\\"ArrivalTime\\\":\\\"16:55\\\",\\\"TravelDate\\\":\\\"2022-07-01T15:45\\\",\\\"LocalFromTime\\\":\\\"2022-07-01 15:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-01T15:45\\\",\\\"LocalToTime\\\":\\\"2022-07-01 16:55\\\",\\\"ToUTCTime\\\":\\\"2022-07-01T16:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":70,\\\"DepartureDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"FlightDuration\\\":\\\"01h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"5765\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXC\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,472\\\",\\\"ApiResultIndex\\\":\\\"11-0160532080_0SXRIXCG8199_26681560827487\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5800,\\\"Tax\\\":317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":300,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6117.7,\\\"PublishedFare\\\":6471.7,\\\"PublishedFareAgent\\\":6471.7,\\\"OfferedFareAgent\\\":6471.7,\\\"OfferedFare\\\":6117.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-0160532080_0SXRIXCG8199_22377770378940\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6471.7,\\\"CostToAgent\\\":6471.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":317.7,\\\"TotalBaseFare\\\":6117.7,\\\"BaseFareCal\\\":6171.7,\\\"BaseFare\\\":5800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":6471.7,\\\"CostToAgent\\\":6471.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":6471.7,\\\"CostToCustomer\\\":6471.7,\\\"BaseFareCal\\\":6171.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":6171.7,\\\"intOfferedFare\\\":6117.7,\\\"intPublishFare\\\":6117.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6471.7,\\\"CostToAgent\\\":6471.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"507\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chandigarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXC\\\",\\\"destinationArrTime\\\":\\\"2022-07-01T16:55\\\",\\\"SegFlightNumber\\\":\\\"G8-199\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-01T15:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"15:45\\\",\\\"strArrivalDtTime\\\":\\\"16:55\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-0160532080_0SXRIXCG8199_26681560827487\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-IXC\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"IXC\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"5765\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419033092\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"R J\",\"passenger-lastname-1\":\"KOUL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14607\\/logo_1655484521.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"FlightBookingData\":[{\"bookingId\":\"DMC109236812642\",\"bookingId_TJ\":\"TJ109236812642\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"3cb29-7d5d3-f9cf7-6c339\",\"apiTraceId\":\"11-0160532080_0SXRIXCG8199_26681560827487\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-0160532080_0SXRIXCG8199_26681560827487\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0160532080_0SXRIXCG8199_22377770378940\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"507\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0160532080_0SXRIXCG8199_26681560827487\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"EE05878F827D440FBCFF16DE839FB26A\",\"message\":\"\"}}','2022-06-28 15:43:25'),(1534,'8fbcb-9f7d3-3ba3f-3e266','{\"FlightBookingData\":[{\"bookingId\":\"DMC103436813180\",\"bookingId_TJ\":\"TJ103436813180\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8fbcb-9f7d3-3ba3f-3e266\",\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4443846287_0SXRIXCG8199_20253151303502\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"129\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4443846287_0SXRIXCG8199_15165486130654\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"203\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"R J\",\"LastName\":\"KOUL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 15:49:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"140\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"R J\",\"LastName\":\"KOUL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 15:49:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-06-28 15:49:13\",\"CustomerMemberSysId\":\"140\"}],\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"140\"],\"flight_booking_customer\":[[\"286\"]],\"SearchTraceId\":\"8fbcb-9f7d3-3ba3f-3e266\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8fbcb-9f7d3-3ba3f-3e266\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 15:48:18\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8fbcb-9f7d3-3ba3f-3e266\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXC\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-01\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[5765],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8fbcb-9f7d3-3ba3f-3e266\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXC\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"IXC\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"01 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 15:48:18\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103436813180\\\",\\\"bookingId_TJ\\\":\\\"TJ103436813180\\\",\\\"FlightNumber\\\":\\\"G8-199\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"8fbcb-9f7d3-3ba3f-3e266\\\",\\\"apiTraceId\\\":\\\"11-4443846287_0SXRIXCG8199_15165486130654\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"15:45\\\",\\\"ArrivalTime\\\":\\\"16:55\\\",\\\"TravelDate\\\":\\\"2022-07-01T15:45\\\",\\\"LocalFromTime\\\":\\\"2022-07-01 15:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-01T15:45\\\",\\\"LocalToTime\\\":\\\"2022-07-01 16:55\\\",\\\"ToUTCTime\\\":\\\"2022-07-01T16:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":70,\\\"DepartureDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"FlightDuration\\\":\\\"01h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"5765\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXC\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"6,472\\\",\\\"ApiResultIndex\\\":\\\"11-4443846287_0SXRIXCG8199_15165486130654\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5800,\\\"Tax\\\":317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":300,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6117.7,\\\"PublishedFare\\\":6471.7,\\\"PublishedFareAgent\\\":6471.7,\\\"OfferedFareAgent\\\":6471.7,\\\"OfferedFare\\\":6117.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-4443846287_0SXRIXCG8199_20253151303502\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6471.7,\\\"CostToAgent\\\":6471.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":317.7,\\\"TotalBaseFare\\\":6117.7,\\\"BaseFareCal\\\":6171.7,\\\"BaseFare\\\":5800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":6471.7,\\\"CostToAgent\\\":6471.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":6471.7,\\\"CostToCustomer\\\":6471.7,\\\"BaseFareCal\\\":6171.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":6171.7,\\\"intOfferedFare\\\":6117.7,\\\"intPublishFare\\\":6117.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":6471.7,\\\"CostToAgent\\\":6471.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"129\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chandigarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXC\\\",\\\"destinationArrTime\\\":\\\"2022-07-01T16:55\\\",\\\"SegFlightNumber\\\":\\\"G8-199\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-01T15:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"15:45\\\",\\\"strArrivalDtTime\\\":\\\"16:55\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-4443846287_0SXRIXCG8199_15165486130654\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-IXC\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-06-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"IXC\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"5765\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419033092\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"140\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"R J\",\"passenger-lastname-1\":\"KOUL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14607\\/logo_1655484521.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"8fbcb-9f7d3-3ba3f-3e266\",\"FlightBookingData\":[{\"bookingId\":\"DMC103436813180\",\"bookingId_TJ\":\"TJ103436813180\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8fbcb-9f7d3-3ba3f-3e266\",\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4443846287_0SXRIXCG8199_20253151303502\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"129\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4443846287_0SXRIXCG8199_15165486130654\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-06-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"A505A56CCC4F434FBB8AA12DEFCD3157\",\"message\":\"\"}}','2022-06-28 15:49:30'),(1536,'cd369-d32ea-36230-52305','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cd369-d32ea-36230-52305\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-cd369-d32ea-36230-52305\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6137\",\"SearchTraceId\":\"cd369-d32ea-36230-52305\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cd369-d32ea-36230-52305\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 15:53:23\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-28 16:07:26'),(1537,'69930-36158-da038-95d4c','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-199\",\"SegFlightNumberArr\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"69930-36158-da038-95d4c\",\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Chandigarh\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6471.7,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"03K\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02D\"}],\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"SearchTraceId\":\"69930-36158-da038-95d4c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"69930-36158-da038-95d4c\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 16:12:27\",\"IsChangeSearch\":0}}','2022-06-28 16:12:37'),(1538,'b2001-96f8c-c40e9-48984','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-199\",\"SegFlightNumberArr\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b2001-96f8c-c40e9-48984\",\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Chandigarh\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6471.7,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"03K\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02D\"}],\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"SearchTraceId\":\"b2001-96f8c-c40e9-48984\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b2001-96f8c-c40e9-48984\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 16:13:05\",\"IsChangeSearch\":0}}','2022-06-28 16:13:11'),(1539,'32672-4a44e-1c254-b6787','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-199\",\"SegFlightNumberArr\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"32672-4a44e-1c254-b6787\",\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-01T15:45\",\"LocalFromTime\":\"2022-07-01 15:45\",\"FromUTCTime\":\"2022-07-01T15:45\",\"LocalToTime\":\"2022-07-01 16:55\",\"ToUTCTime\":\"2022-07-01T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Chandigarh\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6471.7,\"PublishedFareTxt\":\"6,472\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5800,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6117.7,\"PublishedFare\":6471.7,\"PublishedFareAgent\":6471.7,\"OfferedFareAgent\":6471.7,\"OfferedFare\":6117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"ApiResultIndex\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":6117.7,\"BaseFareCal\":6171.7,\"BaseFare\":5800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6471.7,\"CostToAgent\":6471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6471.7,\"CostToCustomer\":6471.7,\"BaseFareCal\":6171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6171.7,\"intOfferedFare\":6117.7,\"intPublishFare\":6117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6471.7,\"CostToAgent\":6471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"$$hashKey\":\"03K\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-01T16:55\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-01T15:45\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02D\"}],\"apiTraceId\":\"11-4443846287_0SXRIXCG8199_15165486130654\",\"SearchTraceId\":\"32672-4a44e-1c254-b6787\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"32672-4a44e-1c254-b6787\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 16:13:29\",\"IsChangeSearch\":0}}','2022-06-28 16:13:34'),(1541,'9c6de-de13e-8a84e-8012c','{\"FlightBookingData\":[{\"bookingId\":\"DMC109436818053\",\"bookingId_TJ\":\"TJ109436818053\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9c6de-de13e-8a84e-8012c\",\"apiTraceId\":\"4-7233813636_1IXJSXRSG8494_110220993715475\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2022-07-08T17:25\",\"LocalFromTime\":\"2022-07-08 17:25\",\"FromUTCTime\":\"2022-07-08T17:25\",\"LocalToTime\":\"2022-07-08 18:30\",\"ToUTCTime\":\"2022-07-08T18:30\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FlightDuration\":\"01h 05m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":140,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,865\",\"ApiResultIndex\":\"4-7233813636_1IXJSXRSG8494_110220993715475\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3007,\"Tax\":631.7,\"YQTax\":0,\"OtherCharges\":462,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":152,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3638.7,\"PublishedFare\":3865.0800000000004,\"PublishedFareAgent\":4225.08,\"OfferedFareAgent\":3865.0800000000004,\"OfferedFare\":3617.28,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7233813636_0IXJSXRSG8494_24110310382199\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":140,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":360,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":360,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":21.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":360,\"CostToAgentCustomer\":4225.08,\"CostToAgent\":3865.0800000000004,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":631.7,\"TotalBaseFare\":3638.7,\"BaseFareCal\":3655.0800000000004,\"BaseFare\":3007,\"CommissionEarned\":21.42,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":152,\"MFT\":2.7,\"OT\":462,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":360,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":21.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":360,\"CostToAgentCustomer\":4225.08,\"CostToAgent\":3865.0800000000004,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":21.42,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3865.0800000000004,\"CostToCustomer\":3865.0800000000004,\"BaseFareCal\":3655.0800000000004,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3655.0800000000004,\"intOfferedFare\":3617.28,\"intPublishFare\":3638.7,\"TripjackMarkup\":0,\"TripjackCommission\":21.42,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":21.42,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":360,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":360,\"CostToAgentCustomer\":4225.08,\"CostToAgent\":3865.0800000000004,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"766\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-08T18:30\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-07-08T17:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":140,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-7233813636_1IXJSXRSG8494_110220993715475\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"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\":{\"CRF\":50,\"ARF\":100,\"ARFT\":5,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 1,750 __nls__ Before 96 hrs Rs 1,500\",\"fcs\":{\"CCF\":50,\"ACFT\":87.5,\"CCFT\":9,\"ACF\":1750}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-7233813636_1IXJSXRSG8494_110220993715475\",\"SearchTraceId\":\"9c6de-de13e-8a84e-8012c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"08\\/07\\/2022\",\"08\\/07\\/2022\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-08\",\"2022-07-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9c6de-de13e-8a84e-8012c\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXJ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/07\\/2022\",\"08\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Jul Fri\",\"08 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 16:37:00\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"766\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-06-28 16:47:20'),(1548,'6aafa-9da8e-1082d-527cb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6aafa-9da8e-1082d-527cb\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-6aafa-9da8e-1082d-527cb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":433.89830508474574,\"ExtraMarkupOnGST\":78.10169491525426}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":433.89830508474574,\"ExtraMarkupOnGST\":78.10169491525426},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"AD8CBDBB1C4348CB84018B747A190782\"}],\"flight_booking_id_Arr\":[\"204\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"940125 856\",\"FirstName\":\"Santosh\",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13351\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 16:52:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"108\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"108\",\"CustomerMemSysId\":[\"108\"],\"flight_booking_customer\":[[\"287\"]],\"SearchTraceId\":\"6aafa-9da8e-1082d-527cb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6aafa-9da8e-1082d-527cb\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 16:51:18\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6aafa-9da8e-1082d-527cb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"6aafa-9da8e-1082d-527cb\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"05 Jul Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 16:51:18\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"6aafa-9da8e-1082d-527cb\\\",\\\"apiTraceId\\\":\\\"432_6137\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-05\\\",\\\"LocalFromTime\\\":\\\"2022-07-05 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-05 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"432-6aafa-9da8e-1082d-527cb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6137\\\",\\\"ApiResultIndex\\\":\\\"432_6137\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-05T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-05T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656959400,\\\"DepartureDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"MFDPJA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MFDPJA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"AD8CBDBB1C4348CB84018B747A190782\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"940125 856\",\"leadEmail\":\"salesgracetravel123@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Santosh\",\"passenger-lastname-1\":\"Kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13351\",\"Salutation\":\"1\",\"EmailId\":\"salesgracetravel123@gmail.com\",\"FirstName\":\"Santosh\",\"LastName\":\"Kumar\",\"CountryCode\":\"91\",\"MobileNo\":\"940125 856\"},\"_sessiondata\":{\"EmailId\":\"salesgracetravel123@gmail.com\",\"UserSysId\":\"14816\",\"CustomerSysId\":\"208882\",\"AgencySysId\":\"13351\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BILAL AHMAD\",\"LastName\":\"DAR\",\"Password_cu\":\"\",\"AgencyName\":\"YOUR GRACE TRAVEL\",\"AgencyCode\":\"11252\",\"ContactNo1\":\"9797909769\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"8891D410-185D-4CED-806B-7503AEF3A2BB\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Santosh\",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"AD8CBDBB1C4348CB84018B747A190782\"],\"status\":\"SUCCESS\"}}}','2022-06-28 16:53:06'),(1556,'05e79-c8752-be5fa-92866','{\"FlightBookingData\":[{\"bookingId\":\"DMC103436823847\",\"bookingId_TJ\":\"TJ103436823847\",\"FlightNumber\":\"G8-258\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"05e79-c8752-be5fa-92866\",\"apiTraceId\":\"11-2794756315_2DELSXRG8258_27991223470273\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:30\",\"ArrivalTime\":\"18:00\",\"TravelDate\":\"2022-07-05T16:30\",\"LocalFromTime\":\"2022-07-05 16:30\",\"FromUTCTime\":\"2022-07-05T16:30\",\"LocalToTime\":\"2022-07-05 18:00\",\"ToUTCTime\":\"2022-07-05T18:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,422\",\"ApiResultIndex\":\"11-2794756315_2DELSXRG8258_27991223470273\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4067.7,\"PublishedFare\":4421.7,\"PublishedFareAgent\":4421.7,\"OfferedFareAgent\":4421.7,\"OfferedFare\":4067.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2794756315_0DELSXRG8258_30412464685951\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4421.7,\"CostToAgent\":4421.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4067.7,\"BaseFareCal\":4121.7,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4421.7,\"CostToAgent\":4421.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4421.7,\"CostToCustomer\":4421.7,\"BaseFareCal\":4121.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4121.7,\"intOfferedFare\":4067.7,\"intPublishFare\":4067.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4421.7,\"CostToAgent\":4421.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"647\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-05T18:00\",\"SegFlightNumber\":\"G8-258\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-05T16:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"16:30\",\"strArrivalDtTime\":\"18:00\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-2794756315_2DELSXRG8258_27991223470273\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-2794756315_2DELSXRG8258_27991223470273\",\"SearchTraceId\":\"05e79-c8752-be5fa-92866\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-05\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"05e79-c8752-be5fa-92866\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 18:10:04\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-28 18:14:33'),(1558,'bc9fb-50d68-d5944-89122','{\"FlightBookingData\":[{\"bookingId\":\"DMC100636823879\",\"bookingId_TJ\":\"TJ100636823879\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"bc9fb-50d68-d5944-89122\",\"apiTraceId\":\"11-6748498348_1DELSXRG8187_31090054693066\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-07-10T15:45\",\"LocalFromTime\":\"2022-07-10 15:45\",\"FromUTCTime\":\"2022-07-10T15:45\",\"LocalToTime\":\"2022-07-10 17:15\",\"ToUTCTime\":\"2022-07-10T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 10 Jul\",\"ArrivalDateTxt\":\"Sun, 10 Jul\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,422\",\"ApiResultIndex\":\"11-6748498348_1DELSXRG8187_31090054693066\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4067.7,\"PublishedFare\":4421.7,\"PublishedFareAgent\":4421.7,\"OfferedFareAgent\":4421.7,\"OfferedFare\":4067.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6748498348_0DELSXRG8187_42303173761711\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4421.7,\"CostToAgent\":4421.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4067.7,\"BaseFareCal\":4121.7,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4421.7,\"CostToAgent\":4421.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4421.7,\"CostToCustomer\":4421.7,\"BaseFareCal\":4121.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4121.7,\"intOfferedFare\":4067.7,\"intPublishFare\":4067.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4421.7,\"CostToAgent\":4421.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"306\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-10T17:15\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-10T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-6748498348_1DELSXRG8187_31090054693066\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-6748498348_1DELSXRG8187_31090054693066\",\"SearchTraceId\":\"bc9fb-50d68-d5944-89122\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"10\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-10\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"bc9fb-50d68-d5944-89122\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"10 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 18:13:42\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-28 18:15:02'),(1564,'edd7a-7a37d-387a3-2e845','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"edd7a-7a37d-387a3-2e845\",\"apiTraceId\":\"424_5772\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 18:35\",\"FromUTCTime\":\"2022-07-07 18:35\",\"LocalToTime\":\"2022-07-07 20:35:00\",\"ToUTCTime\":\"2022-07-07 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-edd7a-7a37d-387a3-2e845\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5772\",\"ApiResultIndex\":\"424_5772\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"DEK54N\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"B8D0B463BAA54F6680274324F0C70D43\"}],\"flight_booking_id_Arr\":[\"206\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13117\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"20\",\"EmailId\":\"bookings.letsfly@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9883230367\",\"FirstName\":\"SHREY\",\"LastName\":\"LUNIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13117\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 18:20:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"143\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13117\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"20\",\"EmailId\":\"bookings.letsfly@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9883230367\",\"FirstName\":\"SHREY\",\"LastName\":\"LUNIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13117\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 18:20:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"edd7a-7a37d-387a3-2e845\",\"modified\":\"2022-06-28 18:20:25\",\"created\":\"2022-06-28 18:20:25\",\"CustomerMemberSysId\":\"143\"}],\"CustomerSysId\":\"20\",\"CustomerMemSysId\":[\"143\"],\"flight_booking_customer\":[[\"290\"]],\"SearchTraceId\":\"edd7a-7a37d-387a3-2e845\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\"],\"departure_datesf\":[\"07\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-07\",\"strDepatureDate\":[\"07\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"edd7a-7a37d-387a3-2e845\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 18:20:02\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"edd7a-7a37d-387a3-2e845\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-07\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"edd7a-7a37d-387a3-2e845\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 18:20:02\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"edd7a-7a37d-387a3-2e845\\\",\\\"apiTraceId\\\":\\\"424_5772\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-07\\\",\\\"LocalFromTime\\\":\\\"2022-07-07 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-07 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-07 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-07 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"424-edd7a-7a37d-387a3-2e845\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5772\\\",\\\"ApiResultIndex\\\":\\\"424_5772\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-07T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-07T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657132200,\\\"DepartureDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"B8D0B463BAA54F6680274324F0C70D43\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9883230367\",\"leadEmail\":\"bookings.letsfly@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"SHREY\",\"passenger-lastname-1\":\"LUNIA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Howrah\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"12370\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings.letsfly@gmail.com\",\"UserSysId\":\"14582\",\"CustomerSysId\":\"207778\",\"AgencySysId\":\"13117\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shreyans\",\"LastName\":\"Baid\",\"Password_cu\":\"\",\"AgencyName\":\"LETS FLY\",\"AgencyCode\":\"11120\",\"ContactNo1\":\"9883230367\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"1D359815-F5F0-441D-BEDE-BBFF4F0AF6A0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"DEK54N\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SHREY\",\"lN\":\"LUNIA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"B8D0B463BAA54F6680274324F0C70D43\"],\"status\":\"SUCCESS\"}}}','2022-06-28 18:20:42'),(1570,'1de6d-29642-f0bff-22926','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1de6d-29642-f0bff-22926\",\"apiTraceId\":\"432_6137\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-05\",\"LocalFromTime\":\"2022-07-05 08:45\",\"FromUTCTime\":\"2022-07-05 08:45\",\"LocalToTime\":\"2022-07-05 10:15:00\",\"ToUTCTime\":\"2022-07-05 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-1de6d-29642-f0bff-22926\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":0,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6137\",\"ApiResultIndex\":\"432_6137\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":0,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-05T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-05T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"05\\/07\\/2022\",\"FromDateSort\":1656959400,\"DepartureDateTxt\":\"Tue, 05 Jul\",\"ArrivalDateTxt\":\"Tue, 05 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"MFDPJA\",\"OnwardGroupPNRDummy\":\"MFDPJA\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"F1E72794034F441B80BE8E6903401393\"}],\"flight_booking_id_Arr\":[\"207\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"64\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9018603134\",\"FirstName\":\"YOGESH\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 19:36:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"144\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"64\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9018603134\",\"FirstName\":\"YOGESH\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 19:36:47\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1de6d-29642-f0bff-22926\",\"modified\":\"2022-06-28 19:36:47\",\"created\":\"2022-06-28 19:36:47\",\"CustomerMemberSysId\":\"144\"}],\"CustomerSysId\":\"64\",\"CustomerMemSysId\":[\"144\"],\"flight_booking_customer\":[[\"291\"]],\"SearchTraceId\":\"1de6d-29642-f0bff-22926\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"05\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"05\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1de6d-29642-f0bff-22926\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 19:26:45\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1de6d-29642-f0bff-22926\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1de6d-29642-f0bff-22926\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"05 Jul Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 19:26:45\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1de6d-29642-f0bff-22926\\\",\\\"apiTraceId\\\":\\\"432_6137\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-05\\\",\\\"LocalFromTime\\\":\\\"2022-07-05 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-05 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-05 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"432-1de6d-29642-f0bff-22926\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":0,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6137\\\",\\\"ApiResultIndex\\\":\\\"432_6137\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":0,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-05T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-05T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"05\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656959400,\\\"DepartureDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 05 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"MFDPJA\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MFDPJA\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"F1E72794034F441B80BE8E6903401393\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9018603134\",\"leadEmail\":\"Skyhightoursandtravelz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"YOGESH\",\"passenger-lastname-1\":\"KUMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Pampore\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34440\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"UserSysId\":\"14751\",\"CustomerSysId\":\"208679\",\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHABIR\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY HIGH TOURS AND TRAVELS\",\"AgencyCode\":\"11187\",\"ContactNo1\":\"9018603134\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4310D266-5929-4237-A321-694DE9B3FFFB\",\"Address\":\"\",\"PinCode\":\"0\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"MFDPJA\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"YOGESH\",\"lN\":\"KUMAR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F1E72794034F441B80BE8E6903401393\"],\"status\":\"SUCCESS\"}}}','2022-06-28 19:37:47'),(1571,'17edf-ec46b-3e9db-50276','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"17edf-ec46b-3e9db-50276\",\"apiTraceId\":\"432_6147\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 08:45\",\"FromUTCTime\":\"2022-07-15 08:45\",\"LocalToTime\":\"2022-07-15 10:15:00\",\"ToUTCTime\":\"2022-07-15 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"432-17edf-ec46b-3e9db-50276\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6147\",\"ApiResultIndex\":\"432_6147\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":1271.186440677966,\"ExtraMarkupOnGST\":228.81355932203405}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":1271.186440677966,\"ExtraMarkupOnGST\":228.81355932203405},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PJGSFR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A051ECBC40C74FDC8F171D22DEFDC06D\"}],\"flight_booking_id_Arr\":[\"205\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"Sajad Rasool\",\"LastName\":\" Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 17:50:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"141\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"Nadiya \",\"LastName\":\"Shafi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 17:50:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"142\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"Sajad Rasool\",\"LastName\":\" Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 17:50:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"17edf-ec46b-3e9db-50276\",\"modified\":\"2022-06-28 17:50:25\",\"created\":\"2022-06-28 17:50:25\",\"CustomerMemberSysId\":\"141\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"Nadiya \",\"LastName\":\"Shafi\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-28 17:50:25\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"17edf-ec46b-3e9db-50276\",\"modified\":\"2022-06-28 17:50:25\",\"created\":\"2022-06-28 17:50:25\",\"CustomerMemberSysId\":\"142\"}],\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"141\",\"142\"],\"flight_booking_customer\":[[\"288\",\"289\"]],\"SearchTraceId\":\"17edf-ec46b-3e9db-50276\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"17edf-ec46b-3e9db-50276\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"15 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-28 17:48:34\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"17edf-ec46b-3e9db-50276\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"17edf-ec46b-3e9db-50276\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"15 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-28 17:48:34\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"17edf-ec46b-3e9db-50276\\\",\\\"apiTraceId\\\":\\\"432_6147\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-15 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8000,\\\"PublishedFareTxt\\\":\\\"8,000\\\",\\\"ApiResultIndex\\\":\\\"432-17edf-ec46b-3e9db-50276\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8000,\\\"PublishedFare\\\":8000,\\\"PublishedFareAgent\\\":8000,\\\"OfferedFareAgent\\\":8000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6147\\\",\\\"ApiResultIndex\\\":\\\"432_6147\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"A051ECBC40C74FDC8F171D22DEFDC06D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797966878\",\"leadEmail\":\"myasirtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Sajad Rasool\",\"passenger-lastname-1\":\" Kumar\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"Nadiya \",\"passenger-lastname-2\":\"Shafi\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Sajad Rasool\",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Nadiya\",\"lN\":\"Shafi\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A051ECBC40C74FDC8F171D22DEFDC06D\"],\"status\":\"SUCCESS\"}}}','2022-06-28 20:52:38'),(1573,'aca07-f1a59-98b65-9e58d','{\"FlightBookingData\":[{\"bookingId\":\"DMC108036858053\",\"bookingId_TJ\":\"TJ108036858053\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"aca07-f1a59-98b65-9e58d\",\"apiTraceId\":\"11-1022282783_0DELSXRG8187_11452348313542\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-07-09T15:45\",\"LocalFromTime\":\"2022-07-09 15:45\",\"FromUTCTime\":\"2022-07-09T15:45\",\"LocalToTime\":\"2022-07-09 17:15\",\"ToUTCTime\":\"2022-07-09T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,172\",\"ApiResultIndex\":\"11-1022282783_0DELSXRG8187_11452348313542\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":317.7,\"YQTax\":0,\"OtherCharges\":300,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4817.7,\"PublishedFare\":5171.7,\"PublishedFareAgent\":5171.7,\"OfferedFareAgent\":5171.7,\"OfferedFare\":4817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1022282783_0DELSXRG8187_11511744953558\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":9,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.7,\"CostToAgent\":5171.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":317.7,\"TotalBaseFare\":4817.7,\"BaseFareCal\":4871.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":300,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":5171.7,\"CostToAgent\":5171.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":5171.7,\"CostToCustomer\":5171.7,\"BaseFareCal\":4871.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4871.7,\"intOfferedFare\":4817.7,\"intPublishFare\":4817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.7,\"CostToAgent\":5171.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"960\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-09T17:15\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-09T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-1022282783_0DELSXRG8187_11452348313542\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-1022282783_0DELSXRG8187_11452348313542\",\"SearchTraceId\":\"aca07-f1a59-98b65-9e58d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"aca07-f1a59-98b65-9e58d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-29 10:28:25\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-06-29 10:29:27'),(1574,'f23b1-4f4b9-74101-b445b','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6616\",\"keyIndex\":14,\"SegFlightNumberArr\":\"6E-6616\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2971434045_12IXCSXR6E6616_439246245576064\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2022-07-12T16:20\",\"LocalFromTime\":\"2022-07-12 16:20\",\"FromUTCTime\":\"2022-07-12T16:20\",\"LocalToTime\":\"2022-07-12 17:30\",\"ToUTCTime\":\"2022-07-12T17:30\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":\"5765\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3347,\"PublishedFareTxt\":\"3,347\",\"ApiResultIndex\":\"5-2971434045_12IXCSXR6E6616_439246245575482\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"f23b1-4f4b9-74101-b445b\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2082,\"Tax\":1466.7,\"YQTax\":0,\"OtherCharges\":1249,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3548.7,\"PublishedFare\":3667,\"PublishedFarePerPax\":3667,\"OfferedFare\":3348.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2971434045_12IXCSXR6E6616_439246245576064\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Flexi\",\"fareremarks\":\"Flexi Deal with Free Meal (Subject to Airline) and Rescheduling Benefits\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":true,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1466.7,\"BaseFareCal\":3397.21,\"BaseFare\":2082,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1249,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3666.7,\"CostToCustomer\":3666.7,\"BaseFareCal\":3397.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3397.21,\"intOfferedFare\":3348.7,\"intPublishFare\":3548.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"02K\"},\"Segments\":[{\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-12T17:30\",\"SegFlightNumber\":\"6E-6616\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2022-07-12T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-06-29 12:06:45');
INSERT INTO `tbl_temp_data` VALUES (1578,'8b5be-68d4a-d70aa-dcc0c','{\"BookingData\":[{\"bookingId\":\"TJS101100285120\",\"FlightNumber\":\"6E-6616\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2022-07-12T16:20\",\"LocalFromTime\":\"2022-07-12 16:20\",\"FromUTCTime\":\"2022-07-12T16:20\",\"LocalToTime\":\"2022-07-12 17:30\",\"ToUTCTime\":\"2022-07-12T17:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":5765,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3548.7,\"PublishedFareTxt\":\"3,549\",\"ApiResultIndex\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"IXC-SXR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure __be____nls__ Before 72 hrs: Nil + 50 + Fare Difference__nls__Within 06-72 hrs: Rs 3,000 + 50 + Fare Difference\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Before 72 hrs Rs 500 + 50__nls__Within 03-72 hrs Rs 3,500 + 50\",\"fcs\":{\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"All standard seats free, 50% discount on Extra legroom seats (XL Rows)\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2082,\"Tax\":1466.7,\"YQTax\":0,\"OtherCharges\":1142,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":107,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3548.7,\"PublishedFare\":3666.7,\"OfferedFare\":3348.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2551967736_0IXCSXR6E6616_439667420307502\",\"IsGSTRequired\":false,\"fareIdentifier\":\"FLEXI PLUS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1466.7,\"BaseFareCal\":3397.21,\"BaseFare\":2082,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":107,\"MFT\":2.7,\"OT\":1142,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3666.7,\"CostToCustomer\":3666.7,\"BaseFareCal\":3397.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3397.21,\"intOfferedFare\":3348.7,\"intPublishFare\":3548.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"245\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-12T17:30\",\"SegFlightNumber\":\"6E-6616\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2022-07-12T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"PTSW\",\"Price\":0,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"MUYO\",\"Price\":0,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"COMI\",\"Price\":0,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CHSS\",\"Price\":0,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CHCT\",\"Price\":0,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"8b5be-68d4a-d70aa-dcc0c\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-12 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\":\"TJS101100285120\",\"FlightNumber\":\"6E-6616\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"strTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"16:20\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2022-07-12T16:20\",\"LocalFromTime\":\"2022-07-12 16:20\",\"FromUTCTime\":\"2022-07-12T16:20\",\"LocalToTime\":\"2022-07-12 17:30\",\"ToUTCTime\":\"2022-07-12T17:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"1h 10m\",\"SourcePlaceSysId\":5765,\"DestPlaceSysId\":25897,\"SourceAirportCode\":\"IXC\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":3548.7,\"ApiResultIndex\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"8b5be-68d4a-d70aa-dcc0c\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2082,\"Tax\":1466.7,\"YQTax\":0,\"OtherCharges\":1142,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":107,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3548.7,\"PublishedFare\":3666.7,\"OfferedFare\":3348.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1466.7,\"BaseFareCal\":3397.21,\"BaseFare\":2082,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":107,\"MFT\":2.7,\"OT\":1142,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"245\",\"originAirportName\":\"Chandigarh Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Chandigarh\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-12T17:30\",\"SegFlightNumber\":\"6E-6616\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"J\",\"originAirportCode\":\"IXC\",\"originDepTime\":\"2022-07-12T16:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:20\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-2551967736_12IXCSXR6E6616_439494802855551\",\"localFromDateTime\":\"2022-07-12 16:20\",\"localToDateTime\":\"2022-07-12 17:30\",\"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 (IXC)\",\"mytrip_city_to\":\"Srinagar (SXR)\",\"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\":\"12\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chandigarh Arpt (IXC)\",\"to_mytrip_city\":\" IN - Srinagar Arpt (SXR)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"12\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-12\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"8b5be-68d4a-d70aa-dcc0c\",\"from_city_\":\"1__IXC-SXR\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Chandigarh+%28IXC%29&mytrip_city_to=Srinagar+%28SXR%29&source_city=IXC&ContSysId_1=101&destination_city=SXR&ContSysId=101&source=Chandigarh%2C+IN+-+Chandigarh+Arpt+%28IXC%29%2C+India&destination=Srinagar%2C+IN+-+Srinagar+Arpt+%28SXR%29%2C+India&departure_date=12%2F07%2F2022&return_date=&from_mytrip_city=+IN+-+Chandigarh+Arpt+%28IXC%29&to_mytrip_city=+IN+-+Srinagar+Arpt+%28SXR%29&adults=1&childs=0&infants=0&class=2\",\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"malikmujeeb113@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"7006619793\",\"FirstName\":\"Mujeeb Ullah\",\"LastName\":\"Malik\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29-12-14-09\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"145\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"398642\",\"TPSysId\":\"398643\",\"VersionId\":[\"79400\"],\"CustomerSysId\":\"211916\",\"TrxId\":\"28516\",\"FareBreakdownid\":[\"355794\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":{\"145\":{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"PTSW\",\"Price\":0,\"Description\":\"Paneer Tikka Sandwich Combo\"}},\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"292\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"145\",\"CustomerMemSysId\":[\"145\"],\"flight_booking_id\":[\"208\"]},\"selectedSeatSession\":{\"245\":{\"145\":{\"seatNo\":\"4F\",\"seatPosition\":{\"row\":4,\"column\":7},\"isBooked\":false,\"code\":\"4F\",\"amount\":0}}},\"flight_booking_id_Arr\":[\"208\"],\"_sessiondata\":{\"EmailId\":\"malikmujeeb113@gmail.com\",\"CustomerSysId\":\"211916\",\"AgencySysId\":\"12211\",\"FirstName\":\"Mujeeb\",\"LastName\":\"Malik\",\"Password_cu\":\"442194eb6c6c39d2f2881ed690e9237f\",\"ContactNo1\":\"7006619793\",\"redirect_link_r\":\"https:\\/\\/www.travelshop.co.in\\/\"},\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":3666.7},\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-06-29 12:17:19'),(1583,'53fba-0f81c-96bec-c4761','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"53fba-0f81c-96bec-c4761\",\"apiTraceId\":\"432_6152\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-20\",\"LocalFromTime\":\"2022-07-20 08:45\",\"FromUTCTime\":\"2022-07-20 08:45\",\"LocalToTime\":\"2022-07-20 10:15:00\",\"ToUTCTime\":\"2022-07-20 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-53fba-0f81c-96bec-c4761\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6152\",\"ApiResultIndex\":\"432_6152\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-20T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-20T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"20\\/07\\/2022\",\"FromDateSort\":1658255400,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"B605E1CC9DE94B2A92587D3F7176D134\"}],\"flight_booking_id_Arr\":[\"209\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13334\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"alanfaltravels@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9796369197\",\"FirstName\":\"ARUSHA\",\"LastName\":\"FAYAZ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13334\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29 14:39:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"110\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"110\",\"CustomerMemSysId\":[\"110\"],\"flight_booking_customer\":[[\"293\"]],\"SearchTraceId\":\"53fba-0f81c-96bec-c4761\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"20\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"53fba-0f81c-96bec-c4761\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-29 14:23:46\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"53fba-0f81c-96bec-c4761\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"53fba-0f81c-96bec-c4761\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"20 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-29 14:23:46\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"53fba-0f81c-96bec-c4761\\\",\\\"apiTraceId\\\":\\\"432_6152\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-20\\\",\\\"LocalFromTime\\\":\\\"2022-07-20 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-20 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-20 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-20 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"432-53fba-0f81c-96bec-c4761\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6152\\\",\\\"ApiResultIndex\\\":\\\"432_6152\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"10\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-20T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-20T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658255400,\\\"DepartureDateTxt\\\":\\\"Wed, 20 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 20 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"B605E1CC9DE94B2A92587D3F7176D134\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9796369197\",\"leadEmail\":\"alanfaltravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"ARUSHA\",\"passenger-lastname-1\":\"FAYAZ\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13334\",\"Salutation\":\"3\",\"EmailId\":\"alanfaltravels@gmail.com\",\"FirstName\":\"ARUSHA\",\"LastName\":\"FAYAZ\",\"CountryCode\":\"91\",\"MobileNo\":\"9796369197\"},\"_sessiondata\":{\"EmailId\":\"alanfaltravels@gmail.com\",\"UserSysId\":\"14799\",\"CustomerSysId\":\"208767\",\"AgencySysId\":\"13334\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"FAIZ\",\"LastName\":\"TARIQ\",\"Password_cu\":\"\",\"AgencyName\":\"AL ANFAL TRAVELS\",\"AgencyCode\":\"11235\",\"ContactNo1\":\"9796369197\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E2137442-C952-4D9C-9784-55AE55BF965B\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-06-29 14:40:31'),(1589,'7fbd2-26df4-ba3d9-57dc2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7fbd2-26df4-ba3d9-57dc2\",\"apiTraceId\":\"432_6152\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-20\",\"LocalFromTime\":\"2022-07-20 08:45\",\"FromUTCTime\":\"2022-07-20 08:45\",\"LocalToTime\":\"2022-07-20 10:15:00\",\"ToUTCTime\":\"2022-07-20 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-7fbd2-26df4-ba3d9-57dc2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6152\",\"ApiResultIndex\":\"432_6152\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"9\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-20T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-20T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"20\\/07\\/2022\",\"FromDateSort\":1658255400,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"V5J1PR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"655C353413084D6E8EC0F922E883C697\"}],\"flight_booking_id_Arr\":[\"210\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13334\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"alanfaltravels@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9796369197\",\"FirstName\":\"ARUSHA\",\"LastName\":\"FAYAZ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13334\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29 14:45:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"110\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"110\",\"CustomerMemSysId\":[\"110\"],\"flight_booking_customer\":[[\"294\"]],\"SearchTraceId\":\"7fbd2-26df4-ba3d9-57dc2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"20\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7fbd2-26df4-ba3d9-57dc2\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-29 14:45:13\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7fbd2-26df4-ba3d9-57dc2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"7fbd2-26df4-ba3d9-57dc2\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"20 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-29 14:45:13\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7fbd2-26df4-ba3d9-57dc2\\\",\\\"apiTraceId\\\":\\\"432_6152\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-20\\\",\\\"LocalFromTime\\\":\\\"2022-07-20 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-20 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-20 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-20 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"432-7fbd2-26df4-ba3d9-57dc2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6152\\\",\\\"ApiResultIndex\\\":\\\"432_6152\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"9\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-20T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-20T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658255400,\\\"DepartureDateTxt\\\":\\\"Wed, 20 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 20 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"655C353413084D6E8EC0F922E883C697\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9796369197\",\"leadEmail\":\"alanfaltravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"110\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"ARUSHA\",\"passenger-lastname-1\":\"FAYAZ\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13334\",\"Salutation\":\"3\",\"EmailId\":\"alanfaltravels@gmail.com\",\"FirstName\":\"ARUSHA\",\"LastName\":\"FAYAZ\",\"CountryCode\":\"91\",\"MobileNo\":\"9796369197\"},\"_sessiondata\":{\"EmailId\":\"alanfaltravels@gmail.com\",\"UserSysId\":\"14799\",\"CustomerSysId\":\"208767\",\"AgencySysId\":\"13334\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"FAIZ\",\"LastName\":\"TARIQ\",\"Password_cu\":\"\",\"AgencyName\":\"AL ANFAL TRAVELS\",\"AgencyCode\":\"11235\",\"ContactNo1\":\"9796369197\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E2137442-C952-4D9C-9784-55AE55BF965B\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"V5J1PR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ARUSHA\",\"lN\":\"FAYAZ\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"655C353413084D6E8EC0F922E883C697\"],\"status\":\"SUCCESS\"}}}','2022-06-29 14:46:18'),(1591,'3bd85-b702e-4eeb9-6a905','{\"FlightBookingData\":[{\"bookingId\":\"DMC117736890018\",\"bookingId_TJ\":\"TJ117736890018\",\"FlightNumber\":\"G8-73\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3bd85-b702e-4eeb9-6a905\",\"apiTraceId\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2022-08-12T01:00\",\"LocalFromTime\":\"2022-08-12 01:00\",\"FromUTCTime\":\"2022-08-12T01:00\",\"LocalToTime\":\"2022-08-12 07:05\",\"ToUTCTime\":\"2022-08-12T07:05\",\"IsDirect\":0,\"FareClass\":\"RT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Fri, 12 Aug\",\"ArrivalDateTxt\":\"Fri, 12 Aug\",\"FlightDuration\":\"06h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"23,373\",\"ApiResultIndex\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":20008,\"Tax\":3285.7,\"YQTax\":750,\"OtherCharges\":1476,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":1042,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":23293.7,\"PublishedFare\":23372.91,\"PublishedFareAgent\":23372.91,\"OfferedFareAgent\":23372.91,\"OfferedFare\":22771.11,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4403703981_0DELHKTG873_29622227540743\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":8,\"classOfBooking\":\"RT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":522.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":23372.91,\"CostToAgent\":23372.91,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3285.7,\"TotalBaseFare\":23293.7,\"BaseFareCal\":22862.91,\"BaseFare\":20008,\"CommissionEarned\":522.59,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":1042,\"MFT\":2.7,\"OT\":1476,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":522.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":23372.91,\"CostToAgent\":23372.91,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":522.59,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":23372.91,\"CostToCustomer\":23372.91,\"BaseFareCal\":22862.91,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":22862.91,\"intOfferedFare\":22771.11,\"intPublishFare\":23293.7,\"TripjackMarkup\":0,\"TripjackCommission\":522.59,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":522.59,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":23372.91,\"CostToAgent\":23372.91,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"856\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2022-08-12T07:05\",\"SegFlightNumber\":\"G8-73\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"RT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-12T01:00\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC05\",\"Price\":2760,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC10\",\"Price\":5520,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC15\",\"Price\":8280,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC30\",\"Price\":16560,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC05\",\"Price\":2760,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC10\",\"Price\":5520,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC15\",\"Price\":8280,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC30\",\"Price\":16560,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"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\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"FareRuleData\":{\"fareRule\":{\"DEL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non Refundable If Cancelled 0 - 6 Hrs before scheduled departure & only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 06 Hrs before scheduled departure  __nls__ Within 06-72 hrs Rs 4,000 + Fare Difference __nls__ Before 72 hrs Rs 3,500 + Fare Difference\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"additionalFee\":100,\"policyInfo\":\"__nls__Cancellation permitted 06 Hrs before scheduled departure __nls__ Within 06-72 hrs Rs 5,000 __nls__ Before 72 hrs Rs 4,500__nls____bs__Note: For Special Return fares, Partial cancellation of the Itinerary is not permissible.\",\"fcs\":{\"CCFT\":18,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-11 12:00\",\"localToDateTime\":\"2022-08-16 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":\"DMC117736890018\",\"FlightNumber\":\"G8-73\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"strTraceId\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"01:00\",\"ArrivalTime\":\"07:05\",\"TravelDate\":\"2022-08-12T01:00\",\"LocalFromTime\":\"2022-08-12 01:00\",\"FromUTCTime\":\"2022-08-12T01:00\",\"LocalToTime\":\"2022-08-12 07:05\",\"ToUTCTime\":\"2022-08-12T07:05\",\"IsDirect\":0,\"FareClass\":\"RT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":275,\"DepartureDateTxt\":\"Fri, 12 Aug\",\"ArrivalDateTxt\":\"Fri, 12 Aug\",\"FlightDuration\":\"06h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"HKT\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":44702.2,\"ApiResultIndex\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":58738,\"Tax\":9067.099999999999,\"YQTax\":1500,\"OtherCharges\":3456,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":44511.4,\"PublishedFare\":44702.2,\"PublishedFareAgent\":44702.2,\"OfferedFareAgent\":44702.2,\"OfferedFare\":41454.98,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":2,\"IsRefundableTxt\":0,\"PriceID\":2,\"IsGSTRequired\":0,\"fareIdentifier\":0,\"SeatAvailable\":18,\"classOfBooking\":0,\"FareClass\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":1020,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1012.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":44702.2,\"CostToAgent\":44702.2,\"newFare\":0,\"oldFare\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5781.4,\"TotalBaseFare\":44511.4,\"BaseFareCal\":43682.2,\"BaseFare\":38730,\"CommissionEarned\":1012.8,\"TDS\":0,\"MF\":30,\"YQ\":1500,\"AGST\":1042,\"MFT\":5.4,\"OT\":3204,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":1020,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1012.8,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":44702.2,\"CostToAgent\":44702.2,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}]},\"Segments\":[[{\"segmentid\":\"856\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Phuket Intl Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Phuket\",\"destinationCountryName\":\"Thailand\",\"destinationAirportCode\":\"HKT\",\"destinationArrTime\":\"2022-08-12T07:05\",\"SegFlightNumber\":\"G8-73\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"RT\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-12T01:00\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":275,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"01:00\",\"strArrivalDtTime\":\"07:05\",\"FlightDuration\":\"4h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC05\",\"Price\":2760,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC10\",\"Price\":5520,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC15\",\"Price\":8280,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC30\",\"Price\":16560,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"857\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-17T11:30\",\"SegFlightNumber\":\"G8-74\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"RT\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2022-08-17T08:05\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":295,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"11:30\",\"FlightDuration\":\"4h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC05\",\"Price\":3374,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC10\",\"Price\":6750,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC15\",\"Price\":10125,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC30\",\"Price\":20249,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"localFromDateTime\":\"2022-08-12 01:00\",\"localToDateTime\":\"2022-08-12 07:05\",\"strSourceAirportCode\":\"HKT\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC117736890018\",\"bookingId_TJ\":\"TJ117736890018\",\"FlightNumber\":\"G8-74\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3bd85-b702e-4eeb9-6a905\",\"apiTraceId\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"11:30\",\"TravelDate\":\"2022-08-17T08:05\",\"LocalFromTime\":\"2022-08-17 08:05\",\"FromUTCTime\":\"2022-08-17T08:05\",\"LocalToTime\":\"2022-08-17 11:30\",\"ToUTCTime\":\"2022-08-17T11:30\",\"IsDirect\":0,\"FareClass\":\"RT\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":295,\"DepartureDateTxt\":\"Wed, 17 Aug\",\"ArrivalDateTxt\":\"Wed, 17 Aug\",\"FlightDuration\":\"03h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"21319\",\"SourceAirportCode\":\"HKT\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"44,702\",\"ApiResultIndex\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":18722,\"Tax\":2495.7,\"YQTax\":750,\"OtherCharges\":1728,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":21217.7,\"PublishedFare\":21329.29,\"PublishedFareAgent\":21329.29,\"OfferedFareAgent\":21329.29,\"OfferedFare\":20727.49,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4403703981_1HKTDELG874_29622228085913\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RT\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":490.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21329.29,\"CostToAgent\":21329.29,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2495.7,\"TotalBaseFare\":21217.7,\"BaseFareCal\":20819.29,\"BaseFare\":18722,\"CommissionEarned\":490.21,\"TDS\":0,\"MF\":15,\"YQ\":750,\"AGST\":0,\"MFT\":2.7,\"OT\":1728,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":490.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21329.29,\"CostToAgent\":21329.29,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":490.21,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":21329.29,\"CostToCustomer\":21329.29,\"BaseFareCal\":20819.29,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":20819.29,\"intOfferedFare\":20727.49,\"intPublishFare\":21217.7,\"TripjackMarkup\":0,\"TripjackCommission\":490.21,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":490.21,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":21329.29,\"CostToAgent\":21329.29,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"857\",\"originAirportName\":\"Phuket Intl Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Phuket\",\"originCountryName\":\"Thailand\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-17T11:30\",\"SegFlightNumber\":\"G8-74\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"RT\",\"originAirportCode\":\"HKT\",\"originDepTime\":\"2022-08-17T08:05\",\"TripIndicator\":1,\"Baggage\":\"20 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":295,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"11:30\",\"FlightDuration\":\"4h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC05\",\"Price\":3374,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC10\",\"Price\":6750,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC15\",\"Price\":10125,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC30\",\"Price\":20249,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":true}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC05\",\"Price\":3374,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC10\",\"Price\":6750,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC15\",\"Price\":10125,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC30\",\"Price\":20249,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"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\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-11 12:00\",\"localToDateTime\":\"2022-08-16 12:00\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"HKT\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"21319\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"1-4403703981_0DELHKTG873HKTDELG874_42532225550924\",\"SearchTraceId\":\"3bd85-b702e-4eeb9-6a905\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Phuket (HKT)\"],\"departure_date\":[\"12\\/08\\/2022\"],\"return_date\":[\"17\\/08\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"215\"],\"destination_city\":[\"HKT\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Phuket, TH - Phuket Intl Airport (HKT)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" TH - Phuket Intl Airport (HKT)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Phuket (HKT)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-08-12\"],\"strReturnDate\":[\"2022-08-17\"],\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[21319],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"3bd85-b702e-4eeb9-6a905\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"HKT\"],\"from\":[\"DEL\"],\"to\":[\"HKT\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Phuket, TH - Phuket Intl Airport (HKT)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/08\\/2022\"],\"return_dates\":[\"17\\/08\\/2022\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Aug Fri\"],\"ReturnDateMobile\":[\"17 Aug Wed\"],\"SearchTime\":\"2022-06-29 17:00:22\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLVS\",\"Price\":430,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"OLNS\",\"Price\":430,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"SWNV\",\"Price\":450,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC05\",\"Price\":2760,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC10\",\"Price\":5520,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC15\",\"Price\":8280,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XC30\",\"Price\":16560,\"Weight\":\"30KG\"}],[{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC05\",\"Price\":3374,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC10\",\"Price\":6750,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC15\",\"Price\":10125,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"857\",\"Code\":\"XC30\",\"Price\":20249,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-06-29 17:01:20'),(1595,'81','{\"_sessiondata\":{\"EmailId\":\"rajagarwal4560@gmail.com\",\"UserSysId\":\"14535\",\"CustomerSysId\":\"207614\",\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAJ\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"RAJ AGARWAL\",\"AgencyCode\":\"11164\",\"ContactNo1\":\"9123615096\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D8D0FC37-7836-42A2-B7D6-09D9A04E8C7F\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/16a59-2b52e-bc9fb-5421d\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"29\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/16a59-2b52e-bc9fb-5421d\"}','2022-06-29 19:53:53'),(1599,'16a59-2b52e-bc9fb-5421d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"16a59-2b52e-bc9fb-5421d\",\"apiTraceId\":\"424_5769\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 18:35\",\"FromUTCTime\":\"2022-07-04 18:35\",\"LocalToTime\":\"2022-07-04 20:35:00\",\"ToUTCTime\":\"2022-07-04 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-16a59-2b52e-bc9fb-5421d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5769\",\"ApiResultIndex\":\"424_5769\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"086\",\"showintax\":0,\"ExtraMarkup\":423.728813559322,\"ExtraMarkupOnGST\":76.27118644067798},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"E9M8TC\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07K\",\"bookingId\":\"B7666F7DF8A7434DB273A0F6C4B98F99\"}],\"flight_booking_id_Arr\":[\"211\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"107\",\"EmailId\":\"rajagarwal4560@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9123615096\",\"FirstName\":\"hARSH\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13079\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29 19:53:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"146\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"107\",\"EmailId\":\"rajagarwal4560@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9123615096\",\"FirstName\":\"hARSH\",\"LastName\":\"AGARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13079\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29 19:53:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"16a59-2b52e-bc9fb-5421d\",\"modified\":\"2022-06-29 19:53:15\",\"created\":\"2022-06-29 19:53:15\",\"CustomerMemberSysId\":\"146\"}],\"CustomerSysId\":\"107\",\"CustomerMemSysId\":[\"146\"],\"flight_booking_customer\":[[\"295\"]],\"SearchTraceId\":\"16a59-2b52e-bc9fb-5421d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"04\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"04\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"16a59-2b52e-bc9fb-5421d\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"04 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-29 19:12:08\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"16a59-2b52e-bc9fb-5421d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"16a59-2b52e-bc9fb-5421d\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"04 Jul Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-29 19:12:08\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"16a59-2b52e-bc9fb-5421d\\\",\\\"apiTraceId\\\":\\\"424_5769\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-04\\\",\\\"LocalFromTime\\\":\\\"2022-07-04 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-04 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-04 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-04 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"424-16a59-2b52e-bc9fb-5421d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5769\\\",\\\"ApiResultIndex\\\":\\\"424_5769\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"086\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-04T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-04T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656873000,\\\"DepartureDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"07K\\\",\\\"bookingId\\\":\\\"B7666F7DF8A7434DB273A0F6C4B98F99\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9123615096\",\"leadEmail\":\"rajagarwal4560@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"hARSH\",\"passenger-lastname-1\":\"AGARWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"rajagarwal4560@gmail.com\",\"UserSysId\":\"14535\",\"CustomerSysId\":\"207614\",\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAJ\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"RAJ AGARWAL\",\"AgencyCode\":\"11164\",\"ContactNo1\":\"9123615096\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D8D0FC37-7836-42A2-B7D6-09D9A04E8C7F\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"E9M8TC\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"hARSH\",\"lN\":\"AGARWAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"B7666F7DF8A7434DB273A0F6C4B98F99\"],\"status\":\"SUCCESS\"}}}','2022-06-29 19:55:52'),(1605,'1018e-db746-2ee02-64b2f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1018e-db746-2ee02-64b2f\",\"apiTraceId\":\"432_6133\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-01\",\"LocalFromTime\":\"2022-07-01 08:45\",\"FromUTCTime\":\"2022-07-01 08:45\",\"LocalToTime\":\"2022-07-01 10:15:00\",\"ToUTCTime\":\"2022-07-01 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4200,\"PublishedFareTxt\":\"4,200\",\"ApiResultIndex\":\"432-1018e-db746-2ee02-64b2f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4200,\"PublishedFare\":4200,\"PublishedFareAgent\":4200,\"OfferedFareAgent\":4200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6133\",\"ApiResultIndex\":\"432_6133\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":100,\"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\":4200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0K3\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"1\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-01T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-01T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"01\\/07\\/2022\",\"FromDateSort\":1656613800,\"DepartureDateTxt\":\"Fri, 01 Jul\",\"ArrivalDateTxt\":\"Fri, 01 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"YDMR9G\",\"OnwardGroupPNRDummy\":\"YDMR9G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0JH\",\"bookingId\":\"20007488944C489F9E48D0A10965B7F9\"}],\"flight_booking_id_Arr\":[\"212\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"Nitin \",\"LastName\":\"Sharma \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29 22:50:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"147\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"48\",\"EmailId\":\"mohitairways@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419088764\",\"FirstName\":\"Nitin \",\"LastName\":\"Sharma \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13106\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-29 22:50:36\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1018e-db746-2ee02-64b2f\",\"modified\":\"2022-06-29 22:50:36\",\"created\":\"2022-06-29 22:50:36\",\"CustomerMemberSysId\":\"147\"}],\"CustomerSysId\":\"48\",\"CustomerMemSysId\":[\"147\"],\"flight_booking_customer\":[[\"296\"]],\"SearchTraceId\":\"1018e-db746-2ee02-64b2f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"01\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"01\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1018e-db746-2ee02-64b2f\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-29 22:49:57\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1018e-db746-2ee02-64b2f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1018e-db746-2ee02-64b2f\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"01 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-29 22:49:57\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1018e-db746-2ee02-64b2f\\\",\\\"apiTraceId\\\":\\\"432_6133\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-01\\\",\\\"LocalFromTime\\\":\\\"2022-07-01 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-01 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-01 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-01 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4200,\\\"PublishedFareTxt\\\":\\\"4,200\\\",\\\"ApiResultIndex\\\":\\\"432-1018e-db746-2ee02-64b2f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4200,\\\"PublishedFare\\\":4200,\\\"PublishedFareAgent\\\":4200,\\\"OfferedFareAgent\\\":4200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6133\\\",\\\"ApiResultIndex\\\":\\\"432_6133\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":100,\\\"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\\\":4200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0K3\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"1\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-01T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-01T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"01\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656613800,\\\"DepartureDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 01 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"YDMR9G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"YDMR9G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0JH\\\",\\\"bookingId\\\":\\\"20007488944C489F9E48D0A10965B7F9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419088764\",\"leadEmail\":\"mohitairways@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Nitin \",\"passenger-lastname-1\":\"Sharma \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"YDMR9G\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Nitin \",\"lN\":\"Sharma \",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"20007488944C489F9E48D0A10965B7F9\"],\"status\":\"SUCCESS\"}}}','2022-06-29 22:50:53'),(1607,'b5917-54830-be985-4b248','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b5917-54830-be985-4b248\",\"apiTraceId\":\"425_5817\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 06:35\",\"FromUTCTime\":\"2022-07-06 06:35\",\"LocalToTime\":\"2022-07-06 08:35:00\",\"ToUTCTime\":\"2022-07-06 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-b5917-54830-be985-4b248\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5817\",\"ApiResultIndex\":\"425_5817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5817\",\"SearchTraceId\":\"b5917-54830-be985-4b248\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"06\\/07\\/2022\"],\"departure_datesf\":[\"06\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-06\",\"strDepatureDate\":[\"06\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"b5917-54830-be985-4b248\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-30 00:04:30\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-06-30 00:12:32'),(1613,'dce92-e7746-c67ed-72471','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"dce92-e7746-c67ed-72471\",\"apiTraceId\":\"425_5817\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 06:35\",\"FromUTCTime\":\"2022-07-06 06:35\",\"LocalToTime\":\"2022-07-06 08:35:00\",\"ToUTCTime\":\"2022-07-06 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":9000,\"PublishedFareTxt\":\"9,000\",\"ApiResultIndex\":\"425-dce92-e7746-c67ed-72471\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9000,\"PublishedFare\":9000,\"PublishedFareAgent\":9000,\"OfferedFareAgent\":9000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5817\",\"ApiResultIndex\":\"425_5817\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":9000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SIJGQH\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"E2FA1F6270104AE1B7C3DB7FCE3BB388\"}],\"flight_booking_id_Arr\":[\"213\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8961995236\",\"FirstName\":\"Ashok\",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 00:13:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"111\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"8961995236\",\"FirstName\":\"Deepika\",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 00:13:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"148\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"8961995236\",\"FirstName\":\"Deepika\",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 00:13:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"dce92-e7746-c67ed-72471\",\"modified\":\"2022-06-30 00:13:33\",\"created\":\"2022-06-30 00:13:33\",\"CustomerMemberSysId\":\"148\"}],\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"111\",\"148\"],\"flight_booking_customer\":[[\"297\",\"298\"]],\"SearchTraceId\":\"dce92-e7746-c67ed-72471\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"06\\/07\\/2022\"],\"departure_datesf\":[\"06\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-06\",\"strDepatureDate\":[\"06\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"dce92-e7746-c67ed-72471\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-30 00:12:49\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"dce92-e7746-c67ed-72471\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-06\\\",\\\"strDepatureDate\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"dce92-e7746-c67ed-72471\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-30 00:12:49\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"dce92-e7746-c67ed-72471\\\",\\\"apiTraceId\\\":\\\"425_5817\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-06\\\",\\\"LocalFromTime\\\":\\\"2022-07-06 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-06 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-06 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-06 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":9000,\\\"PublishedFareTxt\\\":\\\"9,000\\\",\\\"ApiResultIndex\\\":\\\"425-dce92-e7746-c67ed-72471\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":9000,\\\"PublishedFare\\\":9000,\\\"PublishedFareAgent\\\":9000,\\\"OfferedFareAgent\\\":9000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5817\\\",\\\"ApiResultIndex\\\":\\\"425_5817\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":9000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-06T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-06T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"06\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657045800,\\\"DepartureDateTxt\\\":\\\"Wed, 06 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 06 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"E2FA1F6270104AE1B7C3DB7FCE3BB388\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8961995236\",\"leadEmail\":\"kanakbihariholidays@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Ashok\",\"passenger-lastname-1\":\"Agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"Deepika\",\"passenger-lastname-2\":\"Agarwal\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13088\",\"Salutation\":\"1\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"FirstName\":\"Ashok\",\"LastName\":\"Agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"8961995236\"},\"_sessiondata\":{\"EmailId\":\"kanakbihariholidays@gmail.com\",\"UserSysId\":\"14545\",\"CustomerSysId\":\"207631\",\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Pawan\",\"LastName\":\"Darak\",\"Password_cu\":\"\",\"AgencyName\":\"Kanakbihari Holidays\",\"AgencyCode\":\"11174\",\"ContactNo1\":\"8961995236\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59B0D582-E0E4-45F8-A206-A5417F1E3B47\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SIJGQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Ashok\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"SIJGQH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Deepika\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"E2FA1F6270104AE1B7C3DB7FCE3BB388\"],\"status\":\"SUCCESS\"}}}','2022-06-30 00:14:12'),(1621,'e801c-0f253-c558f-864a8','{\"FlightBookingData\":[{\"bookingId\":\"DMC107136931811\",\"bookingId_TJ\":\"TJ107136931811\",\"FlightNumber\":\"I5-315\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e801c-0f253-c558f-864a8\",\"apiTraceId\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:30\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2022-07-03T11:30\",\"LocalFromTime\":\"2022-07-03 11:30\",\"FromUTCTime\":\"2022-07-03T11:30\",\"LocalToTime\":\"2022-07-03 12:55\",\"ToUTCTime\":\"2022-07-03T12:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FlightDuration\":\"01h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,572\",\"ApiResultIndex\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3950,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4217.7,\"PublishedFare\":4571.7,\"PublishedFareAgent\":4671.7,\"OfferedFareAgent\":4571.7,\"OfferedFare\":4217.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-8125637453_0DELSXRI5315_3774605705479\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":100,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4217.7,\"BaseFareCal\":4271.7,\"BaseFare\":3950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":100,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4571.7,\"CostToCustomer\":4571.7,\"BaseFareCal\":4271.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4271.7,\"intOfferedFare\":4217.7,\"intPublishFare\":4217.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":100,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"146\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-03T12:55\",\"SegFlightNumber\":\"I5-315\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-03T11:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":\"15:00\",\"strTraceId\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"214\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13222\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"SALES@TRVLXTREME.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006430018\",\"FirstName\":\"AMir  \",\"LastName\":\"NAZIR \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13222\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 11:04:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"112\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"112\",\"CustomerMemSysId\":[\"112\"],\"flight_booking_customer\":[[\"299\"]],\"SearchTraceId\":\"e801c-0f253-c558f-864a8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e801c-0f253-c558f-864a8\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-30 10:57:36\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e801c-0f253-c558f-864a8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e801c-0f253-c558f-864a8\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-30 10:57:36\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107136931811\\\",\\\"bookingId_TJ\\\":\\\"TJ107136931811\\\",\\\"FlightNumber\\\":\\\"I5-315\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e801c-0f253-c558f-864a8\\\",\\\"apiTraceId\\\":\\\"18-8125637453_2DELSXRI5315_189242579552122\\\",\\\"AirlineSysId\\\":\\\"75\\\",\\\"DepartureTime\\\":\\\"11:30\\\",\\\"ArrivalTime\\\":\\\"12:55\\\",\\\"TravelDate\\\":\\\"2022-07-03T11:30\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 11:30\\\",\\\"FromUTCTime\\\":\\\"2022-07-03T11:30\\\",\\\"LocalToTime\\\":\\\"2022-07-03 12:55\\\",\\\"ToUTCTime\\\":\\\"2022-07-03T12:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":85,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FlightDuration\\\":\\\"01h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,572\\\",\\\"ApiResultIndex\\\":\\\"18-8125637453_2DELSXRI5315_189242579552122\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/I5.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3950,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4217.7,\\\"PublishedFare\\\":4571.7,\\\"PublishedFareAgent\\\":4671.7,\\\"OfferedFareAgent\\\":4571.7,\\\"OfferedFare\\\":4217.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"18-8125637453_0DELSXRI5315_3774605705479\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":100,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":100,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":100,\\\"CostToAgentCustomer\\\":4671.7,\\\"CostToAgent\\\":4571.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":4217.7,\\\"BaseFareCal\\\":4271.7,\\\"BaseFare\\\":3950,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":100,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":100,\\\"CostToAgentCustomer\\\":4671.7,\\\"CostToAgent\\\":4571.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4571.7,\\\"CostToCustomer\\\":4571.7,\\\"BaseFareCal\\\":4271.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4271.7,\\\"intOfferedFare\\\":4217.7,\\\"intPublishFare\\\":4217.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":100,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":100,\\\"CostToAgentCustomer\\\":4671.7,\\\"CostToAgent\\\":4571.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"146\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T12:55\\\",\\\"SegFlightNumber\\\":\\\"I5-315\\\",\\\"AirlineCode\\\":\\\"I5\\\",\\\"AirlineName\\\":\\\"AirAsia India\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-07-03T11:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":85,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"11:30\\\",\\\"strArrivalDtTime\\\":\\\"12:55\\\",\\\"FlightDuration\\\":\\\"1h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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\\\":\\\"15:00\\\",\\\"strTraceId\\\":\\\"18-8125637453_2DELSXRI5315_189242579552122\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-SXR\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006430018\",\"leadEmail\":\"SALES@TRVLXTREME.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMir  \",\"passenger-lastname-1\":\"NAZIR \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13222\",\"Salutation\":\"1\",\"EmailId\":\"SALES@TRVLXTREME.COM\",\"FirstName\":\"AMir  \",\"LastName\":\"NAZIR \",\"CountryCode\":\"91\",\"MobileNo\":\"7006430018\"},\"_sessiondata\":{\"EmailId\":\"SALES@TRVLXTREME.COM\",\"UserSysId\":\"14687\",\"CustomerSysId\":\"208339\",\"AgencySysId\":\"13222\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ADIL\",\"LastName\":\"ALTAF\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL XTREME TOUR N TRAVEL\",\"AgencyCode\":\"11123\",\"ContactNo1\":\"7006430018\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"B95A7122-9FE9-4AD4-88B5-27A1124C01FE\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"e801c-0f253-c558f-864a8\",\"FlightBookingData\":[{\"bookingId\":\"DMC107136931811\",\"bookingId_TJ\":\"TJ107136931811\",\"FlightNumber\":\"I5-315\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e801c-0f253-c558f-864a8\",\"apiTraceId\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"11:30\",\"ArrivalTime\":\"12:55\",\"TravelDate\":\"2022-07-03T11:30\",\"LocalFromTime\":\"2022-07-03 11:30\",\"FromUTCTime\":\"2022-07-03T11:30\",\"LocalToTime\":\"2022-07-03 12:55\",\"ToUTCTime\":\"2022-07-03T12:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":85,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FlightDuration\":\"01h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,572\",\"ApiResultIndex\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3950,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4217.7,\"PublishedFare\":4571.7,\"PublishedFareAgent\":4671.7,\"OfferedFareAgent\":4571.7,\"OfferedFare\":4217.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"18-8125637453_0DELSXRI5315_3774605705479\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":100,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":100,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4217.7,\"BaseFareCal\":4271.7,\"BaseFare\":3950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":100,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4571.7,\"CostToCustomer\":4571.7,\"BaseFareCal\":4271.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4271.7,\"intOfferedFare\":4217.7,\"intPublishFare\":4217.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":100,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":100,\"CostToAgentCustomer\":4671.7,\"CostToAgent\":4571.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"146\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-03T12:55\",\"SegFlightNumber\":\"I5-315\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-03T11:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":85,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:30\",\"strArrivalDtTime\":\"12:55\",\"FlightDuration\":\"1h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":\"15:00\",\"strTraceId\":\"18-8125637453_2DELSXRI5315_189242579552122\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"E84F8017FB074678ABCFC269EDABD283\",\"message\":\"\"}}','2022-06-30 11:05:45'),(1623,'ce2eb-88169-2c91a-17d79','{\"item\":{\"SearchHotelTraceId\":\"ce2eb-88169-2c91a-17d79\",\"HotelId\":\"hsid9481093318-16301292\",\"HotelName\":\"Hard Rock Hotel Goa\",\"HotelImage\":[{\"tns\":\"https:\\/\\/pix8.agoda.net\\/hotelImages\\/442991\\/-1\\/961058f08d9626b7cf519b9b27d32027.jpg?ca=7&ce=1&s=312x\"}],\"Geolocation\":{\"ln\":\"73.77054\",\"lt\":\"15.5507\"},\"StarRating\":5,\"HotelAddress\":\"370\\/14 , Calangute Bardez\",\"HotelCity\":\"Calangute\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"RESORT\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":7964,\"nights\":1,\"rooms\":\"1\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"BREAKFAST\",\"HotelTotalRoomPrice\":7520.1,\"gtxMarkUp\":0,\"HotelRoomPrice\":7964,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":376.005,\"intSTaxOnAgencyMarkUp\":67.68090000000001,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7963.785900000001,\"CostToAgent\":7963.785900000001,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":7520.1,\"PublishFare\":7963.785900000001,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":376.005,\"intSTaxOnAgencyMarkUp\":67.68090000000001,\"intAgencyMarkUpWithSTax\":443.6859,\"TotalMarkUpValue\":5,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7963.785900000001,\"CostToAgent\":7963.785900000001}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":true,\"three\":true,\"four\":true,\"five\":true}},\"index\":0,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"GOA (INDIA)\\\",\\\"check_in\\\":\\\"18\\\\\\/07\\\\\\/2022\\\",\\\"check_out\\\":\\\"19\\\\\\/07\\\\\\/2022\\\",\\\"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\\\":\\\"699356\\\",\\\"destination\\\":\\\"GOA\\\",\\\"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\\\":\\\"18\\\\\\/07\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"699356\\\",\\\"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\\\":\\\"2022-07-18\\\",\\\"checkoutDate\\\":\\\"2022-07-19\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"699356\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-07-18\\\",\\\"strCheckout\\\":\\\"2022-07-19\\\",\\\"SearchHotelTraceId\\\":\\\"ce2eb-88169-2c91a-17d79\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid9481093318\\\"}\"}','2022-06-30 14:40:38'),(1631,'e7f81-f0d90-ac1a4-06ffb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e7f81-f0d90-ac1a4-06ffb\",\"apiTraceId\":\"424_5778\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 18:35\",\"FromUTCTime\":\"2022-07-13 18:35\",\"LocalToTime\":\"2022-07-13 20:35:00\",\"ToUTCTime\":\"2022-07-13 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"424-e7f81-f0d90-ac1a4-06ffb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5778\",\"ApiResultIndex\":\"424_5778\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":847.457627118644,\"ExtraMarkupOnGST\":152.54237288135596},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"FHWRXH\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"C98B3AA02A2645FFA3AD8CF75C97468B\"}],\"flight_booking_id_Arr\":[\"215\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9051187034\",\"FirstName\":\"SONIKA\",\"LastName\":\"KEDIA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 16:15:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"113\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"113\",\"CustomerMemSysId\":[\"113\"],\"flight_booking_customer\":[[\"300\"]],\"SearchTraceId\":\"e7f81-f0d90-ac1a4-06ffb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/07\\/2022\"],\"departure_datesf\":[\"13\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-13\",\"strDepatureDate\":[\"13\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"e7f81-f0d90-ac1a4-06ffb\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-30 16:14:09\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e7f81-f0d90-ac1a4-06ffb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-13\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"e7f81-f0d90-ac1a4-06ffb\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-30 16:14:09\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e7f81-f0d90-ac1a4-06ffb\\\",\\\"apiTraceId\\\":\\\"424_5778\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-13\\\",\\\"LocalFromTime\\\":\\\"2022-07-13 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-13 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-13 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-13 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"424-e7f81-f0d90-ac1a4-06ffb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5778\\\",\\\"ApiResultIndex\\\":\\\"424_5778\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-13T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-13T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"13\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657650600,\\\"DepartureDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"C98B3AA02A2645FFA3AD8CF75C97468B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9051187034\",\"leadEmail\":\"NIKUNJKEDIA707@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"SONIKA\",\"passenger-lastname-1\":\"KEDIA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13647\",\"Salutation\":\"2\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"FirstName\":\"SONIKA\",\"LastName\":\"KEDIA\",\"CountryCode\":\"91\",\"MobileNo\":\"9051187034\"},\"_sessiondata\":{\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"UserSysId\":\"15130\",\"CustomerSysId\":\"212031\",\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIKUNJ\",\"LastName\":\"KEDIA\",\"Password_cu\":\"\",\"AgencyName\":\"TANISI TRAVELS\",\"AgencyCode\":\"122111.2416124164539E68\",\"ContactNo1\":\"9051187034\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CBA0A25F-FE89-4E0A-B7B6-4B5089D39482\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"FHWRXH\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SONIKA\",\"lN\":\"KEDIA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"C98B3AA02A2645FFA3AD8CF75C97468B\"],\"status\":\"SUCCESS\"}}}','2022-06-30 16:18:11'),(1632,'82','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4500\",\"RefrenceNo\":\"\",\"CreditDate\":\"30\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-06-30 17:55:38'),(1638,'8cf61-5e02f-47a86-b13b0','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"8cf61-5e02f-47a86-b13b0\",\"apiTraceId\":\"425_5818\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 06:35\",\"FromUTCTime\":\"2022-07-07 06:35\",\"LocalToTime\":\"2022-07-07 08:35:00\",\"ToUTCTime\":\"2022-07-07 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-8cf61-5e02f-47a86-b13b0\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5818\",\"ApiResultIndex\":\"425_5818\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"QHJE5H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"A31E69EACCE84D8B8BC103BB0DB8C29D\"}],\"flight_booking_id_Arr\":[\"216\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Sanjay Kumar\",\"LastName\":\"Bhutoria\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 17:58:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"149\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Sanjay Kumar\",\"LastName\":\"Bhutoria\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 17:58:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8cf61-5e02f-47a86-b13b0\",\"modified\":\"2022-06-30 17:58:48\",\"created\":\"2022-06-30 17:58:48\",\"CustomerMemberSysId\":\"149\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"149\"],\"flight_booking_customer\":[[\"301\"]],\"SearchTraceId\":\"8cf61-5e02f-47a86-b13b0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\"],\"departure_datesf\":[\"07\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-07\",\"strDepatureDate\":[\"07\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"8cf61-5e02f-47a86-b13b0\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-30 17:57:29\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8cf61-5e02f-47a86-b13b0\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-07\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"8cf61-5e02f-47a86-b13b0\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-30 17:57:29\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"8cf61-5e02f-47a86-b13b0\\\",\\\"apiTraceId\\\":\\\"425_5818\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-07\\\",\\\"LocalFromTime\\\":\\\"2022-07-07 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-07 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-07 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-07 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-8cf61-5e02f-47a86-b13b0\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5818\\\",\\\"ApiResultIndex\\\":\\\"425_5818\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-07T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-07T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657132200,\\\"DepartureDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"A31E69EACCE84D8B8BC103BB0DB8C29D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Sanjay Kumar\",\"passenger-lastname-1\":\"Bhutoria\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"QHJE5H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Sanjay Kumar\",\"lN\":\"Bhutoria\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A31E69EACCE84D8B8BC103BB0DB8C29D\"],\"status\":\"SUCCESS\"}}}','2022-06-30 17:59:02'),(1639,'83','{\"_sessiondata\":{\"EmailId\":\"Skylinetravel777@gmail.com\",\"UserSysId\":\"14678\",\"CustomerSysId\":\"208313\",\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SOLIHA\",\"LastName\":\"MEER\",\"Password_cu\":\"\",\"AgencyName\":\"Skyline travels\",\"AgencyCode\":\"11115\",\"ContactNo1\":\"9906465201\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"3C8D6D47-3D4D-41BF-99D0-79B9120A7DA0\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\\/index\\/myprofile\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10000\",\"RefrenceNo\":\"\",\"CreditDate\":\"30\\/06\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\\/index\\/myprofile\"}','2022-06-30 20:41:10'),(1645,'a5bdf-a7f55-4c1e8-8fe21','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8374\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"apiTraceId\":\"444_6508\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-07-03\",\"LocalFromTime\":\"2022-07-03 11:55\",\"FromUTCTime\":\"2022-07-03 11:55\",\"LocalToTime\":\"2022-07-03 13:25:00\",\"ToUTCTime\":\"2022-07-03 13:25:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8600,\"PublishedFareTxt\":\"8,600\",\"ApiResultIndex\":\"444-a5bdf-a7f55-4c1e8-8fe21\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8000,\"Tax\":400,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8600,\"PublishedFare\":8600,\"PublishedFareAgent\":8600,\"OfferedFareAgent\":8600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"444_6508\",\"ApiResultIndex\":\"444_6508\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":8000,\"BaseFare\":8000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":400,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":8600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0CE\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8374\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-03T13:35\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-03T11:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"03\\/07\\/2022\",\"FromDateSort\":1656786600,\"DepartureDateTxt\":\"Sun, 03 Jul\",\"ArrivalDateTxt\":\"Sun, 03 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0BS\",\"bookingId\":\"FB440350DD514D5DBA438A3357294592\"}],\"flight_booking_id_Arr\":[\"217\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906465201\",\"FirstName\":\"MUSHTAQ AHMAD\",\"LastName\":\"NAJAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 20:58:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"150\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"LATEEFA\",\"LastName\":\"BEGUM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 20:58:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"151\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906465201\",\"FirstName\":\"MUSHTAQ AHMAD\",\"LastName\":\"NAJAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 20:58:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"modified\":\"2022-06-30 20:58:04\",\"created\":\"2022-06-30 20:58:04\",\"CustomerMemberSysId\":\"150\"},{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9906465201\",\"FirstName\":\"LATEEFA\",\"LastName\":\"BEGUM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-06-30 20:58:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"modified\":\"2022-06-30 20:58:04\",\"created\":\"2022-06-30 20:58:04\",\"CustomerMemberSysId\":\"151\"}],\"CustomerSysId\":\"90\",\"CustomerMemSysId\":[\"150\",\"151\"],\"flight_booking_customer\":[[\"302\",\"303\"]],\"SearchTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"03\\/07\\/2022\",\"03\\/07\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"03\\/07\\/2022\",\"2022-07-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/07\\/2022\",\"03\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Jul Sun\",\"03 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-30 20:56:57\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a5bdf-a7f55-4c1e8-8fe21\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"2022-07-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a5bdf-a7f55-4c1e8-8fe21\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"03\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Jul Sun\\\",\\\"03 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-06-30 20:56:57\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a5bdf-a7f55-4c1e8-8fe21\\\",\\\"apiTraceId\\\":\\\"444_6508\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:55\\\",\\\"ArrivalTime\\\":\\\"13:35\\\",\\\"TravelDate\\\":\\\"2022-07-03\\\",\\\"LocalFromTime\\\":\\\"2022-07-03 11:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-03 11:55\\\",\\\"LocalToTime\\\":\\\"2022-07-03 13:25:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-03 13:25:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8600,\\\"PublishedFareTxt\\\":\\\"8,600\\\",\\\"ApiResultIndex\\\":\\\"444-a5bdf-a7f55-4c1e8-8fe21\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8000,\\\"Tax\\\":400,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8600,\\\"PublishedFare\\\":8600,\\\"PublishedFareAgent\\\":8600,\\\"OfferedFareAgent\\\":8600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"444_6508\\\",\\\"ApiResultIndex\\\":\\\"444_6508\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":8000,\\\"BaseFare\\\":8000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":400,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":8600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0CE\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8374\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:55\\\",\\\"strArrivalDtTime\\\":\\\"13:35\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-03T13:35\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-03T11:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"03\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656786600,\\\"DepartureDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 03 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0BS\\\",\\\"bookingId\\\":\\\"FB440350DD514D5DBA438A3357294592\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906465201\",\"leadEmail\":\"Skylinetravel777@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MUSHTAQ AHMAD\",\"passenger-lastname-1\":\"NAJAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"LATEEFA\",\"passenger-lastname-2\":\"BEGUM\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Skylinetravel777@gmail.com\",\"UserSysId\":\"14678\",\"CustomerSysId\":\"208313\",\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SOLIHA\",\"LastName\":\"MEER\",\"Password_cu\":\"\",\"AgencyName\":\"Skyline travels\",\"AgencyCode\":\"11115\",\"ContactNo1\":\"9906465201\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"3C8D6D47-3D4D-41BF-99D0-79B9120A7DA0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MUSHTAQ AHMAD\",\"lN\":\"NAJAR\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"LATEEFA\",\"lN\":\"BEGUM\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"FB440350DD514D5DBA438A3357294592\"],\"status\":\"SUCCESS\"}}}','2022-06-30 20:59:17'),(1647,'0d874-cffe7-8d3dd-41b22','{\"FlightBookingData\":[{\"bookingId\":\"DMC107437000504\",\"bookingId_TJ\":\"TJ107437000504\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0d874-cffe7-8d3dd-41b22\",\"apiTraceId\":\"11-6906744433_0DELSXRSG8150_3255433419013\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:50\",\"ArrivalTime\":\"16:25\",\"TravelDate\":\"2022-07-02T14:50\",\"LocalFromTime\":\"2022-07-02 14:50\",\"FromUTCTime\":\"2022-07-02T14:50\",\"LocalToTime\":\"2022-07-02 16:25\",\"ToUTCTime\":\"2022-07-02T16:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 02 Jul\",\"ArrivalDateTxt\":\"Sat, 02 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,343\",\"ApiResultIndex\":\"11-6906744433_0DELSXRSG8150_3255433419013\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9000,\"Tax\":635.4,\"YQTax\":0,\"OtherCharges\":600,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9635.4,\"PublishedFare\":10343.4,\"PublishedFareAgent\":10343.4,\"OfferedFareAgent\":10343.4,\"OfferedFare\":9635.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6906744433_0DELSXRSG8150_11948730663598\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10343.4,\"CostToAgent\":10343.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":635.4,\"TotalBaseFare\":9635.4,\"BaseFareCal\":9743.4,\"BaseFare\":9000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":600,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10343.4,\"CostToAgent\":10343.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":10343.4,\"CostToCustomer\":10343.4,\"BaseFareCal\":9743.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":9743.4,\"intOfferedFare\":9635.4,\"intPublishFare\":9635.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10343.4,\"CostToAgent\":10343.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"598\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-02T16:25\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-02T14:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"14:50\",\"strArrivalDtTime\":\"16:25\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6906744433_0DELSXRSG8150_3255433419013\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-01 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-6906744433_0DELSXRSG8150_3255433419013\",\"SearchTraceId\":\"0d874-cffe7-8d3dd-41b22\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"02\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0d874-cffe7-8d3dd-41b22\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"02 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-01 10:35:43\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-01 10:36:43'),(1649,'771b4-0a24b-c2311-a56e9','{\"FlightBookingData\":[{\"bookingId\":\"DMC103637076731\",\"bookingId_TJ\":\"TJ103637076731\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"771b4-0a24b-c2311-a56e9\",\"apiTraceId\":\"11-9882430726_3DELSXRG8187_18652025044830\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"17:30\",\"TravelDate\":\"2022-07-07T16:00\",\"LocalFromTime\":\"2022-07-07 16:00\",\"FromUTCTime\":\"2022-07-07T16:00\",\"LocalToTime\":\"2022-07-07 17:30\",\"ToUTCTime\":\"2022-07-07T17:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"11-9882430726_3DELSXRG8187_18652025044830\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":4121.7,\"PublishedFareAgent\":4121.7,\"OfferedFareAgent\":4121.7,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9882430726_0DELSXRG8187_23723479979407\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3821.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4121.7,\"CostToAgent\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":3821.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3821.7,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"813\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-07T17:30\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-07T16:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"17:30\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9882430726_3DELSXRG8187_18652025044830\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-9882430726_3DELSXRG8187_18652025044830\",\"SearchTraceId\":\"771b4-0a24b-c2311-a56e9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"771b4-0a24b-c2311-a56e9\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-02 11:52:21\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-02 11:52:57'),(1650,'84','{\"_sessiondata\":{\"EmailId\":\"travelwithskyroute@gmail.com\",\"UserSysId\":\"14696\",\"CustomerSysId\":\"208361\",\"AgencySysId\":\"13231\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"ASHIQ HUSSAIN\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY ROUTE TRAVELS\",\"AgencyCode\":\"11132\",\"ContactNo1\":\"7006310658\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"32195243-02A7-4165-9229-26F45E3FCF4D\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3300\",\"RefrenceNo\":\"30525569\",\"CreditDate\":\"25\\/06\\/2022\",\"Remark\":\"30525569\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-02 13:02:50'),(1656,'15b5a-c9a9c-87693-26dd9','{\"FlightBookingData\":[{\"bookingId\":\"DMC107237089197\",\"bookingId_TJ\":\"TJ107237089197\",\"FlightNumber\":\"G8-213\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"apiTraceId\":\"11-1782710678_0SXRIXJG8213_118500336335259\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-07-06T13:50\",\"LocalFromTime\":\"2022-07-06 13:50\",\"FromUTCTime\":\"2022-07-06T13:50\",\"LocalToTime\":\"2022-07-06 14:45\",\"ToUTCTime\":\"2022-07-06T14:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"11-1782710678_0SXRIXJG8213_118500336335259\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":4121.7,\"PublishedFareAgent\":4121.7,\"OfferedFareAgent\":4121.7,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1782710678_0SXRIXJG8213_14509631807299\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3821.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4121.7,\"CostToAgent\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":3821.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3821.7,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"734\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-07-06T14:45\",\"SegFlightNumber\":\"G8-213\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-06T13:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-1782710678_0SXRIXJG8213_118500336335259\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"218\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"Vaishno\",\"LastName\":\"Dass\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-02 14:19:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"152\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"36\",\"EmailId\":\"kashmirwayz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9419033092\",\"FirstName\":\"Vaishno\",\"LastName\":\"Dass\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13142\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-02 14:19:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"modified\":\"2022-07-02 14:19:42\",\"created\":\"2022-07-02 14:19:42\",\"CustomerMemberSysId\":\"152\"}],\"CustomerSysId\":\"36\",\"CustomerMemSysId\":[\"152\"],\"flight_booking_customer\":[[\"304\"]],\"SearchTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"06\\/07\\/2022\",\"07\\/07\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-06\",\"2022-07-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/07\\/2022\",\"07\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"06 Jul Wed\",\"07 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-02 14:18:33\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\",\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXJ\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Satwari Arpt (IXJ)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Jammu (IXJ)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-06\\\",\\\"2022-07-07\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[13021],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"15b5a-c9a9c-87693-26dd9\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXJ\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"IXJ\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Jammu, IN - Satwari Arpt (IXJ), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\",\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"06 Jul Wed\\\",\\\"07 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-02 14:18:33\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107237089197\\\",\\\"bookingId_TJ\\\":\\\"TJ107237089197\\\",\\\"FlightNumber\\\":\\\"G8-213\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"15b5a-c9a9c-87693-26dd9\\\",\\\"apiTraceId\\\":\\\"11-1782710678_0SXRIXJG8213_118500336335259\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"13:50\\\",\\\"ArrivalTime\\\":\\\"14:45\\\",\\\"TravelDate\\\":\\\"2022-07-06T13:50\\\",\\\"LocalFromTime\\\":\\\"2022-07-06 13:50\\\",\\\"FromUTCTime\\\":\\\"2022-07-06T13:50\\\",\\\"LocalToTime\\\":\\\"2022-07-06 14:45\\\",\\\"ToUTCTime\\\":\\\"2022-07-06T14:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":55,\\\"DepartureDateTxt\\\":\\\"Wed, 06 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 06 Jul\\\",\\\"FlightDuration\\\":\\\"01h 55m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"13021\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXJ\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,122\\\",\\\"ApiResultIndex\\\":\\\"11-1782710678_0SXRIXJG8213_118500336335259\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3767.7,\\\"PublishedFare\\\":4121.7,\\\"PublishedFareAgent\\\":4121.7,\\\"OfferedFareAgent\\\":4121.7,\\\"OfferedFare\\\":3767.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-1782710678_0SXRIXJG8213_14509631807299\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":5,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4121.7,\\\"CostToAgent\\\":4121.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":3767.7,\\\"BaseFareCal\\\":3821.7,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4121.7,\\\"CostToAgent\\\":4121.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4121.7,\\\"CostToCustomer\\\":4121.7,\\\"BaseFareCal\\\":3821.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3821.7,\\\"intOfferedFare\\\":3767.7,\\\"intPublishFare\\\":3767.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4121.7,\\\"CostToAgent\\\":4121.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"734\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Satwari Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Jammu\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXJ\\\",\\\"destinationArrTime\\\":\\\"2022-07-06T14:45\\\",\\\"SegFlightNumber\\\":\\\"G8-213\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-06T13:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":55,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":5,\\\"strDepartureDtTime\\\":\\\"13:50\\\",\\\"strArrivalDtTime\\\":\\\"14:45\\\",\\\"FlightDuration\\\":\\\"0h 55m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-1782710678_0SXRIXJG8213_118500336335259\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-05 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"IXJ\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"13021\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9419033092\",\"leadEmail\":\"kashmirwayz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Vaishno\",\"passenger-lastname-1\":\"Dass\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"kashmirwayz@gmail.com\",\"UserSysId\":\"14607\",\"CustomerSysId\":\"207885\",\"AgencySysId\":\"13142\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"UMAR\",\"LastName\":\"MALIK\",\"Password_cu\":\"\",\"AgencyName\":\"KASHMIR WAYS\",\"AgencyCode\":\"11145\",\"ContactNo1\":\"9419033092\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7C7B99EF-4256-475D-97C4-1663B123C132\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14607\\/logo_1655484521.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"FlightBookingData\":[{\"bookingId\":\"DMC107237089197\",\"bookingId_TJ\":\"TJ107237089197\",\"FlightNumber\":\"G8-213\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"15b5a-c9a9c-87693-26dd9\",\"apiTraceId\":\"11-1782710678_0SXRIXJG8213_118500336335259\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"13:50\",\"ArrivalTime\":\"14:45\",\"TravelDate\":\"2022-07-06T13:50\",\"LocalFromTime\":\"2022-07-06 13:50\",\"FromUTCTime\":\"2022-07-06T13:50\",\"LocalToTime\":\"2022-07-06 14:45\",\"ToUTCTime\":\"2022-07-06T14:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"11-1782710678_0SXRIXJG8213_118500336335259\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":4121.7,\"PublishedFareAgent\":4121.7,\"OfferedFareAgent\":4121.7,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1782710678_0SXRIXJG8213_14509631807299\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":5,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3821.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4121.7,\"CostToAgent\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":3821.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3821.7,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"734\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-07-06T14:45\",\"SegFlightNumber\":\"G8-213\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-06T13:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":5,\"strDepartureDtTime\":\"13:50\",\"strArrivalDtTime\":\"14:45\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-1782710678_0SXRIXJG8213_118500336335259\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"D4327D81F46B402E9FCF3C6C18773E81\",\"message\":\"\"}}','2022-07-02 14:20:12'),(1666,'97885-61bf2-ee9e5-79885','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"97885-61bf2-ee9e5-79885\",\"apiTraceId\":\"432_6147\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 08:45\",\"FromUTCTime\":\"2022-07-15 08:45\",\"LocalToTime\":\"2022-07-15 10:15:00\",\"ToUTCTime\":\"2022-07-15 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":8000,\"PublishedFareTxt\":\"8,000\",\"ApiResultIndex\":\"432-97885-61bf2-ee9e5-79885\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8000,\"PublishedFare\":8000,\"PublishedFareAgent\":8000,\"OfferedFareAgent\":8000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6147\",\"ApiResultIndex\":\"432_6147\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":8000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0Q8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"7\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"PJGSFR\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0PM\",\"bookingId\":\"4F406A5FE6294A229370BB75DF19A32B\"}],\"flight_booking_id_Arr\":[\"220\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13215\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"jehlumtravels786@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9906542943\",\"FirstName\":\"FARJAMUND\",\"LastName\":\"SIDIQI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13215\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-02 22:41:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"115\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13215\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"115\",\"EmailId\":\"jehlumtravels786@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9906542943\",\"FirstName\":\"KAFIL\",\"LastName\":\"SIDIQI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13215\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-02 22:41:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"154\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13215\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"115\",\"EmailId\":\"jehlumtravels786@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9906542943\",\"FirstName\":\"KAFIL\",\"LastName\":\"SIDIQI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13215\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-02 22:41:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"97885-61bf2-ee9e5-79885\",\"modified\":\"2022-07-02 22:41:50\",\"created\":\"2022-07-02 22:41:50\",\"CustomerMemberSysId\":\"154\"}],\"CustomerSysId\":\"115\",\"CustomerMemSysId\":[\"115\",\"154\"],\"flight_booking_customer\":[[\"307\",\"308\"]],\"SearchTraceId\":\"97885-61bf2-ee9e5-79885\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\",\"16\\/07\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"15\\/07\\/2022\",\"2022-07-16\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"97885-61bf2-ee9e5-79885\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\",\"16\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"15 Jul Fri\",\"16 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-02 22:31:42\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"97885-61bf2-ee9e5-79885\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"2022-07-16\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"97885-61bf2-ee9e5-79885\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"15 Jul Fri\\\",\\\"16 Jul Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-02 22:31:42\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"97885-61bf2-ee9e5-79885\\\",\\\"apiTraceId\\\":\\\"432_6147\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-15 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":8,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":8000,\\\"PublishedFareTxt\\\":\\\"8,000\\\",\\\"ApiResultIndex\\\":\\\"432-97885-61bf2-ee9e5-79885\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8000,\\\"PublishedFare\\\":8000,\\\"PublishedFareAgent\\\":8000,\\\"OfferedFareAgent\\\":8000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6147\\\",\\\"ApiResultIndex\\\":\\\"432_6147\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"8\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":8000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0Q8\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":\\\"7\\\",\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0PM\\\",\\\"bookingId\\\":\\\"4F406A5FE6294A229370BB75DF19A32B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906542943\",\"leadEmail\":\"jehlumtravels786@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"114\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"FARJAMUND\",\"passenger-lastname-1\":\"SIDIQI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"114\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"KAFIL\",\"passenger-lastname-2\":\"SIDIQI\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13215\",\"Salutation\":\"3\",\"EmailId\":\"jehlumtravels786@gmail.com\",\"FirstName\":\"FARJAMUND\",\"LastName\":\"SIDIQI\",\"CountryCode\":\"91\",\"MobileNo\":\"9906542943\"},\"_sessiondata\":{\"EmailId\":\"jehlumtravels786@gmail.com\",\"UserSysId\":\"14679\",\"CustomerSysId\":\"208315\",\"AgencySysId\":\"13215\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Mohammad\",\"LastName\":\"Mudasir\",\"Password_cu\":\"\",\"AgencyName\":\"Jehlum Travels\",\"AgencyCode\":\"11116\",\"ContactNo1\":\"9906542943\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"73C8F989-3750-4C56-A1A2-3D1463AB832F\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"FARJAMUND\",\"lN\":\"SIDIQI\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}},{\"pnrDetails\":{\"SXR-DEL\":\"PJGSFR\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"KAFIL\",\"lN\":\"SIDIQI\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"4F406A5FE6294A229370BB75DF19A32B\"],\"status\":\"SUCCESS\"}}}','2022-07-02 22:47:39'),(1668,'72b82-38d9a-638fa-6fade','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"72b82-38d9a-638fa-6fade\",\"apiTraceId\":\"432_6162\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-30\",\"LocalFromTime\":\"2022-07-30 08:45\",\"FromUTCTime\":\"2022-07-30 08:45\",\"LocalToTime\":\"2022-07-30 10:15:00\",\"ToUTCTime\":\"2022-07-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-72b82-38d9a-638fa-6fade\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6162\",\"ApiResultIndex\":\"432_6162\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"10\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/07\\/2022\",\"FromDateSort\":1659119400,\"DepartureDateTxt\":\"Sat, 30 Jul\",\"ArrivalDateTxt\":\"Sat, 30 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"432_6162\",\"SearchTraceId\":\"72b82-38d9a-638fa-6fade\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"30\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"30\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"72b82-38d9a-638fa-6fade\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"30 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-03 12:13:45\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-03 12:19:28'),(1669,'86','{\"_sessiondata\":{\"EmailId\":\"airlinestours@gmail.com\",\"UserSysId\":\"15241\",\"CustomerSysId\":\"212847\",\"AgencySysId\":\"13742\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Jitender\",\"LastName\":\"Ahuja\",\"Password_cu\":\"\",\"AgencyName\":\"Airlines Tours\",\"AgencyCode\":\"38006\",\"ContactNo1\":\"9818301205\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4BF4ECC7-E292-4079-B396-DB35E4B290C0\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3800\",\"RefrenceNo\":\"11111\",\"CreditDate\":\"03\\/07\\/2022\",\"Remark\":\"del bom\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-03 13:45:15'),(1675,'060e5-a0fb5-4a0e4-276b1','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"060e5-a0fb5-4a0e4-276b1\",\"apiTraceId\":\"430_6052\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-07\",\"LocalFromTime\":\"2022-07-07 16:00\",\"FromUTCTime\":\"2022-07-07 16:00\",\"LocalToTime\":\"2022-07-07 18:20:00\",\"ToUTCTime\":\"2022-07-07 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-060e5-a0fb5-4a0e4-276b1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6052\",\"ApiResultIndex\":\"430_6052\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-07T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-07T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"07\\/07\\/2022\",\"FromDateSort\":1657132200,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"A86A46AECCB649658145B63A3CA43E37\"}],\"flight_booking_id_Arr\":[\"221\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13742\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"airlinestours@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9818301205\",\"FirstName\":\"Nitin\",\"LastName\":\"Ahuja\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13742\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 13:54:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"116\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"116\",\"CustomerMemSysId\":[\"116\"],\"flight_booking_customer\":[[\"309\"]],\"SearchTraceId\":\"060e5-a0fb5-4a0e4-276b1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\"],\"departure_datesf\":[\"07\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-07\",\"strDepatureDate\":[\"07\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"060e5-a0fb5-4a0e4-276b1\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-03 13:48:10\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"060e5-a0fb5-4a0e4-276b1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-07\\\",\\\"strDepatureDate\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"060e5-a0fb5-4a0e4-276b1\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-03 13:48:10\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"060e5-a0fb5-4a0e4-276b1\\\",\\\"apiTraceId\\\":\\\"430_6052\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-07\\\",\\\"LocalFromTime\\\":\\\"2022-07-07 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-07 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-07 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-07 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"430-060e5-a0fb5-4a0e4-276b1\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6052\\\",\\\"ApiResultIndex\\\":\\\"430_6052\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-07T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-07T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657132200,\\\"DepartureDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"A86A46AECCB649658145B63A3CA43E37\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9818301205\",\"leadEmail\":\"airlinestours@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Nitin\",\"passenger-lastname-1\":\"Ahuja\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13742\",\"Salutation\":\"1\",\"EmailId\":\"airlinestours@gmail.com\",\"FirstName\":\"Nitin\",\"LastName\":\"Ahuja\",\"CountryCode\":\"91\",\"MobileNo\":\"9818301205\"},\"_sessiondata\":{\"EmailId\":\"airlinestours@gmail.com\",\"UserSysId\":\"15241\",\"CustomerSysId\":\"212847\",\"AgencySysId\":\"13742\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Jitender\",\"LastName\":\"Ahuja\",\"Password_cu\":\"\",\"AgencyName\":\"Airlines Tours\",\"AgencyCode\":\"38006\",\"ContactNo1\":\"9818301205\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4BF4ECC7-E292-4079-B396-DB35E4B290C0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Nitin\",\"lN\":\"Ahuja\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A86A46AECCB649658145B63A3CA43E37\"],\"status\":\"SUCCESS\"}}}','2022-07-03 13:55:51'),(1681,'818c4-a756b-816ea-7750b','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"818c4-a756b-816ea-7750b\",\"apiTraceId\":\"432_6136\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-04\",\"LocalFromTime\":\"2022-07-04 08:45\",\"FromUTCTime\":\"2022-07-04 08:45\",\"LocalToTime\":\"2022-07-04 10:15:00\",\"ToUTCTime\":\"2022-07-04 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":12000,\"PublishedFareTxt\":\"12,000\",\"ApiResultIndex\":\"432-818c4-a756b-816ea-7750b\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11400,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12000,\"PublishedFare\":12000,\"PublishedFareAgent\":12000,\"OfferedFareAgent\":12000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6136\",\"ApiResultIndex\":\"432_6136\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":12000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":11400,\"BaseFare\":11400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"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\":12000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-04T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-04T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"04\\/07\\/2022\",\"FromDateSort\":1656873000,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"F5PF6L\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A4C2B569D6E6431C8FC54CD105CCF6B3\"}],\"flight_booking_id_Arr\":[\"222\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006838123\",\"FirstName\":\"ABDUL MAJEED\",\"LastName\":\"MALIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 16:55:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"117\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"117\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7006838123\",\"FirstName\":\" NAGEENA\",\"LastName\":\"BANO\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 16:55:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"155\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"117\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006838123\",\"FirstName\":\"ABDUL HAMID\",\"LastName\":\"KHANDAY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 16:55:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"156\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"117\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7006838123\",\"FirstName\":\" NAGEENA\",\"LastName\":\"BANO\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 16:55:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"818c4-a756b-816ea-7750b\",\"modified\":\"2022-07-03 16:55:20\",\"created\":\"2022-07-03 16:55:20\",\"CustomerMemberSysId\":\"155\"},{\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"117\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006838123\",\"FirstName\":\"ABDUL HAMID\",\"LastName\":\"KHANDAY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13286\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 16:55:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"818c4-a756b-816ea-7750b\",\"modified\":\"2022-07-03 16:55:20\",\"created\":\"2022-07-03 16:55:20\",\"CustomerMemberSysId\":\"156\"}],\"CustomerSysId\":\"117\",\"CustomerMemSysId\":[\"117\",\"155\",\"156\"],\"flight_booking_customer\":[[\"310\",\"311\",\"312\"]],\"SearchTraceId\":\"818c4-a756b-816ea-7750b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"04\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"04\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"818c4-a756b-816ea-7750b\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"04 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-03 16:44:05\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"818c4-a756b-816ea-7750b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"818c4-a756b-816ea-7750b\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"04 Jul Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-03 16:44:05\\\",\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"818c4-a756b-816ea-7750b\\\",\\\"apiTraceId\\\":\\\"432_6136\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-04\\\",\\\"LocalFromTime\\\":\\\"2022-07-04 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-04 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-04 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-04 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":12000,\\\"PublishedFareTxt\\\":\\\"12,000\\\",\\\"ApiResultIndex\\\":\\\"432-818c4-a756b-816ea-7750b\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11400,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12000,\\\"PublishedFare\\\":12000,\\\"PublishedFareAgent\\\":12000,\\\"OfferedFareAgent\\\":12000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6136\\\",\\\"ApiResultIndex\\\":\\\"432_6136\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":12000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":11400,\\\"BaseFare\\\":11400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"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\\\":12000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-04T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-04T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"04\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1656873000,\\\"DepartureDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 04 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"F5PF6L\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"A4C2B569D6E6431C8FC54CD105CCF6B3\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006838123\",\"leadEmail\":\"Skyhightoursandtravelz@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ABDUL MAJEED\",\"passenger-lastname-1\":\"MALIK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Pampore\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34440\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\" NAGEENA\",\"passenger-lastname-2\":\"BANO\",\"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\":\"ABDUL HAMID\",\"passenger-lastname-3\":\"KHANDAY\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13286\",\"Salutation\":\"1\",\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"FirstName\":\"ABDUL MAJEED\",\"LastName\":\"MALIK\",\"CountryCode\":\"91\",\"MobileNo\":\"7006838123\"},\"_sessiondata\":{\"EmailId\":\"Skyhightoursandtravelz@gmail.com\",\"UserSysId\":\"14751\",\"CustomerSysId\":\"208679\",\"AgencySysId\":\"13286\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHABIR\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"SKY HIGH TOURS AND TRAVELS\",\"AgencyCode\":\"11187\",\"ContactNo1\":\"9018603134\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4310D266-5929-4237-A321-694DE9B3FFFB\",\"Address\":\"\",\"PinCode\":\"0\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABDUL MAJEED\",\"lN\":\"MALIK\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\" NAGEENA\",\"lN\":\"BANO\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABDUL HAMID\",\"lN\":\"KHANDAY\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"A4C2B569D6E6431C8FC54CD105CCF6B3\"],\"status\":\"SUCCESS\"}}}','2022-07-03 16:55:54'),(1689,'9aa00-21d68-1d611-cf02c','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9aa00-21d68-1d611-cf02c\",\"apiTraceId\":\"430_6051\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-06\",\"LocalFromTime\":\"2022-07-06 16:00\",\"FromUTCTime\":\"2022-07-06 16:00\",\"LocalToTime\":\"2022-07-06 18:20:00\",\"ToUTCTime\":\"2022-07-06 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"430-9aa00-21d68-1d611-cf02c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6051\",\"ApiResultIndex\":\"430_6051\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":200,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-06T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-06T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"06\\/07\\/2022\",\"FromDateSort\":1657045800,\"DepartureDateTxt\":\"Wed, 06 Jul\",\"ArrivalDateTxt\":\"Wed, 06 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"NDIRYW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"010\",\"bookingId\":\"6FACED1182704BDA9920DD86ACC23CE2\"}],\"flight_booking_id_Arr\":[\"224\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13742\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"116\",\"EmailId\":\"airlinestours@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9818301205\",\"FirstName\":\"Nitin\",\"LastName\":\"ahuja\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13742\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 19:18:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"158\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13742\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"116\",\"EmailId\":\"airlinestours@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9818301205\",\"FirstName\":\"Nitin\",\"LastName\":\"ahuja\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13742\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-03 19:18:50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9aa00-21d68-1d611-cf02c\",\"modified\":\"2022-07-03 19:18:50\",\"created\":\"2022-07-03 19:18:50\",\"CustomerMemberSysId\":\"158\"}],\"CustomerSysId\":\"116\",\"CustomerMemSysId\":[\"158\"],\"flight_booking_customer\":[[\"314\"]],\"SearchTraceId\":\"9aa00-21d68-1d611-cf02c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"06\\/07\\/2022\"],\"departure_datesf\":[\"06\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-06\",\"strDepatureDate\":[\"06\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"9aa00-21d68-1d611-cf02c\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-03 19:17:23\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9aa00-21d68-1d611-cf02c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-06\\\",\\\"strDepatureDate\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"9aa00-21d68-1d611-cf02c\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"06\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-03 19:17:23\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"9aa00-21d68-1d611-cf02c\\\",\\\"apiTraceId\\\":\\\"430_6051\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-06\\\",\\\"LocalFromTime\\\":\\\"2022-07-06 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-06 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-06 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-06 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"430-9aa00-21d68-1d611-cf02c\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6051\\\",\\\"ApiResultIndex\\\":\\\"430_6051\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":200,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-06T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-06T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"06\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657045800,\\\"DepartureDateTxt\\\":\\\"Wed, 06 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 06 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"010\\\",\\\"bookingId\\\":\\\"6FACED1182704BDA9920DD86ACC23CE2\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9818301205\",\"leadEmail\":\"airlinestours@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"116\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Nitin\",\"passenger-lastname-1\":\"ahuja\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"New Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34867\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"airlinestours@gmail.com\",\"UserSysId\":\"15241\",\"CustomerSysId\":\"212847\",\"AgencySysId\":\"13742\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Jitender\",\"LastName\":\"Ahuja\",\"Password_cu\":\"\",\"AgencyName\":\"Airlines Tours\",\"AgencyCode\":\"38006\",\"ContactNo1\":\"9818301205\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4BF4ECC7-E292-4079-B396-DB35E4B290C0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"NDIRYW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Nitin\",\"lN\":\"ahuja\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"6FACED1182704BDA9920DD86ACC23CE2\"],\"status\":\"SUCCESS\"}}}','2022-07-03 19:19:15'),(1690,'87','{\"_sessiondata\":{\"EmailId\":\"airlinestours@gmail.com\",\"UserSysId\":\"15241\",\"CustomerSysId\":\"212847\",\"AgencySysId\":\"13742\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Jitender\",\"LastName\":\"Ahuja\",\"Password_cu\":\"\",\"AgencyName\":\"Airlines Tours\",\"AgencyCode\":\"38006\",\"ContactNo1\":\"9818301205\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"4BF4ECC7-E292-4079-B396-DB35E4B290C0\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3000\",\"RefrenceNo\":\"HFYHH\",\"CreditDate\":\"03\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-03 19:51:13'),(1691,'63fca-366ae-e6bb4-2b67e','{\"module\":\"hotels\",\"controller\":\"search\",\"action\":\"request-search\",\"selectDestination\":\"DELHI (INDIA)\",\"check_in\":\"04\\/07\\/2022\",\"check_out\":\"05\\/07\\/2022\",\"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\":\"04\\/07\\/2022\",\"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\":\"2022-07-04\",\"checkoutDate\":\"2022-07-05\",\"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\":\"2022-07-04\",\"strCheckout\":\"2022-07-05\",\"SearchHotelTraceId\":\"63fca-366ae-e6bb4-2b67e\",\"interNationalSearch\":false,\"searchIds\":\"hsid2546601782\"}','2022-07-03 19:51:51'),(1692,'6fb45-8781a-012c4-7ffa0','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-8002\",\"SegFlightNumberArr\":\"G8-8002\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6fb45-8781a-012c4-7ffa0\",\"apiTraceId\":\"1-7487793214_9SXRDELG88002_56240998238403\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"11:40\",\"TravelDate\":\"2022-07-04T10:00\",\"LocalFromTime\":\"2022-07-04 10:00\",\"FromUTCTime\":\"2022-07-04T10:00\",\"LocalToTime\":\"2022-07-04 11:40\",\"ToUTCTime\":\"2022-07-04T11:40\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 04 Jul\",\"ArrivalDateTxt\":\"Mon, 04 Jul\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4341.85,\"PublishedFareTxt\":\"4,342\",\"ApiResultIndex\":\"1-7487793214_9SXRDELG88002_56240998238403\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3196,\"Tax\":952.7,\"YQTax\":0,\"OtherCharges\":935,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4148.7,\"PublishedFare\":4341.85,\"PublishedFareAgent\":4341.85,\"OfferedFareAgent\":4341.85,\"OfferedFare\":4094.05,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-7487793214_9SXRDELG88002_56240998238403\",\"ApiResultIndex\":\"1-7487793214_9SXRDELG88002_56240998238403\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":7,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":54.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4341.85,\"CostToAgent\":4341.85,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":952.7,\"TotalBaseFare\":4148.7,\"BaseFareCal\":4131.85,\"BaseFare\":3196,\"CommissionEarned\":54.65,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":935,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":54.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4341.85,\"CostToAgent\":4341.85,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":54.65,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4341.85,\"CostToCustomer\":4341.85,\"BaseFareCal\":4131.85,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4131.85,\"intOfferedFare\":4094.05,\"intPublishFare\":4148.7,\"TripjackMarkup\":0,\"TripjackCommission\":54.65,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":54.65,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4341.85,\"CostToAgent\":4341.85,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"$$hashKey\":\"03D\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-04T11:40\",\"SegFlightNumber\":\"G8-8002\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-04T10:00\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"11:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02G\"}],\"apiTraceId\":\"1-7487793214_9SXRDELG88002_56240998238403\",\"SearchTraceId\":\"6fb45-8781a-012c4-7ffa0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"04\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-04\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6fb45-8781a-012c4-7ffa0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"04 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-03 23:00:52\",\"IsChangeSearch\":1}}','2022-07-03 23:22:45'),(1698,'bd94c-d3c1a-0e185-320d1','{\"FlightBookingData\":[{\"bookingId\":\"DMC100837200355\",\"bookingId_TJ\":\"TJ100837200355\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"bd94c-d3c1a-0e185-320d1\",\"apiTraceId\":\"11-3811873070_2SXRIXCG8199_15907928067530\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2022-07-07T15:45\",\"LocalFromTime\":\"2022-07-07 15:45\",\"FromUTCTime\":\"2022-07-07T15:45\",\"LocalToTime\":\"2022-07-07 17:00\",\"ToUTCTime\":\"2022-07-07T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FlightDuration\":\"01h 15m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,022\",\"ApiResultIndex\":\"11-3811873070_2SXRIXCG8199_15907928067530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3667.7,\"PublishedFare\":4021.7,\"PublishedFareAgent\":4021.7,\"OfferedFareAgent\":4021.7,\"OfferedFare\":3667.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3811873070_0SXRIXCG8199_24221794895706\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":10,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4021.7,\"CostToAgent\":4021.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3667.7,\"BaseFareCal\":3721.7,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4021.7,\"CostToAgent\":4021.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4021.7,\"CostToCustomer\":4021.7,\"BaseFareCal\":3721.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3721.7,\"intOfferedFare\":3667.7,\"intPublishFare\":3667.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4021.7,\"CostToAgent\":4021.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"298\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-07T17:00\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-07T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3811873070_2SXRIXCG8199_15907928067530\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"225\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13135\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"Aldaietravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006163565\",\"FirstName\":\"Mukul\",\"LastName\":\"Chankaya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13135\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-04 12:58:10\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"118\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"118\",\"CustomerMemSysId\":[\"118\"],\"flight_booking_customer\":[[\"315\"]],\"SearchTraceId\":\"bd94c-d3c1a-0e185-320d1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"07\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"bd94c-d3c1a-0e185-320d1\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-04 12:54:51\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"bd94c-d3c1a-0e185-320d1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXC\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chandigarh Arpt (IXC)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-07\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[5765],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"bd94c-d3c1a-0e185-320d1\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXC\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"IXC\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"07 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-04 12:54:51\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100837200355\\\",\\\"bookingId_TJ\\\":\\\"TJ100837200355\\\",\\\"FlightNumber\\\":\\\"G8-199\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"bd94c-d3c1a-0e185-320d1\\\",\\\"apiTraceId\\\":\\\"11-3811873070_2SXRIXCG8199_15907928067530\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"15:45\\\",\\\"ArrivalTime\\\":\\\"17:00\\\",\\\"TravelDate\\\":\\\"2022-07-07T15:45\\\",\\\"LocalFromTime\\\":\\\"2022-07-07 15:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-07T15:45\\\",\\\"LocalToTime\\\":\\\"2022-07-07 17:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-07T17:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":75,\\\"DepartureDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 07 Jul\\\",\\\"FlightDuration\\\":\\\"01h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"5765\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXC\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":10,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,022\\\",\\\"ApiResultIndex\\\":\\\"11-3811873070_2SXRIXCG8199_15907928067530\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3400,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3667.7,\\\"PublishedFare\\\":4021.7,\\\"PublishedFareAgent\\\":4021.7,\\\"OfferedFareAgent\\\":4021.7,\\\"OfferedFare\\\":3667.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3811873070_0SXRIXCG8199_24221794895706\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":10,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4021.7,\\\"CostToAgent\\\":4021.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":3667.7,\\\"BaseFareCal\\\":3721.7,\\\"BaseFare\\\":3400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4021.7,\\\"CostToAgent\\\":4021.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4021.7,\\\"CostToCustomer\\\":4021.7,\\\"BaseFareCal\\\":3721.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3721.7,\\\"intOfferedFare\\\":3667.7,\\\"intPublishFare\\\":3667.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4021.7,\\\"CostToAgent\\\":4021.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"298\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chandigarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXC\\\",\\\"destinationArrTime\\\":\\\"2022-07-07T17:00\\\",\\\"SegFlightNumber\\\":\\\"G8-199\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-07T15:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":75,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":10,\\\"strDepartureDtTime\\\":\\\"15:45\\\",\\\"strArrivalDtTime\\\":\\\"17:00\\\",\\\"FlightDuration\\\":\\\"1h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-3811873070_2SXRIXCG8199_15907928067530\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-IXC\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-06 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"IXC\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"5765\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006163565\",\"leadEmail\":\"Aldaietravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Mukul\",\"passenger-lastname-1\":\"Chankaya\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13135\",\"Salutation\":\"1\",\"EmailId\":\"Aldaietravels@gmail.com\",\"FirstName\":\"Mukul\",\"LastName\":\"Chankaya\",\"CountryCode\":\"91\",\"MobileNo\":\"7006163565\"},\"_sessiondata\":{\"EmailId\":\"Aldaietravels@gmail.com\",\"UserSysId\":\"14600\",\"CustomerSysId\":\"207877\",\"AgencySysId\":\"13135\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"DANISH\",\"LastName\":\"NABI\",\"Password_cu\":\"\",\"AgencyName\":\"AL DAIE TOUR AND TRAVELS\",\"AgencyCode\":\"11138\",\"ContactNo1\":\"7006163565\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FD59737A-9A44-4A1F-8A55-5395EC011515\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"bd94c-d3c1a-0e185-320d1\",\"FlightBookingData\":[{\"bookingId\":\"DMC100837200355\",\"bookingId_TJ\":\"TJ100837200355\",\"FlightNumber\":\"G8-199\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"bd94c-d3c1a-0e185-320d1\",\"apiTraceId\":\"11-3811873070_2SXRIXCG8199_15907928067530\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:00\",\"TravelDate\":\"2022-07-07T15:45\",\"LocalFromTime\":\"2022-07-07 15:45\",\"FromUTCTime\":\"2022-07-07T15:45\",\"LocalToTime\":\"2022-07-07 17:00\",\"ToUTCTime\":\"2022-07-07T17:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Thu, 07 Jul\",\"ArrivalDateTxt\":\"Thu, 07 Jul\",\"FlightDuration\":\"01h 15m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":10,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,022\",\"ApiResultIndex\":\"11-3811873070_2SXRIXCG8199_15907928067530\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3667.7,\"PublishedFare\":4021.7,\"PublishedFareAgent\":4021.7,\"OfferedFareAgent\":4021.7,\"OfferedFare\":3667.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3811873070_0SXRIXCG8199_24221794895706\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":10,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4021.7,\"CostToAgent\":4021.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3667.7,\"BaseFareCal\":3721.7,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4021.7,\"CostToAgent\":4021.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4021.7,\"CostToCustomer\":4021.7,\"BaseFareCal\":3721.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3721.7,\"intOfferedFare\":3667.7,\"intPublishFare\":3667.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4021.7,\"CostToAgent\":4021.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"298\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-07T17:00\",\"SegFlightNumber\":\"G8-199\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-07T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":10,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3811873070_2SXRIXCG8199_15907928067530\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":null}','2022-07-04 12:59:50'),(1700,'165fe-4bd2b-1b8c2-56b18','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"165fe-4bd2b-1b8c2-56b18\",\"apiTraceId\":\"433_6181\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 11:35\",\"FromUTCTime\":\"2022-07-08 11:35\",\"LocalToTime\":\"2022-07-08 13:20:00\",\"ToUTCTime\":\"2022-07-08 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3700,\"PublishedFareTxt\":\"3,700\",\"ApiResultIndex\":\"433-165fe-4bd2b-1b8c2-56b18\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3700,\"PublishedFare\":3700,\"PublishedFareAgent\":3700,\"OfferedFareAgent\":3700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6181\",\"ApiResultIndex\":\"433_6181\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3200,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\"}],\"apiTraceId\":\"433_6181\",\"SearchTraceId\":\"165fe-4bd2b-1b8c2-56b18\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"08\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"08\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"165fe-4bd2b-1b8c2-56b18\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-04 13:30:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-04 13:37:41'),(1706,'b8c8f-c2ff4-270a5-bdf38','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"b8c8f-c2ff4-270a5-bdf38\",\"apiTraceId\":\"433_6181\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 11:35\",\"FromUTCTime\":\"2022-07-08 11:35\",\"LocalToTime\":\"2022-07-08 13:20:00\",\"ToUTCTime\":\"2022-07-08 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3700,\"PublishedFareTxt\":\"3,700\",\"ApiResultIndex\":\"433-b8c8f-c2ff4-270a5-bdf38\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3700,\"PublishedFare\":3700,\"PublishedFareAgent\":3700,\"OfferedFareAgent\":3700,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6181\",\"ApiResultIndex\":\"433_6181\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3200,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3700,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"038\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"JEVNSQ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02J\",\"bookingId\":\"3526B1D680EA4BC58CC369313B5BCBD9\"}],\"flight_booking_id_Arr\":[\"226\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906465201\",\"FirstName\":\"DINESH R\",\"LastName\":\"DINESH R\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-04 13:46:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"159\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"90\",\"EmailId\":\"Skylinetravel777@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906465201\",\"FirstName\":\"DINESH R\",\"LastName\":\"DINESH R\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13214\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-04 13:46:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"b8c8f-c2ff4-270a5-bdf38\",\"modified\":\"2022-07-04 13:46:31\",\"created\":\"2022-07-04 13:46:31\",\"CustomerMemberSysId\":\"159\"}],\"CustomerSysId\":\"90\",\"CustomerMemSysId\":[\"159\"],\"flight_booking_customer\":[[\"316\"]],\"SearchTraceId\":\"b8c8f-c2ff4-270a5-bdf38\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"08\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"08\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b8c8f-c2ff4-270a5-bdf38\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-04 13:44:33\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b8c8f-c2ff4-270a5-bdf38\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b8c8f-c2ff4-270a5-bdf38\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"08 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-04 13:44:33\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"b8c8f-c2ff4-270a5-bdf38\\\",\\\"apiTraceId\\\":\\\"433_6181\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-07-08\\\",\\\"LocalFromTime\\\":\\\"2022-07-08 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-08 11:35\\\",\\\"LocalToTime\\\":\\\"2022-07-08 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-08 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3700,\\\"PublishedFareTxt\\\":\\\"3,700\\\",\\\"ApiResultIndex\\\":\\\"433-b8c8f-c2ff4-270a5-bdf38\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3200,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3700,\\\"PublishedFare\\\":3700,\\\"PublishedFareAgent\\\":3700,\\\"OfferedFareAgent\\\":3700,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6181\\\",\\\"ApiResultIndex\\\":\\\"433_6181\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3700,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3200,\\\"BaseFare\\\":3200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3700,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"038\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-08T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-08T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"08\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657218600,\\\"DepartureDateTxt\\\":\\\"Fri, 08 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 08 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02J\\\",\\\"bookingId\\\":\\\"3526B1D680EA4BC58CC369313B5BCBD9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906465201\",\"leadEmail\":\"Skylinetravel777@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"DINESH R\",\"passenger-lastname-1\":\"DINESH R\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"Skylinetravel777@gmail.com\",\"UserSysId\":\"14678\",\"CustomerSysId\":\"208313\",\"AgencySysId\":\"13214\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SOLIHA\",\"LastName\":\"MEER\",\"Password_cu\":\"\",\"AgencyName\":\"Skyline travels\",\"AgencyCode\":\"11115\",\"ContactNo1\":\"9906465201\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"3C8D6D47-3D4D-41BF-99D0-79B9120A7DA0\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"JEVNSQ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"DINESH R\",\"lN\":\"DINESH R\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"SXR-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"3526B1D680EA4BC58CC369313B5BCBD9\"],\"status\":\"SUCCESS\"}}}','2022-07-04 13:47:09'),(1707,'34208-93441-bec09-90ac6','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6003\",\"keyIndex\":5,\"SegFlightNumberArr\":\"6E-6003\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9936584771_3IXLDEL6E6003_899564401582438\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:05\",\"ArrivalTime\":\"13:40\",\"TravelDate\":\"2022-08-21T12:05\",\"LocalFromTime\":\"2022-08-21 12:05\",\"FromUTCTime\":\"2022-08-21T12:05\",\"LocalToTime\":\"2022-08-21 13:40\",\"ToUTCTime\":\"2022-08-21T13:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sun, 21 Aug\",\"ArrivalDateTxt\":\"Sun, 21 Aug\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXL\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":5,\"CurrencyType\":null,\"PublishedFare\":13637,\"PublishedFareTxt\":\"13,637\",\"ApiResultIndex\":\"5-9936584771_3IXLDEL6E6003_899564401582438\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"34208-93441-bec09-90ac6\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":11000,\"Tax\":2518.5,\"YQTax\":0,\"OtherCharges\":1430,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":1000,\"intPublishedFare\":13518.5,\"PublishedFare\":13637,\"PublishedFarePerPax\":2728,\"OfferedFare\":12518.5,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9936584771_3IXLDEL6E6003_899564401582438\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":170.54,\"apiMarkup\":847.46,\"IntCommission\":0,\"apiTaxOnMarkup\":152.54,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":\"5\",\"TaxIN\":2518.5,\"BaseFareCal\":12689.04,\"BaseFare\":11000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":75,\"YQ\":0,\"AGST\":0,\"MFT\":13.5,\"OT\":1430,\"MU\":1000,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":170.54,\"apiMarkup\":847.46,\"IntCommission\":0,\"apiTaxOnMarkup\":152.54,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":847.46,\"apiTaxOnMarkup\":152.54,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":170.54,\"PublishFare\":13636.5,\"CostToCustomer\":13636.5,\"BaseFareCal\":12689.04,\"intCommisionEarnedForAgency\":947.46,\"CostToCompany\":12689.04,\"intOfferedFare\":12518.5,\"intPublishFare\":13518.5,\"TripjackMarkup\":1000,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"02I\"},\"Segments\":[{\"originAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Leh IN\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-21T13:40\",\"SegFlightNumber\":\"6E-6003\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"IXL\",\"originDepTime\":\"2022-08-21T12:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:05\",\"strArrivalDtTime\":\"13:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-07-04 20:01:42'),(1709,'61746-11efe-8a0db-d610f','{\"FlightBookingData\":[{\"bookingId\":\"DMC100837244767\",\"bookingId_TJ\":\"TJ100837244767\",\"FlightNumber\":\"G8-2403\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"61746-11efe-8a0db-d610f\",\"apiTraceId\":\"1-0381634788_0ATQSXRG82403_60156875291321\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"09:35\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2022-07-09T09:35\",\"LocalFromTime\":\"2022-07-09 09:35\",\"FromUTCTime\":\"2022-07-09T09:35\",\"LocalToTime\":\"2022-07-09 10:30\",\"ToUTCTime\":\"2022-07-09T10:30\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"974\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"ATQ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,871\",\"ApiResultIndex\":\"1-0381634788_0ATQSXRG82403_60156875291321\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3582,\"Tax\":1102.7,\"YQTax\":0,\"OtherCharges\":993,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":92,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4684.7,\"PublishedFare\":4871.24,\"PublishedFareAgent\":4871.24,\"OfferedFareAgent\":4871.24,\"OfferedFare\":4623.44,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0381634788_0ATQSXRG82403_128581888300056\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":6,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":61.26,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4871.24,\"CostToAgent\":4871.24,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1102.7,\"TotalBaseFare\":4684.7,\"BaseFareCal\":4661.24,\"BaseFare\":3582,\"CommissionEarned\":61.26,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":92,\"MFT\":2.7,\"OT\":993,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":61.26,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4871.24,\"CostToAgent\":4871.24,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":61.26,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4871.24,\"CostToCustomer\":4871.24,\"BaseFareCal\":4661.24,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4661.24,\"intOfferedFare\":4623.44,\"intPublishFare\":4684.7,\"TripjackMarkup\":0,\"TripjackCommission\":61.26,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":61.26,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4871.24,\"CostToAgent\":4871.24,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"189\",\"originAirportName\":\"Raja Sansi Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Amritsar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-09T10:30\",\"SegFlightNumber\":\"G8-2403\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"ATQ\",\"originDepTime\":\"2022-07-09T09:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"09:35\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"PMNV\",\"Price\":400,\"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-0381634788_0ATQSXRG82403_60156875291321\",\"FareRuleData\":{\"fareRule\":{\"ATQ-SXR\":{\"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,\"ARF\":3000,\"ARFT\":150,\"CRFT\":9}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ATQ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"974\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-0381634788_0ATQSXRG82403_60156875291321\",\"SearchTraceId\":\"61746-11efe-8a0db-d610f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Amritsar (ATQ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"ATQ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ)\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Raja Sansi Arpt (ATQ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Amritsar (ATQ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[974],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"61746-11efe-8a0db-d610f\",\"sourceCityAirportCode\":[\"ATQ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"ATQ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Amritsar, IN - Raja Sansi Arpt (ATQ)\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-04 22:54:07\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"189\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-07-04 22:54:39'),(1711,'61177-f7166-df81c-53a8c','{\"FlightBookingData\":[{\"bookingId\":\"DMC108537264048\",\"bookingId_TJ\":\"TJ108537264048\",\"FlightNumber\":\"G8-913\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"61177-f7166-df81c-53a8c\",\"apiTraceId\":\"11-5839198796_1SXRIXCG8913_16227502248337\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"09:45\",\"ArrivalTime\":\"11:05\",\"TravelDate\":\"2022-07-09T09:45\",\"LocalFromTime\":\"2022-07-09 09:45\",\"FromUTCTime\":\"2022-07-09T09:45\",\"LocalToTime\":\"2022-07-09 11:05\",\"ToUTCTime\":\"2022-07-09T11:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,572\",\"ApiResultIndex\":\"11-5839198796_1SXRIXCG8913_16227502248337\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3950,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4217.7,\"PublishedFare\":4571.7,\"PublishedFareAgent\":4571.7,\"OfferedFareAgent\":4571.7,\"OfferedFare\":4217.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5839198796_0SXRIXCG8913_21662059079595\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4571.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":4217.7,\"BaseFareCal\":4271.7,\"BaseFare\":3950,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4571.7,\"CostToAgent\":4571.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4571.7,\"CostToCustomer\":4571.7,\"BaseFareCal\":4271.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4271.7,\"intOfferedFare\":4217.7,\"intPublishFare\":4217.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4571.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"718\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-09T11:05\",\"SegFlightNumber\":\"G8-913\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-09T09:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"09:45\",\"strArrivalDtTime\":\"11:05\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-5839198796_1SXRIXCG8913_16227502248337\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-5839198796_1SXRIXCG8913_16227502248337\",\"SearchTraceId\":\"61177-f7166-df81c-53a8c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"61177-f7166-df81c-53a8c\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-05 11:47:59\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-05 11:48:40'),(1716,'f79b9-a9ba0-56523-167af','{\"FlightBookingData\":[{\"bookingId\":\"DMC108837276674\",\"bookingId_TJ\":\"TJ108837276674\",\"FlightNumber\":\"G8-6002\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f79b9-a9ba0-56523-167af\",\"apiTraceId\":\"1-1171660951_0IXLDELG86002_30152007795487\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:30\",\"ArrivalTime\":\"10:10\",\"TravelDate\":\"2022-08-21T08:30\",\"LocalFromTime\":\"2022-08-21 08:30\",\"FromUTCTime\":\"2022-08-21T08:30\",\"LocalToTime\":\"2022-08-21 10:10\",\"ToUTCTime\":\"2022-08-21T10:10\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Sun, 21 Aug\",\"ArrivalDateTxt\":\"Sun, 21 Aug\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXL\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":5,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"26,768\",\"ApiResultIndex\":\"1-1171660951_0IXLDELG86002_30152007795487\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":22330,\"Tax\":4323.5,\"YQTax\":0,\"OtherCharges\":3650,\"Discount\":0,\"ServiceFee\":75,\"ManagementFeeTax\":13.5,\"AirlineGSTComponent\":585,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":26653.5,\"PublishedFare\":26768.15,\"PublishedFareAgent\":26768.15,\"OfferedFareAgent\":26768.15,\"OfferedFare\":25529.15,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-1171660951_0IXLDELG86002_18626932849162\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":9,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":189,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1050,\"GSTOnMarkUp\":189,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1124.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26768.15,\"CostToAgent\":26768.15,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"5\",\"TaxIN\":4323.5,\"TotalBaseFare\":26653.5,\"BaseFareCal\":25718.15,\"BaseFare\":22330,\"CommissionEarned\":1124.35,\"TDS\":0,\"MF\":75,\"YQ\":0,\"AGST\":585,\"MFT\":13.5,\"OT\":3650,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":189,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1050,\"GSTOnMarkUp\":189,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1124.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26768.15,\"CostToAgent\":26768.15,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1124.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1050,\"IntTaxOnAgencyFixMarkUp\":189,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":189,\"PublishFare\":26768.15,\"CostToCustomer\":26768.15,\"BaseFareCal\":25718.15,\"intCommisionEarnedForAgency\":1050,\"CostToCompany\":25718.15,\"intOfferedFare\":25529.15,\"intPublishFare\":26653.5,\"TripjackMarkup\":0,\"TripjackCommission\":1124.35,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":1124.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":26768.15,\"CostToAgent\":26768.15,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"IntAdddimarkup\":50,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"485\",\"originAirportName\":\"Leh Kushok Bakula Rimpochee Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Leh IN\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-21T10:10\",\"SegFlightNumber\":\"G8-6002\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"IXL\",\"originDepTime\":\"2022-08-21T08:30\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:30\",\"strArrivalDtTime\":\"10:10\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate 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\":\"1-1171660951_0IXLDELG86002_30152007795487\",\"FareRuleData\":{\"fareRule\":{\"IXL-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRFT\":9,\"ARF\":100,\"CRF\":50,\"ARFT\":5}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"ACF\":100,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-20 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXL\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":5,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"227\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"HAjhsjahs\",\"LastName\":\"AJshkjahskjah\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"119\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"Ajhskajhskah\",\"LastName\":\"Asjhakshaksh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"160\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"uywiueywiyue\",\"LastName\":\"asasahsj\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"161\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"wsdkjshd\",\"LastName\":\"sdhksheh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"162\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"dldh\",\"LastName\":\"sdaksdh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"163\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"Ajhskajhskah\",\"LastName\":\"Asjhakshaksh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"f79b9-a9ba0-56523-167af\",\"modified\":\"2022-07-05 14:12:17\",\"created\":\"2022-07-05 14:12:17\",\"CustomerMemberSysId\":\"160\"},{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"uywiueywiyue\",\"LastName\":\"asasahsj\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"f79b9-a9ba0-56523-167af\",\"modified\":\"2022-07-05 14:12:17\",\"created\":\"2022-07-05 14:12:17\",\"CustomerMemberSysId\":\"161\"},{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"wsdkjshd\",\"LastName\":\"sdhksheh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"f79b9-a9ba0-56523-167af\",\"modified\":\"2022-07-05 14:12:17\",\"created\":\"2022-07-05 14:12:17\",\"CustomerMemberSysId\":\"162\"},{\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"119\",\"EmailId\":\"contact@treksandhikes.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8879418581\",\"FirstName\":\"dldh\",\"LastName\":\"sdaksdh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13282\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-05 14:12:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"f79b9-a9ba0-56523-167af\",\"modified\":\"2022-07-05 14:12:17\",\"created\":\"2022-07-05 14:12:17\",\"CustomerMemberSysId\":\"163\"}],\"CustomerSysId\":\"119\",\"CustomerMemSysId\":[\"119\",\"160\",\"161\",\"162\",\"163\"],\"flight_booking_customer\":[[\"317\",\"318\",\"319\",\"320\",\"321\"]],\"SearchTraceId\":\"f79b9-a9ba0-56523-167af\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Leh IN (IXL)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/08\\/2022\",\"\"],\"source_city\":[\"IXL\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"5\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Leh IN (IXL)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-21\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f79b9-a9ba0-56523-167af\",\"sourceCityAirportCode\":[\"IXL\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"IXL\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Aug Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-05 14:10:07\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":{\"485\":{\"1\":{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"},\"2\":{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"},\"3\":{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"},\"4\":{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"},\"5\":{\"Currency\":\"INR\",\"key\":\"485\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}}},\"selectedSeatSession\":{\"485\":{\"1\":{\"seatNo\":\"4A\",\"seatPosition\":{\"row\":4,\"column\":1},\"isBooked\":false,\"code\":\"4A\",\"amount\":0},\"2\":{\"seatNo\":\"4B\",\"seatPosition\":{\"row\":4,\"column\":2},\"isBooked\":false,\"code\":\"4B\",\"amount\":0},\"3\":{\"seatNo\":\"4C\",\"seatPosition\":{\"row\":4,\"column\":3},\"isBooked\":false,\"isAisle\":true,\"code\":\"4C\",\"amount\":0},\"4\":{\"seatNo\":\"4D\",\"seatPosition\":{\"row\":4,\"column\":5},\"isBooked\":false,\"isAisle\":true,\"code\":\"4D\",\"amount\":0},\"5\":{\"seatNo\":\"4E\",\"seatPosition\":{\"row\":4,\"column\":6},\"isBooked\":false,\"code\":\"4E\",\"amount\":0}}},\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f79b9-a9ba0-56523-167af\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Leh IN (IXL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"IXL\\\"],\\\"ContSysId\\\":[\\\"0\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"5\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Leh IN (IXL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-21\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[0],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f79b9-a9ba0-56523-167af\\\",\\\"sourceCityAirportCode\\\":[\\\"IXL\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"IXL\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Leh IN, IN - Leh Kushok Bakula Rimpochee Arpt (IXL)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Aug Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-05 14:10:07\\\",\\\"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\\\":\\\"DMC108837276674\\\",\\\"bookingId_TJ\\\":\\\"TJ108837276674\\\",\\\"FlightNumber\\\":\\\"G8-6002\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"f79b9-a9ba0-56523-167af\\\",\\\"apiTraceId\\\":\\\"1-1171660951_0IXLDELG86002_30152007795487\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"08:30\\\",\\\"ArrivalTime\\\":\\\"10:10\\\",\\\"TravelDate\\\":\\\"2022-08-21T08:30\\\",\\\"LocalFromTime\\\":\\\"2022-08-21 08:30\\\",\\\"FromUTCTime\\\":\\\"2022-08-21T08:30\\\",\\\"LocalToTime\\\":\\\"2022-08-21 10:10\\\",\\\"ToUTCTime\\\":\\\"2022-08-21T10:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"BC\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":100,\\\"DepartureDateTxt\\\":\\\"Sun, 21 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 21 Aug\\\",\\\"FlightDuration\\\":\\\"02h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"0\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"IXL\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":5,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"26,768\\\",\\\"ApiResultIndex\\\":\\\"1-1171660951_0IXLDELG86002_30152007795487\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":22330,\\\"Tax\\\":4323.5,\\\"YQTax\\\":0,\\\"OtherCharges\\\":3650,\\\"Discount\\\":0,\\\"ServiceFee\\\":75,\\\"ManagementFeeTax\\\":13.5,\\\"AirlineGSTComponent\\\":585,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":26653.5,\\\"PublishedFare\\\":26768.15,\\\"PublishedFareAgent\\\":26768.15,\\\"OfferedFareAgent\\\":26768.15,\\\"OfferedFare\\\":25529.15,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-1171660951_0IXLDELG86002_18626932849162\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"BC\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":189,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1050,\\\"GSTOnMarkUp\\\":189,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":9,\\\"AddiMarkup\\\":50,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":1124.35,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":26768.15,\\\"CostToAgent\\\":26768.15,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"5\\\",\\\"TaxIN\\\":4323.5,\\\"TotalBaseFare\\\":26653.5,\\\"BaseFareCal\\\":25718.15,\\\"BaseFare\\\":22330,\\\"CommissionEarned\\\":1124.35,\\\"TDS\\\":0,\\\"MF\\\":75,\\\"YQ\\\":0,\\\"AGST\\\":585,\\\"MFT\\\":13.5,\\\"OT\\\":3650,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":9,\\\"AddiMarkup\\\":50,\\\"intTotalGST\\\":189,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1050,\\\"GSTOnMarkUp\\\":189,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":1124.35,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":26768.15,\\\"CostToAgent\\\":26768.15,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":1124.35,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":1050,\\\"IntTaxOnAgencyFixMarkUp\\\":189,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":189,\\\"PublishFare\\\":26768.15,\\\"CostToCustomer\\\":26768.15,\\\"BaseFareCal\\\":25718.15,\\\"intCommisionEarnedForAgency\\\":1050,\\\"CostToCompany\\\":25718.15,\\\"intOfferedFare\\\":25529.15,\\\"intPublishFare\\\":26653.5,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":1124.35,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":1124.35,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":26768.15,\\\"CostToAgent\\\":26768.15,\\\"AddiMarkup\\\":50,\\\"AddiTaxOnMarkup\\\":9,\\\"IntAdddimarkup\\\":50,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"485\\\",\\\"originAirportName\\\":\\\"Leh Kushok Bakula Rimpochee Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Leh IN\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-08-21T10:10\\\",\\\"SegFlightNumber\\\":\\\"G8-6002\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"BC\\\",\\\"originAirportCode\\\":\\\"IXL\\\",\\\"originDepTime\\\":\\\"2022-08-21T08:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":100,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"08:30\\\",\\\"strArrivalDtTime\\\":\\\"10:10\\\",\\\"FlightDuration\\\":\\\"1h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate 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\\\":\\\"1-1171660951_0IXLDELG86002_30152007795487\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXL-DEL\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":0,\\\"policyInfo\\\":\\\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":100,\\\"CRF\\\":50,\\\"ARFT\\\":5}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":100,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":100,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":0,\\\"policyInfo\\\":\\\"Complimentary seats, excluding first 3 rows and emergency exit rows\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-20 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXL\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":5,\\\"intSourceCityId\\\":\\\"0\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"{\\\"485\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"},\\\"2\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"},\\\"3\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"},\\\"4\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"},\\\"5\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"485\\\",\\\"Code\\\":\\\"CRPX\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Free Corporate Meal\\\"}}}\",\"selectedSeatSession\":\"{\\\"485\\\":{\\\"1\\\":{\\\"seatNo\\\":\\\"4A\\\",\\\"seatPosition\\\":{\\\"row\\\":4,\\\"column\\\":1},\\\"isBooked\\\":false,\\\"code\\\":\\\"4A\\\",\\\"amount\\\":0},\\\"2\\\":{\\\"seatNo\\\":\\\"4B\\\",\\\"seatPosition\\\":{\\\"row\\\":4,\\\"column\\\":2},\\\"isBooked\\\":false,\\\"code\\\":\\\"4B\\\",\\\"amount\\\":0},\\\"3\\\":{\\\"seatNo\\\":\\\"4C\\\",\\\"seatPosition\\\":{\\\"row\\\":4,\\\"column\\\":3},\\\"isBooked\\\":false,\\\"isAisle\\\":true,\\\"code\\\":\\\"4C\\\",\\\"amount\\\":0},\\\"4\\\":{\\\"seatNo\\\":\\\"4D\\\",\\\"seatPosition\\\":{\\\"row\\\":4,\\\"column\\\":5},\\\"isBooked\\\":false,\\\"isAisle\\\":true,\\\"code\\\":\\\"4D\\\",\\\"amount\\\":0},\\\"5\\\":{\\\"seatNo\\\":\\\"4E\\\",\\\"seatPosition\\\":{\\\"row\\\":4,\\\"column\\\":6},\\\"isBooked\\\":false,\\\"code\\\":\\\"4E\\\",\\\"amount\\\":0}}}\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8879418581\",\"leadEmail\":\"contact@treksandhikes.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"5\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"HAjhsjahs\",\"passenger-lastname-1\":\"AJshkjahskjah\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Mumbai\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"18676\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Ajhskajhskah\",\"passenger-lastname-2\":\"Asjhakshaksh\",\"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\":\"uywiueywiyue\",\"passenger-lastname-3\":\"asasahsj\",\"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\":\"wsdkjshd\",\"passenger-lastname-4\":\"sdhksheh\",\"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\":\"1\",\"passenger-firstname-5\":\"dldh\",\"passenger-lastname-5\":\"sdaksdh\",\"passenger-nationality-5\":\"IN\",\"passenger-PassportNo-5\":\"\",\"passenger-passporIssue-5\":\"__\\/__\\/____\",\"passenger-PassportExpiry-5\":\"__\\/__\\/____\",\"SelectMeals\":[\"0\",\"0\",\"0\",\"0\",\"0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13282\",\"Salutation\":\"1\",\"EmailId\":\"contact@treksandhikes.com\",\"FirstName\":\"HAjhsjahs\",\"LastName\":\"AJshkjahskjah\",\"CountryCode\":\"91\",\"MobileNo\":\"8879418581\"},\"_sessiondata\":{\"EmailId\":\"contact@treksandhikes.com\",\"UserSysId\":\"14747\",\"CustomerSysId\":\"208672\",\"AgencySysId\":\"13282\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Nishant\",\"LastName\":\"Sheth\",\"Password_cu\":\"\",\"AgencyName\":\"Treks And Hikes\",\"AgencyCode\":\"11183\",\"ContactNo1\":\"8879418581\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"2AC06F99-47C7-4B67-95E0-E7E64F45155E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-07-05 14:12:49'),(1718,'a845f-7cb2e-f959c-d414d','{\"FlightBookingData\":[{\"bookingId\":\"DMC105737331589\",\"bookingId_TJ\":\"TJ105737331589\",\"FlightNumber\":\"SG-8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a845f-7cb2e-f959c-d414d\",\"apiTraceId\":\"11-4217025267_1DELBOMSG8709_1432046095671\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:00\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-08T19:00\",\"LocalFromTime\":\"2022-07-08 19:00\",\"FromUTCTime\":\"2022-07-08T19:00\",\"LocalToTime\":\"2022-07-08 21:10\",\"ToUTCTime\":\"2022-07-08T21:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,122\",\"ApiResultIndex\":\"11-4217025267_1DELBOMSG8709_1432046095671\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3767.7,\"PublishedFare\":4121.7,\"PublishedFareAgent\":4121.7,\"OfferedFareAgent\":4121.7,\"OfferedFare\":3767.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4217025267_0DELBOMSG8709_1935876168136\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3767.7,\"BaseFareCal\":3821.7,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4121.7,\"CostToAgent\":4121.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4121.7,\"CostToCustomer\":4121.7,\"BaseFareCal\":3821.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3821.7,\"intOfferedFare\":3767.7,\"intPublishFare\":3767.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4121.7,\"CostToAgent\":4121.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"458\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-08T21:10\",\"SegFlightNumber\":\"SG-8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-08T19:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"19:00\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4217025267_1DELBOMSG8709_1432046095671\",\"FareRuleData\":{\"fareRule\":{\"DEL-BOM\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-4217025267_1DELBOMSG8709_1432046095671\",\"SearchTraceId\":\"a845f-7cb2e-f959c-d414d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"08\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a845f-7cb2e-f959c-d414d\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-06 11:24:26\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-06 11:25:50'),(1724,'0f1e1-e6125-4625d-e5367','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f1e1-e6125-4625d-e5367\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-14\",\"LocalFromTime\":\"2022-07-14 06:35\",\"FromUTCTime\":\"2022-07-14 06:35\",\"LocalToTime\":\"2022-07-14 08:35:00\",\"ToUTCTime\":\"2022-07-14 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-0f1e1-e6125-4625d-e5367\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-14T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-14T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"14\\/07\\/2022\",\"FromDateSort\":1657737000,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SHN63H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2202024BC0D54D96BF18C1E2499A522F\"}],\"flight_booking_id_Arr\":[\"228\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANKUR\",\"LastName\":\"SINGAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-06 11:54:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"120\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"120\",\"CustomerMemSysId\":[\"120\"],\"flight_booking_customer\":[[\"322\"]],\"SearchTraceId\":\"0f1e1-e6125-4625d-e5367\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"14\\/07\\/2022\"],\"departure_datesf\":[\"14\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-14\",\"strDepatureDate\":[\"14\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0f1e1-e6125-4625d-e5367\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-06 11:53: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\":\"0f1e1-e6125-4625d-e5367\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-14\\\",\\\"strDepatureDate\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0f1e1-e6125-4625d-e5367\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-06 11:53:11\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0f1e1-e6125-4625d-e5367\\\",\\\"apiTraceId\\\":\\\"425_5825\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-14\\\",\\\"LocalFromTime\\\":\\\"2022-07-14 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-14 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-14 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-14 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-0f1e1-e6125-4625d-e5367\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5825\\\",\\\"ApiResultIndex\\\":\\\"425_5825\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-14T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-14T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"14\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657737000,\\\"DepartureDateTxt\\\":\\\"Thu, 14 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 14 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"2202024BC0D54D96BF18C1E2499A522F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9832330248\",\"leadEmail\":\"shyamtravelsin@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ANKUR\",\"passenger-lastname-1\":\"SINGAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Siliguri\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25227\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13593\",\"Salutation\":\"1\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"FirstName\":\"ANKUR\",\"LastName\":\"SINGAL\",\"CountryCode\":\"91\",\"MobileNo\":\"9832330248\"},\"_sessiondata\":{\"EmailId\":\"shyamtravelsin@gmail.com\",\"UserSysId\":\"15075\",\"CustomerSysId\":\"211773\",\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BIKKY\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"SHYAMTRAVELS\",\"AgencyCode\":\"61374\",\"ContactNo1\":\"9832330248\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C3DFBEC4-427E-4214-89DD-B104C9CA2AC4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SHN63H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANKUR\",\"lN\":\"SINGAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2202024BC0D54D96BF18C1E2499A522F\"],\"status\":\"SUCCESS\"}}}','2022-07-06 11:54:59'),(1725,'90','{\"_sessiondata\":{\"EmailId\":\"Cadburytravel@gmail.com\",\"UserSysId\":\"14650\",\"CustomerSysId\":\"208100\",\"AgencySysId\":\"13186\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Ehsan ul\",\"LastName\":\"Haq\",\"Password_cu\":\"\",\"AgencyName\":\"CADBURY TOUR and Travels\",\"AgencyCode\":\"122111.2211613512211E108\",\"ContactNo1\":\"7006259289\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"F6024CA6-7459-488F-B94D-8E0B4F9DCD50\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"24000\",\"RefrenceNo\":\"218723583390\",\"CreditDate\":\"06\\/07\\/2022\",\"Remark\":\"Kindly update PAYMENT\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-06 23:24:06'),(1732,'3fe1a-c5f9a-7f7c9-54d48','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3fe1a-c5f9a-7f7c9-54d48\",\"apiTraceId\":\"425_5819\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-08\",\"LocalFromTime\":\"2022-07-08 06:35\",\"FromUTCTime\":\"2022-07-08 06:35\",\"LocalToTime\":\"2022-07-08 08:35:00\",\"ToUTCTime\":\"2022-07-08 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-3fe1a-c5f9a-7f7c9-54d48\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5819\",\"ApiResultIndex\":\"425_5819\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":677.9661016949152,\"ExtraMarkupOnGST\":122.03389830508479}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":677.9661016949152,\"ExtraMarkupOnGST\":122.03389830508479},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-08T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-08T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"08\\/07\\/2022\",\"FromDateSort\":1657218600,\"DepartureDateTxt\":\"Fri, 08 Jul\",\"ArrivalDateTxt\":\"Fri, 08 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"XIGKRX\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"DF619C7E977B445391D37444CA790AA3\"}],\"flight_booking_id_Arr\":[\"229\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"MANISH KUMAR\",\"LastName\":\"GOYAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 11:51:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"164\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"MANISH KUMAR\",\"LastName\":\"GOYAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 11:51:05\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3fe1a-c5f9a-7f7c9-54d48\",\"modified\":\"2022-07-07 11:51:05\",\"created\":\"2022-07-07 11:51:05\",\"CustomerMemberSysId\":\"164\"}],\"CustomerSysId\":\"113\",\"CustomerMemSysId\":[\"164\"],\"flight_booking_customer\":[[\"323\"]],\"SearchTraceId\":\"3fe1a-c5f9a-7f7c9-54d48\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"08\\/07\\/2022\"],\"departure_datesf\":[\"08\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-08\",\"strDepatureDate\":[\"08\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"3fe1a-c5f9a-7f7c9-54d48\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-07 11:45:25\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3fe1a-c5f9a-7f7c9-54d48\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-08\\\",\\\"strDepatureDate\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"3fe1a-c5f9a-7f7c9-54d48\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-07 11:45:25\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3fe1a-c5f9a-7f7c9-54d48\\\",\\\"apiTraceId\\\":\\\"425_5819\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-08\\\",\\\"LocalFromTime\\\":\\\"2022-07-08 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-08 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-08 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-08 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-3fe1a-c5f9a-7f7c9-54d48\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5819\\\",\\\"ApiResultIndex\\\":\\\"425_5819\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-08T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-08T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"08\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657218600,\\\"DepartureDateTxt\\\":\\\"Fri, 08 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 08 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"DF619C7E977B445391D37444CA790AA3\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9051187034\",\"leadEmail\":\"NIKUNJKEDIA707@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MANISH KUMAR\",\"passenger-lastname-1\":\"GOYAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"UserSysId\":\"15130\",\"CustomerSysId\":\"212031\",\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIKUNJ\",\"LastName\":\"KEDIA\",\"Password_cu\":\"\",\"AgencyName\":\"TANISI TRAVELS\",\"AgencyCode\":\"122111.2416124164539E68\",\"ContactNo1\":\"9051187034\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CBA0A25F-FE89-4E0A-B7B6-4B5089D39482\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"XIGKRX\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MANISH KUMAR\",\"lN\":\"GOYAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"DF619C7E977B445391D37444CA790AA3\"],\"status\":\"SUCCESS\"}}}','2022-07-07 11:54:20'),(1734,'f1afa-a4f6a-94051-78e20','{\"FlightBookingData\":[{\"bookingId\":\"DMC106537403427\",\"bookingId_TJ\":\"TJ106537403427\",\"FlightNumber\":\"G8-8010\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f1afa-a4f6a-94051-78e20\",\"apiTraceId\":\"1-0647912675_16SXRDELG88010DELBLRG8113_7604130642801\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2022-07-12T21:35\",\"LocalFromTime\":\"2022-07-12 21:35\",\"FromUTCTime\":\"2022-07-12T21:35\",\"LocalToTime\":\"2022-07-13 08:35\",\"ToUTCTime\":\"2022-07-13T08:35\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":395,\"LAYOVERDuration\":\"6h 35m\",\"FlyingMinutes\":660,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FlightDuration\":\"11h 00m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,180\",\"ApiResultIndex\":\"1-0647912675_16SXRDELG88010DELBLRG8113_7604130642801\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7866,\"Tax\":1462.7,\"YQTax\":0,\"OtherCharges\":1033,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":412,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9328.7,\"PublishedFare\":9180.449999999999,\"PublishedFareAgent\":9180.449999999999,\"OfferedFareAgent\":9180.449999999999,\"OfferedFare\":8932.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0647912675_0SXRDELG88010DELBLRG8113_110951969160853\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":8,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":396.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9180.449999999999,\"CostToAgent\":9180.449999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1462.7,\"TotalBaseFare\":9328.7,\"BaseFareCal\":8970.449999999999,\"BaseFare\":7866,\"CommissionEarned\":396.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":412,\"MFT\":2.7,\"OT\":1033,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":396.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9180.449999999999,\"CostToAgent\":9180.449999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":396.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":9180.449999999999,\"CostToCustomer\":9180.449999999999,\"BaseFareCal\":8970.449999999999,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":8970.449999999999,\"intOfferedFare\":8932.65,\"intPublishFare\":9328.7,\"TripjackMarkup\":0,\"TripjackCommission\":396.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":396.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9180.449999999999,\"CostToAgent\":9180.449999999999,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"469\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-12T23:15\",\"SegFlightNumber\":\"G8-8010\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-12T21:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":395,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"6h 35m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"469\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"470\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-07-13T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-13T05:50\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"05:50\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"470\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"469\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate 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\":\"1-0647912675_16SXRDELG88010DELBLRG8113_7604130642801\",\"FareRuleData\":{\"fareRule\":{\"SXR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARF\":100,\"ARFT\":5}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":100,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-0647912675_16SXRDELG88010DELBLRG8113_7604130642801\",\"SearchTraceId\":\"f1afa-a4f6a-94051-78e20\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"12\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f1afa-a4f6a-94051-78e20\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"SXR\"],\"to\":[\"BLR\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-07 11:54:18\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"469\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-07 11:54:42'),(1739,'1758a-a75be-4de10-039df','{\"FlightBookingData\":[{\"bookingId\":\"DMC100537404113\",\"bookingId_TJ\":\"TJ100537404113\",\"FlightNumber\":\"G8-911\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1758a-a75be-4de10-039df\",\"apiTraceId\":\"1-3827831487_0AMDIXCG8911_7967941472698\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:35\",\"ArrivalTime\":\"07:40\",\"TravelDate\":\"2022-07-14T05:35\",\"LocalFromTime\":\"2022-07-14 05:35\",\"FromUTCTime\":\"2022-07-14T05:35\",\"LocalToTime\":\"2022-07-14 07:40\",\"ToUTCTime\":\"2022-07-14T07:40\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,274\",\"ApiResultIndex\":\"1-3827831487_0AMDIXCG8911_7967941472698\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3555,\"Tax\":2317.7,\"YQTax\":0,\"OtherCharges\":2116,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":184,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5872.7,\"PublishedFare\":5273.58,\"PublishedFareAgent\":5273.58,\"OfferedFareAgent\":5273.58,\"OfferedFare\":5025.78,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3827831487_0AMDIXCG8911_19246506222432\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":846.92,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5273.58,\"CostToAgent\":5273.58,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2317.7,\"TotalBaseFare\":5872.7,\"BaseFareCal\":5063.58,\"BaseFare\":3555,\"CommissionEarned\":846.92,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":184,\"MFT\":2.7,\"OT\":2116,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":846.92,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5273.58,\"CostToAgent\":5273.58,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":846.92,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5273.58,\"CostToCustomer\":5273.58,\"BaseFareCal\":5063.58,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":5063.58,\"intOfferedFare\":5025.78,\"intPublishFare\":5872.7,\"TripjackMarkup\":0,\"TripjackCommission\":846.92,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":846.92,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5273.58,\"CostToAgent\":5273.58,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"463\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-14T07:40\",\"SegFlightNumber\":\"G8-911\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-07-14T05:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"05:35\",\"strArrivalDtTime\":\"07:40\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"463\",\"Code\":\"PMNV\",\"Price\":400,\"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-3827831487_0AMDIXCG8911_7967941472698\",\"FareRuleData\":{\"fareRule\":{\"AMD-IXC\":{\"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\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":150,\"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\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"230\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13869\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"meghraj1954@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9855102032\",\"FirstName\":\"deepak\",\"LastName\":\"verma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13869\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 12:03:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"121\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"121\",\"CustomerMemSysId\":[\"121\"],\"flight_booking_customer\":[[\"324\"]],\"SearchTraceId\":\"1758a-a75be-4de10-039df\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"14\\/07\\/2022\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1758a-a75be-4de10-039df\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"AMD\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-07 12:00:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1758a-a75be-4de10-039df\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Ahmedabad (AMD)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"AMD\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXC\\\"],\\\"source\\\":[\\\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\\\"],\\\"destination\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chandigarh Arpt (IXC)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Ahmedabad (AMD)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[296],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[5765],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1758a-a75be-4de10-039df\\\",\\\"sourceCityAirportCode\\\":[\\\"AMD\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXC\\\"],\\\"from\\\":[\\\"AMD\\\"],\\\"to\\\":[\\\"IXC\\\"],\\\"sourceCityText\\\":[\\\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\\\"],\\\"destinationCityText\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"14 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-07 12:00:23\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100537404113\\\",\\\"bookingId_TJ\\\":\\\"TJ100537404113\\\",\\\"FlightNumber\\\":\\\"G8-911\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"1758a-a75be-4de10-039df\\\",\\\"apiTraceId\\\":\\\"1-3827831487_0AMDIXCG8911_7967941472698\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"05:35\\\",\\\"ArrivalTime\\\":\\\"07:40\\\",\\\"TravelDate\\\":\\\"2022-07-14T05:35\\\",\\\"LocalFromTime\\\":\\\"2022-07-14 05:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-14T05:35\\\",\\\"LocalToTime\\\":\\\"2022-07-14 07:40\\\",\\\"ToUTCTime\\\":\\\"2022-07-14T07:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SP\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":125,\\\"DepartureDateTxt\\\":\\\"Thu, 14 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 14 Jul\\\",\\\"FlightDuration\\\":\\\"02h 05m\\\",\\\"SourcePlaceSysId\\\":\\\"296\\\",\\\"DestPlaceSysId\\\":\\\"5765\\\",\\\"SourceAirportCode\\\":\\\"AMD\\\",\\\"DestAirportCode\\\":\\\"IXC\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,274\\\",\\\"ApiResultIndex\\\":\\\"1-3827831487_0AMDIXCG8911_7967941472698\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3555,\\\"Tax\\\":2317.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":2116,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":184,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5872.7,\\\"PublishedFare\\\":5273.58,\\\"PublishedFareAgent\\\":5273.58,\\\"OfferedFareAgent\\\":5273.58,\\\"OfferedFare\\\":5025.78,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-3827831487_0AMDIXCG8911_19246506222432\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"COUPON\\\",\\\"fareIdentifierSP\\\":\\\"COUPON\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"SP\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":846.92,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5273.58,\\\"CostToAgent\\\":5273.58,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":2317.7,\\\"TotalBaseFare\\\":5872.7,\\\"BaseFareCal\\\":5063.58,\\\"BaseFare\\\":3555,\\\"CommissionEarned\\\":846.92,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":184,\\\"MFT\\\":2.7,\\\"OT\\\":2116,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":846.92,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5273.58,\\\"CostToAgent\\\":5273.58,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":846.92,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":5273.58,\\\"CostToCustomer\\\":5273.58,\\\"BaseFareCal\\\":5063.58,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":5063.58,\\\"intOfferedFare\\\":5025.78,\\\"intPublishFare\\\":5872.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":846.92,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":846.92,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5273.58,\\\"CostToAgent\\\":5273.58,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"463\\\",\\\"originAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"originCityName\\\":\\\"Ahmedabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chandigarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXC\\\",\\\"destinationArrTime\\\":\\\"2022-07-14T07:40\\\",\\\"SegFlightNumber\\\":\\\"G8-911\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"SP\\\",\\\"originAirportCode\\\":\\\"AMD\\\",\\\"originDepTime\\\":\\\"2022-07-14T05:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"05:35\\\",\\\"strArrivalDtTime\\\":\\\"07:40\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"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-3827831487_0AMDIXCG8911_7967941472698\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"AMD-IXC\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"ARFT\\\":150,\\\"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\\\":{\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACF\\\":3500,\\\"ACFT\\\":175}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"AMD\\\",\\\"strDestinationAirportCode\\\":\\\"IXC\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"296\\\",\\\"intDestinationCityId\\\":\\\"5765\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLSC\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Samosa and Chai\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"463\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9855102032\",\"leadEmail\":\"meghraj1954@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"deepak\",\"passenger-lastname-1\":\"verma\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Ludhiana\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"16033\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13869\",\"Salutation\":\"1\",\"EmailId\":\"meghraj1954@gmail.com\",\"FirstName\":\"deepak\",\"LastName\":\"verma\",\"CountryCode\":\"91\",\"MobileNo\":\"9855102032\"},\"_sessiondata\":{\"EmailId\":\"meghraj1954@gmail.com\",\"UserSysId\":\"15380\",\"CustomerSysId\":\"213741\",\"AgencySysId\":\"13869\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"deepak\",\"LastName\":\"verma\",\"Password_cu\":\"\",\"AgencyName\":\"meghraj travels\",\"AgencyCode\":\"122111.241612416531E259\",\"ContactNo1\":\"9855102032\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"9C7C9FD7-E3F7-40B5-A038-032857925276\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-07-07 12:04:10'),(1741,'9bea8-b9ef2-b1a75-3c128','{\"FlightBookingData\":[{\"bookingId\":\"DMC107037407283\",\"bookingId_TJ\":\"TJ107037407283\",\"FlightNumber\":\"G8-8010\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9bea8-b9ef2-b1a75-3c128\",\"apiTraceId\":\"1-6062457550_16SXRDELG88010DELBLRG8113_11841677214741\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:35\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2022-07-12T21:35\",\"LocalFromTime\":\"2022-07-12 21:35\",\"FromUTCTime\":\"2022-07-12T21:35\",\"LocalToTime\":\"2022-07-13 08:35\",\"ToUTCTime\":\"2022-07-13T08:35\",\"IsDirect\":0,\"FareClass\":\"BC\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":395,\"LAYOVERDuration\":\"6h 35m\",\"FlyingMinutes\":660,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FlightDuration\":\"11h 00m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,180\",\"ApiResultIndex\":\"1-6062457550_16SXRDELG88010DELBLRG8113_11841677214741\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7866,\"Tax\":1462.7,\"YQTax\":0,\"OtherCharges\":1033,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":412,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":9328.7,\"PublishedFare\":9180.449999999999,\"PublishedFareAgent\":9180.449999999999,\"OfferedFareAgent\":9180.449999999999,\"OfferedFare\":8932.65,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-6062457550_0SXRDELG88010DELBLRG8113_11860879589523\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":8,\"classOfBooking\":\"BC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":396.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9180.449999999999,\"CostToAgent\":9180.449999999999,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1462.7,\"TotalBaseFare\":9328.7,\"BaseFareCal\":8970.449999999999,\"BaseFare\":7866,\"CommissionEarned\":396.05,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":412,\"MFT\":2.7,\"OT\":1033,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":396.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9180.449999999999,\"CostToAgent\":9180.449999999999,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":396.05,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":9180.449999999999,\"CostToCustomer\":9180.449999999999,\"BaseFareCal\":8970.449999999999,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":8970.449999999999,\"intOfferedFare\":8932.65,\"intPublishFare\":9328.7,\"TripjackMarkup\":0,\"TripjackCommission\":396.05,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":396.05,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9180.449999999999,\"CostToAgent\":9180.449999999999,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"80\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-12T23:15\",\"SegFlightNumber\":\"G8-8010\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-12T21:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":395,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"21:35\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"6h 35m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"81\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-07-13T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"BC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-13T05:50\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"05:50\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"81\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate 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\":\"1-6062457550_16SXRDELG88010DELBLRG8113_11841677214741\",\"FareRuleData\":{\"fareRule\":{\"SXR-BLR\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"If Cancelled 0 - 3 Hrs - Non Refundable, full fare will be forfeited.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":100,\"ARFT\":5,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":100,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"CCF\":50,\"ACF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"amount\":0,\"policyInfo\":\"Complimentary seats, excluding first 3 rows and emergency exit rows\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-6062457550_16SXRDELG88010DELBLRG8113_11841677214741\",\"SearchTraceId\":\"9bea8-b9ef2-b1a75-3c128\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"Bengaluru (BLR)\"],\"departure_date\":[\"12\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"Bengaluru (BLR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9bea8-b9ef2-b1a75-3c128\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"SXR\"],\"to\":[\"BLR\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-07 12:34:53\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"80\",\"Code\":\"CRPX\",\"Price\":0,\"Description\":\"Free Corporate Meal\"}]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-07 12:35:14'),(1747,'04f79-67e9b-238c5-8804d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"04f79-67e9b-238c5-8804d\",\"apiTraceId\":\"430_6070\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 16:00\",\"FromUTCTime\":\"2022-07-25 16:00\",\"LocalToTime\":\"2022-07-25 18:20:00\",\"ToUTCTime\":\"2022-07-25 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7200,\"PublishedFareTxt\":\"7,200\",\"ApiResultIndex\":\"430-04f79-67e9b-238c5-8804d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7000,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7200,\"PublishedFare\":7200,\"PublishedFareAgent\":7200,\"OfferedFareAgent\":7200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6070\",\"ApiResultIndex\":\"430_6070\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"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\":7200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":7000,\"BaseFare\":7000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"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\":7200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"KCT39G\",\"OnwardGroupPNRDummy\":\"KCT39G\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"41DBCDC92EDD4FDFB3104E8993FC26C9\"}],\"flight_booking_id_Arr\":[\"231\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13381\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ajmertickets@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9001465444\",\"FirstName\":\"RADHIKA\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13381\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 14:14:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"122\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13381\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"122\",\"EmailId\":\"ajmertickets@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9001465444\",\"FirstName\":\"ANNUPREET\",\"LastName\":\"KAUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13381\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 14:14:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"165\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13381\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"122\",\"EmailId\":\"ajmertickets@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9001465444\",\"FirstName\":\"ANNUPREET\",\"LastName\":\"KAUR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13381\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 14:14:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"04f79-67e9b-238c5-8804d\",\"modified\":\"2022-07-07 14:14:28\",\"created\":\"2022-07-07 14:14:28\",\"CustomerMemberSysId\":\"165\"}],\"CustomerSysId\":\"122\",\"CustomerMemSysId\":[\"122\",\"165\"],\"flight_booking_customer\":[[\"325\",\"326\"]],\"SearchTraceId\":\"04f79-67e9b-238c5-8804d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\"],\"departure_datesf\":[\"25\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-25\",\"strDepatureDate\":[\"25\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"04f79-67e9b-238c5-8804d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-07 14:09:50\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"04f79-67e9b-238c5-8804d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-25\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"04f79-67e9b-238c5-8804d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-07 14:09:50\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"04f79-67e9b-238c5-8804d\\\",\\\"apiTraceId\\\":\\\"430_6070\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-25\\\",\\\"LocalFromTime\\\":\\\"2022-07-25 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-25 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-25 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-25 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7200,\\\"PublishedFareTxt\\\":\\\"7,200\\\",\\\"ApiResultIndex\\\":\\\"430-04f79-67e9b-238c5-8804d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":7000,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7200,\\\"PublishedFare\\\":7200,\\\"PublishedFareAgent\\\":7200,\\\"OfferedFareAgent\\\":7200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6070\\\",\\\"ApiResultIndex\\\":\\\"430_6070\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"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\\\":7200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":7000,\\\"BaseFare\\\":7000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"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\\\":7200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-25T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-25T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"25\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658687400,\\\"DepartureDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"KCT39G\\\",\\\"OnwardGroupPNRDummy\\\":\\\"KCT39G\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"41DBCDC92EDD4FDFB3104E8993FC26C9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9001465444\",\"leadEmail\":\"ajmertickets@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"RADHIKA\",\"passenger-lastname-1\":\"SINGH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Ajmer\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"367\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"ANNUPREET\",\"passenger-lastname-2\":\"KAUR\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13381\",\"Salutation\":\"3\",\"EmailId\":\"ajmertickets@gmail.com\",\"FirstName\":\"RADHIKA\",\"LastName\":\"SINGH\",\"CountryCode\":\"91\",\"MobileNo\":\"9001465444\"},\"_sessiondata\":{\"EmailId\":\"ajmertickets@gmail.com\",\"UserSysId\":\"14847\",\"CustomerSysId\":\"209138\",\"AgencySysId\":\"13381\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BHARAT\",\"LastName\":\"KUMAR\",\"Password_cu\":\"\",\"AgencyName\":\"BHARAT TOUR AND TRAVELS\",\"AgencyCode\":\"12211888312211122114\",\"ContactNo1\":\"9001465444\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"01A88C70-2D69-4683-9F6A-B6CE3F76B5D1\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"KCT39G\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"RADHIKA\",\"lN\":\"SINGH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"BOM-DEL\":\"KCT39G\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"ANNUPREET\",\"lN\":\"KAUR\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"41DBCDC92EDD4FDFB3104E8993FC26C9\"],\"status\":\"SUCCESS\"}}}','2022-07-07 14:14:41'),(1748,'92','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4300\",\"RefrenceNo\":\"\",\"CreditDate\":\"07\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-07 17:26:19'),(1754,'446ea-28406-39cbe-83499','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"446ea-28406-39cbe-83499\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-14\",\"LocalFromTime\":\"2022-07-14 06:35\",\"FromUTCTime\":\"2022-07-14 06:35\",\"LocalToTime\":\"2022-07-14 08:35:00\",\"ToUTCTime\":\"2022-07-14 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4300,\"PublishedFareTxt\":\"4,300\",\"ApiResultIndex\":\"425-446ea-28406-39cbe-83499\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4300,\"PublishedFare\":4300,\"PublishedFareAgent\":4300,\"OfferedFareAgent\":4300,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3800,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4300,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-14T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-14T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"14\\/07\\/2022\",\"FromDateSort\":1657737000,\"DepartureDateTxt\":\"Thu, 14 Jul\",\"ArrivalDateTxt\":\"Thu, 14 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"SHN63H\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"C73E81E7CB8346B29556D78059135726\"}],\"flight_booking_id_Arr\":[\"232\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Loveneesh\",\"LastName\":\"Jain\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 17:28:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"166\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Loveneesh\",\"LastName\":\"Jain\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-07 17:28:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"446ea-28406-39cbe-83499\",\"modified\":\"2022-07-07 17:28:17\",\"created\":\"2022-07-07 17:28:17\",\"CustomerMemberSysId\":\"166\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"166\"],\"flight_booking_customer\":[[\"327\"]],\"SearchTraceId\":\"446ea-28406-39cbe-83499\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"14\\/07\\/2022\"],\"departure_datesf\":[\"14\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-14\",\"strDepatureDate\":[\"14\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"446ea-28406-39cbe-83499\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-07 17:27:46\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"446ea-28406-39cbe-83499\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-14\\\",\\\"strDepatureDate\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"446ea-28406-39cbe-83499\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-07 17:27:46\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"446ea-28406-39cbe-83499\\\",\\\"apiTraceId\\\":\\\"425_5825\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-14\\\",\\\"LocalFromTime\\\":\\\"2022-07-14 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-14 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-14 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-14 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4300,\\\"PublishedFareTxt\\\":\\\"4,300\\\",\\\"ApiResultIndex\\\":\\\"425-446ea-28406-39cbe-83499\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4300,\\\"PublishedFare\\\":4300,\\\"PublishedFareAgent\\\":4300,\\\"OfferedFareAgent\\\":4300,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5825\\\",\\\"ApiResultIndex\\\":\\\"425_5825\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3800,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4300,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-14T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-14T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"14\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657737000,\\\"DepartureDateTxt\\\":\\\"Thu, 14 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 14 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"C73E81E7CB8346B29556D78059135726\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Loveneesh\",\"passenger-lastname-1\":\"Jain\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"SHN63H\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Loveneesh\",\"lN\":\"Jain\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"C73E81E7CB8346B29556D78059135726\"],\"status\":\"SUCCESS\"}}}','2022-07-07 17:28:41'),(1760,'25b4d-17983-46bd6-679ea','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"25b4d-17983-46bd6-679ea\",\"apiTraceId\":\"425_5820\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-09\",\"LocalFromTime\":\"2022-07-09 06:35\",\"FromUTCTime\":\"2022-07-09 06:35\",\"LocalToTime\":\"2022-07-09 08:35:00\",\"ToUTCTime\":\"2022-07-09 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-25b4d-17983-46bd6-679ea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5820\",\"ApiResultIndex\":\"425_5820\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-09T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-09T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"09\\/07\\/2022\",\"FromDateSort\":1657305000,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7B59B62C224D407797ECF29278481829\"}],\"flight_booking_id_Arr\":[\"233\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"KAHKASHAN\",\"LastName\":\"Kamal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-08 09:19:18\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"123\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"123\",\"CustomerMemSysId\":[\"123\"],\"flight_booking_customer\":[[\"328\"]],\"SearchTraceId\":\"25b4d-17983-46bd6-679ea\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\"],\"departure_datesf\":[\"09\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-09\",\"strDepatureDate\":[\"09\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"25b4d-17983-46bd6-679ea\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-08 09:17:36\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"25b4d-17983-46bd6-679ea\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-09\\\",\\\"strDepatureDate\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"25b4d-17983-46bd6-679ea\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"09\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-08 09:17:36\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"25b4d-17983-46bd6-679ea\\\",\\\"apiTraceId\\\":\\\"425_5820\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-09\\\",\\\"LocalFromTime\\\":\\\"2022-07-09 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-09 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-09 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-09 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-25b4d-17983-46bd6-679ea\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5820\\\",\\\"ApiResultIndex\\\":\\\"425_5820\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-09T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-09T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"09\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657305000,\\\"DepartureDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 09 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"7B59B62C224D407797ECF29278481829\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7044293407\",\"leadEmail\":\"holidaysfairdeal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"KAHKASHAN\",\"passenger-lastname-1\":\"Kamal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13941\",\"Salutation\":\"3\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"FirstName\":\"KAHKASHAN\",\"LastName\":\"Kamal\",\"CountryCode\":\"91\",\"MobileNo\":\"7044293407\"},\"_sessiondata\":{\"EmailId\":\"holidaysfairdeal@gmail.com\",\"UserSysId\":\"15458\",\"CustomerSysId\":\"214502\",\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD KAMRAN ALI\",\"LastName\":\"BAHALWA\",\"Password_cu\":\"\",\"AgencyName\":\"FAIR DEAL\",\"AgencyCode\":\"61369\",\"ContactNo1\":\"7044293407\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7B6AA64C-6B45-4CCA-8F5E-EC920080E664\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"KAHKASHAN\",\"lN\":\"Kamal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"7B59B62C224D407797ECF29278481829\"],\"status\":\"SUCCESS\"}}}','2022-07-08 09:20:51'),(1762,'4883b-47886-6f8e4-dcc70','{\"FlightBookingData\":[{\"bookingId\":\"DMC105537474026\",\"bookingId_TJ\":\"TJ105537474026\",\"FlightNumber\":\"6E-447\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"4883b-47886-6f8e4-dcc70\",\"apiTraceId\":\"5-1729633239_0CCUGAU6E447_90273493088585\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"04:55\",\"ArrivalTime\":\"06:05\",\"TravelDate\":\"2022-07-12T04:55\",\"LocalFromTime\":\"2022-07-12 04:55\",\"FromUTCTime\":\"2022-07-12T04:55\",\"LocalToTime\":\"2022-07-12 06:05\",\"ToUTCTime\":\"2022-07-12T06:05\",\"IsDirect\":0,\"FareClass\":\"M\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"11240\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"GAU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,480\",\"ApiResultIndex\":\"5-1729633239_0CCUGAU6E447_90273493088585\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5250,\"Tax\":1009.7,\"YQTax\":0,\"OtherCharges\":992,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6259.7,\"PublishedFare\":6470.09,\"PublishedFareAgent\":6470.09,\"OfferedFareAgent\":6470.09,\"OfferedFare\":6222.29,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1729633239_0CCUGAU6E447_18295338899113\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.41,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6470.09,\"CostToAgent\":6470.09,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1009.7,\"TotalBaseFare\":6259.7,\"BaseFareCal\":6260.09,\"BaseFare\":5250,\"CommissionEarned\":37.41,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":992,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.41,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6470.09,\"CostToAgent\":6470.09,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":6443.7,\"oldFare\":4280.7,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":37.41,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":6470.09,\"CostToCustomer\":6470.09,\"BaseFareCal\":6260.09,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":6260.09,\"intOfferedFare\":6222.29,\"intPublishFare\":6259.7,\"TripjackMarkup\":0,\"TripjackCommission\":37.41,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":37.41,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6470.09,\"CostToAgent\":6470.09,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"434\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Lokpriya Gopinath Bordoloi Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Guwahati\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GAU\",\"destinationArrTime\":\"2022-07-12T06:05\",\"SegFlightNumber\":\"6E-447\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"M\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-12T04:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"04:55\",\"strArrivalDtTime\":\"06:05\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"MUYO\",\"Price\":0,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CPML\",\"Price\":0,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"COMI\",\"Price\":0,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"MUYO\",\"Price\":0,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CPML\",\"Price\":0,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"COMI\",\"Price\":0,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"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-1729633239_0CCUGAU6E447_90273493088585\",\"FareRuleData\":{\"fareRule\":{\"CCU-GAU\":{\"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\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":162.5,\"ARF\":3250}}},\"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,\"CCF\":50,\"CCFT\":9,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"GAU\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"11240\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-1729633239_0CCUGAU6E447_90273493088585\",\"SearchTraceId\":\"4883b-47886-6f8e4-dcc70\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Guwahati (GAU)\",\"DEL\"],\"departure_date\":[\"12\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"GAU\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Guwahati (GAU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[11240],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4883b-47886-6f8e4-dcc70\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"GAU\"],\"from\":[\"CCU\"],\"to\":[\"GAU\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Guwahati, IN - Lokpriya Gopinath Bordoloi Intl Arpt (GAU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-08 10:28:04\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"MUYO\",\"Price\":0,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CPML\",\"Price\":0,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"COMI\",\"Price\":0,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"434\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-07-08 10:28:28'),(1765,'030ba-dc901-107de-f7c33','{\"FlightBookingData\":[{\"bookingId\":\"DMC105837477169\",\"bookingId_TJ\":\"TJ105837477169\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"030ba-dc901-107de-f7c33\",\"apiTraceId\":\"4-5342451316_1IXJSXRSG8494_5810292335138\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:25\",\"ArrivalTime\":\"18:30\",\"TravelDate\":\"2022-07-09T17:25\",\"LocalFromTime\":\"2022-07-09 17:25\",\"FromUTCTime\":\"2022-07-09T17:25\",\"LocalToTime\":\"2022-07-09 18:30\",\"ToUTCTime\":\"2022-07-09T18:30\",\"IsDirect\":0,\"FareClass\":\"SA\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":65,\"DepartureDateTxt\":\"Sat, 09 Jul\",\"ArrivalDateTxt\":\"Sat, 09 Jul\",\"FlightDuration\":\"01h 05m\",\"SourcePlaceSysId\":\"13021\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXJ\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,979\",\"ApiResultIndex\":\"4-5342451316_1IXJSXRSG8494_5810292335138\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2157,\"Tax\":589.7,\"YQTax\":0,\"OtherCharges\":462,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":110,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2746.7,\"PublishedFare\":2979.13,\"PublishedFareAgent\":2979.13,\"OfferedFareAgent\":2979.13,\"OfferedFare\":2731.33,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-5342451316_0IXJSXRSG8494_12668197580345\",\"IsGSTRequired\":true,\"fareIdentifier\":\"SME\",\"fareIdentifierSP\":\"SME\",\"SeatAvailable\":9,\"classOfBooking\":\"SA\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":15.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2979.13,\"CostToAgent\":2979.13,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":589.7,\"TotalBaseFare\":2746.7,\"BaseFareCal\":2769.13,\"BaseFare\":2157,\"CommissionEarned\":15.37,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":110,\"MFT\":2.7,\"OT\":462,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":15.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2979.13,\"CostToAgent\":2979.13,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":15.37,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":2979.13,\"CostToCustomer\":2979.13,\"BaseFareCal\":2769.13,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":2769.13,\"intOfferedFare\":2731.33,\"intPublishFare\":2746.7,\"TripjackMarkup\":0,\"TripjackCommission\":15.37,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":15.37,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2979.13,\"CostToAgent\":2979.13,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"871\",\"originAirportName\":\"Satwari Arpt\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Jammu\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-07-09T18:30\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SA\",\"originAirportCode\":\"IXJ\",\"originDepTime\":\"2022-07-09T17:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:25\",\"strArrivalDtTime\":\"18:30\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-5342451316_1IXJSXRSG8494_5810292335138\",\"FareRuleData\":{\"fareRule\":{\"IXJ-SXR\":{\"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\":{\"CRFT\":9,\"ARF\":100,\"CRF\":50,\"ARFT\":5}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":1750,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure __nls__ Within 03-96 hrs Rs 1,750 __nls__ Before 96 hrs Rs 1,500\",\"fcs\":{\"ACFT\":87.5,\"ACF\":1750,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-08 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXJ\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"13021\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-5342451316_1IXJSXRSG8494_5810292335138\",\"SearchTraceId\":\"030ba-dc901-107de-f7c33\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"09\\/07\\/2022\",\"\"],\"source_city\":[\"IXJ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Jammu (IXJ)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-09\"],\"strReturnDate\":\"\",\"sourceCityId\":[13021],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"030ba-dc901-107de-f7c33\",\"sourceCityAirportCode\":[\"IXJ\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXJ\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"09\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"09 Jul Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-08 11:12:23\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"871\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-07-08 11:12:42'),(1775,'e17cc-8c94e-77711-dd7bd','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e17cc-8c94e-77711-dd7bd\",\"apiTraceId\":\"424_5776\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-11\",\"LocalFromTime\":\"2022-07-11 18:35\",\"FromUTCTime\":\"2022-07-11 18:35\",\"LocalToTime\":\"2022-07-11 20:35:00\",\"ToUTCTime\":\"2022-07-11 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-e17cc-8c94e-77711-dd7bd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5776\",\"ApiResultIndex\":\"424_5776\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":677.9661016949152,\"ExtraMarkupOnGST\":122.03389830508479}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":677.9661016949152,\"ExtraMarkupOnGST\":122.03389830508479},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-11T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-11T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"11\\/07\\/2022\",\"FromDateSort\":1657477800,\"DepartureDateTxt\":\"Mon, 11 Jul\",\"ArrivalDateTxt\":\"Mon, 11 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"O8E64F      \",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"1FEFFB8F36FC43CA91C618026C994043\"}],\"flight_booking_id_Arr\":[\"234\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13066\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"101\",\"EmailId\":\"layekmemari@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8343832959\",\"FirstName\":\"TAMAL\",\"LastName\":\"DAS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13066\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 12:38:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"167\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13066\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"101\",\"EmailId\":\"layekmemari@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8343832959\",\"FirstName\":\"TAMAL\",\"LastName\":\"DAS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13066\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 12:38:22\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e17cc-8c94e-77711-dd7bd\",\"modified\":\"2022-07-09 12:38:22\",\"created\":\"2022-07-09 12:38:22\",\"CustomerMemberSysId\":\"167\"}],\"CustomerSysId\":\"101\",\"CustomerMemSysId\":[\"167\"],\"flight_booking_customer\":[[\"329\"]],\"SearchTraceId\":\"e17cc-8c94e-77711-dd7bd\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"11\\/07\\/2022\"],\"departure_datesf\":[\"11\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-11\",\"strDepatureDate\":[\"11\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"e17cc-8c94e-77711-dd7bd\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 12:27:06\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e17cc-8c94e-77711-dd7bd\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"11\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"11\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-11\\\",\\\"strDepatureDate\\\":[\\\"11\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"e17cc-8c94e-77711-dd7bd\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"11\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-09 12:27:06\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e17cc-8c94e-77711-dd7bd\\\",\\\"apiTraceId\\\":\\\"424_5776\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-11\\\",\\\"LocalFromTime\\\":\\\"2022-07-11 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-11 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-11 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-11 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"424-e17cc-8c94e-77711-dd7bd\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5776\\\",\\\"ApiResultIndex\\\":\\\"424_5776\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-11T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-11T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"11\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657477800,\\\"DepartureDateTxt\\\":\\\"Mon, 11 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 11 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"1FEFFB8F36FC43CA91C618026C994043\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8343832959\",\"leadEmail\":\"layekmemari@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"TAMAL\",\"passenger-lastname-1\":\"DAS\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"layekmemari@gmail.com\",\"UserSysId\":\"14522\",\"CustomerSysId\":\"207596\",\"AgencySysId\":\"13066\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"KAMRUDDIN\",\"LastName\":\"LAYEK\",\"Password_cu\":\"\",\"AgencyName\":\"KAMRU MULTI SOLUTION\",\"AgencyCode\":\"11151\",\"ContactNo1\":\"8343832959\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"91CE6CC1-5FF0-4457-8DC3-65CF1BC099E7\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"O8E64F      \"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"TAMAL\",\"lN\":\"DAS\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"1FEFFB8F36FC43CA91C618026C994043\"],\"status\":\"SUCCESS\"}}}','2022-07-09 13:02:39'),(1777,'e54d2-24d92-627d7-17a90','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e54d2-24d92-627d7-17a90\",\"apiTraceId\":\"424_5780\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 18:35\",\"FromUTCTime\":\"2022-07-15 18:35\",\"LocalToTime\":\"2022-07-15 20:35:00\",\"ToUTCTime\":\"2022-07-15 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-e54d2-24d92-627d7-17a90\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5780\",\"ApiResultIndex\":\"424_5780\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0D6\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0CK\"}],\"apiTraceId\":\"424_5780\",\"SearchTraceId\":\"e54d2-24d92-627d7-17a90\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Kolkata (CCU)\"],\"departure_date\":[\"15\\/07\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Kolkata (CCU)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e54d2-24d92-627d7-17a90\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"15 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 17:39:18\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-09 17:39:33'),(1782,'19235-9ddf4-deba7-896a3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"19235-9ddf4-deba7-896a3\",\"apiTraceId\":\"425_5824\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"425-19235-9ddf4-deba7-896a3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5824\",\"ApiResultIndex\":\"425_5824\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"87999F225E4345F38E41956CF040927E\"}],\"flight_booking_id_Arr\":[\"235\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:40:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"168\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:40:34\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"19235-9ddf4-deba7-896a3\",\"modified\":\"2022-07-09 17:40:34\",\"created\":\"2022-07-09 17:40:34\",\"CustomerMemberSysId\":\"168\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"168\"],\"flight_booking_customer\":[[\"330\"]],\"SearchTraceId\":\"19235-9ddf4-deba7-896a3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"13\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"13\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"19235-9ddf4-deba7-896a3\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"13 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 17:39:50\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"19235-9ddf4-deba7-896a3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\"\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"19235-9ddf4-deba7-896a3\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"13 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-09 17:39:50\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"19235-9ddf4-deba7-896a3\\\",\\\"apiTraceId\\\":\\\"425_5824\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-13\\\",\\\"LocalFromTime\\\":\\\"2022-07-13 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-13 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"425-19235-9ddf4-deba7-896a3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5824\\\",\\\"ApiResultIndex\\\":\\\"425_5824\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-13T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-13T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"13\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657650600,\\\"DepartureDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"87999F225E4345F38E41956CF040927E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VIJAY\",\"passenger-lastname-1\":\"DHANUKA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-07-09 17:40:53'),(1789,'3e2ab-a31d6-1674a-4c381','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3e2ab-a31d6-1674a-4c381\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-3e2ab-a31d6-1674a-4c381\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"356DC23698444266B29427207CE86C55\"}],\"flight_booking_id_Arr\":[\"236\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:52:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"169\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:52:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3e2ab-a31d6-1674a-4c381\",\"modified\":\"2022-07-09 17:52:33\",\"created\":\"2022-07-09 17:52:33\",\"CustomerMemberSysId\":\"169\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"169\"],\"flight_booking_customer\":[[\"331\"]],\"SearchTraceId\":\"3e2ab-a31d6-1674a-4c381\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/07\\/2022\"],\"departure_datesf\":[\"13\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-13\",\"strDepatureDate\":[\"13\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"3e2ab-a31d6-1674a-4c381\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 17:51:19\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3e2ab-a31d6-1674a-4c381\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-13\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"3e2ab-a31d6-1674a-4c381\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-09 17:51:19\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3e2ab-a31d6-1674a-4c381\\\",\\\"apiTraceId\\\":\\\"425_5825\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-13\\\",\\\"LocalFromTime\\\":\\\"2022-07-13 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-13 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-3e2ab-a31d6-1674a-4c381\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5825\\\",\\\"ApiResultIndex\\\":\\\"425_5825\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-13T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-13T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"13\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657650600,\\\"DepartureDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"356DC23698444266B29427207CE86C55\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VIJAY\",\"passenger-lastname-1\":\"DHANUKA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-07-09 17:53:07'),(1791,'86bb5-8200b-62cb7-1db84','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"86bb5-8200b-62cb7-1db84\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-86bb5-8200b-62cb7-1db84\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5825\",\"SearchTraceId\":\"86bb5-8200b-62cb7-1db84\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/07\\/2022\"],\"departure_datesf\":[\"13\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-13\",\"strDepatureDate\":[\"13\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"86bb5-8200b-62cb7-1db84\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 17:55:36\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-09 17:55:42'),(1797,'a59f8-88ddb-af404-066f1','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a59f8-88ddb-af404-066f1\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-a59f8-88ddb-af404-066f1\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"UGPPTN\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"00CAB1587A4F45A592CED46741263D7B\"}],\"flight_booking_id_Arr\":[\"237\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:57:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"170\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:57:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a59f8-88ddb-af404-066f1\",\"modified\":\"2022-07-09 17:57:48\",\"created\":\"2022-07-09 17:57:48\",\"CustomerMemberSysId\":\"170\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"170\"],\"flight_booking_customer\":[[\"332\"]],\"SearchTraceId\":\"a59f8-88ddb-af404-066f1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/07\\/2022\"],\"departure_datesf\":[\"13\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-13\",\"strDepatureDate\":[\"13\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"a59f8-88ddb-af404-066f1\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 17:57:23\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a59f8-88ddb-af404-066f1\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-13\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"a59f8-88ddb-af404-066f1\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-09 17:57:23\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a59f8-88ddb-af404-066f1\\\",\\\"apiTraceId\\\":\\\"425_5825\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-13\\\",\\\"LocalFromTime\\\":\\\"2022-07-13 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-13 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-a59f8-88ddb-af404-066f1\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5825\\\",\\\"ApiResultIndex\\\":\\\"425_5825\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-13T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-13T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"13\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657650600,\\\"DepartureDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"00CAB1587A4F45A592CED46741263D7B\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VIJAY\",\"passenger-lastname-1\":\"DHANUKA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"UGPPTN\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VIJAY\",\"lN\":\"DHANUKA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"00CAB1587A4F45A592CED46741263D7B\"],\"status\":\"SUCCESS\"}}}','2022-07-09 17:58:02'),(1803,'c57f4-118ca-f7549-04a53','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c57f4-118ca-f7549-04a53\",\"apiTraceId\":\"424_5780\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 18:35\",\"FromUTCTime\":\"2022-07-15 18:35\",\"LocalToTime\":\"2022-07-15 20:35:00\",\"ToUTCTime\":\"2022-07-15 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-c57f4-118ca-f7549-04a53\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5780\",\"ApiResultIndex\":\"424_5780\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"W9T1UF\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"228E9CBD4BB64FC58A47A1FDBB4B0B96\"}],\"flight_booking_id_Arr\":[\"238\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:59:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"171\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"VIJAY\",\"LastName\":\"DHANUKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 17:59:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"c57f4-118ca-f7549-04a53\",\"modified\":\"2022-07-09 17:59:11\",\"created\":\"2022-07-09 17:59:11\",\"CustomerMemberSysId\":\"171\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"171\"],\"flight_booking_customer\":[[\"333\"]],\"SearchTraceId\":\"c57f4-118ca-f7549-04a53\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\"],\"departure_datesf\":[\"15\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-15\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"c57f4-118ca-f7549-04a53\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 17:58:41\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c57f4-118ca-f7549-04a53\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-15\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"c57f4-118ca-f7549-04a53\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-09 17:58:41\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"c57f4-118ca-f7549-04a53\\\",\\\"apiTraceId\\\":\\\"424_5780\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-15 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"424-c57f4-118ca-f7549-04a53\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5780\\\",\\\"ApiResultIndex\\\":\\\"424_5780\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"228E9CBD4BB64FC58A47A1FDBB4B0B96\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VIJAY\",\"passenger-lastname-1\":\"DHANUKA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"W9T1UF\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VIJAY\",\"lN\":\"DHANUKA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"228E9CBD4BB64FC58A47A1FDBB4B0B96\"],\"status\":\"SUCCESS\"}}}','2022-07-09 18:00:22'),(1807,'93','{\"_sessiondata\":{\"EmailId\":\"bengaltravelservice1@gmail.com\",\"UserSysId\":\"14525\",\"CustomerSysId\":\"207602\",\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD\",\"LastName\":\"NASIM\",\"Password_cu\":\"\",\"AgencyName\":\"BENGAL TRAVEL SERVICE\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9831086208\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"97AFD685-BA59-4F1A-985C-E7298E5DDE81\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/99490-33cd2-075ff-5257d\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3800\",\"RefrenceNo\":\"\",\"CreditDate\":\"09\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/99490-33cd2-075ff-5257d\"}','2022-07-09 21:33:23'),(1810,'99490-33cd2-075ff-5257d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"99490-33cd2-075ff-5257d\",\"apiTraceId\":\"424_5777\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-12\",\"LocalFromTime\":\"2022-07-12 18:35\",\"FromUTCTime\":\"2022-07-12 18:35\",\"LocalToTime\":\"2022-07-12 20:35:00\",\"ToUTCTime\":\"2022-07-12 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-99490-33cd2-075ff-5257d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5777\",\"ApiResultIndex\":\"424_5777\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-12T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-12T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"12\\/07\\/2022\",\"FromDateSort\":1657564200,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"LCMHGW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\",\"bookingId\":\"7F8A3670208E4D4DA2309DB1B9547958\"}],\"flight_booking_id_Arr\":[\"239\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"MD ABU ZAFOUR\",\"LastName\":\"BHUIYAN \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 21:32:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"172\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"MD ABU ZAFOUR\",\"LastName\":\"BHUIYAN \",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-09 21:32:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"99490-33cd2-075ff-5257d\",\"modified\":\"2022-07-09 21:32:57\",\"created\":\"2022-07-09 21:32:57\",\"CustomerMemberSysId\":\"172\"}],\"CustomerSysId\":\"21\",\"CustomerMemSysId\":[\"172\"],\"flight_booking_customer\":[[\"334\"]],\"SearchTraceId\":\"99490-33cd2-075ff-5257d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"12\\/07\\/2022\"],\"departure_datesf\":[\"12\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-12\",\"strDepatureDate\":[\"12\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"99490-33cd2-075ff-5257d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-09 21:25:44\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"99490-33cd2-075ff-5257d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"12\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"12\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-12\\\",\\\"strDepatureDate\\\":[\\\"12\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"99490-33cd2-075ff-5257d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"12\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-09 21:25:44\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"99490-33cd2-075ff-5257d\\\",\\\"apiTraceId\\\":\\\"424_5777\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-12\\\",\\\"LocalFromTime\\\":\\\"2022-07-12 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-12 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-12 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-12 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"424-99490-33cd2-075ff-5257d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5777\\\",\\\"ApiResultIndex\\\":\\\"424_5777\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-12T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-12T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"12\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657564200,\\\"DepartureDateTxt\\\":\\\"Tue, 12 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 12 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00F\\\",\\\"bookingId\\\":\\\"7F8A3670208E4D4DA2309DB1B9547958\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831086208\",\"leadEmail\":\"bengaltravelservice1@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MD ABU ZAFOUR\",\"passenger-lastname-1\":\"BHUIYAN \",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bengaltravelservice1@gmail.com\",\"UserSysId\":\"14525\",\"CustomerSysId\":\"207602\",\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD\",\"LastName\":\"NASIM\",\"Password_cu\":\"\",\"AgencyName\":\"BENGAL TRAVEL SERVICE\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9831086208\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"97AFD685-BA59-4F1A-985C-E7298E5DDE81\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"LCMHGW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MD ABU ZAFOUR\",\"lN\":\"BHUIYAN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"7F8A3670208E4D4DA2309DB1B9547958\"],\"status\":\"SUCCESS\"}}}','2022-07-09 21:35:31'),(1812,'cf7b6-1e167-69844-81525','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cf7b6-1e167-69844-81525\",\"apiTraceId\":\"425_5835\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-24\",\"LocalFromTime\":\"2022-07-24 06:35\",\"FromUTCTime\":\"2022-07-24 06:35\",\"LocalToTime\":\"2022-07-24 08:35:00\",\"ToUTCTime\":\"2022-07-24 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-cf7b6-1e167-69844-81525\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5835\",\"ApiResultIndex\":\"425_5835\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-24T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-24T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"24\\/07\\/2022\",\"FromDateSort\":1658601000,\"DepartureDateTxt\":\"Sun, 24 Jul\",\"ArrivalDateTxt\":\"Sun, 24 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5835\",\"SearchTraceId\":\"cf7b6-1e167-69844-81525\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"24\\/07\\/2022\"],\"departure_datesf\":[\"24\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-24\",\"strDepatureDate\":[\"24\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"cf7b6-1e167-69844-81525\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 00:43:06\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-11 00:43:17'),(1815,'2e628-822ce-3dfb1-771f5','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2e628-822ce-3dfb1-771f5\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-2e628-822ce-3dfb1-771f5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5836\",\"SearchTraceId\":\"2e628-822ce-3dfb1-771f5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\"],\"departure_datesf\":[\"25\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-25\",\"strDepatureDate\":[\"25\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"2e628-822ce-3dfb1-771f5\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 00:43:55\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-11 01:13:50'),(1816,'94','{\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"15200\",\"RefrenceNo\":\"\",\"CreditDate\":\"11\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-11 09:46:40'),(1818,'605c2-f5136-fcf40-c52e7','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"605c2-f5136-fcf40-c52e7\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-605c2-f5136-fcf40-c52e7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5836\",\"SearchTraceId\":\"605c2-f5136-fcf40-c52e7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\"],\"departure_datesf\":[\"25\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-25\",\"strDepatureDate\":[\"25\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"605c2-f5136-fcf40-c52e7\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 09:52:57\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-11 09:53:04'),(1824,'1220b-03e38-ee2f0-f4cf8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"1220b-03e38-ee2f0-f4cf8\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-1220b-03e38-ee2f0-f4cf8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"KCHE3G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"BAA3945484C94F3CB3D754A8108414EB\"}],\"flight_booking_id_Arr\":[\"240\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Babita \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 09:55:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"173\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Babita \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 09:55:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1220b-03e38-ee2f0-f4cf8\",\"modified\":\"2022-07-11 09:55:01\",\"created\":\"2022-07-11 09:55:01\",\"CustomerMemberSysId\":\"173\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"173\"],\"flight_booking_customer\":[[\"335\"]],\"SearchTraceId\":\"1220b-03e38-ee2f0-f4cf8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\"],\"departure_datesf\":[\"25\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-25\",\"strDepatureDate\":[\"25\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"1220b-03e38-ee2f0-f4cf8\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 09:53:54\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1220b-03e38-ee2f0-f4cf8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-25\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"1220b-03e38-ee2f0-f4cf8\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-11 09:53:54\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"1220b-03e38-ee2f0-f4cf8\\\",\\\"apiTraceId\\\":\\\"425_5836\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-25\\\",\\\"LocalFromTime\\\":\\\"2022-07-25 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-25 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-25 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-25 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-1220b-03e38-ee2f0-f4cf8\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5836\\\",\\\"ApiResultIndex\\\":\\\"425_5836\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-25T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-25T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658687400,\\\"DepartureDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"BAA3945484C94F3CB3D754A8108414EB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Babita \",\"passenger-lastname-1\":\"Agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"KCHE3G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Babita\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"BAA3945484C94F3CB3D754A8108414EB\"],\"status\":\"SUCCESS\"}}}','2022-07-11 09:55:30'),(1830,'cbe94-158dd-0c93e-bda7f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cbe94-158dd-0c93e-bda7f\",\"apiTraceId\":\"424_5792\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27 18:35\",\"LocalToTime\":\"2022-07-27 20:35:00\",\"ToUTCTime\":\"2022-07-27 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-cbe94-158dd-0c93e-bda7f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5792\",\"ApiResultIndex\":\"424_5792\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"DD67SG\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"02CFE6E126814DC5B00220FAEAF4520D\"}],\"flight_booking_id_Arr\":[\"241\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Babita \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 09:56:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"173\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Babita \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 09:56:52\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-07-11 09:56:52\",\"CustomerMemberSysId\":\"173\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"173\"],\"flight_booking_customer\":[[\"336\"]],\"SearchTraceId\":\"cbe94-158dd-0c93e-bda7f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\"],\"departure_datesf\":[\"27\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-27\",\"strDepatureDate\":[\"27\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"cbe94-158dd-0c93e-bda7f\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 09:56:02\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"cbe94-158dd-0c93e-bda7f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-27\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"cbe94-158dd-0c93e-bda7f\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-11 09:56:02\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"cbe94-158dd-0c93e-bda7f\\\",\\\"apiTraceId\\\":\\\"424_5792\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-27\\\",\\\"LocalFromTime\\\":\\\"2022-07-27 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-27 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-27 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-27 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"424-cbe94-158dd-0c93e-bda7f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5792\\\",\\\"ApiResultIndex\\\":\\\"424_5792\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-27T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-27T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658860200,\\\"DepartureDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"02CFE6E126814DC5B00220FAEAF4520D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"173\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Babita \",\"passenger-lastname-1\":\"Agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"DD67SG\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Babita\",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"02CFE6E126814DC5B00220FAEAF4520D\"],\"status\":\"SUCCESS\"}}}','2022-07-11 09:57:28');
INSERT INTO `tbl_temp_data` VALUES (1836,'38be9-6ec39-86d99-182f3','{\"FlightBookingData\":[{\"bookingId\":\"DMC104237674991\",\"bookingId_TJ\":\"TJ104237674991\",\"FlightNumber\":\"6E-6041\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"38be9-6ec39-86d99-182f3\",\"apiTraceId\":\"11-3588485885_1SXRIXC6E6041_9534878340272\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:50\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2022-07-12T17:50\",\"LocalFromTime\":\"2022-07-12 17:50\",\"FromUTCTime\":\"2022-07-12T17:50\",\"LocalToTime\":\"2022-07-12 19:10\",\"ToUTCTime\":\"2022-07-12T19:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,822\",\"ApiResultIndex\":\"11-3588485885_1SXRIXC6E6041_9534878340272\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3467.7,\"PublishedFare\":3821.7,\"PublishedFareAgent\":3821.7,\"OfferedFareAgent\":3821.7,\"OfferedFare\":3467.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3588485885_0SXRIXC6E6041_98543061833621\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3821.7,\"CostToAgent\":3821.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3467.7,\"BaseFareCal\":3521.7,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":3821.7,\"CostToAgent\":3821.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3821.7,\"CostToCustomer\":3821.7,\"BaseFareCal\":3521.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3521.7,\"intOfferedFare\":3467.7,\"intPublishFare\":3467.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3821.7,\"CostToAgent\":3821.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"498\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-12T19:10\",\"SegFlightNumber\":\"6E-6041\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-12T17:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:50\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3588485885_1SXRIXC6E6041_9534878340272\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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 : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"242\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9596595965\",\"FirstName\":\"Gurjat\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 12:16:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"174\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9596595965\",\"FirstName\":\"Gurjat\",\"LastName\":\"Singh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 12:16:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"38be9-6ec39-86d99-182f3\",\"modified\":\"2022-07-11 12:16:27\",\"created\":\"2022-07-11 12:16:27\",\"CustomerMemberSysId\":\"174\"}],\"CustomerSysId\":\"33\",\"CustomerMemSysId\":[\"174\"],\"flight_booking_customer\":[[\"337\"]],\"SearchTraceId\":\"38be9-6ec39-86d99-182f3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Chandigarh (IXC)\",\"DEL\"],\"departure_date\":[\"12\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXC\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Chandigarh Arpt (IXC)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Chandigarh (IXC)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[5765],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"38be9-6ec39-86d99-182f3\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXC\"],\"from\":[\"SXR\"],\"to\":[\"IXC\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Chandigarh, IN - Chandigarh Arpt (IXC)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 12:15:44\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"38be9-6ec39-86d99-182f3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"12\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXC\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chandigarh Arpt (IXC)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Chandigarh (IXC)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-12\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[5765],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"38be9-6ec39-86d99-182f3\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXC\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"IXC\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Chandigarh, IN - Chandigarh Arpt (IXC)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"12\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"12 Jul Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-11 12:15:44\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104237674991\\\",\\\"bookingId_TJ\\\":\\\"TJ104237674991\\\",\\\"FlightNumber\\\":\\\"6E-6041\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"38be9-6ec39-86d99-182f3\\\",\\\"apiTraceId\\\":\\\"11-3588485885_1SXRIXC6E6041_9534878340272\\\",\\\"AirlineSysId\\\":\\\"267\\\",\\\"DepartureTime\\\":\\\"17:50\\\",\\\"ArrivalTime\\\":\\\"19:10\\\",\\\"TravelDate\\\":\\\"2022-07-12T17:50\\\",\\\"LocalFromTime\\\":\\\"2022-07-12 17:50\\\",\\\"FromUTCTime\\\":\\\"2022-07-12T17:50\\\",\\\"LocalToTime\\\":\\\"2022-07-12 19:10\\\",\\\"ToUTCTime\\\":\\\"2022-07-12T19:10\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":80,\\\"DepartureDateTxt\\\":\\\"Tue, 12 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 12 Jul\\\",\\\"FlightDuration\\\":\\\"01h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"5765\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"IXC\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,822\\\",\\\"ApiResultIndex\\\":\\\"11-3588485885_1SXRIXC6E6041_9534878340272\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/6E.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3200,\\\"Tax\\\":267.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":250,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3467.7,\\\"PublishedFare\\\":3821.7,\\\"PublishedFareAgent\\\":3821.7,\\\"OfferedFareAgent\\\":3821.7,\\\"OfferedFare\\\":3467.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3588485885_0SXRIXC6E6041_98543061833621\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3821.7,\\\"CostToAgent\\\":3821.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":267.7,\\\"TotalBaseFare\\\":3467.7,\\\"BaseFareCal\\\":3521.7,\\\"BaseFare\\\":3200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":250,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":3821.7,\\\"CostToAgent\\\":3821.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":3821.7,\\\"CostToCustomer\\\":3821.7,\\\"BaseFareCal\\\":3521.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3521.7,\\\"intOfferedFare\\\":3467.7,\\\"intPublishFare\\\":3467.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3821.7,\\\"CostToAgent\\\":3821.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"498\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Chandigarh Arpt\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Chandigarh\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXC\\\",\\\"destinationArrTime\\\":\\\"2022-07-12T19:10\\\",\\\"SegFlightNumber\\\":\\\"6E-6041\\\",\\\"AirlineCode\\\":\\\"6E\\\",\\\"AirlineName\\\":\\\"IndiGo\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-12T17:50\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg (01 Piece only)\\\",\\\"CabinBaggage\\\":\\\"01 Small Handbag under the seat\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"17:50\\\",\\\"strArrivalDtTime\\\":\\\"19:10\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-3588485885_1SXRIXC6E6041_9534878340272\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-IXC\\\":{\\\"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 : 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 |\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-11 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"IXC\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"5765\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9596595965\",\"leadEmail\":\"bhattravelhub2008@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Gurjat\",\"passenger-lastname-1\":\"Singh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Anantnag\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34445\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bhattravelhub2008@gmail.com\",\"UserSysId\":\"14593\",\"CustomerSysId\":\"207868\",\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRSHAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"BHAT TRAVEL HUB\",\"AgencyCode\":\"11131\",\"ContactNo1\":\"9596595965\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99B585D3-0AD9-4485-A6FA-F795436821BE\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"38be9-6ec39-86d99-182f3\",\"FlightBookingData\":[{\"bookingId\":\"DMC104237674991\",\"bookingId_TJ\":\"TJ104237674991\",\"FlightNumber\":\"6E-6041\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"38be9-6ec39-86d99-182f3\",\"apiTraceId\":\"11-3588485885_1SXRIXC6E6041_9534878340272\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:50\",\"ArrivalTime\":\"19:10\",\"TravelDate\":\"2022-07-12T17:50\",\"LocalFromTime\":\"2022-07-12 17:50\",\"FromUTCTime\":\"2022-07-12T17:50\",\"LocalToTime\":\"2022-07-12 19:10\",\"ToUTCTime\":\"2022-07-12T19:10\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Tue, 12 Jul\",\"ArrivalDateTxt\":\"Tue, 12 Jul\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,822\",\"ApiResultIndex\":\"11-3588485885_1SXRIXC6E6041_9534878340272\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3200,\"Tax\":267.7,\"YQTax\":0,\"OtherCharges\":250,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3467.7,\"PublishedFare\":3821.7,\"PublishedFareAgent\":3821.7,\"OfferedFareAgent\":3821.7,\"OfferedFare\":3467.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3588485885_0SXRIXC6E6041_98543061833621\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3821.7,\"CostToAgent\":3821.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":267.7,\"TotalBaseFare\":3467.7,\"BaseFareCal\":3521.7,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":250,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":3821.7,\"CostToAgent\":3821.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":3821.7,\"CostToCustomer\":3821.7,\"BaseFareCal\":3521.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3521.7,\"intOfferedFare\":3467.7,\"intPublishFare\":3467.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3821.7,\"CostToAgent\":3821.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"498\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-07-12T19:10\",\"SegFlightNumber\":\"6E-6041\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-12T17:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"17:50\",\"strArrivalDtTime\":\"19:10\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3588485885_1SXRIXC6E6041_9534878340272\",\"FareRuleData\":{\"fareRule\":{\"SXR-IXC\":{\"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 : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXC\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"5765\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"2F177862B66341A494ACA30A49429B00\",\"message\":\"\"}}','2022-07-11 12:16:43'),(1844,'f3375-d212e-def3a-ee978','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f3375-d212e-def3a-ee978\",\"apiTraceId\":\"424_5780\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 18:35\",\"FromUTCTime\":\"2022-07-15 18:35\",\"LocalToTime\":\"2022-07-15 20:35:00\",\"ToUTCTime\":\"2022-07-15 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-f3375-d212e-def3a-ee978\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5780\",\"ApiResultIndex\":\"424_5780\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"W9T1UF\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00S\",\"bookingId\":\"9D4B39F345884E0C81FC514F9834672F\"}],\"flight_booking_id_Arr\":[\"244\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"8961995236\",\"FirstName\":\"DR SUMANA \",\"LastName\":\"KUNDU\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 17:15:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"176\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"8961995236\",\"FirstName\":\"DR SUMANA \",\"LastName\":\"KUNDU\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 17:15:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"f3375-d212e-def3a-ee978\",\"modified\":\"2022-07-11 17:15:15\",\"created\":\"2022-07-11 17:15:15\",\"CustomerMemberSysId\":\"176\"}],\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"176\"],\"flight_booking_customer\":[[\"339\"]],\"SearchTraceId\":\"f3375-d212e-def3a-ee978\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\"],\"departure_datesf\":[\"15\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-15\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"f3375-d212e-def3a-ee978\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 17:07:29\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f3375-d212e-def3a-ee978\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-15\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"f3375-d212e-def3a-ee978\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-11 17:07:29\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"1\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"f3375-d212e-def3a-ee978\\\",\\\"apiTraceId\\\":\\\"424_5780\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-15 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"424-f3375-d212e-def3a-ee978\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5780\\\",\\\"ApiResultIndex\\\":\\\"424_5780\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00S\\\",\\\"bookingId\\\":\\\"9D4B39F345884E0C81FC514F9834672F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8961995236\",\"leadEmail\":\"kanakbihariholidays@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"111\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"DR SUMANA \",\"passenger-lastname-1\":\"KUNDU\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"kanakbihariholidays@gmail.com\",\"UserSysId\":\"14545\",\"CustomerSysId\":\"207631\",\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Pawan\",\"LastName\":\"Darak\",\"Password_cu\":\"\",\"AgencyName\":\"Kanakbihari Holidays\",\"AgencyCode\":\"11174\",\"ContactNo1\":\"8961995236\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59B0D582-E0E4-45F8-A206-A5417F1E3B47\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"W9T1UF\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"DR SUMANA\",\"lN\":\"KUNDU\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"9D4B39F345884E0C81FC514F9834672F\"],\"status\":\"SUCCESS\"}}}','2022-07-11 17:15:46'),(1845,'95','{\"_sessiondata\":{\"EmailId\":\"kanakbihariholidays@gmail.com\",\"UserSysId\":\"14545\",\"CustomerSysId\":\"207631\",\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Pawan\",\"LastName\":\"Darak\",\"Password_cu\":\"\",\"AgencyName\":\"Kanakbihari Holidays\",\"AgencyCode\":\"11174\",\"ContactNo1\":\"8961995236\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59B0D582-E0E4-45F8-A206-A5417F1E3B47\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"12800\",\"RefrenceNo\":\"\",\"CreditDate\":\"11\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-11 17:18:40'),(1851,'6d5af-68f90-89c80-1ae11','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"6d5af-68f90-89c80-1ae11\",\"apiTraceId\":\"424_5794\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 18:35\",\"FromUTCTime\":\"2022-07-29 18:35\",\"LocalToTime\":\"2022-07-29 20:35:00\",\"ToUTCTime\":\"2022-07-29 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-6d5af-68f90-89c80-1ae11\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5794\",\"ApiResultIndex\":\"424_5794\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"H8BZVV\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"BDA00D24CB18452D86B3DA7C676D4157\"}],\"flight_booking_id_Arr\":[\"245\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9681080650\",\"FirstName\":\"VISHAL\",\"LastName\":\"GOENKA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 19:41:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"124\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"124\"],\"flight_booking_customer\":[[\"340\"]],\"SearchTraceId\":\"6d5af-68f90-89c80-1ae11\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"29\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6d5af-68f90-89c80-1ae11\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 19:34:07\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"6d5af-68f90-89c80-1ae11\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"6d5af-68f90-89c80-1ae11\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-11 19:34:07\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"6d5af-68f90-89c80-1ae11\\\",\\\"apiTraceId\\\":\\\"424_5794\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-29\\\",\\\"LocalFromTime\\\":\\\"2022-07-29 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-29 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-29 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-29 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"424-6d5af-68f90-89c80-1ae11\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5794\\\",\\\"ApiResultIndex\\\":\\\"424_5794\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-29T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-29T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1659033000,\\\"DepartureDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"BDA00D24CB18452D86B3DA7C676D4157\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9681080650\",\"leadEmail\":\"nikunjkothari10@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VISHAL\",\"passenger-lastname-1\":\"GOENKA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"14078\",\"Salutation\":\"1\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"FirstName\":\"VISHAL\",\"LastName\":\"GOENKA\",\"CountryCode\":\"91\",\"MobileNo\":\"9681080650\"},\"_sessiondata\":{\"EmailId\":\"nikunjkothari10@gmail.com\",\"UserSysId\":\"15602\",\"CustomerSysId\":\"215733\",\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAILESH KUMAR\",\"LastName\":\"KOTHARI\",\"Password_cu\":\"\",\"AgencyName\":\"PARAS TRAVEL SERVICE\",\"AgencyCode\":\"99514\",\"ContactNo1\":\"9681080650\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF9BE85F-AD53-4855-814F-02A1DF4BADE5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"H8BZVV\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VISHAL\",\"lN\":\"GOENKA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"BDA00D24CB18452D86B3DA7C676D4157\"],\"status\":\"SUCCESS\"}}}','2022-07-11 19:44:39'),(1857,'0f5bf-b1af1-a6965-b9034','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"apiTraceId\":\"425_5829\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-18\",\"LocalFromTime\":\"2022-07-18 06:35\",\"FromUTCTime\":\"2022-07-18 06:35\",\"LocalToTime\":\"2022-07-18 08:35:00\",\"ToUTCTime\":\"2022-07-18 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-0f5bf-b1af1-a6965-b9034\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5829\",\"ApiResultIndex\":\"425_5829\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-18T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-18T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/07\\/2022\",\"FromDateSort\":1658082600,\"DepartureDateTxt\":\"Mon, 18 Jul\",\"ArrivalDateTxt\":\"Mon, 18 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IYYW5M\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"12A727B7395E4C73A87C6C50800DDE28\"}],\"flight_booking_id_Arr\":[\"246\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"NAFIS\",\"LastName\":\"ALAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 22:30:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"177\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\" SK\",\"LastName\":\"SAKIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 22:30:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"178\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"NAFIS\",\"LastName\":\"ALAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 22:30:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"modified\":\"2022-07-11 22:30:04\",\"created\":\"2022-07-11 22:30:04\",\"CustomerMemberSysId\":\"177\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\" SK\",\"LastName\":\"SAKIR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-11 22:30:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"modified\":\"2022-07-11 22:30:04\",\"created\":\"2022-07-11 22:30:04\",\"CustomerMemberSysId\":\"178\"}],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"177\",\"178\"],\"flight_booking_customer\":[[\"341\",\"342\"]],\"SearchTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"18\\/07\\/2022\"],\"departure_datesf\":[\"18\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-18\",\"strDepatureDate\":[\"18\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-11 22:28:37\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0f5bf-b1af1-a6965-b9034\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-18\\\",\\\"strDepatureDate\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0f5bf-b1af1-a6965-b9034\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-11 22:28:37\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0f5bf-b1af1-a6965-b9034\\\",\\\"apiTraceId\\\":\\\"425_5829\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-18\\\",\\\"LocalFromTime\\\":\\\"2022-07-18 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-18 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-18 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-18 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-0f5bf-b1af1-a6965-b9034\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5829\\\",\\\"ApiResultIndex\\\":\\\"425_5829\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-18T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-18T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"18\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658082600,\\\"DepartureDateTxt\\\":\\\"Mon, 18 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 18 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"12A727B7395E4C73A87C6C50800DDE28\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"NAFIS\",\"passenger-lastname-1\":\"ALAM\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\" SK\",\"passenger-lastname-2\":\"SAKIR\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IYYW5M\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NAFIS\",\"lN\":\"ALAM\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"IYYW5M\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SK\",\"lN\":\"SAKIR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"12A727B7395E4C73A87C6C50800DDE28\"],\"status\":\"SUCCESS\"}}}','2022-07-11 22:31:40'),(1863,'0264c-ed4ec-9151d-36a75','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0264c-ed4ec-9151d-36a75\",\"apiTraceId\":\"425_5825\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-13\",\"LocalFromTime\":\"2022-07-13 06:35\",\"FromUTCTime\":\"2022-07-13 06:35\",\"LocalToTime\":\"2022-07-13 08:35:00\",\"ToUTCTime\":\"2022-07-13 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0264c-ed4ec-9151d-36a75\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5825\",\"ApiResultIndex\":\"425_5825\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-13T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-13T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"13\\/07\\/2022\",\"FromDateSort\":1657650600,\"DepartureDateTxt\":\"Wed, 13 Jul\",\"ArrivalDateTxt\":\"Wed, 13 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"EC7060AAE9B743338826E3694679CED2\"}],\"flight_booking_id_Arr\":[\"247\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"Akash \",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 09:06:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"179\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"Akash \",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 09:06:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0264c-ed4ec-9151d-36a75\",\"modified\":\"2022-07-12 09:06:46\",\"created\":\"2022-07-12 09:06:46\",\"CustomerMemberSysId\":\"179\"}],\"CustomerSysId\":\"113\",\"CustomerMemSysId\":[\"179\"],\"flight_booking_customer\":[[\"343\"]],\"SearchTraceId\":\"0264c-ed4ec-9151d-36a75\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"13\\/07\\/2022\"],\"departure_datesf\":[\"13\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-13\",\"strDepatureDate\":[\"13\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0264c-ed4ec-9151d-36a75\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"13\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-12 09:05:18\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0264c-ed4ec-9151d-36a75\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-13\\\",\\\"strDepatureDate\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0264c-ed4ec-9151d-36a75\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"13\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-12 09:05:18\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0264c-ed4ec-9151d-36a75\\\",\\\"apiTraceId\\\":\\\"425_5825\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-13\\\",\\\"LocalFromTime\\\":\\\"2022-07-13 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-13 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-13 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-0264c-ed4ec-9151d-36a75\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5825\\\",\\\"ApiResultIndex\\\":\\\"425_5825\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-13T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-13T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"13\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657650600,\\\"DepartureDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 13 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"EC7060AAE9B743338826E3694679CED2\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9051187034\",\"leadEmail\":\"NIKUNJKEDIA707@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Akash \",\"passenger-lastname-1\":\"Sheth\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"UserSysId\":\"15130\",\"CustomerSysId\":\"212031\",\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIKUNJ\",\"LastName\":\"KEDIA\",\"Password_cu\":\"\",\"AgencyName\":\"TANISI TRAVELS\",\"AgencyCode\":\"122111.2416124164539E68\",\"ContactNo1\":\"9051187034\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CBA0A25F-FE89-4E0A-B7B6-4B5089D39482\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Akash \",\"lN\":\"Sheth\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"EC7060AAE9B743338826E3694679CED2\"],\"status\":\"SUCCESS\"}}}','2022-07-12 09:08:11'),(1869,'0e4ee-31d41-0471e-f4b76','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0e4ee-31d41-0471e-f4b76\",\"apiTraceId\":\"425_5837\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 06:35\",\"FromUTCTime\":\"2022-07-26 06:35\",\"LocalToTime\":\"2022-07-26 08:35:00\",\"ToUTCTime\":\"2022-07-26 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0e4ee-31d41-0471e-f4b76\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5837\",\"ApiResultIndex\":\"425_5837\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"YDQ26G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"10FF9BBA589F41668F66C86D70AC9F50\"}],\"flight_booking_id_Arr\":[\"248\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"NEETA\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 12:13:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"180\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"NEETA\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 12:13:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0e4ee-31d41-0471e-f4b76\",\"modified\":\"2022-07-12 12:13:58\",\"created\":\"2022-07-12 12:13:58\",\"CustomerMemberSysId\":\"180\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"180\"],\"flight_booking_customer\":[[\"344\"]],\"SearchTraceId\":\"0e4ee-31d41-0471e-f4b76\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"26\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"26\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0e4ee-31d41-0471e-f4b76\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-12 12:08:38\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0e4ee-31d41-0471e-f4b76\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0e4ee-31d41-0471e-f4b76\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"26 Jul Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-12 12:08:38\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0e4ee-31d41-0471e-f4b76\\\",\\\"apiTraceId\\\":\\\"425_5837\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-26\\\",\\\"LocalFromTime\\\":\\\"2022-07-26 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-26 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-26 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-26 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-0e4ee-31d41-0471e-f4b76\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5837\\\",\\\"ApiResultIndex\\\":\\\"425_5837\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-26T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-26T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"26\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658773800,\\\"DepartureDateTxt\\\":\\\"Tue, 26 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 26 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"10FF9BBA589F41668F66C86D70AC9F50\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9681080650\",\"leadEmail\":\"nikunjkothari10@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"NEETA\",\"passenger-lastname-1\":\"JAIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"nikunjkothari10@gmail.com\",\"UserSysId\":\"15602\",\"CustomerSysId\":\"215733\",\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAILESH KUMAR\",\"LastName\":\"KOTHARI\",\"Password_cu\":\"\",\"AgencyName\":\"PARAS TRAVEL SERVICE\",\"AgencyCode\":\"99514\",\"ContactNo1\":\"9681080650\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF9BE85F-AD53-4855-814F-02A1DF4BADE5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"YDQ26G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MEETA\",\"lN\":\"JAIN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"10FF9BBA589F41668F66C86D70AC9F50\"],\"status\":\"SUCCESS\"}}}','2022-07-12 12:15:42'),(1875,'2c8ce-1c518-603cf-f6c78','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"apiTraceId\":\"424_5784\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-19\",\"LocalFromTime\":\"2022-07-19 18:35\",\"FromUTCTime\":\"2022-07-19 18:35\",\"LocalToTime\":\"2022-07-19 20:35:00\",\"ToUTCTime\":\"2022-07-19 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"424-2c8ce-1c518-603cf-f6c78\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5784\",\"ApiResultIndex\":\"424_5784\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-19T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-19T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/07\\/2022\",\"FromDateSort\":1658169000,\"DepartureDateTxt\":\"Tue, 19 Jul\",\"ArrivalDateTxt\":\"Tue, 19 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"D6U1NY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"31C0C994C39548B3BC6876A0E1BF771E\"}],\"flight_booking_id_Arr\":[\"249\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"GOURAV\",\"LastName\":\"KABRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 13:39:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"181\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9832330248\",\"FirstName\":\"PUJA\",\"LastName\":\"KABRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 13:39:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"182\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"GOURAV\",\"LastName\":\"KABRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 13:39:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"modified\":\"2022-07-12 13:39:15\",\"created\":\"2022-07-12 13:39:15\",\"CustomerMemberSysId\":\"181\"},{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9832330248\",\"FirstName\":\"PUJA\",\"LastName\":\"KABRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 13:39:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"modified\":\"2022-07-12 13:39:15\",\"created\":\"2022-07-12 13:39:15\",\"CustomerMemberSysId\":\"182\"}],\"CustomerSysId\":\"120\",\"CustomerMemSysId\":[\"181\",\"182\"],\"flight_booking_customer\":[[\"345\",\"346\"]],\"SearchTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"19\\/07\\/2022\"],\"departure_datesf\":[\"19\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-19\",\"strDepatureDate\":[\"19\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-12 13:38:40\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"2c8ce-1c518-603cf-f6c78\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-19\\\",\\\"strDepatureDate\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"2c8ce-1c518-603cf-f6c78\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-12 13:38:40\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"2c8ce-1c518-603cf-f6c78\\\",\\\"apiTraceId\\\":\\\"424_5784\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-19\\\",\\\"LocalFromTime\\\":\\\"2022-07-19 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-19 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-19 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-19 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"424-2c8ce-1c518-603cf-f6c78\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5784\\\",\\\"ApiResultIndex\\\":\\\"424_5784\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-19T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-19T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"19\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658169000,\\\"DepartureDateTxt\\\":\\\"Tue, 19 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 19 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"31C0C994C39548B3BC6876A0E1BF771E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9832330248\",\"leadEmail\":\"shyamtravelsin@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"GOURAV\",\"passenger-lastname-1\":\"KABRA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Siliguri\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25227\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"PUJA\",\"passenger-lastname-2\":\"KABRA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"shyamtravelsin@gmail.com\",\"UserSysId\":\"15075\",\"CustomerSysId\":\"211773\",\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BIKKY\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"SHYAMTRAVELS\",\"AgencyCode\":\"61374\",\"ContactNo1\":\"9832330248\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C3DFBEC4-427E-4214-89DD-B104C9CA2AC4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"D6U1NY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"GOURAV\",\"lN\":\"KABRA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}},{\"pnrDetails\":{\"DEL-CCU\":\"D6U1NY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"PUJA\",\"lN\":\"KABRA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"31C0C994C39548B3BC6876A0E1BF771E\"],\"status\":\"SUCCESS\"}}}','2022-07-12 13:39:32'),(1881,'9d7b9-6d92a-1778f-1b61a','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9d7b9-6d92a-1778f-1b61a\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-9d7b9-6d92a-1778f-1b61a\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"GHZUNX\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"F78CF606153544C792700C1CF7755498\"}],\"flight_booking_id_Arr\":[\"250\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8961995236\",\"FirstName\":\" Ashok \",\"LastName\":\"Bothra\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 17:52:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"183\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8961995236\",\"FirstName\":\" Ashok \",\"LastName\":\"Bothra\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-12 17:52:06\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9d7b9-6d92a-1778f-1b61a\",\"modified\":\"2022-07-12 17:52:06\",\"created\":\"2022-07-12 17:52:06\",\"CustomerMemberSysId\":\"183\"}],\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"183\"],\"flight_booking_customer\":[[\"347\"]],\"SearchTraceId\":\"9d7b9-6d92a-1778f-1b61a\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\"],\"departure_datesf\":[\"15\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-15\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"9d7b9-6d92a-1778f-1b61a\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-12 17:50: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\":\"9d7b9-6d92a-1778f-1b61a\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-15\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"9d7b9-6d92a-1778f-1b61a\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-12 17:50:42\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"9d7b9-6d92a-1778f-1b61a\\\",\\\"apiTraceId\\\":\\\"425_5826\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-9d7b9-6d92a-1778f-1b61a\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5826\\\",\\\"ApiResultIndex\\\":\\\"425_5826\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"F78CF606153544C792700C1CF7755498\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8961995236\",\"leadEmail\":\"kanakbihariholidays@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\" Ashok \",\"passenger-lastname-1\":\"Bothra\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"kanakbihariholidays@gmail.com\",\"UserSysId\":\"14545\",\"CustomerSysId\":\"207631\",\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Pawan\",\"LastName\":\"Darak\",\"Password_cu\":\"\",\"AgencyName\":\"Kanakbihari Holidays\",\"AgencyCode\":\"11174\",\"ContactNo1\":\"8961995236\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59B0D582-E0E4-45F8-A206-A5417F1E3B47\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"GHZUNX\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Ashok\",\"lN\":\"Bothra\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"F78CF606153544C792700C1CF7755498\"],\"status\":\"SUCCESS\"}}}','2022-07-12 17:52:18'),(1887,'a5a28-cf630-96396-eb1fd','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a5a28-cf630-96396-eb1fd\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-a5a28-cf630-96396-eb1fd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"11B455040D8F4450B0C8CAB46065B411\"}],\"flight_booking_id_Arr\":[\"251\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"AMIR\",\"LastName\":\"KHANSAMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 10:48:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"184\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"AMIR\",\"LastName\":\"KHANSAMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 10:48:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a5a28-cf630-96396-eb1fd\",\"modified\":\"2022-07-13 10:48:42\",\"created\":\"2022-07-13 10:48:42\",\"CustomerMemberSysId\":\"184\"}],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"184\"],\"flight_booking_customer\":[[\"348\"]],\"SearchTraceId\":\"a5a28-cf630-96396-eb1fd\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\"],\"departure_datesf\":[\"15\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-15\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"a5a28-cf630-96396-eb1fd\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-13 10:46:53\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a5a28-cf630-96396-eb1fd\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-15\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"a5a28-cf630-96396-eb1fd\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-13 10:46:53\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a5a28-cf630-96396-eb1fd\\\",\\\"apiTraceId\\\":\\\"425_5826\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-a5a28-cf630-96396-eb1fd\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5826\\\",\\\"ApiResultIndex\\\":\\\"425_5826\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"11B455040D8F4450B0C8CAB46065B411\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMIR\",\"passenger-lastname-1\":\"KHANSAMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-07-13 10:49:01'),(1892,'99220-e9507-f5e5c-d53d7','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"99220-e9507-f5e5c-d53d7\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-99220-e9507-f5e5c-d53d7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"5A45AE6DC115447F80167C69FF8F49D9\"}],\"flight_booking_id_Arr\":[\"252\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"AMIR\",\"LastName\":\"KHANSAMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 10:50:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"184\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"AMIR\",\"LastName\":\"KHANSAMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 10:50:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-07-13 10:50:43\",\"CustomerMemberSysId\":\"184\"}],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"184\"],\"flight_booking_customer\":[[\"349\"]],\"SearchTraceId\":\"99220-e9507-f5e5c-d53d7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\"],\"departure_datesf\":[\"15\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-15\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"99220-e9507-f5e5c-d53d7\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-13 10:50:33\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"99220-e9507-f5e5c-d53d7\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-15\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"99220-e9507-f5e5c-d53d7\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-13 10:50:33\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"99220-e9507-f5e5c-d53d7\\\",\\\"apiTraceId\\\":\\\"425_5826\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-99220-e9507-f5e5c-d53d7\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5826\\\",\\\"ApiResultIndex\\\":\\\"425_5826\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"5A45AE6DC115447F80167C69FF8F49D9\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"184\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMIR\",\"passenger-lastname-1\":\"KHANSAMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-07-13 10:50:52'),(1893,'96','{\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3800\",\"RefrenceNo\":\"219410866095\",\"CreditDate\":\"13\\/07\\/2022\",\"Remark\":\"SOUTH INDIAN BANK\\r\\n(MONDAL TRAVEL)\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-13 10:55:20'),(1899,'50ade-bd1d8-3e19c-70099','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"50ade-bd1d8-3e19c-70099\",\"apiTraceId\":\"425_5826\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-15\",\"LocalFromTime\":\"2022-07-15 06:35\",\"FromUTCTime\":\"2022-07-15 06:35\",\"LocalToTime\":\"2022-07-15 08:35:00\",\"ToUTCTime\":\"2022-07-15 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-50ade-bd1d8-3e19c-70099\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5826\",\"ApiResultIndex\":\"425_5826\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-15T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-15T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"15\\/07\\/2022\",\"FromDateSort\":1657823400,\"DepartureDateTxt\":\"Fri, 15 Jul\",\"ArrivalDateTxt\":\"Fri, 15 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"GHZUNX\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"35EC3CA754CB427D8A92B4E57372DFF6\"}],\"flight_booking_id_Arr\":[\"253\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"AMIR\",\"LastName\":\"KHANSAMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 10:58:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"184\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"AMIR\",\"LastName\":\"KHANSAMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 10:58:02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-07-13 10:58:02\",\"CustomerMemberSysId\":\"184\"}],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"184\"],\"flight_booking_customer\":[[\"350\"]],\"SearchTraceId\":\"50ade-bd1d8-3e19c-70099\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"15\\/07\\/2022\"],\"departure_datesf\":[\"15\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-15\",\"strDepatureDate\":[\"15\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"50ade-bd1d8-3e19c-70099\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-13 10:57:12\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"50ade-bd1d8-3e19c-70099\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-15\\\",\\\"strDepatureDate\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"50ade-bd1d8-3e19c-70099\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-13 10:57:12\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"50ade-bd1d8-3e19c-70099\\\",\\\"apiTraceId\\\":\\\"425_5826\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-15\\\",\\\"LocalFromTime\\\":\\\"2022-07-15 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-15 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-15 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-50ade-bd1d8-3e19c-70099\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5826\\\",\\\"ApiResultIndex\\\":\\\"425_5826\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-15T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-15T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"15\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657823400,\\\"DepartureDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 15 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"35EC3CA754CB427D8A92B4E57372DFF6\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"184\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMIR\",\"passenger-lastname-1\":\"KHANSAMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"GHZUNX\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"AMIR\",\"lN\":\"KHANSAMA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"35EC3CA754CB427D8A92B4E57372DFF6\"],\"status\":\"SUCCESS\"}}}','2022-07-13 10:58:17'),(1900,'97','{\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"9000\",\"RefrenceNo\":\"0001242421977\",\"CreditDate\":\"09\\/07\\/2022\",\"Remark\":\"Online trf at HDFC BANK ON 09\\/07\\/2022\\r\\nPLZ UPDATE IT\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-13 12:44:11'),(1901,'98','{\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"9000\",\"RefrenceNo\":\"0001242421977\",\"CreditDate\":\"09\\/07\\/2022\",\"Remark\":\"Online trf at HDFC BANK ON 09\\/07\\/2022\\r\\nPLZ UPDATE IT\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-13 12:44:55'),(1913,'99','{\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"7600\",\"RefrenceNo\":\"\",\"CreditDate\":\"13\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-13 22:00:32'),(1918,'7e278-a86af-beade-23ed5','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7e278-a86af-beade-23ed5\",\"apiTraceId\":\"425_5827\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-16\",\"LocalFromTime\":\"2022-07-16 06:35\",\"FromUTCTime\":\"2022-07-16 06:35\",\"LocalToTime\":\"2022-07-16 08:35:00\",\"ToUTCTime\":\"2022-07-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-7e278-a86af-beade-23ed5\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5827\",\"ApiResultIndex\":\"425_5827\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/07\\/2022\",\"FromDateSort\":1657909800,\"DepartureDateTxt\":\"Sat, 16 Jul\",\"ArrivalDateTxt\":\"Sat, 16 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"0BF4F4E75DE547F197C319805441665F\"}],\"flight_booking_id_Arr\":[\"255\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"saniaj\",\"LastName\":\"sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:00:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"187\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"sheikh makidul\",\"LastName\":\"islam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:00:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"188\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"saniaj\",\"LastName\":\"sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:00:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7e278-a86af-beade-23ed5\",\"modified\":\"2022-07-13 22:00:08\",\"created\":\"2022-07-13 22:00:08\",\"CustomerMemberSysId\":\"187\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"sheikh makidul\",\"LastName\":\"islam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:00:08\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7e278-a86af-beade-23ed5\",\"modified\":\"2022-07-13 22:00:08\",\"created\":\"2022-07-13 22:00:08\",\"CustomerMemberSysId\":\"188\"}],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"187\",\"188\"],\"flight_booking_customer\":[[\"353\",\"354\"]],\"SearchTraceId\":\"7e278-a86af-beade-23ed5\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"16\\/07\\/2022\"],\"departure_datesf\":[\"16\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-16\",\"strDepatureDate\":[\"16\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7e278-a86af-beade-23ed5\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-13 21:58:55\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7e278-a86af-beade-23ed5\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-16\\\",\\\"strDepatureDate\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"7e278-a86af-beade-23ed5\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-13 21:58:55\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7e278-a86af-beade-23ed5\\\",\\\"apiTraceId\\\":\\\"425_5827\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-16\\\",\\\"LocalFromTime\\\":\\\"2022-07-16 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-16 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-16 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-16 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-7e278-a86af-beade-23ed5\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5827\\\",\\\"ApiResultIndex\\\":\\\"425_5827\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-16T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-16T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"16\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657909800,\\\"DepartureDateTxt\\\":\\\"Sat, 16 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 16 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"0BF4F4E75DE547F197C319805441665F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"saniaj\",\"passenger-lastname-1\":\"sekh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"sheikh makidul\",\"passenger-lastname-2\":\"islam\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightQueryids\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"408623\",\"TPSysId\":\"408624\",\"VersionId\":[\"82905\"],\"CustomerSysId\":\"207542\",\"TrxId\":\"29419\",\"FareBreakdownid\":[\"356509\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"475F286FD39A4A71A15993141A23443A\",\"message\":\"\"}}','2022-07-13 22:01:26'),(1924,'adb39-6b63d-c12d4-f63bc','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"adb39-6b63d-c12d4-f63bc\",\"apiTraceId\":\"425_5827\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-16\",\"LocalFromTime\":\"2022-07-16 06:35\",\"FromUTCTime\":\"2022-07-16 06:35\",\"LocalToTime\":\"2022-07-16 08:35:00\",\"ToUTCTime\":\"2022-07-16 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-adb39-6b63d-c12d4-f63bc\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5827\",\"ApiResultIndex\":\"425_5827\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-16T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-16T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"16\\/07\\/2022\",\"FromDateSort\":1657909800,\"DepartureDateTxt\":\"Sat, 16 Jul\",\"ArrivalDateTxt\":\"Sat, 16 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"ZD5LWZ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"6B68BCF4AC55446BBCD23D5D06F36EF7\"}],\"flight_booking_id_Arr\":[\"256\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"saniaj\",\"LastName\":\"sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:02:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"187\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"sheikh makidul\",\"LastName\":\"islam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:02:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"188\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"saniaj\",\"LastName\":\"sekh\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:02:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-07-13 22:02:58\",\"CustomerMemberSysId\":\"187\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"sheikh makidul\",\"LastName\":\"islam\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 22:02:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-07-13 22:02:58\",\"CustomerMemberSysId\":\"188\"}],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"187\",\"188\"],\"flight_booking_customer\":[[\"355\",\"356\"]],\"SearchTraceId\":\"adb39-6b63d-c12d4-f63bc\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"16\\/07\\/2022\"],\"departure_datesf\":[\"16\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-16\",\"strDepatureDate\":[\"16\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"adb39-6b63d-c12d4-f63bc\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-13 22:02: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\":\"adb39-6b63d-c12d4-f63bc\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-16\\\",\\\"strDepatureDate\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"adb39-6b63d-c12d4-f63bc\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"16\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-13 22:02:38\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"adb39-6b63d-c12d4-f63bc\\\",\\\"apiTraceId\\\":\\\"425_5827\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-16\\\",\\\"LocalFromTime\\\":\\\"2022-07-16 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-16 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-16 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-16 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-adb39-6b63d-c12d4-f63bc\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5827\\\",\\\"ApiResultIndex\\\":\\\"425_5827\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-16T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-16T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"16\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657909800,\\\"DepartureDateTxt\\\":\\\"Sat, 16 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 16 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"6B68BCF4AC55446BBCD23D5D06F36EF7\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"187\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"saniaj\",\"passenger-lastname-1\":\"sekh\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"188\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"sheikh makidul\",\"passenger-lastname-2\":\"islam\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"ZD5LWZ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"saniaj\",\"lN\":\"sk\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"ZD5LWZ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"sk makidul \",\"lN\":\"islam\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"6B68BCF4AC55446BBCD23D5D06F36EF7\"],\"status\":\"SUCCESS\"}}}','2022-07-13 22:03:11'),(1928,'fd136-8af7a-b6039-c58d0','{\"BookingData\":[{\"bookingId\":\"TJS107400296597\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-07-22T17:35\",\"LocalFromTime\":\"2022-07-22 17:35\",\"FromUTCTime\":\"2022-07-22T17:35\",\"LocalToTime\":\"2022-07-22 19:45\",\"ToUTCTime\":\"2022-07-22T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"PublishedFareTxt\":\"4,072\",\"ApiResultIndex\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.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\":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,\"ARF\":3000,\"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\":3200,\"Tax\":871.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4071.7,\"PublishedFare\":4189.7,\"OfferedFare\":3871.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5942756654_0DELBOM6E2046_685594809101277\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":871.7,\"BaseFareCal\":3920.21,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":165,\"MFT\":2.7,\"OT\":489,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":4189.7,\"CostToCustomer\":4189.7,\"BaseFareCal\":3920.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3920.21,\"intOfferedFare\":3871.7,\"intPublishFare\":4071.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100}},\"Segments\":[{\"segmentid\":\"46\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-22T19:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-22T17:35\",\"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\":\"17:35\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"TCSW\",\"Price\":400,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"46\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"fd136-8af7a-b6039-c58d0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-22 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\":\"TJS107400296597\",\"FlightNumber\":\"6E-2046\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"strTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"17:35\",\"ArrivalTime\":\"19:45\",\"TravelDate\":\"2022-07-22T17:35\",\"LocalFromTime\":\"2022-07-22 17:35\",\"FromUTCTime\":\"2022-07-22T17:35\",\"LocalToTime\":\"2022-07-22 19:45\",\"ToUTCTime\":\"2022-07-22T19:45\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":4071.7,\"ApiResultIndex\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"fd136-8af7a-b6039-c58d0\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":3200,\"Tax\":871.7,\"YQTax\":0,\"OtherCharges\":489,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":165,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":4071.7,\"PublishedFare\":4189.7,\"OfferedFare\":3871.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":871.7,\"BaseFareCal\":3920.21,\"BaseFare\":3200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":165,\"MFT\":2.7,\"OT\":489,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"46\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-22T19:45\",\"SegFlightNumber\":\"6E-2046\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-22T17:35\",\"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\":\"17:35\",\"strArrivalDtTime\":\"19:45\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5942756654_41DELBOM6E2046_685580442644581\",\"localFromDateTime\":\"2022-07-22 17:35\",\"localToDateTime\":\"2022-07-22 19:45\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"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\":\"22\\/07\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Delhi Indira Gandhi Intl (DEL)\",\"to_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"22\\/07\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-07-22\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"fd136-8af7a-b6039-c58d0\",\"from_city_\":\"1__DEL-BOM\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29%2C+India&departure_date=22%2F07%2F2022&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29&adults=1&childs=0&infants=0&class=2\",\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8595077740\",\"FirstName\":\"Komal\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-14-10-48-02\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"125\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"408692\",\"TPSysId\":\"408693\",\"VersionId\":[\"82928\"],\"CustomerSysId\":\"216367\",\"TrxId\":\"29436\",\"FareBreakdownid\":[\"356521\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"357\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"125\",\"CustomerMemSysId\":[\"125\"],\"flight_booking_id\":[\"257\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"257\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":4189.7},\"Invoicedata\":{\"AgentSysId\":\"12211\",\"CustomerSysId\":\"216367\",\"TPSysId\":\"408693\",\"MasterTPSysId\":\"408692\",\"ProposalID\":\"408693\\/V1\",\"InvoiceDate\":\"2022-07-14\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-07-14\",\"PaymentDate\":\"2022-07-14\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":4153.7,\"InvoiceStatus\":true,\"TotalCGST\":18,\"TotalSGST\":18,\"TotalIGST\":36,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":4189.7,\"TotalDueAmount\":0,\"InvoiceValue\":4189.7,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"12211\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-BOM-IndiGo 6E-2046\",\"ItemQty\":1,\"ItemRates\":3953.7,\"Total\":3953.7,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":4189.7,\"MarkupType\":\"\",\"Markup\":200,\"TotalMarkup\":200,\"SubTotal\":4153.7,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":36,\"SGST\":18,\"CGST\":18,\"IGST\":36,\"ItemsSACCode\":\"\"}]},\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-07-14 10:48:51'),(1934,'c858a-80045-4d428-50465','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"c858a-80045-4d428-50465\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-c858a-80045-4d428-50465\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07I\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X86BJY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06W\",\"bookingId\":\"2541BE54D39542E0978DFBEE8718C762\"}],\"flight_booking_id_Arr\":[\"258\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"NEHA\",\"LastName\":\"PODDAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-14 10:56:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"189\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"NEHA\",\"LastName\":\"PODDAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-14 10:56:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"c858a-80045-4d428-50465\",\"modified\":\"2022-07-14 10:56:27\",\"created\":\"2022-07-14 10:56:27\",\"CustomerMemberSysId\":\"189\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"189\"],\"flight_booking_customer\":[[\"358\"]],\"SearchTraceId\":\"c858a-80045-4d428-50465\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"17\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c858a-80045-4d428-50465\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-14 10:49:53\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c858a-80045-4d428-50465\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"c858a-80045-4d428-50465\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"17 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-14 10:49:53\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"c858a-80045-4d428-50465\\\",\\\"apiTraceId\\\":\\\"425_5828\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-17\\\",\\\"LocalFromTime\\\":\\\"2022-07-17 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-17 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-17 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-17 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-c858a-80045-4d428-50465\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5828\\\",\\\"ApiResultIndex\\\":\\\"425_5828\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"07I\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-17T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-17T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657996200,\\\"DepartureDateTxt\\\":\\\"Sun, 17 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 17 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06W\\\",\\\"bookingId\\\":\\\"2541BE54D39542E0978DFBEE8718C762\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9681080650\",\"leadEmail\":\"nikunjkothari10@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"NEHA\",\"passenger-lastname-1\":\"PODDAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"nikunjkothari10@gmail.com\",\"UserSysId\":\"15602\",\"CustomerSysId\":\"215733\",\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAILESH KUMAR\",\"LastName\":\"KOTHARI\",\"Password_cu\":\"\",\"AgencyName\":\"PARAS TRAVEL SERVICE\",\"AgencyCode\":\"99514\",\"ContactNo1\":\"9681080650\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF9BE85F-AD53-4855-814F-02A1DF4BADE5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NEHA\",\"lN\":\"PODDAR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2541BE54D39542E0978DFBEE8718C762\"],\"status\":\"SUCCESS\"}}}','2022-07-14 10:59:43'),(1940,'3366b-b4ad1-c01a6-5488c','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3366b-b4ad1-c01a6-5488c\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-3366b-b4ad1-c01a6-5488c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0B8\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X86BJY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0AM\",\"bookingId\":\"89C0F4396FD54404AE5086E5AAB5002A\"}],\"flight_booking_id_Arr\":[\"259\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"RAVI\",\"LastName\":\"ARORA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-14 12:15:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"190\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"RAVI\",\"LastName\":\"ARORA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-14 12:15:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3366b-b4ad1-c01a6-5488c\",\"modified\":\"2022-07-14 12:15:51\",\"created\":\"2022-07-14 12:15:51\",\"CustomerMemberSysId\":\"190\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"190\"],\"flight_booking_customer\":[[\"359\"]],\"SearchTraceId\":\"3366b-b4ad1-c01a6-5488c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/07\\/2022\",\"19\\/07\\/2022\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"17\\/07\\/2022\",\"2022-07-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3366b-b4ad1-c01a6-5488c\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/07\\/2022\",\"19\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Jul Sun\",\"19 Jul Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-14 12:11:10\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3366b-b4ad1-c01a6-5488c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"2022-07-19\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3366b-b4ad1-c01a6-5488c\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"17 Jul Sun\\\",\\\"19 Jul Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-14 12:11:10\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3366b-b4ad1-c01a6-5488c\\\",\\\"apiTraceId\\\":\\\"425_5828\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-17\\\",\\\"LocalFromTime\\\":\\\"2022-07-17 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-17 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-17 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-17 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-3366b-b4ad1-c01a6-5488c\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5828\\\",\\\"ApiResultIndex\\\":\\\"425_5828\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0B8\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-17T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-17T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657996200,\\\"DepartureDateTxt\\\":\\\"Sun, 17 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 17 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0AM\\\",\\\"bookingId\\\":\\\"89C0F4396FD54404AE5086E5AAB5002A\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9681080650\",\"leadEmail\":\"nikunjkothari10@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RAVI\",\"passenger-lastname-1\":\"ARORA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"nikunjkothari10@gmail.com\",\"UserSysId\":\"15602\",\"CustomerSysId\":\"215733\",\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAILESH KUMAR\",\"LastName\":\"KOTHARI\",\"Password_cu\":\"\",\"AgencyName\":\"PARAS TRAVEL SERVICE\",\"AgencyCode\":\"99514\",\"ContactNo1\":\"9681080650\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF9BE85F-AD53-4855-814F-02A1DF4BADE5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"RAVI\",\"lN\":\"ARORA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"89C0F4396FD54404AE5086E5AAB5002A\"],\"status\":\"SUCCESS\"}}}','2022-07-14 12:20:43'),(1946,'9dbfd-b5322-c1817-9304f','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9dbfd-b5322-c1817-9304f\",\"apiTraceId\":\"425_5829\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-18\",\"LocalFromTime\":\"2022-07-18 06:35\",\"FromUTCTime\":\"2022-07-18 06:35\",\"LocalToTime\":\"2022-07-18 08:35:00\",\"ToUTCTime\":\"2022-07-18 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-9dbfd-b5322-c1817-9304f\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5829\",\"ApiResultIndex\":\"425_5829\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-18T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-18T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"18\\/07\\/2022\",\"FromDateSort\":1658082600,\"DepartureDateTxt\":\"Mon, 18 Jul\",\"ArrivalDateTxt\":\"Mon, 18 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"IYYW5M\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"0528114CC56E4C169DBC1CE574667D3A\"}],\"flight_booking_id_Arr\":[\"260\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8961995236\",\"FirstName\":\"MANIRUL \",\"LastName\":\"ISLAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-14 20:39:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"191\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"111\",\"EmailId\":\"kanakbihariholidays@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8961995236\",\"FirstName\":\"MANIRUL \",\"LastName\":\"ISLAM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13088\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-14 20:39:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"9dbfd-b5322-c1817-9304f\",\"modified\":\"2022-07-14 20:39:33\",\"created\":\"2022-07-14 20:39:33\",\"CustomerMemberSysId\":\"191\"}],\"CustomerSysId\":\"111\",\"CustomerMemSysId\":[\"191\"],\"flight_booking_customer\":[[\"360\"]],\"SearchTraceId\":\"9dbfd-b5322-c1817-9304f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"18\\/07\\/2022\"],\"departure_datesf\":[\"18\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-18\",\"strDepatureDate\":[\"18\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"9dbfd-b5322-c1817-9304f\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-14 20:37:39\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"9dbfd-b5322-c1817-9304f\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-18\\\",\\\"strDepatureDate\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"9dbfd-b5322-c1817-9304f\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"18\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-14 20:37:39\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"9dbfd-b5322-c1817-9304f\\\",\\\"apiTraceId\\\":\\\"425_5829\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-18\\\",\\\"LocalFromTime\\\":\\\"2022-07-18 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-18 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-18 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-18 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-9dbfd-b5322-c1817-9304f\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5829\\\",\\\"ApiResultIndex\\\":\\\"425_5829\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-18T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-18T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"18\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658082600,\\\"DepartureDateTxt\\\":\\\"Mon, 18 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 18 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"0528114CC56E4C169DBC1CE574667D3A\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8961995236\",\"leadEmail\":\"kanakbihariholidays@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MANIRUL \",\"passenger-lastname-1\":\"ISLAM\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"kanakbihariholidays@gmail.com\",\"UserSysId\":\"14545\",\"CustomerSysId\":\"207631\",\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Pawan\",\"LastName\":\"Darak\",\"Password_cu\":\"\",\"AgencyName\":\"Kanakbihari Holidays\",\"AgencyCode\":\"11174\",\"ContactNo1\":\"8961995236\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59B0D582-E0E4-45F8-A206-A5417F1E3B47\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"IYYW5M\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MANIRUL\",\"lN\":\"ISLAM\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"0528114CC56E4C169DBC1CE574667D3A\"],\"status\":\"SUCCESS\"}}}','2022-07-14 20:39:49'),(1948,'fc252-bb65a-6b4aa-3ca69','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fc252-bb65a-6b4aa-3ca69\",\"apiTraceId\":\"424_5784\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-19\",\"LocalFromTime\":\"2022-07-19 18:35\",\"FromUTCTime\":\"2022-07-19 18:35\",\"LocalToTime\":\"2022-07-19 20:35:00\",\"ToUTCTime\":\"2022-07-19 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-fc252-bb65a-6b4aa-3ca69\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5784\",\"ApiResultIndex\":\"424_5784\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-19T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-19T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/07\\/2022\",\"FromDateSort\":1658169000,\"DepartureDateTxt\":\"Tue, 19 Jul\",\"ArrivalDateTxt\":\"Tue, 19 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"424_5784\",\"SearchTraceId\":\"fc252-bb65a-6b4aa-3ca69\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"19\\/07\\/2022\"],\"departure_datesf\":[\"19\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-19\",\"strDepatureDate\":[\"19\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"fc252-bb65a-6b4aa-3ca69\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-15 11:31:50\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-15 11:32:14'),(1949,'100','{\"_sessiondata\":{\"EmailId\":\"ksubrata91@gmail.com\",\"UserSysId\":\"14615\",\"CustomerSysId\":\"207897\",\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SUBRATA\",\"LastName\":\"KARMAKAR\",\"Password_cu\":\"\",\"AgencyName\":\"ONLINE DOT COM\",\"AgencyCode\":\"11153\",\"ContactNo1\":\"7797636353\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"017129F0-FC2C-4285-BE48-10B3B8AA1855\",\"Address\":\"DUTTAPULIA\",\"PinCode\":\"741504\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\\/index\\/myprofile\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"11400\",\"RefrenceNo\":\"\",\"CreditDate\":\"15\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/dashboard\\/index\\/myprofile\"}','2022-07-15 20:06:41'),(1955,'bf8a9-40a81-ec508-68085','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bf8a9-40a81-ec508-68085\",\"apiTraceId\":\"425_5830\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-19\",\"LocalFromTime\":\"2022-07-19 06:35\",\"FromUTCTime\":\"2022-07-19 06:35\",\"LocalToTime\":\"2022-07-19 08:35:00\",\"ToUTCTime\":\"2022-07-19 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":3,\"CurrencyType\":\"1\",\"PublishedFare\":11400,\"PublishedFareTxt\":\"11,400\",\"ApiResultIndex\":\"425-bf8a9-40a81-ec508-68085\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9900,\"Tax\":300,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11400,\"PublishedFare\":11400,\"PublishedFareAgent\":11400,\"OfferedFareAgent\":11400,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5830\",\"ApiResultIndex\":\"425_5830\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":11400,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":3,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":9900,\"BaseFare\":9900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":300,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1200,\"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\":11400,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-19T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-19T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"19\\/07\\/2022\",\"FromDateSort\":1658169000,\"DepartureDateTxt\":\"Tue, 19 Jul\",\"ArrivalDateTxt\":\"Tue, 19 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"BE659A\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"BDA60EA2BD3B4232855CAD70BF7D06CB\"}],\"flight_booking_id_Arr\":[\"261\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"26\",\"EmailId\":\"ksubrata91@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7797636353\",\"FirstName\":\"IKRAMUL\",\"LastName\":\"BISWAS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13151\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-15 20:14:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"192\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"26\",\"EmailId\":\"ksubrata91@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7797636353\",\"FirstName\":\"TAPAN\",\"LastName\":\"BISWAS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13151\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-15 20:14:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"193\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"26\",\"EmailId\":\"ksubrata91@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7797636353\",\"FirstName\":\"SAFIKUL \",\"LastName\":\"MONDAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13151\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-15 20:14:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"194\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"26\",\"EmailId\":\"ksubrata91@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7797636353\",\"FirstName\":\"IKRAMUL\",\"LastName\":\"BISWAS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13151\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-15 20:14:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bf8a9-40a81-ec508-68085\",\"modified\":\"2022-07-15 20:14:24\",\"created\":\"2022-07-15 20:14:24\",\"CustomerMemberSysId\":\"192\"},{\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"26\",\"EmailId\":\"ksubrata91@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7797636353\",\"FirstName\":\"TAPAN\",\"LastName\":\"BISWAS\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13151\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-15 20:14:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bf8a9-40a81-ec508-68085\",\"modified\":\"2022-07-15 20:14:24\",\"created\":\"2022-07-15 20:14:24\",\"CustomerMemberSysId\":\"193\"},{\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"26\",\"EmailId\":\"ksubrata91@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7797636353\",\"FirstName\":\"SAFIKUL \",\"LastName\":\"MONDAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13151\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-15 20:14:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"bf8a9-40a81-ec508-68085\",\"modified\":\"2022-07-15 20:14:24\",\"created\":\"2022-07-15 20:14:24\",\"CustomerMemberSysId\":\"194\"}],\"CustomerSysId\":\"26\",\"CustomerMemSysId\":[\"192\",\"193\",\"194\"],\"flight_booking_customer\":[[\"361\",\"362\",\"363\"]],\"SearchTraceId\":\"bf8a9-40a81-ec508-68085\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"19\\/07\\/2022\"],\"departure_datesf\":[\"19\\/07\\/2022\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-19\",\"strDepatureDate\":[\"19\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"bf8a9-40a81-ec508-68085\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-15 20:11:52\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"bf8a9-40a81-ec508-68085\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"3\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-19\\\",\\\"strDepatureDate\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"bf8a9-40a81-ec508-68085\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"19\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-15 20:11:52\\\",\\\"ContSysId\\\":null,\\\"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\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"bf8a9-40a81-ec508-68085\\\",\\\"apiTraceId\\\":\\\"425_5830\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-19\\\",\\\"LocalFromTime\\\":\\\"2022-07-19 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-19 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-19 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-19 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":3,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":11400,\\\"PublishedFareTxt\\\":\\\"11,400\\\",\\\"ApiResultIndex\\\":\\\"425-bf8a9-40a81-ec508-68085\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":9900,\\\"Tax\\\":300,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":11400,\\\"PublishedFare\\\":11400,\\\"PublishedFareAgent\\\":11400,\\\"OfferedFareAgent\\\":11400,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5830\\\",\\\"ApiResultIndex\\\":\\\"425_5830\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":11400,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":3,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":9900,\\\"BaseFare\\\":9900,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":300,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1200,\\\"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\\\":11400,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-19T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-19T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"19\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658169000,\\\"DepartureDateTxt\\\":\\\"Tue, 19 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 19 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"BDA60EA2BD3B4232855CAD70BF7D06CB\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7797636353\",\"leadEmail\":\"ksubrata91@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"3\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"IKRAMUL\",\"passenger-lastname-1\":\"BISWAS\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"TAPAN\",\"passenger-lastname-2\":\"BISWAS\",\"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\":\"SAFIKUL \",\"passenger-lastname-3\":\"MONDAL\",\"passenger-nationality-3\":\"IN\",\"passenger-PassportNo-3\":\"\",\"passenger-passporIssue-3\":\"__\\/__\\/____\",\"passenger-PassportExpiry-3\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"ksubrata91@gmail.com\",\"UserSysId\":\"14615\",\"CustomerSysId\":\"207897\",\"AgencySysId\":\"13151\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SUBRATA\",\"LastName\":\"KARMAKAR\",\"Password_cu\":\"\",\"AgencyName\":\"ONLINE DOT COM\",\"AgencyCode\":\"11153\",\"ContactNo1\":\"7797636353\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"017129F0-FC2C-4285-BE48-10B3B8AA1855\",\"Address\":\"DUTTAPULIA\",\"PinCode\":\"741504\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"BE659A\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"IKRAMUL\",\"lN\":\"BISWAS\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"BE659A\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"TAPAN\",\"lN\":\"BISWAS\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"BE659A\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SAFIKUL\",\"lN\":\"MONDAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"BDA60EA2BD3B4232855CAD70BF7D06CB\"],\"status\":\"SUCCESS\"}}}','2022-07-15 20:14:42'),(1961,'d98b7-24288-8780e-ba656','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d98b7-24288-8780e-ba656\",\"apiTraceId\":\"425_5832\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-21\",\"LocalFromTime\":\"2022-07-21 06:35\",\"FromUTCTime\":\"2022-07-21 06:35\",\"LocalToTime\":\"2022-07-21 08:35:00\",\"ToUTCTime\":\"2022-07-21 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-d98b7-24288-8780e-ba656\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5832\",\"ApiResultIndex\":\"425_5832\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"076\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-21T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-21T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"21\\/07\\/2022\",\"FromDateSort\":1658341800,\"DepartureDateTxt\":\"Thu, 21 Jul\",\"ArrivalDateTxt\":\"Thu, 21 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"UDNHXW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"06K\",\"bookingId\":\"20ED8568943C47709215E44DF027CFA6\"}],\"flight_booking_id_Arr\":[\"262\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"SANGEETA\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-16 12:27:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"195\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9681080650\",\"FirstName\":\"CHIRAG\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-16 12:27:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"196\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"SANGEETA\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-16 12:27:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d98b7-24288-8780e-ba656\",\"modified\":\"2022-07-16 12:27:16\",\"created\":\"2022-07-16 12:27:16\",\"CustomerMemberSysId\":\"195\"},{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9681080650\",\"FirstName\":\"CHIRAG\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-16 12:27:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d98b7-24288-8780e-ba656\",\"modified\":\"2022-07-16 12:27:16\",\"created\":\"2022-07-16 12:27:16\",\"CustomerMemberSysId\":\"196\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"195\",\"196\"],\"flight_booking_customer\":[[\"364\",\"365\"]],\"SearchTraceId\":\"d98b7-24288-8780e-ba656\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"21\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"21\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d98b7-24288-8780e-ba656\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"21\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"21 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-16 12:20:41\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"d98b7-24288-8780e-ba656\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"21\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"21\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"d98b7-24288-8780e-ba656\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"21\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"21 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-16 12:20:41\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"d98b7-24288-8780e-ba656\\\",\\\"apiTraceId\\\":\\\"425_5832\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-21\\\",\\\"LocalFromTime\\\":\\\"2022-07-21 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-21 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-21 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-21 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-d98b7-24288-8780e-ba656\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5832\\\",\\\"ApiResultIndex\\\":\\\"425_5832\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"076\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-21T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-21T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"21\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658341800,\\\"DepartureDateTxt\\\":\\\"Thu, 21 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 21 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"06K\\\",\\\"bookingId\\\":\\\"20ED8568943C47709215E44DF027CFA6\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9681080650\",\"leadEmail\":\"nikunjkothari10@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"SANGEETA\",\"passenger-lastname-1\":\"GUPTA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"CHIRAG\",\"passenger-lastname-2\":\"GUPTA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"nikunjkothari10@gmail.com\",\"UserSysId\":\"15602\",\"CustomerSysId\":\"215733\",\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAILESH KUMAR\",\"LastName\":\"KOTHARI\",\"Password_cu\":\"\",\"AgencyName\":\"PARAS TRAVEL SERVICE\",\"AgencyCode\":\"99514\",\"ContactNo1\":\"9681080650\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF9BE85F-AD53-4855-814F-02A1DF4BADE5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"UDNHXW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SANGEETA\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"UDNHXW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"CHIRAG\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"20ED8568943C47709215E44DF027CFA6\"],\"status\":\"SUCCESS\"}}}','2022-07-16 12:31:06'),(1962,'102','{\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"20000\",\"RefrenceNo\":\"219712434876\",\"CreditDate\":\"16\\/07\\/2022\",\"Remark\":\"KINDLY UPDATE\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-16 14:01:35'),(1963,'103','{\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"20000\",\"RefrenceNo\":\"219712457334\",\"CreditDate\":\"16\\/07\\/2022\",\"Remark\":\"KINDLY UPDATE\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-16 14:03:16'),(1965,'ac4b9-593f5-c1f42-00662','{\"FlightBookingData\":[{\"bookingId\":\"DMC110538037829\",\"bookingId_TJ\":\"TJ110538037829\",\"FlightNumber\":\"6E-6965\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ac4b9-593f5-c1f42-00662\",\"apiTraceId\":\"5-0308818261_0CCUBOM6E6965BOMDXB6E1768_14870482653061\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"15:40\",\"ArrivalTime\":\"04:00\",\"TravelDate\":\"2022-07-20T15:40\",\"LocalFromTime\":\"2022-07-20 15:40\",\"FromUTCTime\":\"2022-07-20T15:40\",\"LocalToTime\":\"2022-07-21 04:00\",\"ToUTCTime\":\"2022-07-21T04:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":485,\"LAYOVERDuration\":\"8h 5m\",\"FlyingMinutes\":830,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Thu, 21 Jul\",\"FlightDuration\":\"12h 20m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,951\",\"ApiResultIndex\":\"5-0308818261_0CCUBOM6E6965BOMDXB6E1768_14870482653061\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9980,\"Tax\":3496.7,\"YQTax\":0,\"OtherCharges\":2975,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":504,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13476.7,\"PublishedFare\":13950.509999999998,\"PublishedFareAgent\":13950.509999999998,\"OfferedFareAgent\":13950.509999999998,\"OfferedFare\":13348.71,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0308818261_0CCUBOM6E6965BOMDXB6E1768_27885121724821\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":6,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13950.509999999998,\"CostToAgent\":13950.509999999998,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3496.7,\"TotalBaseFare\":13476.7,\"BaseFareCal\":13440.509999999998,\"BaseFare\":9980,\"CommissionEarned\":127.99,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":504,\"MFT\":2.7,\"OT\":2975,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":127.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13950.509999999998,\"CostToAgent\":13950.509999999998,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":127.99,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":13950.509999999998,\"CostToCustomer\":13950.509999999998,\"BaseFareCal\":13440.509999999998,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":13440.509999999998,\"intOfferedFare\":13348.71,\"intPublishFare\":13476.7,\"TripjackMarkup\":0,\"TripjackCommission\":127.99,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":127.99,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13950.509999999998,\"CostToAgent\":13950.509999999998,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"655\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-20T18:20\",\"SegFlightNumber\":\"6E-6965\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-20T15:40\",\"TripIndicator\":1,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":485,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"15:40\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"8h 5m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPJ\",\"Price\":11040,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"656\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2022-07-21T04:00\",\"SegFlightNumber\":\"6E-1768\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-21T02:25\",\"TripIndicator\":2,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"02:25\",\"strArrivalDtTime\":\"04:00\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CPML\",\"Price\":350,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"VGTR\",\"Price\":612,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"NVTR\",\"Price\":689,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"BEER\",\"Price\":900,\"Description\":\"Beer - 330 ML (2 Cans) with yogurt\"},{\"Currency\":\"INR\",\"key\":\"656\",\"Code\":\"WHSK\",\"Price\":1225,\"Description\":\"Whiskey \\u2013 50 ML (2 Miniatures)\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPJ\",\"Price\":11040,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}],\"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-0308818261_0CCUBOM6E6965BOMDXB6E1768_14870482653061\",\"FareRuleData\":{\"fareRule\":{\"CCU-DXB\":{\"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,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,\"CRF\":50,\"CRFT\":9,\"ARFT\":250}}},\"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\":{\"ACFT\":325,\"ACF\":6500,\"CCFT\":18,\"CCF\":100}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"5-0308818261_0CCUBOM6E6965BOMDXB6E1768_14870482653061\",\"SearchTraceId\":\"ac4b9-593f5-c1f42-00662\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\"],\"to_des\":[\"Dubai (DXB)\"],\"departure_date\":[\"20\\/07\\/2022\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"228\"],\"destination_city\":[\"DXB\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" AE - Dubai Intl Arpt (DXB)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\"],\"to_city\":[\"Dubai (DXB)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-07-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[8219],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"ac4b9-593f5-c1f42-00662\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"DXB\"],\"from\":[\"CCU\"],\"to\":[\"DXB\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-16 14:13:18\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VPAV\",\"Price\":300,\"Description\":\"Vada Pav\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"PITA\",\"Price\":550,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CKKU\",\"Price\":550,\"Description\":\"Chicken Keema with Kulcha\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CTSW\",\"Price\":600,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"CHCT\",\"Price\":600,\"Description\":\"Chicken cucumber tomato sandwich\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPJ\",\"Price\":11040,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"655\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-07-16 14:14:27'),(1966,'104','{\"_sessiondata\":{\"EmailId\":\"tripmaxtravels@gmail.com\",\"UserSysId\":\"15675\",\"CustomerSysId\":\"216931\",\"AgencySysId\":\"14139\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PABITRA\",\"LastName\":\"SADHUKHAN\",\"Password_cu\":\"\",\"AgencyName\":\"TRIPMAX TRAVELS\",\"AgencyCode\":\"11126\",\"ContactNo1\":\"7001947646\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"77AE1E71-AB1C-4EB2-8669-76C3E0325D6C\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3800\",\"RefrenceNo\":\"\",\"CreditDate\":\"16\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-16 14:23:17'),(1967,'105','{\"_sessiondata\":{\"EmailId\":\"tripmaxtravels@gmail.com\",\"UserSysId\":\"15675\",\"CustomerSysId\":\"216931\",\"AgencySysId\":\"14139\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PABITRA\",\"LastName\":\"SADHUKHAN\",\"Password_cu\":\"\",\"AgencyName\":\"TRIPMAX TRAVELS\",\"AgencyCode\":\"11126\",\"ContactNo1\":\"7001947646\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"77AE1E71-AB1C-4EB2-8669-76C3E0325D6C\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3500\",\"RefrenceNo\":\"\",\"CreditDate\":\"16\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-16 14:23:57'),(1969,'9ca1f-c44e5-b8b42-e74b8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"9ca1f-c44e5-b8b42-e74b8\",\"apiTraceId\":\"425_5841\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-30\",\"LocalFromTime\":\"2022-07-30 06:35\",\"FromUTCTime\":\"2022-07-30 06:35\",\"LocalToTime\":\"2022-07-30 08:35:00\",\"ToUTCTime\":\"2022-07-30 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":22800,\"PublishedFareTxt\":\"22,800\",\"ApiResultIndex\":\"425-9ca1f-c44e5-b8b42-e74b8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":19800,\"Tax\":600,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22800,\"PublishedFare\":22800,\"PublishedFareAgent\":22800,\"OfferedFareAgent\":22800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5841\",\"ApiResultIndex\":\"425_5841\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":6,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":19800,\"BaseFare\":19800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":600,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-30T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-30T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"30\\/07\\/2022\",\"FromDateSort\":1659119400,\"DepartureDateTxt\":\"Sat, 30 Jul\",\"ArrivalDateTxt\":\"Sat, 30 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00T\"}],\"apiTraceId\":\"425_5841\",\"SearchTraceId\":\"9ca1f-c44e5-b8b42-e74b8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/07\\/2022\"],\"departure_datesf\":[\"30\\/07\\/2022\"],\"adults\":\"6\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-30\",\"strDepatureDate\":[\"30\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"9ca1f-c44e5-b8b42-e74b8\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-16 14:39:56\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-16 14:40:21'),(1971,'ce00c-89e3a-06c0f-5b08c','{\"item\":{\"SearchHotelTraceId\":\"ce00c-89e3a-06c0f-5b08c\",\"HotelId\":\"hsid1839435307-41380878\",\"HotelName\":\"CLICK POWAI  MUMBAI\",\"HotelImage\":[{\"tns\":\"http:\\/\\/tms.tripjack.com\\/project_folder\\/atlastravelsonline\\/images\\/imagenotavailable.jpg\"}],\"Geolocation\":{\"ln\":\"\",\"lt\":\"\"},\"StarRating\":3,\"HotelAddress\":\"Police Station, near Powai, Rambaug, Chandivali, Powai, Mumbai, Maharashtra 400072\",\"HotelCity\":\"MUMBAI\",\"HotelCountry\":\"INDIA\",\"HotelPropertyType\":\"HOTEL\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":3549,\"nights\":1,\"rooms\":\"1\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"BREAKFAST\",\"HotelTotalRoomPrice\":3350.7,\"gtxMarkUp\":0,\"HotelRoomPrice\":3549,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":167.535,\"intSTaxOnAgencyMarkUp\":30.1563,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3548.3913,\"CostToAgent\":3548.3913,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":3350.7,\"PublishFare\":3548.3913,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":167.535,\"intSTaxOnAgencyMarkUp\":30.1563,\"intAgencyMarkUpWithSTax\":197.6913,\"TotalMarkUpValue\":5,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3548.3913,\"CostToAgent\":3548.3913}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":true,\"three\":true,\"four\":false,\"five\":false}},\"index\":0,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"MUMBAI (INDIA)\\\",\\\"check_in\\\":\\\"30\\\\\\/07\\\\\\/2022\\\",\\\"check_out\\\":\\\"31\\\\\\/07\\\\\\/2022\\\",\\\"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\\\":\\\"740051\\\",\\\"destination\\\":\\\"MUMBAI\\\",\\\"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\\\":\\\"30\\\\\\/07\\\\\\/2022\\\",\\\"NoOfNights\\\":1,\\\"CityId\\\":\\\"740051\\\",\\\"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\\\":\\\"2022-07-30\\\",\\\"checkoutDate\\\":\\\"2022-07-31\\\",\\\"roomInfo\\\":[{\\\"numberOfAdults\\\":\\\"2\\\",\\\"numberOfChild\\\":\\\"0\\\",\\\"childAge\\\":null}],\\\"searchCriteria\\\":{\\\"city\\\":\\\"740051\\\",\\\"currency\\\":\\\"INR\\\",\\\"nationality\\\":\\\"106\\\"},\\\"searchPreferences\\\":{\\\"ratings\\\":[0,1,2,3,4,5],\\\"fsc\\\":true}},\\\"sync\\\":false},\\\"nightCount\\\":1,\\\"strCheckin\\\":\\\"2022-07-30\\\",\\\"strCheckout\\\":\\\"2022-07-31\\\",\\\"SearchHotelTraceId\\\":\\\"ce00c-89e3a-06c0f-5b08c\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid1839435307\\\"}\"}','2022-07-16 15:04:57'),(1972,'40916-0550a-5ecec-b8596','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"40916-0550a-5ecec-b8596\",\"apiTraceId\":\"425_5828\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-17\",\"LocalFromTime\":\"2022-07-17 06:35\",\"FromUTCTime\":\"2022-07-17 06:35\",\"LocalToTime\":\"2022-07-17 08:35:00\",\"ToUTCTime\":\"2022-07-17 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-40916-0550a-5ecec-b8596\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5828\",\"ApiResultIndex\":\"425_5828\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":7203.389830508474,\"ExtraMarkupOnGST\":1296.610169491526}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":7203.389830508474,\"ExtraMarkupOnGST\":1296.610169491526},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-17T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-17T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"17\\/07\\/2022\",\"FromDateSort\":1657996200,\"DepartureDateTxt\":\"Sun, 17 Jul\",\"ArrivalDateTxt\":\"Sun, 17 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"X86BJY\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"A47AF8FBCCE741ED8E6173A2D9365F9D\"}],\"flight_booking_id_Arr\":[\"254\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831115311\",\"FirstName\":\"Tushar\",\"LastName\":\"Kamra\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 13:01:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"185\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Paras \",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 13:01:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"186\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831115311\",\"FirstName\":\"Tushar\",\"LastName\":\"Kamra\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 13:01:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"40916-0550a-5ecec-b8596\",\"modified\":\"2022-07-13 13:01:42\",\"created\":\"2022-07-13 13:01:42\",\"CustomerMemberSysId\":\"185\"},{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Paras \",\"LastName\":\"Kumar\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-13 13:01:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"40916-0550a-5ecec-b8596\",\"modified\":\"2022-07-13 13:01:42\",\"created\":\"2022-07-13 13:01:42\",\"CustomerMemberSysId\":\"186\"}],\"CustomerSysId\":\"95\",\"CustomerMemSysId\":[\"185\",\"186\"],\"flight_booking_customer\":[[\"351\",\"352\"]],\"SearchTraceId\":\"40916-0550a-5ecec-b8596\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"17\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"17\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"40916-0550a-5ecec-b8596\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-13 12:59:03\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"40916-0550a-5ecec-b8596\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"40916-0550a-5ecec-b8596\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"17 Jul Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-13 12:59:03\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"40916-0550a-5ecec-b8596\\\",\\\"apiTraceId\\\":\\\"425_5828\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-17\\\",\\\"LocalFromTime\\\":\\\"2022-07-17 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-17 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-17 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-17 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-40916-0550a-5ecec-b8596\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5828\\\",\\\"ApiResultIndex\\\":\\\"425_5828\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-17T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-17T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"17\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1657996200,\\\"DepartureDateTxt\\\":\\\"Sun, 17 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 17 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"A47AF8FBCCE741ED8E6173A2D9365F9D\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831115311\",\"leadEmail\":\"shreeshyamtravels2019@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Tushar\",\"passenger-lastname-1\":\"Kamra\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Paras \",\"passenger-lastname-2\":\"Kumar\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Tushar\",\"lN\":\"Kamra\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"X86BJY\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Paras\",\"lN\":\"Kumar\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"A47AF8FBCCE741ED8E6173A2D9365F9D\"],\"status\":\"SUCCESS\"}}}','2022-07-16 19:51:03'),(1974,'f4244-fea77-3f272-772d7','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"f4244-fea77-3f272-772d7\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-f4244-fea77-3f272-772d7\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"6\",\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}],\"apiTraceId\":\"425_5833\",\"SearchTraceId\":\"f4244-fea77-3f272-772d7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"f4244-fea77-3f272-772d7\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-18 17:10:40\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-18 17:10:49'),(1982,'7a146-af15d-68846-e4bdd','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7a146-af15d-68846-e4bdd\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-7a146-af15d-68846-e4bdd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"145E246596FE476E88A21DA8AF99815C\"}],\"flight_booking_id_Arr\":[\"263\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"PREM CHAND\",\"LastName\":\"BANIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:13:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"197\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9051187034\",\"FirstName\":\"NIDHI\",\"LastName\":\"KESHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:13:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"198\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"PREM CHAND\",\"LastName\":\"BANIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:13:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7a146-af15d-68846-e4bdd\",\"modified\":\"2022-07-18 17:13:53\",\"created\":\"2022-07-18 17:13:53\",\"CustomerMemberSysId\":\"197\"},{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9051187034\",\"FirstName\":\"NIDHI\",\"LastName\":\"KESHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:13:53\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7a146-af15d-68846-e4bdd\",\"modified\":\"2022-07-18 17:13:53\",\"created\":\"2022-07-18 17:13:53\",\"CustomerMemberSysId\":\"198\"}],\"CustomerSysId\":\"113\",\"CustomerMemSysId\":[\"197\",\"198\"],\"flight_booking_customer\":[[\"366\",\"367\"]],\"SearchTraceId\":\"7a146-af15d-68846-e4bdd\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"22\\/07\\/2022\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-22\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7a146-af15d-68846-e4bdd\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-18 17:11:08\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7a146-af15d-68846-e4bdd\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-22\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"7a146-af15d-68846-e4bdd\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-18 17:11:08\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7a146-af15d-68846-e4bdd\\\",\\\"apiTraceId\\\":\\\"425_5833\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-22\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-22 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-22 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-22 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-7a146-af15d-68846-e4bdd\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5833\\\",\\\"ApiResultIndex\\\":\\\"425_5833\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"4\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-22T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658428200,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"145E246596FE476E88A21DA8AF99815C\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9051187034\",\"leadEmail\":\"NIKUNJKEDIA707@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PREM CHAND\",\"passenger-lastname-1\":\"BANIK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"NIDHI\",\"passenger-lastname-2\":\"KESHAN\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"UserSysId\":\"15130\",\"CustomerSysId\":\"212031\",\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIKUNJ\",\"LastName\":\"KEDIA\",\"Password_cu\":\"\",\"AgencyName\":\"TANISI TRAVELS\",\"AgencyCode\":\"122111.2416124164539E68\",\"ContactNo1\":\"9051187034\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CBA0A25F-FE89-4E0A-B7B6-4B5089D39482\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-18 17:15:00'),(1990,'5e3c2-89011-59372-f1055','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"5e3c2-89011-59372-f1055\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"424-5e3c2-89011-59372-f1055\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"424_5787\",\"SearchTraceId\":\"5e3c2-89011-59372-f1055\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"22\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-22\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"5e3c2-89011-59372-f1055\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-18 17:16:32\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-18 17:16:36'),(1998,'7d9d2-53957-3fe39-e57bb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7d9d2-53957-3fe39-e57bb\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-7d9d2-53957-3fe39-e57bb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"NYTPYP\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"610FEB05AEF74EC8B45FE1F118FC4A6E\"}],\"flight_booking_id_Arr\":[\"265\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"NIDHI \",\"LastName\":\"KESHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:17:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"200\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"NIDHI \",\"LastName\":\"KESHAN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:17:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7d9d2-53957-3fe39-e57bb\",\"modified\":\"2022-07-18 17:17:35\",\"created\":\"2022-07-18 17:17:35\",\"CustomerMemberSysId\":\"200\"}],\"CustomerSysId\":\"113\",\"CustomerMemSysId\":[\"200\"],\"flight_booking_customer\":[[\"369\"]],\"SearchTraceId\":\"7d9d2-53957-3fe39-e57bb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"22\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-22\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7d9d2-53957-3fe39-e57bb\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-18 17:16:50\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7d9d2-53957-3fe39-e57bb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-22\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"7d9d2-53957-3fe39-e57bb\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-18 17:16:50\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7d9d2-53957-3fe39-e57bb\\\",\\\"apiTraceId\\\":\\\"425_5833\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-22\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-22 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-22 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-22 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-7d9d2-53957-3fe39-e57bb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5833\\\",\\\"ApiResultIndex\\\":\\\"425_5833\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-22T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658428200,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"610FEB05AEF74EC8B45FE1F118FC4A6E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9051187034\",\"leadEmail\":\"NIKUNJKEDIA707@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"NIDHI \",\"passenger-lastname-1\":\"KESHAN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"UserSysId\":\"15130\",\"CustomerSysId\":\"212031\",\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIKUNJ\",\"LastName\":\"KEDIA\",\"Password_cu\":\"\",\"AgencyName\":\"TANISI TRAVELS\",\"AgencyCode\":\"122111.2416124164539E68\",\"ContactNo1\":\"9051187034\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CBA0A25F-FE89-4E0A-B7B6-4B5089D39482\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"NYTPYP\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"NIDHI\",\"lN\":\"KESHAN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"610FEB05AEF74EC8B45FE1F118FC4A6E\"],\"status\":\"SUCCESS\"}}}','2022-07-18 18:27:28'),(1999,'526d2-f3f2a-b901a-993b3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"526d2-f3f2a-b901a-993b3\",\"apiTraceId\":\"425_5833\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 06:35\",\"FromUTCTime\":\"2022-07-22 06:35\",\"LocalToTime\":\"2022-07-22 08:35:00\",\"ToUTCTime\":\"2022-07-22 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-526d2-f3f2a-b901a-993b3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5833\",\"ApiResultIndex\":\"425_5833\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"showintax\":0,\"ExtraMarkup\":338.9830508474576,\"ExtraMarkupOnGST\":61.016949152542395},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"NYTPYP\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"598B1023DD1B4B9EA1631591473941E5\"}],\"flight_booking_id_Arr\":[\"264\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"PREM CHAND\",\"LastName\":\"BANIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:15:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"199\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"113\",\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9051187034\",\"FirstName\":\"PREM CHAND\",\"LastName\":\"BANIK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13647\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-18 17:15:55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"526d2-f3f2a-b901a-993b3\",\"modified\":\"2022-07-18 17:15:55\",\"created\":\"2022-07-18 17:15:55\",\"CustomerMemberSysId\":\"199\"}],\"CustomerSysId\":\"113\",\"CustomerMemSysId\":[\"199\"],\"flight_booking_customer\":[[\"368\"]],\"SearchTraceId\":\"526d2-f3f2a-b901a-993b3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"22\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-22\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"526d2-f3f2a-b901a-993b3\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-18 17:15:23\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"526d2-f3f2a-b901a-993b3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-22\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"526d2-f3f2a-b901a-993b3\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-18 17:15:23\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"526d2-f3f2a-b901a-993b3\\\",\\\"apiTraceId\\\":\\\"425_5833\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-22\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-22 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-22 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-22 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-526d2-f3f2a-b901a-993b3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5833\\\",\\\"ApiResultIndex\\\":\\\"425_5833\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-22T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658428200,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"598B1023DD1B4B9EA1631591473941E5\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9051187034\",\"leadEmail\":\"NIKUNJKEDIA707@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PREM CHAND\",\"passenger-lastname-1\":\"BANIK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"NIKUNJKEDIA707@GMAIL.COM\",\"UserSysId\":\"15130\",\"CustomerSysId\":\"212031\",\"AgencySysId\":\"13647\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"NIKUNJ\",\"LastName\":\"KEDIA\",\"Password_cu\":\"\",\"AgencyName\":\"TANISI TRAVELS\",\"AgencyCode\":\"122111.2416124164539E68\",\"ContactNo1\":\"9051187034\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"CBA0A25F-FE89-4E0A-B7B6-4B5089D39482\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"NYTPYP\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"PREM CHAND\",\"lN\":\"BANIK\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"598B1023DD1B4B9EA1631591473941E5\"],\"status\":\"SUCCESS\"}}}','2022-07-18 18:28:13'),(2002,'6fab6-f45aa-e9f98-f74af','{\"FlightBookingData\":[{\"bookingId\":\"DMC106338255414\",\"bookingId_TJ\":\"TJ106338255414\",\"FlightNumber\":\"G8-118\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"6fab6-f45aa-e9f98-f74af\",\"apiTraceId\":\"11-0915187533_3BLRDELG8118_201812006125095\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2022-07-20T21:00\",\"LocalFromTime\":\"2022-07-20 21:00\",\"FromUTCTime\":\"2022-07-20T21:00\",\"LocalToTime\":\"2022-07-20 23:45\",\"ToUTCTime\":\"2022-07-20T23:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,343\",\"ApiResultIndex\":\"11-0915187533_3BLRDELG8118_201812006125095\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8635.4,\"PublishedFare\":9343.4,\"PublishedFareAgent\":9343.4,\"OfferedFareAgent\":9343.4,\"OfferedFare\":8635.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0915187533_0BLRDELG8118_37930871186394\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":8635.4,\"BaseFareCal\":8743.4,\"BaseFare\":8400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":9343.4,\"CostToCustomer\":9343.4,\"BaseFareCal\":8743.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":8743.4,\"intOfferedFare\":8635.4,\"intPublishFare\":8635.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"588\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-20T23:45\",\"SegFlightNumber\":\"G8-118\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-07-20T21:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0915187533_3BLRDELG8118_201812006125095\",\"FareRuleData\":{\"fareRule\":{\"BLR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-0915187533_3BLRDELG8118_201812006125095\",\"SearchTraceId\":\"6fab6-f45aa-e9f98-f74af\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/07\\/2022\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\"],\"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_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6fab6-f45aa-e9f98-f74af\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BLR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-19 15:33:13\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-19 15:49:45'),(2008,'4542b-a6878-2dc12-d5a27','{\"FlightBookingData\":[{\"bookingId\":\"DMC103338256517\",\"bookingId_TJ\":\"TJ103338256517\",\"FlightNumber\":\"G8-118\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"4542b-a6878-2dc12-d5a27\",\"apiTraceId\":\"11-1385971980_3BLRDELG8118_29068297306847\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2022-07-20T21:00\",\"LocalFromTime\":\"2022-07-20 21:00\",\"FromUTCTime\":\"2022-07-20T21:00\",\"LocalToTime\":\"2022-07-20 23:45\",\"ToUTCTime\":\"2022-07-20T23:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,343\",\"ApiResultIndex\":\"11-1385971980_3BLRDELG8118_29068297306847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8635.4,\"PublishedFare\":9343.4,\"PublishedFareAgent\":9343.4,\"OfferedFareAgent\":9343.4,\"OfferedFare\":8635.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1385971980_0BLRDELG8118_32541113370883\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":8635.4,\"BaseFareCal\":8743.4,\"BaseFare\":8400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":9343.4,\"CostToCustomer\":9343.4,\"BaseFareCal\":8743.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":8743.4,\"intOfferedFare\":8635.4,\"intPublishFare\":8635.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"328\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-20T23:45\",\"SegFlightNumber\":\"G8-118\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-07-20T21:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-1385971980_3BLRDELG8118_29068297306847\",\"FareRuleData\":{\"fareRule\":{\"BLR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"266\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9654100207\",\"FirstName\":\"PERMENDER\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 16:03:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"201\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9654100207\",\"FirstName\":\"SANJAY\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 16:03:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"202\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9654100207\",\"FirstName\":\"PERMENDER\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 16:03:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4542b-a6878-2dc12-d5a27\",\"modified\":\"2022-07-19 16:03:28\",\"created\":\"2022-07-19 16:03:28\",\"CustomerMemberSysId\":\"201\"},{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9654100207\",\"FirstName\":\"SANJAY\",\"LastName\":\"KUMAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 16:03:28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4542b-a6878-2dc12-d5a27\",\"modified\":\"2022-07-19 16:03:28\",\"created\":\"2022-07-19 16:03:28\",\"CustomerMemberSysId\":\"202\"}],\"CustomerSysId\":\"104\",\"CustomerMemSysId\":[\"201\",\"202\"],\"flight_booking_customer\":[[\"370\",\"371\"]],\"SearchTraceId\":\"4542b-a6878-2dc12-d5a27\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/07\\/2022\",\"\"],\"source_city\":[\"BLR\"],\"ContSysId\":[\"0\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4542b-a6878-2dc12-d5a27\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BLR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-19 15:58:21\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4542b-a6878-2dc12-d5a27\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BLR\\\"],\\\"ContSysId\\\":[\\\"0\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-20\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[0],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4542b-a6878-2dc12-d5a27\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"20 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-19 15:58:21\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103338256517\\\",\\\"bookingId_TJ\\\":\\\"TJ103338256517\\\",\\\"FlightNumber\\\":\\\"G8-118\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"4542b-a6878-2dc12-d5a27\\\",\\\"apiTraceId\\\":\\\"11-1385971980_3BLRDELG8118_29068297306847\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"21:00\\\",\\\"ArrivalTime\\\":\\\"23:45\\\",\\\"TravelDate\\\":\\\"2022-07-20T21:00\\\",\\\"LocalFromTime\\\":\\\"2022-07-20 21:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-20T21:00\\\",\\\"LocalToTime\\\":\\\"2022-07-20 23:45\\\",\\\"ToUTCTime\\\":\\\"2022-07-20T23:45\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":165,\\\"DepartureDateTxt\\\":\\\"Wed, 20 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 20 Jul\\\",\\\"FlightDuration\\\":\\\"03h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"0\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"9,343\\\",\\\"ApiResultIndex\\\":\\\"11-1385971980_3BLRDELG8118_29068297306847\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":8400,\\\"Tax\\\":235.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":200,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":8635.4,\\\"PublishedFare\\\":9343.4,\\\"PublishedFareAgent\\\":9343.4,\\\"OfferedFareAgent\\\":9343.4,\\\"OfferedFare\\\":8635.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-1385971980_0BLRDELG8118_32541113370883\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9343.4,\\\"CostToAgent\\\":9343.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":235.4,\\\"TotalBaseFare\\\":8635.4,\\\"BaseFareCal\\\":8743.4,\\\"BaseFare\\\":8400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9343.4,\\\"CostToAgent\\\":9343.4,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":600,\\\"IntTaxOnAgencyFixMarkUp\\\":108,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":108,\\\"PublishFare\\\":9343.4,\\\"CostToCustomer\\\":9343.4,\\\"BaseFareCal\\\":8743.4,\\\"intCommisionEarnedForAgency\\\":600,\\\"CostToCompany\\\":8743.4,\\\"intOfferedFare\\\":8635.4,\\\"intPublishFare\\\":8635.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":9343.4,\\\"CostToAgent\\\":9343.4,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"328\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-20T23:45\\\",\\\"SegFlightNumber\\\":\\\"G8-118\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2022-07-20T21:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":165,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"21:00\\\",\\\"strArrivalDtTime\\\":\\\"23:45\\\",\\\"FlightDuration\\\":\\\"2h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-1385971980_3BLRDELG8118_29068297306847\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-19 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"0\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9654100207\",\"leadEmail\":\"support@skysafar.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PERMENDER\",\"passenger-lastname-1\":\"KUMAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"SANJAY\",\"passenger-lastname-2\":\"KUMAR\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"support@skysafar.in\",\"UserSysId\":\"14900\",\"CustomerSysId\":\"209585\",\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shivam\",\"LastName\":\"Gupta\",\"Password_cu\":\"\",\"AgencyName\":\"Skysafar Tourism Pvt Ltd\",\"AgencyCode\":\"122111\",\"ContactNo1\":\"9654100207\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE231FB1-C3C6-4486-840A-95D8EC3299E4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"4542b-a6878-2dc12-d5a27\",\"FlightBookingData\":[{\"bookingId\":\"DMC103338256517\",\"bookingId_TJ\":\"TJ103338256517\",\"FlightNumber\":\"G8-118\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"4542b-a6878-2dc12-d5a27\",\"apiTraceId\":\"11-1385971980_3BLRDELG8118_29068297306847\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"21:00\",\"ArrivalTime\":\"23:45\",\"TravelDate\":\"2022-07-20T21:00\",\"LocalFromTime\":\"2022-07-20 21:00\",\"FromUTCTime\":\"2022-07-20T21:00\",\"LocalToTime\":\"2022-07-20 23:45\",\"ToUTCTime\":\"2022-07-20T23:45\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":165,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,343\",\"ApiResultIndex\":\"11-1385971980_3BLRDELG8118_29068297306847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8400,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":8635.4,\"PublishedFare\":9343.4,\"PublishedFareAgent\":9343.4,\"OfferedFareAgent\":9343.4,\"OfferedFare\":8635.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-1385971980_0BLRDELG8118_32541113370883\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":8635.4,\"BaseFareCal\":8743.4,\"BaseFare\":8400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":9343.4,\"CostToCustomer\":9343.4,\"BaseFareCal\":8743.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":8743.4,\"intOfferedFare\":8635.4,\"intPublishFare\":8635.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9343.4,\"CostToAgent\":9343.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"328\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-20T23:45\",\"SegFlightNumber\":\"G8-118\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-07-20T21:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":165,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"21:00\",\"strArrivalDtTime\":\"23:45\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-1385971980_3BLRDELG8118_29068297306847\",\"FareRuleData\":{\"fareRule\":{\"BLR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":2,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":null}','2022-07-19 16:06:12'),(2014,'bdc47-c48a7-7d5f1-073eb','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bdc47-c48a7-7d5f1-073eb\",\"apiTraceId\":\"431_6113\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:55\",\"FromUTCTime\":\"2022-07-22 18:55\",\"LocalToTime\":\"2022-07-22 22:05:00\",\"ToUTCTime\":\"2022-07-22 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3000,\"PublishedFareTxt\":\"3,000\",\"ApiResultIndex\":\"431-bdc47-c48a7-7d5f1-073eb\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3000,\"PublishedFare\":3000,\"PublishedFareAgent\":3000,\"OfferedFareAgent\":3000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6113\",\"ApiResultIndex\":\"431_6113\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"HCDLWJ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"FD47F4D06B02432493E032E4328B5B18\"}],\"flight_booking_id_Arr\":[\"267\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"rajdhanitravel94@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9212136788\",\"FirstName\":\"VISHAL\",\"LastName\":\"NANDURKAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14183\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 17:32:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"126\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"126\",\"CustomerMemSysId\":[\"126\"],\"flight_booking_customer\":[[\"372\"]],\"SearchTraceId\":\"bdc47-c48a7-7d5f1-073eb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"22\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-22\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"bdc47-c48a7-7d5f1-073eb\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-19 17:31:06\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"bdc47-c48a7-7d5f1-073eb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-22\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"bdc47-c48a7-7d5f1-073eb\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-19 17:31:06\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"bdc47-c48a7-7d5f1-073eb\\\",\\\"apiTraceId\\\":\\\"431_6113\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-07-22\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-22 18:55\\\",\\\"LocalToTime\\\":\\\"2022-07-22 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-22 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3000,\\\"PublishedFareTxt\\\":\\\"3,000\\\",\\\"ApiResultIndex\\\":\\\"431-bdc47-c48a7-7d5f1-073eb\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3000,\\\"PublishedFare\\\":3000,\\\"PublishedFareAgent\\\":3000,\\\"OfferedFareAgent\\\":3000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6113\\\",\\\"ApiResultIndex\\\":\\\"431_6113\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2500,\\\"BaseFare\\\":2500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-22T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658428200,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"FD47F4D06B02432493E032E4328B5B18\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9212136788\",\"leadEmail\":\"rajdhanitravel94@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"VISHAL\",\"passenger-lastname-1\":\"NANDURKAR\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"14183\",\"Salutation\":\"1\",\"EmailId\":\"rajdhanitravel94@gmail.com\",\"FirstName\":\"VISHAL\",\"LastName\":\"NANDURKAR\",\"CountryCode\":\"91\",\"MobileNo\":\"9212136788\"},\"_sessiondata\":{\"EmailId\":\"rajdhanitravel94@gmail.com\",\"UserSysId\":\"15743\",\"CustomerSysId\":\"217660\",\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Rajdhani\",\"LastName\":\"Travels\",\"Password_cu\":\"\",\"AgencyName\":\"Rajdhani Travels\",\"AgencyCode\":\"122111411414114139253\",\"ContactNo1\":\"9212136788\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AD3448B8-2BFC-48A1-8FAF-1A881C65FD7D\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"HCDLWJ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"VISHAL\",\"lN\":\"NANDURKAR\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"FD47F4D06B02432493E032E4328B5B18\"],\"status\":\"SUCCESS\"}}}','2022-07-19 17:34:12'),(2020,'ade9d-d17cb-00426-6c38d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ade9d-d17cb-00426-6c38d\",\"apiTraceId\":\"430_6067\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 16:00\",\"FromUTCTime\":\"2022-07-22 16:00\",\"LocalToTime\":\"2022-07-22 18:20:00\",\"ToUTCTime\":\"2022-07-22 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3000,\"PublishedFareTxt\":\"3,000\",\"ApiResultIndex\":\"430-ade9d-d17cb-00426-6c38d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3000,\"PublishedFare\":3000,\"PublishedFareAgent\":3000,\"OfferedFareAgent\":3000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6067\",\"ApiResultIndex\":\"430_6067\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"CJYDNB\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"7C2699C9AC154EDA8D896015D85F2B9E\"}],\"flight_booking_id_Arr\":[\"268\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"126\",\"EmailId\":\"rajdhanitravel94@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9212136788\",\"FirstName\":\"JASVINDER\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14183\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 18:00:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"203\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"126\",\"EmailId\":\"rajdhanitravel94@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9212136788\",\"FirstName\":\"JASVINDER\",\"LastName\":\"SINGH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14183\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 18:00:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ade9d-d17cb-00426-6c38d\",\"modified\":\"2022-07-19 18:00:07\",\"created\":\"2022-07-19 18:00:07\",\"CustomerMemberSysId\":\"203\"}],\"CustomerSysId\":\"126\",\"CustomerMemSysId\":[\"203\"],\"flight_booking_customer\":[[\"373\"]],\"SearchTraceId\":\"ade9d-d17cb-00426-6c38d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"22\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-22\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"ade9d-d17cb-00426-6c38d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-19 17:59:43\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ade9d-d17cb-00426-6c38d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__BOM-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__BOM-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-22\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"ade9d-d17cb-00426-6c38d\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-19 17:59:43\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ade9d-d17cb-00426-6c38d\\\",\\\"apiTraceId\\\":\\\"430_6067\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"16:00\\\",\\\"ArrivalTime\\\":\\\"18:20\\\",\\\"TravelDate\\\":\\\"2022-07-22\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 16:00\\\",\\\"FromUTCTime\\\":\\\"2022-07-22 16:00\\\",\\\"LocalToTime\\\":\\\"2022-07-22 18:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-22 18:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, 20 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Mumbai\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3000,\\\"PublishedFareTxt\\\":\\\"3,000\\\",\\\"ApiResultIndex\\\":\\\"430-ade9d-d17cb-00426-6c38d\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3000,\\\"PublishedFare\\\":3000,\\\"PublishedFareAgent\\\":3000,\\\"OfferedFareAgent\\\":3000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"430_6067\\\",\\\"ApiResultIndex\\\":\\\"430_6067\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2500,\\\"BaseFare\\\":2500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8702\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"16:00\\\",\\\"strArrivalDtTime\\\":\\\"18:20\\\",\\\"FlightDuration\\\":\\\"2 hours 20 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T18:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-22T16:00\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"\\\",\\\"CancellationPolicy\\\":\\\"\\\",\\\"InternalRemarks\\\":\\\"\\\",\\\"FromDate\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658428200,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"7C2699C9AC154EDA8D896015D85F2B9E\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9212136788\",\"leadEmail\":\"rajdhanitravel94@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"JASVINDER\",\"passenger-lastname-1\":\"SINGH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"rajdhanitravel94@gmail.com\",\"UserSysId\":\"15743\",\"CustomerSysId\":\"217660\",\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Rajdhani\",\"LastName\":\"Travels\",\"Password_cu\":\"\",\"AgencyName\":\"Rajdhani Travels\",\"AgencyCode\":\"122111411414114139253\",\"ContactNo1\":\"9212136788\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AD3448B8-2BFC-48A1-8FAF-1A881C65FD7D\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"BOM-DEL\":\"CJYDNB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"JASVINDER\",\"lN\":\"SINGH\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"BOM-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"7C2699C9AC154EDA8D896015D85F2B9E\"],\"status\":\"SUCCESS\"}}}','2022-07-19 18:04:22'),(2026,'4adbc-267f5-631ed-7fa37','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4adbc-267f5-631ed-7fa37\",\"apiTraceId\":\"424_5792\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27 18:35\",\"LocalToTime\":\"2022-07-27 20:35:00\",\"ToUTCTime\":\"2022-07-27 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-4adbc-267f5-631ed-7fa37\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5792\",\"ApiResultIndex\":\"424_5792\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"DD67SG\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"8E31008B71D44455A83C0F395E89BBC3\"}],\"flight_booking_id_Arr\":[\"269\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Devanshi\",\"LastName\":\"Khetan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 18:19:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"204\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"47\",\"EmailId\":\"bookings@slipatrip.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9748778838\",\"FirstName\":\"Devanshi\",\"LastName\":\"Khetan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13125\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 18:19:32\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4adbc-267f5-631ed-7fa37\",\"modified\":\"2022-07-19 18:19:32\",\"created\":\"2022-07-19 18:19:32\",\"CustomerMemberSysId\":\"204\"}],\"CustomerSysId\":\"47\",\"CustomerMemSysId\":[\"204\"],\"flight_booking_customer\":[[\"374\"]],\"SearchTraceId\":\"4adbc-267f5-631ed-7fa37\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\"],\"departure_datesf\":[\"27\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-27\",\"strDepatureDate\":[\"27\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"4adbc-267f5-631ed-7fa37\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-19 18:14:54\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4adbc-267f5-631ed-7fa37\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-27\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"4adbc-267f5-631ed-7fa37\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-19 18:14:54\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4adbc-267f5-631ed-7fa37\\\",\\\"apiTraceId\\\":\\\"424_5792\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-27\\\",\\\"LocalFromTime\\\":\\\"2022-07-27 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-27 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-27 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-27 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"424-4adbc-267f5-631ed-7fa37\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2700,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5792\\\",\\\"ApiResultIndex\\\":\\\"424_5792\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2700,\\\"BaseFare\\\":2700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-27T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-27T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658860200,\\\"DepartureDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"8E31008B71D44455A83C0F395E89BBC3\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9748778838\",\"leadEmail\":\"bookings@slipatrip.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Devanshi\",\"passenger-lastname-1\":\"Khetan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bookings@slipatrip.com\",\"UserSysId\":\"14590\",\"CustomerSysId\":\"207837\",\"AgencySysId\":\"13125\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Samarth\",\"LastName\":\"Tibriwal\",\"Password_cu\":\"\",\"AgencyName\":\"Slip A Trip\",\"AgencyCode\":\"11128\",\"ContactNo1\":\"9748778838\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6A8DEC0A-B73D-49BA-AD1A-D09DE1288F36\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14590\\/logo_1655718466.png\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"DD67SG\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"Devanshi\",\"lN\":\"Khetan\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"8E31008B71D44455A83C0F395E89BBC3\"],\"status\":\"SUCCESS\"}}}','2022-07-19 18:21:18'),(2030,'107','{\"_sessiondata\":{\"EmailId\":\"rajagarwal4560@gmail.com\",\"UserSysId\":\"14535\",\"CustomerSysId\":\"207614\",\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAJ\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"RAJ AGARWAL\",\"AgencyCode\":\"11164\",\"ContactNo1\":\"9123615096\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D8D0FC37-7836-42A2-B7D6-09D9A04E8C7F\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/4e76b-5ee97-30f16-ae012\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3200\",\"RefrenceNo\":\"\",\"CreditDate\":\"19\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/4e76b-5ee97-30f16-ae012\"}','2022-07-19 18:45:12'),(2033,'4e76b-5ee97-30f16-ae012','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"4e76b-5ee97-30f16-ae012\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-4e76b-5ee97-30f16-ae012\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07Y\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"WFIUKQ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07C\",\"bookingId\":\"CB1A6B9C8D1943BA8028065B9CF33CB6\"}],\"flight_booking_id_Arr\":[\"270\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"107\",\"EmailId\":\"rajagarwal4560@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9123615096\",\"FirstName\":\"ROHIT KUMAR\",\"LastName\":\"CHOUDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13079\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 18:44:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"205\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"107\",\"EmailId\":\"rajagarwal4560@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9123615096\",\"FirstName\":\"ROHIT KUMAR\",\"LastName\":\"CHOUDHURY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13079\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-19 18:44:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"4e76b-5ee97-30f16-ae012\",\"modified\":\"2022-07-19 18:44:56\",\"created\":\"2022-07-19 18:44:56\",\"CustomerMemberSysId\":\"205\"}],\"CustomerSysId\":\"107\",\"CustomerMemSysId\":[\"205\"],\"flight_booking_customer\":[[\"375\"]],\"SearchTraceId\":\"4e76b-5ee97-30f16-ae012\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\",\"22\\/07\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/07\\/2022\",\"2022-07-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"4e76b-5ee97-30f16-ae012\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\",\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jul Fri\",\"22 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-19 18:41:36\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"4e76b-5ee97-30f16-ae012\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"2022-07-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"4e76b-5ee97-30f16-ae012\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jul Fri\\\",\\\"22 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-19 18:41:36\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"4e76b-5ee97-30f16-ae012\\\",\\\"apiTraceId\\\":\\\"424_5787\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-22\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-22 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-22 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-22 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"424-4e76b-5ee97-30f16-ae012\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2700,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5787\\\",\\\"ApiResultIndex\\\":\\\"424_5787\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2700,\\\"BaseFare\\\":2700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"07Y\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-22T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658428200,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"07C\\\",\\\"bookingId\\\":\\\"CB1A6B9C8D1943BA8028065B9CF33CB6\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9123615096\",\"leadEmail\":\"rajagarwal4560@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ROHIT KUMAR\",\"passenger-lastname-1\":\"CHOUDHURY\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"rajagarwal4560@gmail.com\",\"UserSysId\":\"14535\",\"CustomerSysId\":\"207614\",\"AgencySysId\":\"13079\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAJ\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"RAJ AGARWAL\",\"AgencyCode\":\"11164\",\"ContactNo1\":\"9123615096\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D8D0FC37-7836-42A2-B7D6-09D9A04E8C7F\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"WFIUKQ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ROHIT KUMAR\",\"lN\":\"CHOUDHURY\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"CB1A6B9C8D1943BA8028065B9CF33CB6\"],\"status\":\"SUCCESS\"}}}','2022-07-19 18:46:30'),(2035,'667d1-b9cac-d7e16-4a8fd','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"667d1-b9cac-d7e16-4a8fd\",\"apiTraceId\":\"424_5790\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 18:35\",\"FromUTCTime\":\"2022-07-25 18:35\",\"LocalToTime\":\"2022-07-25 20:35:00\",\"ToUTCTime\":\"2022-07-25 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6200,\"PublishedFareTxt\":\"6,200\",\"ApiResultIndex\":\"424-667d1-b9cac-d7e16-4a8fd\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6200,\"PublishedFare\":6200,\"PublishedFareAgent\":6200,\"OfferedFareAgent\":6200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5790\",\"ApiResultIndex\":\"424_5790\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5200,\"BaseFare\":5200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"424_5790\",\"SearchTraceId\":\"667d1-b9cac-d7e16-4a8fd\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"667d1-b9cac-d7e16-4a8fd\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 09:51:29\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-20 09:52:11'),(2037,'2f915-f5037-d1c44-9674d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2f915-f5037-d1c44-9674d\",\"apiTraceId\":\"425_5838\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 06:35\",\"FromUTCTime\":\"2022-07-27 06:35\",\"LocalToTime\":\"2022-07-27 08:35:00\",\"ToUTCTime\":\"2022-07-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-2f915-f5037-d1c44-9674d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5838\",\"ApiResultIndex\":\"425_5838\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"032\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02G\"}],\"apiTraceId\":\"425_5838\",\"SearchTraceId\":\"2f915-f5037-d1c44-9674d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"2f915-f5037-d1c44-9674d\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 10:29:28\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-20 10:29:45'),(2043,'3f38f-8e70f-7cd81-7aaf4','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"apiTraceId\":\"425_5838\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 06:35\",\"FromUTCTime\":\"2022-07-27 06:35\",\"LocalToTime\":\"2022-07-27 08:35:00\",\"ToUTCTime\":\"2022-07-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-3f38f-8e70f-7cd81-7aaf4\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5838\",\"ApiResultIndex\":\"425_5838\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"L85D2F\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"4BE63445C2D74D76AA67FE0B6871AE4A\"}],\"flight_booking_id_Arr\":[\"271\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"AMIT\",\"LastName\":\"RAISURANA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-20 10:52:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"206\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9681080650\",\"FirstName\":\"SUHANI\",\"LastName\":\"RAISURANA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-20 10:52:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"207\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"AMIT\",\"LastName\":\"RAISURANA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-20 10:52:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"modified\":\"2022-07-20 10:52:59\",\"created\":\"2022-07-20 10:52:59\",\"CustomerMemberSysId\":\"206\"},{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"0\",\"Contacts\":\"9681080650\",\"FirstName\":\"SUHANI\",\"LastName\":\"RAISURANA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-20 10:52:59\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"modified\":\"2022-07-20 10:52:59\",\"created\":\"2022-07-20 10:52:59\",\"CustomerMemberSysId\":\"207\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"206\",\"207\"],\"flight_booking_customer\":[[\"376\",\"377\"]],\"SearchTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"departure_date\":[\"27\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 10:48:13\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"3f38f-8e70f-7cd81-7aaf4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"Delhi (DEL)\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"Delhi (DEL)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"3f38f-8e70f-7cd81-7aaf4\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-20 10:48:13\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"3f38f-8e70f-7cd81-7aaf4\\\",\\\"apiTraceId\\\":\\\"425_5838\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-27\\\",\\\"LocalFromTime\\\":\\\"2022-07-27 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-27 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-27 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-27 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-3f38f-8e70f-7cd81-7aaf4\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5838\\\",\\\"ApiResultIndex\\\":\\\"425_5838\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-27T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-27T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658860200,\\\"DepartureDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"4BE63445C2D74D76AA67FE0B6871AE4A\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9681080650\",\"leadEmail\":\"nikunjkothari10@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"AMIT\",\"passenger-lastname-1\":\"RAISURANA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"3\",\"passenger-firstname-2\":\"SUHANI\",\"passenger-lastname-2\":\"RAISURANA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"nikunjkothari10@gmail.com\",\"UserSysId\":\"15602\",\"CustomerSysId\":\"215733\",\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAILESH KUMAR\",\"LastName\":\"KOTHARI\",\"Password_cu\":\"\",\"AgencyName\":\"PARAS TRAVEL SERVICE\",\"AgencyCode\":\"99514\",\"ContactNo1\":\"9681080650\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF9BE85F-AD53-4855-814F-02A1DF4BADE5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"L85D2F\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"AMIT\",\"lN\":\"RAISURANA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}},{\"pnrDetails\":{\"CCU-DEL\":\"L85D2F\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SUHANI\",\"lN\":\"RAISURANA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"4BE63445C2D74D76AA67FE0B6871AE4A\"],\"status\":\"SUCCESS\"}}}','2022-07-20 10:54:42'),(2045,'984d2-35286-1805d-499f9','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"984d2-35286-1805d-499f9\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-984d2-35286-1805d-499f9\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"425_5839\",\"SearchTraceId\":\"984d2-35286-1805d-499f9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\"],\"departure_datesf\":[\"28\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-28\",\"strDepatureDate\":[\"28\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"984d2-35286-1805d-499f9\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 17:27:51\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-20 17:27:56'),(2047,'dda2b-0b296-d7cfe-44aee','{\"FlightBookingData\":[{\"bookingId\":\"DMC108738342787\",\"bookingId_TJ\":\"TJ108738342787\",\"FlightNumber\":\"AI-770\",\"AirlineName\":\"Air India\",\"AirlineCode\":\"AI\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"dda2b-0b296-d7cfe-44aee\",\"apiTraceId\":\"21-10-15-2-7478774638_22CCUDELAI770_115164079863372\",\"AirlineSysId\":\"42\",\"DepartureTime\":\"20:15\",\"ArrivalTime\":\"22:35\",\"TravelDate\":\"2022-07-20T20:15\",\"LocalFromTime\":\"2022-07-20 20:15\",\"FromUTCTime\":\"2022-07-20T20:15\",\"LocalToTime\":\"2022-07-20 22:35\",\"ToUTCTime\":\"2022-07-20T22:35\",\"IsDirect\":0,\"FareClass\":\"L\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 20 Jul\",\"ArrivalDateTxt\":\"Wed, 20 Jul\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"9,073\",\"ApiResultIndex\":\"21-10-15-2-7478774638_22CCUDELAI770_115164079863372\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/AI.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7630,\"Tax\":1519.7,\"YQTax\":0,\"OtherCharges\":942,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":390,\"CarrierMiscFee\":170,\"MUFee\":0,\"intPublishedFare\":9149.7,\"PublishedFare\":9072.64,\"PublishedFareAgent\":9072.64,\"OfferedFareAgent\":9072.64,\"OfferedFare\":8824.84,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7478774638_0CCUDELAI770_35637269246863\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"L\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":324.86,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9072.64,\"CostToAgent\":9072.64,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1519.7,\"TotalBaseFare\":9149.7,\"BaseFareCal\":8862.64,\"BaseFare\":7630,\"CommissionEarned\":324.86,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":390,\"MFT\":2.7,\"OT\":942,\"MU\":0,\"YR\":170,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":324.86,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9072.64,\"CostToAgent\":9072.64,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":324.86,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":9072.64,\"CostToCustomer\":9072.64,\"BaseFareCal\":8862.64,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":8862.64,\"intOfferedFare\":8824.84,\"intPublishFare\":9149.7,\"TripjackMarkup\":0,\"TripjackCommission\":324.86,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":324.86,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":9072.64,\"CostToAgent\":9072.64,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"631\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-20T22:35\",\"SegFlightNumber\":\"AI-770\",\"AirlineCode\":\"AI\",\"AirlineName\":\"Air India\",\"FareClass\":\"L\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-20T20:15\",\"TripIndicator\":1,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"20:15\",\"strArrivalDtTime\":\"22:35\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-7478774638_22CCUDELAI770_115164079863372\",\"FareRuleData\":{\"fareRule\":{\"CCU-DEL\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"Non-Refundable (Basic fare forfeited), If cancelled less than 3 Hours before departure\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":2500,\"additionalFee\":50,\"policyInfo\":\"__nls__Changes permitted 03 Hrs before scheduled departure__nls__Change Penalty : INR 2,500\\/- or basic fare whichever is lower + Fare Difference\",\"fcs\":{\"ARFT\":125,\"CRFT\":9,\"ARF\":2500,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":3500,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure__nls__Cancellation Penalty : INR 3,500\\/- or basic fare whichever is lower\",\"fcs\":{\"ACF\":3500,\"ACFT\":175,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"21-10-15-2-7478774638_22CCUDELAI770_115164079863372\",\"SearchTraceId\":\"dda2b-0b296-d7cfe-44aee\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\"],\"to_des\":[\"Delhi (DEL)\"],\"departure_date\":[\"20\\/07\\/2022\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\"],\"to_city\":[\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-07-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"dda2b-0b296-d7cfe-44aee\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 17:29:03\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-20 17:29:30'),(2049,'7ae65-c3c43-89378-32be8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ae65-c3c43-89378-32be8\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-7ae65-c3c43-89378-32be8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"$$hashKey\":\"051\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"424_5787\",\"SearchTraceId\":\"7ae65-c3c43-89378-32be8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7ae65-c3c43-89378-32be8\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 19:08:29\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-20 19:16:08'),(2055,'eb0b4-01267-a51d9-b2b7c','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"eb0b4-01267-a51d9-b2b7c\",\"apiTraceId\":\"424_5787\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 18:35\",\"FromUTCTime\":\"2022-07-22 18:35\",\"LocalToTime\":\"2022-07-22 20:35:00\",\"ToUTCTime\":\"2022-07-22 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"424-eb0b4-01267-a51d9-b2b7c\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5787\",\"ApiResultIndex\":\"424_5787\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"WFIUKQ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"E306FF2FD7D94688B6BC578B6520126F\"}],\"flight_booking_id_Arr\":[\"272\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9654100207\",\"FirstName\":\"MD KAMAL\",\"LastName\":\"HOSSAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-20 19:17:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"208\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9654100207\",\"FirstName\":\"MD KAMAL\",\"LastName\":\"HOSSAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-20 19:17:29\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"eb0b4-01267-a51d9-b2b7c\",\"modified\":\"2022-07-20 19:17:29\",\"created\":\"2022-07-20 19:17:29\",\"CustomerMemberSysId\":\"208\"}],\"CustomerSysId\":\"104\",\"CustomerMemSysId\":[\"208\"],\"flight_booking_customer\":[[\"378\"]],\"SearchTraceId\":\"eb0b4-01267-a51d9-b2b7c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"eb0b4-01267-a51d9-b2b7c\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 19:16:14\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"eb0b4-01267-a51d9-b2b7c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"eb0b4-01267-a51d9-b2b7c\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-20 19:16:14\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"eb0b4-01267-a51d9-b2b7c\\\",\\\"apiTraceId\\\":\\\"424_5787\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-22\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-22 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-22 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-22 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"424-eb0b4-01267-a51d9-b2b7c\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2700,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5787\\\",\\\"ApiResultIndex\\\":\\\"424_5787\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2700,\\\"BaseFare\\\":2700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-22T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658428200,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"E306FF2FD7D94688B6BC578B6520126F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9654100207\",\"leadEmail\":\"support@skysafar.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MD KAMAL\",\"passenger-lastname-1\":\"HOSSAIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"support@skysafar.in\",\"UserSysId\":\"14900\",\"CustomerSysId\":\"209585\",\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shivam\",\"LastName\":\"Gupta\",\"Password_cu\":\"\",\"AgencyName\":\"Skysafar Tourism Pvt Ltd\",\"AgencyCode\":\"122111\",\"ContactNo1\":\"9654100207\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE231FB1-C3C6-4486-840A-95D8EC3299E4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"WFIUKQ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"MD KAMAL\",\"lN\":\"HOSSAIN\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"E306FF2FD7D94688B6BC578B6520126F\"],\"status\":\"SUCCESS\"}}}','2022-07-20 19:19:32'),(2057,'2d4e0-9c1dc-a6bf3-4db3d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8702\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"2d4e0-9c1dc-a6bf3-4db3d\",\"apiTraceId\":\"430_6067\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:00\",\"ArrivalTime\":\"18:20\",\"TravelDate\":\"2022-07-22\",\"LocalFromTime\":\"2022-07-22 16:00\",\"FromUTCTime\":\"2022-07-22 16:00\",\"LocalToTime\":\"2022-07-22 18:20:00\",\"ToUTCTime\":\"2022-07-22 18:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, 20 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Mumbai\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3000,\"PublishedFareTxt\":\"3,000\",\"ApiResultIndex\":\"430-2d4e0-9c1dc-a6bf3-4db3d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3000,\"PublishedFare\":3000,\"PublishedFareAgent\":3000,\"OfferedFareAgent\":3000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"430_6067\",\"ApiResultIndex\":\"430_6067\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2500,\"BaseFare\":2500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8702\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"BOM\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"16:00\",\"strArrivalDtTime\":\"18:20\",\"FlightDuration\":\"2 hours 20 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-22T18:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-22T16:00\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"\",\"CancellationPolicy\":\"\",\"InternalRemarks\":\"\",\"FromDate\":\"22\\/07\\/2022\",\"FromDateSort\":1658428200,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00F\"}],\"apiTraceId\":\"430_6067\",\"SearchTraceId\":\"2d4e0-9c1dc-a6bf3-4db3d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__BOM-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\"],\"departure_datesf\":[\"22\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__BOM-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-22\",\"strDepatureDate\":[\"22\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"2d4e0-9c1dc-a6bf3-4db3d\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-20 23:14:45\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-20 23:14:53'),(2058,'108','{\"_sessiondata\":{\"EmailId\":\"ghumlefirle@gmail.com\",\"UserSysId\":\"15713\",\"CustomerSysId\":\"217254\",\"AgencySysId\":\"14163\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Prerana\",\"LastName\":\"Anchalia\",\"Password_cu\":\"\",\"AgencyName\":\"GHUMLE FIRLE\",\"AgencyCode\":\"122111\",\"ContactNo1\":\"8335988859\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"E520EA76-AFA6-4C98-8E77-EF05D988104A\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3000\",\"RefrenceNo\":\"\",\"CreditDate\":\"20\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-20 23:17:28'),(2060,'5f7a1-bce1b-27823-cc157','{\"item\":{\"SearchHotelTraceId\":\"5f7a1-bce1b-27823-cc157\",\"HotelId\":\"hsid0849724070-39709557\",\"HotelName\":\"Hotel Nirmal Mahal By Check In Room\",\"HotelImage\":[{\"tns\":\"https:\\/\\/i.travelapi.com\\/hotels\\/11000000\\/10040000\\/10038900\\/10038820\\/e89ecd5f_b.jpg\"}],\"Geolocation\":{\"ln\":\"77.21271\",\"lt\":\"28.6422\"},\"StarRating\":3,\"HotelAddress\":\"1519, Gali Sangatrashan Main Bazar\",\"HotelCity\":\"New Delhi\",\"HotelCountry\":\"India\",\"HotelPropertyType\":\"HOTEL\",\"CurrencyCode\":\"INR\",\"averageRoomPrice\":989,\"nights\":1,\"rooms\":\"1\",\"HotelRoomFaciality\":[{\"HotelFaciality\":\"ROOM ONLY\",\"HotelTotalRoomPrice\":933.37,\"gtxMarkUp\":0,\"HotelRoomPrice\":989,\"GSTOnGTXMarkUp\":0,\"intAgencyMarkUp\":46.6685,\"intSTaxOnAgencyMarkUp\":8.40033,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":988.43883,\"CostToAgent\":988.43883,\"pernightperroomprice\":null,\"arrMarkUps\":{\"intBasePrice\":933.37,\"PublishFare\":988.43883,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intGTXMarkUpWithSTax\":0,\"intAgencyMarkUp\":46.6685,\"intSTaxOnAgencyMarkUp\":8.40033,\"intAgencyMarkUpWithSTax\":55.068830000000005,\"TotalMarkUpValue\":5,\"BR\":\"=\",\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":988.43883,\"CostToAgent\":988.43883}}],\"StarRatingTF\":{\"zero\":true,\"one\":true,\"two\":true,\"three\":true,\"four\":false,\"five\":false}},\"index\":0,\"page\":\"NA\",\"getData\":\"{\\\"module\\\":\\\"hotels\\\",\\\"controller\\\":\\\"search\\\",\\\"action\\\":\\\"request-search\\\",\\\"selectDestination\\\":\\\"DELHI (INDIA)\\\",\\\"check_in\\\":\\\"21\\\\\\/07\\\\\\/2022\\\",\\\"check_out\\\":\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"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\\\":\\\"21\\\\\\/07\\\\\\/2022\\\",\\\"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\\\":\\\"2022-07-21\\\",\\\"checkoutDate\\\":\\\"2022-07-22\\\",\\\"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\\\":\\\"2022-07-21\\\",\\\"strCheckout\\\":\\\"2022-07-22\\\",\\\"SearchHotelTraceId\\\":\\\"5f7a1-bce1b-27823-cc157\\\",\\\"interNationalSearch\\\":false,\\\"searchIds\\\":\\\"hsid0849724070\\\"}\"}','2022-07-21 09:28:47'),(2062,'cce22-b99b7-07366-1bf04','{\"FlightBookingData\":[{\"bookingId\":\"DMC104438394829\",\"bookingId_TJ\":\"TJ104438394829\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"cce22-b99b7-07366-1bf04\",\"apiTraceId\":\"11-3483370136_2CCUDELSG8373_3390197435992\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-24T06:35\",\"LocalFromTime\":\"2022-07-24 06:35\",\"FromUTCTime\":\"2022-07-24T06:35\",\"LocalToTime\":\"2022-07-24 09:05\",\"ToUTCTime\":\"2022-07-24T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Sun, 24 Jul\",\"ArrivalDateTxt\":\"Sun, 24 Jul\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,472\",\"ApiResultIndex\":\"11-3483370136_2CCUDELSG8373_3390197435992\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4117.7,\"PublishedFare\":4471.7,\"PublishedFareAgent\":4471.7,\"OfferedFareAgent\":4471.7,\"OfferedFare\":4117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3483370136_0CCUDELSG8373_87493502867248\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4117.7,\"BaseFareCal\":4171.7,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4471.7,\"CostToAgent\":4471.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4471.7,\"CostToCustomer\":4471.7,\"BaseFareCal\":4171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4171.7,\"intOfferedFare\":4117.7,\"intPublishFare\":4117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"275\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-24T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-24T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3483370136_2CCUDELSG8373_3390197435992\",\"FareRuleData\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-3483370136_2CCUDELSG8373_3390197435992\",\"SearchTraceId\":\"cce22-b99b7-07366-1bf04\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cce22-b99b7-07366-1bf04\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Jul Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-21 12:26:15\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-21 12:32:18'),(2072,'36a84-b29d5-75c97-b98de','{\"FlightBookingData\":[{\"bookingId\":\"DMC108838422258\",\"bookingId_TJ\":\"TJ108838422258\",\"FlightNumber\":\"G8-358\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"36a84-b29d5-75c97-b98de\",\"apiTraceId\":\"11-9711649086_0SXRDELG8358_28872121169820\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2022-07-22T08:55\",\"LocalFromTime\":\"2022-07-22 08:55\",\"FromUTCTime\":\"2022-07-22T08:55\",\"LocalToTime\":\"2022-07-22 10:30\",\"ToUTCTime\":\"2022-07-22T10:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,222\",\"ApiResultIndex\":\"11-9711649086_0SXRDELG8358_28872121169820\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3750,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3867.7,\"PublishedFare\":4221.7,\"PublishedFareAgent\":4521.7,\"OfferedFareAgent\":4221.7,\"OfferedFare\":3867.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-9711649086_0SXRDELG8358_32291257650396\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4521.7,\"CostToAgent\":4221.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":3867.7,\"BaseFareCal\":3921.7,\"BaseFare\":3750,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4521.7,\"CostToAgent\":4221.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4221.7,\"CostToCustomer\":4221.7,\"BaseFareCal\":3921.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3921.7,\"intOfferedFare\":3867.7,\"intPublishFare\":3867.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4521.7,\"CostToAgent\":4221.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"402\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-22T10:30\",\"SegFlightNumber\":\"G8-358\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-22T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-9711649086_0SXRDELG8358_28872121169820\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"273\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"27\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"ahmad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 17:31:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"209\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"27\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"ahmad\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 17:31:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"36a84-b29d5-75c97-b98de\",\"modified\":\"2022-07-21 17:31:51\",\"created\":\"2022-07-21 17:31:51\",\"CustomerMemberSysId\":\"209\"}],\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"209\"],\"flight_booking_customer\":[[\"379\"]],\"SearchTraceId\":\"36a84-b29d5-75c97-b98de\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"36a84-b29d5-75c97-b98de\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-21 17:27:10\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"36a84-b29d5-75c97-b98de\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"36a84-b29d5-75c97-b98de\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-21 17:27:10\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100338422014\\\",\\\"bookingId_TJ\\\":\\\"TJ100338422014\\\",\\\"FlightNumber\\\":\\\"G8-358\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"36a84-b29d5-75c97-b98de\\\",\\\"apiTraceId\\\":\\\"11-9711649086_1SXRDELG8358_31543057127226\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"08:55\\\",\\\"ArrivalTime\\\":\\\"10:30\\\",\\\"TravelDate\\\":\\\"2022-07-22T08:55\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 08:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-22T08:55\\\",\\\"LocalToTime\\\":\\\"2022-07-22 10:30\\\",\\\"ToUTCTime\\\":\\\"2022-07-22T10:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,222\\\",\\\"ApiResultIndex\\\":\\\"11-9711649086_1SXRDELG8358_31543057127226\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3750,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3867.7,\\\"PublishedFare\\\":4221.7,\\\"PublishedFareAgent\\\":4521.7,\\\"OfferedFareAgent\\\":4221.7,\\\"OfferedFare\\\":3867.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-9711649086_0SXRDELG8358_28872121169820\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":300,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4521.7,\\\"CostToAgent\\\":4221.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":3867.7,\\\"BaseFareCal\\\":3921.7,\\\"BaseFare\\\":3750,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4521.7,\\\"CostToAgent\\\":4221.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4221.7,\\\"CostToCustomer\\\":4221.7,\\\"BaseFareCal\\\":3921.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3921.7,\\\"intOfferedFare\\\":3867.7,\\\"intPublishFare\\\":3867.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":300,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4521.7,\\\"CostToAgent\\\":4221.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"481\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T10:30\\\",\\\"SegFlightNumber\\\":\\\"G8-358\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-22T08:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"08:55\\\",\\\"strArrivalDtTime\\\":\\\"10:30\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-9711649086_1SXRDELG8358_31543057127226\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"ahmad\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"fazilyaqoob4@gmail.com\",\"UserSysId\":\"14635\",\"CustomerSysId\":\"207988\",\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Fazil Ahmad\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Muarij tours and travels\",\"AgencyCode\":\"122115.1861221112212E39\",\"ContactNo1\":\"7889326876\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C279621A-113D-4652-9ADB-8E8B00F92D31\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-21 17:33:45'),(2078,'eec78-31dbf-dfc57-3b9d6','{\"FlightBookingData\":[{\"bookingId\":\"DMC109538422413\",\"bookingId_TJ\":\"TJ109538422413\",\"FlightNumber\":\"G8-358\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"eec78-31dbf-dfc57-3b9d6\",\"apiTraceId\":\"11-3727240723_0SXRDELG8358_22273066627619\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:55\",\"ArrivalTime\":\"10:30\",\"TravelDate\":\"2022-07-22T08:55\",\"LocalFromTime\":\"2022-07-22 08:55\",\"FromUTCTime\":\"2022-07-22T08:55\",\"LocalToTime\":\"2022-07-22 10:30\",\"ToUTCTime\":\"2022-07-22T10:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,272\",\"ApiResultIndex\":\"11-3727240723_0SXRDELG8358_22273066627619\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3800,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3917.7,\"PublishedFare\":4271.7,\"PublishedFareAgent\":4571.7,\"OfferedFareAgent\":4271.7,\"OfferedFare\":3917.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3727240723_0SXRDELG8358_29156806278740\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4271.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":3917.7,\"BaseFareCal\":3971.7,\"BaseFare\":3800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4271.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4271.7,\"CostToCustomer\":4271.7,\"BaseFareCal\":3971.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3971.7,\"intOfferedFare\":3917.7,\"intPublishFare\":3917.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4571.7,\"CostToAgent\":4271.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"709\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-22T10:30\",\"SegFlightNumber\":\"G8-358\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-22T08:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"08:55\",\"strArrivalDtTime\":\"10:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-3727240723_0SXRDELG8358_22273066627619\",\"FareRuleData\":{\"fareRule\":{\"SXR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"274\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 17:35:00\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"380\"]],\"SearchTraceId\":\"eec78-31dbf-dfc57-3b9d6\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"departure_date\":[\"22\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"eec78-31dbf-dfc57-3b9d6\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-21 17:34:01\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"eec78-31dbf-dfc57-3b9d6\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"Delhi (DEL)\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"Delhi (DEL)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"eec78-31dbf-dfc57-3b9d6\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-21 17:34:01\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104138422326\\\",\\\"bookingId_TJ\\\":\\\"TJ104138422326\\\",\\\"FlightNumber\\\":\\\"G8-358\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"eec78-31dbf-dfc57-3b9d6\\\",\\\"apiTraceId\\\":\\\"11-3727240723_1SXRDELG8358_29427778434993\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"08:55\\\",\\\"ArrivalTime\\\":\\\"10:30\\\",\\\"TravelDate\\\":\\\"2022-07-22T08:55\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 08:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-22T08:55\\\",\\\"LocalToTime\\\":\\\"2022-07-22 10:30\\\",\\\"ToUTCTime\\\":\\\"2022-07-22T10:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,272\\\",\\\"ApiResultIndex\\\":\\\"11-3727240723_1SXRDELG8358_29427778434993\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3800,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3917.7,\\\"PublishedFare\\\":4271.7,\\\"PublishedFareAgent\\\":4571.7,\\\"OfferedFareAgent\\\":4271.7,\\\"OfferedFare\\\":3917.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3727240723_0SXRDELG8358_22273066627619\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":300,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4571.7,\\\"CostToAgent\\\":4271.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":3917.7,\\\"BaseFareCal\\\":3971.7,\\\"BaseFare\\\":3800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4571.7,\\\"CostToAgent\\\":4271.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4271.7,\\\"CostToCustomer\\\":4271.7,\\\"BaseFareCal\\\":3971.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3971.7,\\\"intOfferedFare\\\":3917.7,\\\"intPublishFare\\\":3917.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":300,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4571.7,\\\"CostToAgent\\\":4271.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"388\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T10:30\\\",\\\"SegFlightNumber\\\":\\\"G8-358\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-22T08:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"08:55\\\",\\\"strArrivalDtTime\\\":\\\"10:30\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-3727240723_1SXRDELG8358_29427778434993\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"27\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7889326876\"},\"_sessiondata\":{\"EmailId\":\"fazilyaqoob4@gmail.com\",\"UserSysId\":\"14635\",\"CustomerSysId\":\"207988\",\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Fazil Ahmad\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Muarij tours and travels\",\"AgencyCode\":\"122115.1861221112212E39\",\"ContactNo1\":\"7889326876\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C279621A-113D-4652-9ADB-8E8B00F92D31\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-21 17:35:45'),(2082,'dc6b9-7c5fe-63992-3626c','{\"FlightBookingData\":[{\"bookingId\":\"DMC105238422517\",\"bookingId_TJ\":\"TJ105238422517\",\"FlightNumber\":\"G8-189\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"dc6b9-7c5fe-63992-3626c\",\"apiTraceId\":\"11-2609699729_0SXRDELG8189_22721938687416\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"17:45\",\"ArrivalTime\":\"19:20\",\"TravelDate\":\"2022-07-22T17:45\",\"LocalFromTime\":\"2022-07-22 17:45\",\"FromUTCTime\":\"2022-07-22T17:45\",\"LocalToTime\":\"2022-07-22 19:20\",\"ToUTCTime\":\"2022-07-22T19:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Fri, 22 Jul\",\"ArrivalDateTxt\":\"Fri, 22 Jul\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,772\",\"ApiResultIndex\":\"11-2609699729_0SXRDELG8189_22721938687416\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4300,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4417.7,\"PublishedFare\":4771.7,\"PublishedFareAgent\":5071.7,\"OfferedFareAgent\":4771.7,\"OfferedFare\":4417.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2609699729_0SXRDELG8189_23485173256463\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5071.7,\"CostToAgent\":4771.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4417.7,\"BaseFareCal\":4471.7,\"BaseFare\":4300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5071.7,\"CostToAgent\":4771.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4771.7,\"CostToCustomer\":4771.7,\"BaseFareCal\":4471.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4471.7,\"intOfferedFare\":4417.7,\"intPublishFare\":4417.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":5071.7,\"CostToAgent\":4771.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"424\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-22T19:20\",\"SegFlightNumber\":\"G8-189\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-22T17:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"17:45\",\"strArrivalDtTime\":\"19:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-2609699729_0SXRDELG8189_22721938687416\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"275\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 17:36:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"381\"]],\"SearchTraceId\":\"dc6b9-7c5fe-63992-3626c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"22\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"dc6b9-7c5fe-63992-3626c\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-21 17:35:54\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"dc6b9-7c5fe-63992-3626c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-22\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"dc6b9-7c5fe-63992-3626c\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"22\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"22 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-21 17:35:54\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC108338422466\\\",\\\"bookingId_TJ\\\":\\\"TJ108338422466\\\",\\\"FlightNumber\\\":\\\"G8-189\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"dc6b9-7c5fe-63992-3626c\\\",\\\"apiTraceId\\\":\\\"11-2609699729_3SXRDELG8189_38153122038131\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"17:45\\\",\\\"ArrivalTime\\\":\\\"19:20\\\",\\\"TravelDate\\\":\\\"2022-07-22T17:45\\\",\\\"LocalFromTime\\\":\\\"2022-07-22 17:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-22T17:45\\\",\\\"LocalToTime\\\":\\\"2022-07-22 19:20\\\",\\\"ToUTCTime\\\":\\\"2022-07-22T19:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 22 Jul\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,772\\\",\\\"ApiResultIndex\\\":\\\"11-2609699729_3SXRDELG8189_38153122038131\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4300,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4417.7,\\\"PublishedFare\\\":4771.7,\\\"PublishedFareAgent\\\":5071.7,\\\"OfferedFareAgent\\\":4771.7,\\\"OfferedFare\\\":4417.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-2609699729_0SXRDELG8189_22721938687416\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":300,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":5071.7,\\\"CostToAgent\\\":4771.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4417.7,\\\"BaseFareCal\\\":4471.7,\\\"BaseFare\\\":4300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":5071.7,\\\"CostToAgent\\\":4771.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4771.7,\\\"CostToCustomer\\\":4771.7,\\\"BaseFareCal\\\":4471.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4471.7,\\\"intOfferedFare\\\":4417.7,\\\"intPublishFare\\\":4417.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":300,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":5071.7,\\\"CostToAgent\\\":4771.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"886\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-22T19:20\\\",\\\"SegFlightNumber\\\":\\\"G8-189\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-22T17:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"17:45\\\",\\\"strArrivalDtTime\\\":\\\"19:20\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-2609699729_3SXRDELG8189_38153122038131\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-21 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"27\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7889326876\"},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-21 17:36:57'),(2084,'1455b-a206a-45eeb-f5d80','{\"FlightBookingData\":[{\"bookingId\":\"DMC106838427051\",\"bookingId_TJ\":\"TJ106838427051\",\"FlightNumber\":\"SG-8485\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1455b-a206a-45eeb-f5d80\",\"apiTraceId\":\"4-3432097912_1DELDBRSG8485_40872843248155\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:00\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2022-08-08T14:00\",\"LocalFromTime\":\"2022-08-08 14:00\",\"FromUTCTime\":\"2022-08-08T14:00\",\"LocalToTime\":\"2022-08-08 15:40\",\"ToUTCTime\":\"2022-08-08T15:40\",\"IsDirect\":0,\"FareClass\":\"SR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 08 Aug\",\"ArrivalDateTxt\":\"Mon, 08 Aug\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"7546\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"DBR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,477\",\"ApiResultIndex\":\"4-3432097912_1DELDBRSG8485_40872843248155\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4048,\"Tax\":219.7,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":202,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4267.7,\"PublishedFare\":4477.04,\"PublishedFareAgent\":4477.04,\"OfferedFareAgent\":4477.04,\"OfferedFare\":4229.24,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-3432097912_0DELDBRSG8485_24703139760625\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":1,\"classOfBooking\":\"SR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":38.46,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4477.04,\"CostToAgent\":4477.04,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":219.7,\"TotalBaseFare\":4267.7,\"BaseFareCal\":4267.04,\"BaseFare\":4048,\"CommissionEarned\":38.46,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":202,\"MFT\":2.7,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":38.46,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4477.04,\"CostToAgent\":4477.04,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":38.46,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4477.04,\"CostToCustomer\":4477.04,\"BaseFareCal\":4267.04,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4267.04,\"intOfferedFare\":4229.24,\"intPublishFare\":4267.7,\"TripjackMarkup\":0,\"TripjackCommission\":38.46,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":38.46,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4477.04,\"CostToAgent\":4477.04,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"628\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Darbhanga Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Darbhanga\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DBR\",\"destinationArrTime\":\"2022-08-08T15:40\",\"SegFlightNumber\":\"SG-8485\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"SR\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-08T14:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:00\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-3432097912_1DELDBRSG8485_40872843248155\",\"FareRuleData\":{\"fareRule\":{\"DEL-DBR\":{\"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,\"ARFT\":167.5,\"CRFT\":9,\"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\":{\"ACFT\":180,\"CCFT\":9,\"CCF\":50,\"ACF\":3600}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"DBR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"7546\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-3432097912_1DELDBRSG8485_40872843248155\",\"SearchTraceId\":\"1455b-a206a-45eeb-f5d80\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Darbhanga (DBR)\",\"DEL\"],\"departure_date\":[\"08\\/08\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DBR\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destination\":[\"Darbhanga, IN - Darbhanga Airport (DBR)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Darbhanga Airport (DBR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Darbhanga (DBR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-08\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[7546],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1455b-a206a-45eeb-f5d80\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"DBR\"],\"from\":[\"DEL\"],\"to\":[\"DBR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL)\"],\"destinationCityText\":[\"Darbhanga, IN - Darbhanga Airport (DBR)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Aug Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-21 18:32:45\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"628\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-07-21 18:33:22'),(2090,'84413-f86fc-cf718-cb275','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"84413-f86fc-cf718-cb275\",\"apiTraceId\":\"424_5790\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 18:35\",\"FromUTCTime\":\"2022-07-25 18:35\",\"LocalToTime\":\"2022-07-25 20:35:00\",\"ToUTCTime\":\"2022-07-25 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":6200,\"PublishedFareTxt\":\"6,200\",\"ApiResultIndex\":\"424-84413-f86fc-cf718-cb275\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5200,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6200,\"PublishedFare\":6200,\"PublishedFareAgent\":6200,\"OfferedFareAgent\":6200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5790\",\"ApiResultIndex\":\"424_5790\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":5200,\"BaseFare\":5200,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":6200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"07Y\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"LJPYGB\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07C\",\"bookingId\":\"4F3C74F7F94D4E668931880DB5B35B06\"}],\"flight_booking_id_Arr\":[\"276\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"SANGEETA\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 21:24:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"210\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9681080650\",\"FirstName\":\"CHIRAG\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 21:24:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"211\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9681080650\",\"FirstName\":\"SANGEETA\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 21:24:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84413-f86fc-cf718-cb275\",\"modified\":\"2022-07-21 21:24:31\",\"created\":\"2022-07-21 21:24:31\",\"CustomerMemberSysId\":\"210\"},{\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"124\",\"EmailId\":\"nikunjkothari10@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9681080650\",\"FirstName\":\"CHIRAG\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14078\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 21:24:31\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"84413-f86fc-cf718-cb275\",\"modified\":\"2022-07-21 21:24:31\",\"created\":\"2022-07-21 21:24:31\",\"CustomerMemberSysId\":\"211\"}],\"CustomerSysId\":\"124\",\"CustomerMemSysId\":[\"210\",\"211\"],\"flight_booking_customer\":[[\"382\",\"383\"]],\"SearchTraceId\":\"84413-f86fc-cf718-cb275\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"25\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"84413-f86fc-cf718-cb275\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"25 Jul Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-21 21:16:42\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"84413-f86fc-cf718-cb275\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"84413-f86fc-cf718-cb275\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"25 Jul Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-21 21:16:42\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"84413-f86fc-cf718-cb275\\\",\\\"apiTraceId\\\":\\\"424_5790\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-25\\\",\\\"LocalFromTime\\\":\\\"2022-07-25 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-25 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-25 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-25 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":6200,\\\"PublishedFareTxt\\\":\\\"6,200\\\",\\\"ApiResultIndex\\\":\\\"424-84413-f86fc-cf718-cb275\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":5200,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":6200,\\\"PublishedFare\\\":6200,\\\"PublishedFareAgent\\\":6200,\\\"OfferedFareAgent\\\":6200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5790\\\",\\\"ApiResultIndex\\\":\\\"424_5790\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":6200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":5200,\\\"BaseFare\\\":5200,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":6200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"07Y\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-25T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-25T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658687400,\\\"DepartureDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"07C\\\",\\\"bookingId\\\":\\\"4F3C74F7F94D4E668931880DB5B35B06\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9681080650\",\"leadEmail\":\"nikunjkothari10@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"SANGEETA\",\"passenger-lastname-1\":\"GUPTA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"CHIRAG\",\"passenger-lastname-2\":\"GUPTA\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"nikunjkothari10@gmail.com\",\"UserSysId\":\"15602\",\"CustomerSysId\":\"215733\",\"AgencySysId\":\"14078\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SAILESH KUMAR\",\"LastName\":\"KOTHARI\",\"Password_cu\":\"\",\"AgencyName\":\"PARAS TRAVEL SERVICE\",\"AgencyCode\":\"99514\",\"ContactNo1\":\"9681080650\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"DF9BE85F-AD53-4855-814F-02A1DF4BADE5\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"LJPYGB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"SANGEETA\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}},{\"pnrDetails\":{\"DEL-CCU\":\"LJPYGB\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"CHIRAG\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-CCU\":\"\"}}]}},\"order\":{\"bookingId\":[\"4F3C74F7F94D4E668931880DB5B35B06\"],\"status\":\"SUCCESS\"}}}','2022-07-21 21:26:19'),(2097,'aca39-fb5a6-e07d8-cd3a2','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"aca39-fb5a6-e07d8-cd3a2\",\"apiTraceId\":\"425_5838\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 06:35\",\"FromUTCTime\":\"2022-07-27 06:35\",\"LocalToTime\":\"2022-07-27 08:35:00\",\"ToUTCTime\":\"2022-07-27 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-aca39-fb5a6-e07d8-cd3a2\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5838\",\"ApiResultIndex\":\"425_5838\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"showintax\":0,\"ExtraMarkup\":2542.372881355932,\"ExtraMarkupOnGST\":457.6271186440681}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\",\"showintax\":0,\"ExtraMarkup\":2542.372881355932,\"ExtraMarkupOnGST\":457.6271186440681},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"L85D2F\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"FE75DDAE3FEA464BBFBEDB95112E619F\"}],\"flight_booking_id_Arr\":[\"277\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"amit.goel8001@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"JAI\",\"LastName\":\"MEHRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-21 21:50:24\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"127\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"127\",\"CustomerMemSysId\":[\"127\"],\"flight_booking_customer\":[[\"384\"]],\"SearchTraceId\":\"aca39-fb5a6-e07d8-cd3a2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"aca39-fb5a6-e07d8-cd3a2\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-21 21:48:48\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"aca39-fb5a6-e07d8-cd3a2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"aca39-fb5a6-e07d8-cd3a2\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-21 21:48:48\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"aca39-fb5a6-e07d8-cd3a2\\\",\\\"apiTraceId\\\":\\\"425_5838\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-27\\\",\\\"LocalFromTime\\\":\\\"2022-07-27 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-27 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-27 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-27 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-aca39-fb5a6-e07d8-cd3a2\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5838\\\",\\\"ApiResultIndex\\\":\\\"425_5838\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-27T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-27T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658860200,\\\"DepartureDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"FE75DDAE3FEA464BBFBEDB95112E619F\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831115311\",\"leadEmail\":\"amit.goel8001@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"JAI\",\"passenger-lastname-1\":\"MEHRA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13508\",\"Salutation\":\"1\",\"EmailId\":\"amit.goel8001@gmail.com\",\"FirstName\":\"JAI\",\"LastName\":\"MEHRA\",\"CountryCode\":\"91\",\"MobileNo\":\"9831115311\"},\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"L85D2F\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"JAI\",\"lN\":\"MEHRA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"FE75DDAE3FEA464BBFBEDB95112E619F\"],\"status\":\"SUCCESS\"}}}','2022-07-22 17:46:01');
INSERT INTO `tbl_temp_data` VALUES (2103,'7ed57-b5da0-74f15-1fe0e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"7ed57-b5da0-74f15-1fe0e\",\"apiTraceId\":\"424_5791\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 18:35\",\"FromUTCTime\":\"2022-07-26 18:35\",\"LocalToTime\":\"2022-07-26 20:35:00\",\"ToUTCTime\":\"2022-07-26 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3900,\"PublishedFareTxt\":\"3,900\",\"ApiResultIndex\":\"424-7ed57-b5da0-74f15-1fe0e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3400,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3900,\"PublishedFare\":3900,\"PublishedFareAgent\":3900,\"OfferedFareAgent\":3900,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5791\",\"ApiResultIndex\":\"424_5791\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3900,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3400,\"BaseFare\":3400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3900,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"MH3I4H\",\"OnwardGroupPNRDummy\":\"MH3I4H\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02K\",\"bookingId\":\"4ED3495867BB490C80E5B847DFB68A6C\"}],\"flight_booking_id_Arr\":[\"278\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"126\",\"EmailId\":\"rajdhanitravel94@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9212136788\",\"FirstName\":\"ABHISHEK\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14183\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-22 20:05:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"212\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"126\",\"EmailId\":\"rajdhanitravel94@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9212136788\",\"FirstName\":\"ABHISHEK\",\"LastName\":\"JAIN\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14183\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-22 20:05:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7ed57-b5da0-74f15-1fe0e\",\"modified\":\"2022-07-22 20:05:07\",\"created\":\"2022-07-22 20:05:07\",\"CustomerMemberSysId\":\"212\"}],\"CustomerSysId\":\"126\",\"CustomerMemSysId\":[\"212\"],\"flight_booking_customer\":[[\"385\"]],\"SearchTraceId\":\"7ed57-b5da0-74f15-1fe0e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-CCU\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/07\\/2022\"],\"departure_datesf\":[\"26\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-CCU\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-26\",\"strDepatureDate\":[\"26\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"7ed57-b5da0-74f15-1fe0e\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-22 20:03:54\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7ed57-b5da0-74f15-1fe0e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-CCU\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-CCU\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-26\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"7ed57-b5da0-74f15-1fe0e\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-22 20:03:54\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"7ed57-b5da0-74f15-1fe0e\\\",\\\"apiTraceId\\\":\\\"424_5791\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-26\\\",\\\"LocalFromTime\\\":\\\"2022-07-26 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-26 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-26 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-26 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3900,\\\"PublishedFareTxt\\\":\\\"3,900\\\",\\\"ApiResultIndex\\\":\\\"424-7ed57-b5da0-74f15-1fe0e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3400,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3900,\\\"PublishedFare\\\":3900,\\\"PublishedFareAgent\\\":3900,\\\"OfferedFareAgent\\\":3900,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5791\\\",\\\"ApiResultIndex\\\":\\\"424_5791\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3900,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3400,\\\"BaseFare\\\":3400,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3900,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-26T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-26T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"26\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658773800,\\\"DepartureDateTxt\\\":\\\"Tue, 26 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 26 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"MH3I4H\\\",\\\"OnwardGroupPNRDummy\\\":\\\"MH3I4H\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02K\\\",\\\"bookingId\\\":\\\"4ED3495867BB490C80E5B847DFB68A6C\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9212136788\",\"leadEmail\":\"rajdhanitravel94@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ABHISHEK\",\"passenger-lastname-1\":\"JAIN\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"rajdhanitravel94@gmail.com\",\"UserSysId\":\"15743\",\"CustomerSysId\":\"217660\",\"AgencySysId\":\"14183\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Rajdhani\",\"LastName\":\"Travels\",\"Password_cu\":\"\",\"AgencyName\":\"Rajdhani Travels\",\"AgencyCode\":\"122111411414114139253\",\"ContactNo1\":\"9212136788\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AD3448B8-2BFC-48A1-8FAF-1A881C65FD7D\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"MH3I4H\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABHISHEK\",\"lN\":\"JAIN\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4ED3495867BB490C80E5B847DFB68A6C\"],\"status\":\"SUCCESS\"}}}','2022-07-22 20:07:46'),(2104,'112','{\"_sessiondata\":{\"EmailId\":\"tripmaxtravels@gmail.com\",\"UserSysId\":\"15675\",\"CustomerSysId\":\"216931\",\"AgencySysId\":\"14139\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PABITRA\",\"LastName\":\"SADHUKHAN\",\"Password_cu\":\"\",\"AgencyName\":\"TRIPMAX TRAVELS\",\"AgencyCode\":\"11126\",\"ContactNo1\":\"7001947646\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"77AE1E71-AB1C-4EB2-8669-76C3E0325D6C\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"3800\",\"RefrenceNo\":\"\",\"CreditDate\":\"23\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-07-23 12:45:38'),(2110,'450bf-32fb1-ece0b-c7730','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"450bf-32fb1-ece0b-c7730\",\"apiTraceId\":\"425_5836\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-25\",\"LocalFromTime\":\"2022-07-25 06:35\",\"FromUTCTime\":\"2022-07-25 06:35\",\"LocalToTime\":\"2022-07-25 08:35:00\",\"ToUTCTime\":\"2022-07-25 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-450bf-32fb1-ece0b-c7730\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5836\",\"ApiResultIndex\":\"425_5836\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-25T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-25T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"25\\/07\\/2022\",\"FromDateSort\":1658687400,\"DepartureDateTxt\":\"Mon, 25 Jul\",\"ArrivalDateTxt\":\"Mon, 25 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"KCHE3G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"832F8927F9CD49458A57766B0FAC1F20\"}],\"flight_booking_id_Arr\":[\"279\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14139\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"tripmaxtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7001947646\",\"FirstName\":\"UTTAM\",\"LastName\":\"DEY\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14139\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-23 12:47:20\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"128\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"128\",\"CustomerMemSysId\":[\"128\"],\"flight_booking_customer\":[[\"386\"]],\"SearchTraceId\":\"450bf-32fb1-ece0b-c7730\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"25\\/07\\/2022\"],\"departure_datesf\":[\"25\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-25\",\"strDepatureDate\":[\"25\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"450bf-32fb1-ece0b-c7730\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"25\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-23 12:46:44\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"450bf-32fb1-ece0b-c7730\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-25\\\",\\\"strDepatureDate\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"450bf-32fb1-ece0b-c7730\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"25\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-23 12:46:44\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"450bf-32fb1-ece0b-c7730\\\",\\\"apiTraceId\\\":\\\"425_5836\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-25\\\",\\\"LocalFromTime\\\":\\\"2022-07-25 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-25 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-25 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-25 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-450bf-32fb1-ece0b-c7730\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5836\\\",\\\"ApiResultIndex\\\":\\\"425_5836\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-25T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-25T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"25\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658687400,\\\"DepartureDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 25 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"832F8927F9CD49458A57766B0FAC1F20\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7001947646\",\"leadEmail\":\"tripmaxtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"UTTAM\",\"passenger-lastname-1\":\"DEY\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"14139\",\"Salutation\":\"1\",\"EmailId\":\"tripmaxtravels@gmail.com\",\"FirstName\":\"UTTAM\",\"LastName\":\"DEY\",\"CountryCode\":\"91\",\"MobileNo\":\"7001947646\"},\"_sessiondata\":{\"EmailId\":\"tripmaxtravels@gmail.com\",\"UserSysId\":\"15675\",\"CustomerSysId\":\"216931\",\"AgencySysId\":\"14139\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PABITRA\",\"LastName\":\"SADHUKHAN\",\"Password_cu\":\"\",\"AgencyName\":\"TRIPMAX TRAVELS\",\"AgencyCode\":\"11126\",\"ContactNo1\":\"7001947646\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"77AE1E71-AB1C-4EB2-8669-76C3E0325D6C\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"KCHE3G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"UTTAM\",\"lN\":\"DEY\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"832F8927F9CD49458A57766B0FAC1F20\"],\"status\":\"SUCCESS\"}}}','2022-07-23 12:47:37'),(2116,'95290-038ae-ceb65-53014','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"95290-038ae-ceb65-53014\",\"apiTraceId\":\"431_6119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 18:55\",\"FromUTCTime\":\"2022-07-28 18:55\",\"LocalToTime\":\"2022-07-28 22:05:00\",\"ToUTCTime\":\"2022-07-28 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3200,\"PublishedFareTxt\":\"3,200\",\"ApiResultIndex\":\"431-95290-038ae-ceb65-53014\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2700,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3200,\"PublishedFare\":3200,\"PublishedFareAgent\":3200,\"OfferedFareAgent\":3200,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6119\",\"ApiResultIndex\":\"431_6119\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":2700,\"BaseFare\":2700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3200,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"8C6A4191496D4E5D928750E21B08D012\"}],\"flight_booking_id_Arr\":[\"280\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANUJ KUMAR\",\"LastName\":\"SINGHAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-24 11:10:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"213\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANUJ KUMAR\",\"LastName\":\"SINGHAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-24 11:10:38\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"95290-038ae-ceb65-53014\",\"modified\":\"2022-07-24 11:10:38\",\"created\":\"2022-07-24 11:10:38\",\"CustomerMemberSysId\":\"213\"}],\"CustomerSysId\":\"120\",\"CustomerMemSysId\":[\"213\"],\"flight_booking_customer\":[[\"387\"]],\"SearchTraceId\":\"95290-038ae-ceb65-53014\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\"],\"departure_datesf\":[\"28\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-28\",\"strDepatureDate\":[\"28\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"95290-038ae-ceb65-53014\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-24 11:10:02\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"95290-038ae-ceb65-53014\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"95290-038ae-ceb65-53014\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-24 11:10:02\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"95290-038ae-ceb65-53014\\\",\\\"apiTraceId\\\":\\\"431_6119\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-07-28\\\",\\\"LocalFromTime\\\":\\\"2022-07-28 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-28 18:55\\\",\\\"LocalToTime\\\":\\\"2022-07-28 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-28 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3200,\\\"PublishedFareTxt\\\":\\\"3,200\\\",\\\"ApiResultIndex\\\":\\\"431-95290-038ae-ceb65-53014\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2700,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3200,\\\"PublishedFare\\\":3200,\\\"PublishedFareAgent\\\":3200,\\\"OfferedFareAgent\\\":3200,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6119\\\",\\\"ApiResultIndex\\\":\\\"431_6119\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":2700,\\\"BaseFare\\\":2700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3200,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-28T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-28T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658946600,\\\"DepartureDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"8C6A4191496D4E5D928750E21B08D012\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9832330248\",\"leadEmail\":\"shyamtravelsin@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ANUJ KUMAR\",\"passenger-lastname-1\":\"SINGHAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Siliguri\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25227\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"shyamtravelsin@gmail.com\",\"UserSysId\":\"15075\",\"CustomerSysId\":\"211773\",\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BIKKY\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"SHYAMTRAVELS\",\"AgencyCode\":\"61374\",\"ContactNo1\":\"9832330248\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C3DFBEC4-427E-4214-89DD-B104C9CA2AC4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ANUJ KUMAR\",\"lN\":\"SINGHAL\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"8C6A4191496D4E5D928750E21B08D012\"],\"status\":\"SUCCESS\"}}}','2022-07-24 11:10:55'),(2122,'fffbc-949eb-eb5fc-50160','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fffbc-949eb-eb5fc-50160\",\"apiTraceId\":\"431_6119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 18:55\",\"FromUTCTime\":\"2022-07-28 18:55\",\"LocalToTime\":\"2022-07-28 22:05:00\",\"ToUTCTime\":\"2022-07-28 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":5,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"431-fffbc-949eb-eb5fc-50160\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6119\",\"ApiResultIndex\":\"431_6119\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"5\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"IBWSPZ\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\",\"bookingId\":\"D1D66381F0D049E5965236C29E6EB37C\"}],\"flight_booking_id_Arr\":[\"281\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANUJ KUMAR\",\"LastName\":\"SINGHAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-24 11:26:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"213\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANUJ KUMAR\",\"LastName\":\"SINGHAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-24 11:26:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-07-24 11:26:42\",\"CustomerMemberSysId\":\"213\"}],\"CustomerSysId\":\"120\",\"CustomerMemSysId\":[\"213\"],\"flight_booking_customer\":[[\"388\"]],\"SearchTraceId\":\"fffbc-949eb-eb5fc-50160\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\"],\"departure_datesf\":[\"28\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-28\",\"strDepatureDate\":[\"28\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"fffbc-949eb-eb5fc-50160\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-24 11:26:21\",\"ContSysId\":null,\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"fffbc-949eb-eb5fc-50160\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__DEL-BOM\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__DEL-BOM\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"fffbc-949eb-eb5fc-50160\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-24 11:26:21\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"fffbc-949eb-eb5fc-50160\\\",\\\"apiTraceId\\\":\\\"431_6119\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:55\\\",\\\"ArrivalTime\\\":\\\"21:10\\\",\\\"TravelDate\\\":\\\"2022-07-28\\\",\\\"LocalFromTime\\\":\\\"2022-07-28 18:55\\\",\\\"FromUTCTime\\\":\\\"2022-07-28 18:55\\\",\\\"LocalToTime\\\":\\\"2022-07-28 22:05:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-28 22:05:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"3 hours, 10 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Mumbai\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":5,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"431-fffbc-949eb-eb5fc-50160\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"431_6119\\\",\\\"ApiResultIndex\\\":\\\"431_6119\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"5\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"SegFlightNumber\\\":\\\"SG- 8709\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:55\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"3 hours 10 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-28T21:10\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-28T18:55\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658946600,\\\"DepartureDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00K\\\",\\\"bookingId\\\":\\\"D1D66381F0D049E5965236C29E6EB37C\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9832330248\",\"leadEmail\":\"shyamtravelsin@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"213\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ANUJ KUMAR\",\"passenger-lastname-1\":\"SINGHAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Siliguri\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25227\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"shyamtravelsin@gmail.com\",\"UserSysId\":\"15075\",\"CustomerSysId\":\"211773\",\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BIKKY\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"SHYAMTRAVELS\",\"AgencyCode\":\"61374\",\"ContactNo1\":\"9832330248\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C3DFBEC4-427E-4214-89DD-B104C9CA2AC4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-BOM\":\"IBWSPZ\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"ANUJ KUMAR\",\"lN\":\"SINGHAL\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"DEL-BOM\":\"\"}}]}},\"order\":{\"bookingId\":[\"D1D66381F0D049E5965236C29E6EB37C\"],\"status\":\"SUCCESS\"}}}','2022-07-24 11:26:58'),(2124,'32753-b172a-650ef-15319','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8709\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"32753-b172a-650ef-15319\",\"apiTraceId\":\"431_6119\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:55\",\"ArrivalTime\":\"21:10\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 18:55\",\"FromUTCTime\":\"2022-07-28 18:55\",\"LocalToTime\":\"2022-07-28 22:05:00\",\"ToUTCTime\":\"2022-07-28 22:05:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"3 hours, 10 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"431-32753-b172a-650ef-15319\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"431_6119\",\"ApiResultIndex\":\"431_6119\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"4\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"BOM\",\"SegFlightNumber\":\"SG- 8709\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:55\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"3 hours 10 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Mumbai, IN - Mumbai (Bombay) Intl Airport (BOM)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T21:10\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T18:55\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00K\"}],\"apiTraceId\":\"431_6119\",\"SearchTraceId\":\"32753-b172a-650ef-15319\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__DEL-BOM\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\"],\"departure_datesf\":[\"28\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__DEL-BOM\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-28\",\"strDepatureDate\":[\"28\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"32753-b172a-650ef-15319\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-24 19:56:09\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-24 20:00:26'),(2130,'ba70f-a8a1a-b0639-cfaef','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"ba70f-a8a1a-b0639-cfaef\",\"apiTraceId\":\"432_6161\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 08:45\",\"FromUTCTime\":\"2022-07-29 08:45\",\"LocalToTime\":\"2022-07-29 10:15:00\",\"ToUTCTime\":\"2022-07-29 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4000,\"PublishedFareTxt\":\"4,000\",\"ApiResultIndex\":\"432-ba70f-a8a1a-b0639-cfaef\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3500,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4000,\"PublishedFare\":4000,\"PublishedFareAgent\":4000,\"OfferedFareAgent\":4000,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6161\",\"ApiResultIndex\":\"432_6161\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"3\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3500,\"BaseFare\":3500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4000,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"0GZ\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"0GD\",\"bookingId\":\"2A9CA32C5721429FB2FFEDC626E4B0AF\"}],\"flight_booking_id_Arr\":[\"282\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9596595965\",\"FirstName\":\"Insha\",\"LastName\":\"fayaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-24 21:56:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"214\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"33\",\"EmailId\":\"bhattravelhub2008@gmail.com\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9596595965\",\"FirstName\":\"Insha\",\"LastName\":\"fayaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13128\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-24 21:56:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"ba70f-a8a1a-b0639-cfaef\",\"modified\":\"2022-07-24 21:56:48\",\"created\":\"2022-07-24 21:56:48\",\"CustomerMemberSysId\":\"214\"}],\"CustomerSysId\":\"33\",\"CustomerMemSysId\":[\"214\"],\"flight_booking_customer\":[[\"389\"]],\"SearchTraceId\":\"ba70f-a8a1a-b0639-cfaef\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"29\\/07\\/2022\",\"29\\/07\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/07\\/2022\",\"2022-07-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ba70f-a8a1a-b0639-cfaef\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\",\"29\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jul Fri\",\"29 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-24 21:52:01\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"ba70f-a8a1a-b0639-cfaef\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"2022-07-29\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"ba70f-a8a1a-b0639-cfaef\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jul Fri\\\",\\\"29 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-24 21:52:01\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"ba70f-a8a1a-b0639-cfaef\\\",\\\"apiTraceId\\\":\\\"432_6161\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"08:45\\\",\\\"ArrivalTime\\\":\\\"10:20\\\",\\\"TravelDate\\\":\\\"2022-07-29\\\",\\\"LocalFromTime\\\":\\\"2022-07-29 08:45\\\",\\\"FromUTCTime\\\":\\\"2022-07-29 08:45\\\",\\\"LocalToTime\\\":\\\"2022-07-29 10:15:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-29 10:15:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 30 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4000,\\\"PublishedFareTxt\\\":\\\"4,000\\\",\\\"ApiResultIndex\\\":\\\"432-ba70f-a8a1a-b0639-cfaef\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3500,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4000,\\\"PublishedFare\\\":4000,\\\"PublishedFareAgent\\\":4000,\\\"OfferedFareAgent\\\":4000,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"432_6161\\\",\\\"ApiResultIndex\\\":\\\"432_6161\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"3\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3500,\\\"BaseFare\\\":3500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4000,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"0GZ\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 475\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"08:45\\\",\\\"strArrivalDtTime\\\":\\\"10:20\\\",\\\"FlightDuration\\\":\\\"1hour 30 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-29T10:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-29T08:45\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABE\\\",\\\"FromDate\\\":\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1659033000,\\\"DepartureDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"0GD\\\",\\\"bookingId\\\":\\\"2A9CA32C5721429FB2FFEDC626E4B0AF\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9596595965\",\"leadEmail\":\"bhattravelhub2008@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"Insha\",\"passenger-lastname-1\":\"fayaz\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Anantnag\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"34445\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bhattravelhub2008@gmail.com\",\"UserSysId\":\"14593\",\"CustomerSysId\":\"207868\",\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRSHAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"BHAT TRAVEL HUB\",\"AgencyCode\":\"11131\",\"ContactNo1\":\"9596595965\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99B585D3-0AD9-4485-A6FA-F795436821BE\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"SXR-DEL\":\"\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"Insha\",\"lN\":\"fayaz\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"2A9CA32C5721429FB2FFEDC626E4B0AF\"],\"status\":\"SUCCESS\"}}}','2022-07-24 21:57:10'),(2136,'82c48-5fde8-3b8b2-d2b54','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"82c48-5fde8-3b8b2-d2b54\",\"apiTraceId\":\"425_5837\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-26\",\"LocalFromTime\":\"2022-07-26 06:35\",\"FromUTCTime\":\"2022-07-26 06:35\",\"LocalToTime\":\"2022-07-26 08:35:00\",\"ToUTCTime\":\"2022-07-26 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-82c48-5fde8-3b8b2-d2b54\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5837\",\"ApiResultIndex\":\"425_5837\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"2\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-26T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-26T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"26\\/07\\/2022\",\"FromDateSort\":1658773800,\"DepartureDateTxt\":\"Tue, 26 Jul\",\"ArrivalDateTxt\":\"Tue, 26 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"YDQ26G\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"1F485791A0424B1CA52982E7E7999490\"}],\"flight_booking_id_Arr\":[\"283\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"debabrata\",\"LastName\":\"bhattacharya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 11:12:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"215\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"debabrata\",\"LastName\":\"bhattacharya\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 11:12:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"82c48-5fde8-3b8b2-d2b54\",\"modified\":\"2022-07-25 11:12:27\",\"created\":\"2022-07-25 11:12:27\",\"CustomerMemberSysId\":\"215\"}],\"CustomerSysId\":\"21\",\"CustomerMemSysId\":[\"215\"],\"flight_booking_customer\":[[\"390\"]],\"SearchTraceId\":\"82c48-5fde8-3b8b2-d2b54\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"26\\/07\\/2022\"],\"departure_datesf\":[\"26\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-26\",\"strDepatureDate\":[\"26\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"82c48-5fde8-3b8b2-d2b54\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 11:11: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\":\"82c48-5fde8-3b8b2-d2b54\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-26\\\",\\\"strDepatureDate\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"82c48-5fde8-3b8b2-d2b54\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 11:11:42\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"82c48-5fde8-3b8b2-d2b54\\\",\\\"apiTraceId\\\":\\\"425_5837\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-26\\\",\\\"LocalFromTime\\\":\\\"2022-07-26 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-26 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-26 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-26 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-82c48-5fde8-3b8b2-d2b54\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5837\\\",\\\"ApiResultIndex\\\":\\\"425_5837\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"2\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-26T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-26T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"26\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658773800,\\\"DepartureDateTxt\\\":\\\"Tue, 26 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 26 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"1F485791A0424B1CA52982E7E7999490\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831086208\",\"leadEmail\":\"bengaltravelservice1@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"debabrata\",\"passenger-lastname-1\":\"bhattacharya\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bengaltravelservice1@gmail.com\",\"UserSysId\":\"14525\",\"CustomerSysId\":\"207602\",\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD\",\"LastName\":\"NASIM\",\"Password_cu\":\"\",\"AgencyName\":\"BENGAL TRAVEL SERVICE\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9831086208\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"97AFD685-BA59-4F1A-985C-E7298E5DDE81\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"YDQ26G\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"debabrata\",\"lN\":\"bhattacharya\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"1F485791A0424B1CA52982E7E7999490\"],\"status\":\"SUCCESS\"}}}','2022-07-25 11:13:32'),(2137,'113','{\"_sessiondata\":{\"EmailId\":\"BESTBUYTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14594\",\"CustomerSysId\":\"207869\",\"AgencySysId\":\"13129\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Mudasir\",\"LastName\":\"Mir\",\"Password_cu\":\"\",\"AgencyName\":\"Best buy travels\",\"AgencyCode\":\"11132\",\"ContactNo1\":\"9796505659\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"55AFA3A1-72F7-4764-8BAB-E451FC8EE368\",\"Address\":\"\",\"PinCode\":\"190001\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"17800\",\"RefrenceNo\":\"30967653 \",\"CreditDate\":\"25\\/07\\/2022\",\"Remark\":\"KINDLY UPDATE\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-07-25 15:11:46'),(2141,'114','{\"_sessiondata\":{\"EmailId\":\"mridulkhemka819@gmail.com\",\"UserSysId\":\"15621\",\"CustomerSysId\":\"216044\",\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MRIDUL\",\"LastName\":\"KHEMKA\",\"Password_cu\":\"\",\"AgencyName\":\"KHEMKA TOURS & TRAVEL\",\"AgencyCode\":\"122112.1259612504606E43\",\"ContactNo1\":\"9038352841\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59BABEF0-3266-4D40-9433-0A6F4B6388F0\",\"Address\":\"\",\"PinCode\":\"700007\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/20904-03acb-a766a-54659\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4971.70\",\"RefrenceNo\":\"\",\"CreditDate\":\"25\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/20904-03acb-a766a-54659\"}','2022-07-25 17:50:42'),(2144,'20904-03acb-a766a-54659','{\"FlightBookingData\":[{\"bookingId\":\"DMC100138691371\",\"bookingId_TJ\":\"TJ100138691371\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"20904-03acb-a766a-54659\",\"apiTraceId\":\"11-8208263471_0VNSBOMG8350_126219185048708\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-8208263471_0VNSBOMG8350_126219185048708\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8208263471_0VNSBOMG8350_35509371621291\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"308\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-8208263471_0VNSBOMG8350_126219185048708\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"284\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"mridulkhemka819@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9038352841\",\"FirstName\":\"RITESH KUMAR\",\"LastName\":\"MISHRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14094\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 17:45:11\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"129\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"129\",\"CustomerMemSysId\":[\"129\"],\"flight_booking_customer\":[[\"391\"]],\"SearchTraceId\":\"20904-03acb-a766a-54659\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"03\\/08\\/2022\",\"\"],\"source_city\":[\"VNS\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[28449],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"20904-03acb-a766a-54659\",\"sourceCityAirportCode\":[\"VNS\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"VNS\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 17:27:09\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"20904-03acb-a766a-54659\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Varanasi (VNS)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"VNS\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Varanasi (VNS)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[28449],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"20904-03acb-a766a-54659\\\",\\\"sourceCityAirportCode\\\":[\\\"VNS\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"VNS\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 17:27:09\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100138691371\\\",\\\"bookingId_TJ\\\":\\\"TJ100138691371\\\",\\\"FlightNumber\\\":\\\"G8-350\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"20904-03acb-a766a-54659\\\",\\\"apiTraceId\\\":\\\"11-8208263471_0VNSBOMG8350_126219185048708\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"19:35\\\",\\\"ArrivalTime\\\":\\\"22:05\\\",\\\"TravelDate\\\":\\\"2022-08-03T19:35\\\",\\\"LocalFromTime\\\":\\\"2022-08-03 19:35\\\",\\\"FromUTCTime\\\":\\\"2022-08-03T19:35\\\",\\\"LocalToTime\\\":\\\"2022-08-03 22:05\\\",\\\"ToUTCTime\\\":\\\"2022-08-03T22:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":150,\\\"DepartureDateTxt\\\":\\\"Wed, 03 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 03 Aug\\\",\\\"FlightDuration\\\":\\\"03h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"28449\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"VNS\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,972\\\",\\\"ApiResultIndex\\\":\\\"11-8208263471_0VNSBOMG8350_126219185048708\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4617.7,\\\"PublishedFare\\\":4971.7,\\\"PublishedFareAgent\\\":4971.7,\\\"OfferedFareAgent\\\":4971.7,\\\"OfferedFare\\\":4617.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-8208263471_0VNSBOMG8350_35509371621291\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4617.7,\\\"BaseFareCal\\\":4671.7,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4971.7,\\\"CostToCustomer\\\":4971.7,\\\"BaseFareCal\\\":4671.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4671.7,\\\"intOfferedFare\\\":4617.7,\\\"intPublishFare\\\":4617.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"308\\\",\\\"originAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Varanasi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-08-03T22:05\\\",\\\"SegFlightNumber\\\":\\\"G8-350\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"VNS\\\",\\\"originDepTime\\\":\\\"2022-08-03T19:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":150,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"19:35\\\",\\\"strArrivalDtTime\\\":\\\"22:05\\\",\\\"FlightDuration\\\":\\\"2h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-8208263471_0VNSBOMG8350_126219185048708\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"VNS-BOM\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"VNS\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"28449\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9038352841\",\"leadEmail\":\"mridulkhemka819@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RITESH KUMAR\",\"passenger-lastname-1\":\"MISHRA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"14094\",\"Salutation\":\"1\",\"EmailId\":\"mridulkhemka819@gmail.com\",\"FirstName\":\"RITESH KUMAR\",\"LastName\":\"MISHRA\",\"CountryCode\":\"91\",\"MobileNo\":\"9038352841\"},\"_sessiondata\":{\"EmailId\":\"mridulkhemka819@gmail.com\",\"UserSysId\":\"15621\",\"CustomerSysId\":\"216044\",\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MRIDUL\",\"LastName\":\"KHEMKA\",\"Password_cu\":\"\",\"AgencyName\":\"KHEMKA TOURS & TRAVEL\",\"AgencyCode\":\"122112.1259612504606E43\",\"ContactNo1\":\"9038352841\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59BABEF0-3266-4D40-9433-0A6F4B6388F0\",\"Address\":\"\",\"PinCode\":\"700007\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"20904-03acb-a766a-54659\",\"FlightBookingData\":[{\"bookingId\":\"DMC100138691371\",\"bookingId_TJ\":\"TJ100138691371\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"20904-03acb-a766a-54659\",\"apiTraceId\":\"11-8208263471_0VNSBOMG8350_126219185048708\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-8208263471_0VNSBOMG8350_126219185048708\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8208263471_0VNSBOMG8350_35509371621291\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"308\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-8208263471_0VNSBOMG8350_126219185048708\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"4A326325EE664125B945300C654558B0\",\"message\":\"\"}}','2022-07-25 17:52:18'),(2155,'f03b8-0357e-79daf-97ccb','{\"FlightBookingData\":[{\"bookingId\":\"DMC104338692677\",\"bookingId_TJ\":\"TJ104338692677\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f03b8-0357e-79daf-97ccb\",\"apiTraceId\":\"11-4692965171_0VNSBOMG8350_45387833148053\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-4692965171_0VNSBOMG8350_45387833148053\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4692965171_0VNSBOMG8350_27407139342020\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"34\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4692965171_0VNSBOMG8350_45387833148053\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"286\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"mridulkhemka819@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9038352841\",\"FirstName\":\"RITESH KUMAR\",\"LastName\":\"MISHRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14094\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 17:54:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"129\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"129\",\"CustomerMemSysId\":[\"129\"],\"flight_booking_customer\":[[\"393\"]],\"SearchTraceId\":\"f03b8-0357e-79daf-97ccb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"03\\/08\\/2022\",\"\"],\"source_city\":[\"VNS\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[28449],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f03b8-0357e-79daf-97ccb\",\"sourceCityAirportCode\":[\"VNS\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"VNS\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 17:53:59\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"f03b8-0357e-79daf-97ccb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Varanasi (VNS)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"VNS\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Varanasi (VNS)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[28449],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"f03b8-0357e-79daf-97ccb\\\",\\\"sourceCityAirportCode\\\":[\\\"VNS\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"VNS\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 17:53:59\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104338692677\\\",\\\"bookingId_TJ\\\":\\\"TJ104338692677\\\",\\\"FlightNumber\\\":\\\"G8-350\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"f03b8-0357e-79daf-97ccb\\\",\\\"apiTraceId\\\":\\\"11-4692965171_0VNSBOMG8350_45387833148053\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"19:35\\\",\\\"ArrivalTime\\\":\\\"22:05\\\",\\\"TravelDate\\\":\\\"2022-08-03T19:35\\\",\\\"LocalFromTime\\\":\\\"2022-08-03 19:35\\\",\\\"FromUTCTime\\\":\\\"2022-08-03T19:35\\\",\\\"LocalToTime\\\":\\\"2022-08-03 22:05\\\",\\\"ToUTCTime\\\":\\\"2022-08-03T22:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":150,\\\"DepartureDateTxt\\\":\\\"Wed, 03 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 03 Aug\\\",\\\"FlightDuration\\\":\\\"03h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"28449\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"VNS\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,972\\\",\\\"ApiResultIndex\\\":\\\"11-4692965171_0VNSBOMG8350_45387833148053\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4617.7,\\\"PublishedFare\\\":4971.7,\\\"PublishedFareAgent\\\":4971.7,\\\"OfferedFareAgent\\\":4971.7,\\\"OfferedFare\\\":4617.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-4692965171_0VNSBOMG8350_27407139342020\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4617.7,\\\"BaseFareCal\\\":4671.7,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4971.7,\\\"CostToCustomer\\\":4971.7,\\\"BaseFareCal\\\":4671.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4671.7,\\\"intOfferedFare\\\":4617.7,\\\"intPublishFare\\\":4617.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"34\\\",\\\"originAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Varanasi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-08-03T22:05\\\",\\\"SegFlightNumber\\\":\\\"G8-350\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"VNS\\\",\\\"originDepTime\\\":\\\"2022-08-03T19:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":150,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"19:35\\\",\\\"strArrivalDtTime\\\":\\\"22:05\\\",\\\"FlightDuration\\\":\\\"2h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-4692965171_0VNSBOMG8350_45387833148053\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"VNS-BOM\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"VNS\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"28449\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9038352841\",\"leadEmail\":\"mridulkhemka819@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"129\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RITESH KUMAR\",\"passenger-lastname-1\":\"MISHRA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"14094\",\"Salutation\":\"1\",\"EmailId\":\"mridulkhemka819@gmail.com\",\"FirstName\":\"RITESH KUMAR\",\"LastName\":\"MISHRA\",\"CountryCode\":\"91\",\"MobileNo\":\"9038352841\"},\"_sessiondata\":{\"EmailId\":\"mridulkhemka819@gmail.com\",\"UserSysId\":\"15621\",\"CustomerSysId\":\"216044\",\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MRIDUL\",\"LastName\":\"KHEMKA\",\"Password_cu\":\"\",\"AgencyName\":\"KHEMKA TOURS & TRAVEL\",\"AgencyCode\":\"122112.1259612504606E43\",\"ContactNo1\":\"9038352841\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59BABEF0-3266-4D40-9433-0A6F4B6388F0\",\"Address\":\"\",\"PinCode\":\"700007\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"f03b8-0357e-79daf-97ccb\",\"FlightBookingData\":[{\"bookingId\":\"DMC104338692677\",\"bookingId_TJ\":\"TJ104338692677\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f03b8-0357e-79daf-97ccb\",\"apiTraceId\":\"11-4692965171_0VNSBOMG8350_45387833148053\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-4692965171_0VNSBOMG8350_45387833148053\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4692965171_0VNSBOMG8350_27407139342020\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"34\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-4692965171_0VNSBOMG8350_45387833148053\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"A3FD6C7E10004204821B7C1DE87B54E5\",\"message\":\"\"}}','2022-07-25 17:55:03'),(2156,'115','{\"_sessiondata\":{\"EmailId\":\"mridulkhemka819@gmail.com\",\"UserSysId\":\"15621\",\"CustomerSysId\":\"216044\",\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MRIDUL\",\"LastName\":\"KHEMKA\",\"Password_cu\":\"\",\"AgencyName\":\"KHEMKA TOURS & TRAVEL\",\"AgencyCode\":\"122112.1259612504606E43\",\"ContactNo1\":\"9038352841\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59BABEF0-3266-4D40-9433-0A6F4B6388F0\",\"Address\":\"\",\"PinCode\":\"700007\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/booking-confirmed\\/data\\/f03b8-0357e-79daf-97ccb?status=true\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"30\",\"RefrenceNo\":\"\",\"CreditDate\":\"25\\/07\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/booking-confirmed\\/data\\/f03b8-0357e-79daf-97ccb?status=true\"}','2022-07-25 17:55:19'),(2157,'e8a6b-70a7e-cec6b-655de','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"e8a6b-70a7e-cec6b-655de\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-e8a6b-70a7e-cec6b-655de\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"DC89HW\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"2781C36579474ABAB1B5C923D65ABC8A\"}],\"flight_booking_id_Arr\":[\"285\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"YUVRAJ\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 17:54:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"216\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"21\",\"EmailId\":\"bengaltravelservice1@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831086208\",\"FirstName\":\"YUVRAJ\",\"LastName\":\"GUPTA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13069\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 17:54:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e8a6b-70a7e-cec6b-655de\",\"modified\":\"2022-07-25 17:54:39\",\"created\":\"2022-07-25 17:54:39\",\"CustomerMemberSysId\":\"216\"}],\"CustomerSysId\":\"21\",\"CustomerMemSysId\":[\"216\"],\"flight_booking_customer\":[[\"392\"]],\"SearchTraceId\":\"e8a6b-70a7e-cec6b-655de\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\"],\"departure_datesf\":[\"28\\/07\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-28\",\"strDepatureDate\":[\"28\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"e8a6b-70a7e-cec6b-655de\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 17:40:54\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e8a6b-70a7e-cec6b-655de\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-28\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"e8a6b-70a7e-cec6b-655de\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 17:40:54\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"e8a6b-70a7e-cec6b-655de\\\",\\\"apiTraceId\\\":\\\"425_5839\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-28\\\",\\\"LocalFromTime\\\":\\\"2022-07-28 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-28 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-28 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-28 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-e8a6b-70a7e-cec6b-655de\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5839\\\",\\\"ApiResultIndex\\\":\\\"425_5839\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-28T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-28T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658946600,\\\"DepartureDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"2781C36579474ABAB1B5C923D65ABC8A\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831086208\",\"leadEmail\":\"bengaltravelservice1@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"YUVRAJ\",\"passenger-lastname-1\":\"GUPTA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"bengaltravelservice1@gmail.com\",\"UserSysId\":\"14525\",\"CustomerSysId\":\"207602\",\"AgencySysId\":\"13069\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD\",\"LastName\":\"NASIM\",\"Password_cu\":\"\",\"AgencyName\":\"BENGAL TRAVEL SERVICE\",\"AgencyCode\":\"11154\",\"ContactNo1\":\"9831086208\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"97AFD685-BA59-4F1A-985C-E7298E5DDE81\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"DC89HW\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"YUVRAJ\",\"lN\":\"GUPTA\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"2781C36579474ABAB1B5C923D65ABC8A\"],\"status\":\"SUCCESS\"}}}','2022-07-25 17:55:55'),(2166,'a458f-aed79-b51d6-48a1d','{\"FlightBookingData\":[{\"bookingId\":\"DMC101838692943\",\"bookingId_TJ\":\"TJ101838692943\",\"FlightNumber\":\"G8-259\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a458f-aed79-b51d6-48a1d\",\"apiTraceId\":\"11-6214751563_0SXRDELG8259_22867881992611\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2022-07-27T18:35\",\"LocalFromTime\":\"2022-07-27 18:35\",\"FromUTCTime\":\"2022-07-27T18:35\",\"LocalToTime\":\"2022-07-27 20:05\",\"ToUTCTime\":\"2022-07-27T20:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,172\",\"ApiResultIndex\":\"11-6214751563_0SXRDELG8259_22867881992611\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3700,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3817.7,\"PublishedFare\":4171.7,\"PublishedFareAgent\":4471.7,\"OfferedFareAgent\":4171.7,\"OfferedFare\":3817.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6214751563_0SXRDELG8259_36595418817656\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4171.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":3817.7,\"BaseFareCal\":3871.7,\"BaseFare\":3700,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4171.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4171.7,\"CostToCustomer\":4171.7,\"BaseFareCal\":3871.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":3871.7,\"intOfferedFare\":3817.7,\"intPublishFare\":3817.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4471.7,\"CostToAgent\":4171.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"367\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-27T20:05\",\"SegFlightNumber\":\"G8-259\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-07-27T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-6214751563_0SXRDELG8259_22867881992611\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"287\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 17:56:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"394\"]],\"SearchTraceId\":\"a458f-aed79-b51d6-48a1d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a458f-aed79-b51d6-48a1d\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 17:55:58\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a458f-aed79-b51d6-48a1d\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-27\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a458f-aed79-b51d6-48a1d\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 17:55:58\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102138692888\\\",\\\"bookingId_TJ\\\":\\\"TJ102138692888\\\",\\\"FlightNumber\\\":\\\"G8-259\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"a458f-aed79-b51d6-48a1d\\\",\\\"apiTraceId\\\":\\\"11-6214751563_7SXRDELG8259_109946689723167\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:05\\\",\\\"TravelDate\\\":\\\"2022-07-27T18:35\\\",\\\"LocalFromTime\\\":\\\"2022-07-27 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-27T18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-27 20:05\\\",\\\"ToUTCTime\\\":\\\"2022-07-27T20:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,172\\\",\\\"ApiResultIndex\\\":\\\"11-6214751563_7SXRDELG8259_109946689723167\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3700,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3817.7,\\\"PublishedFare\\\":4171.7,\\\"PublishedFareAgent\\\":4471.7,\\\"OfferedFareAgent\\\":4171.7,\\\"OfferedFare\\\":3817.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-6214751563_0SXRDELG8259_22867881992611\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":300,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4471.7,\\\"CostToAgent\\\":4171.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":3817.7,\\\"BaseFareCal\\\":3871.7,\\\"BaseFare\\\":3700,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"intTotalGST\\\":54,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":300,\\\"GSTOnMarkUp\\\":54,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4471.7,\\\"CostToAgent\\\":4171.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4171.7,\\\"CostToCustomer\\\":4171.7,\\\"BaseFareCal\\\":3871.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":3871.7,\\\"intOfferedFare\\\":3817.7,\\\"intPublishFare\\\":3817.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":300,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4471.7,\\\"CostToAgent\\\":4171.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"924\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-27T20:05\\\",\\\"SegFlightNumber\\\":\\\"G8-259\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-07-27T18:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:05\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-6214751563_7SXRDELG8259_109946689723167\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-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\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-26 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"27\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7889326876\"},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-25 17:57:31'),(2167,'8315f-6cdba-5d97b-4db67','{\"FlightBookingData\":[{\"bookingId\":\"DMC107738692906\",\"bookingId_TJ\":\"TJ107738692906\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8315f-6cdba-5d97b-4db67\",\"apiTraceId\":\"11-0810436363_0VNSBOMG8350_19626161175250\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-0810436363_0VNSBOMG8350_19626161175250\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0810436363_0VNSBOMG8350_28603309796749\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"819\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0810436363_0VNSBOMG8350_19626161175250\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"288\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"mridulkhemka819@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9038352841\",\"FirstName\":\"RITESH KUMAR\",\"LastName\":\"MISHRA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14094\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 17:57:13\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"129\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"129\",\"CustomerMemSysId\":[\"129\"],\"flight_booking_customer\":[[\"395\"]],\"SearchTraceId\":\"8315f-6cdba-5d97b-4db67\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"03\\/08\\/2022\",\"\"],\"source_city\":[\"VNS\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Lal Bahadur Shastri Arpt (VNS)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Varanasi (VNS)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-03\"],\"strReturnDate\":\"\",\"sourceCityId\":[28449],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8315f-6cdba-5d97b-4db67\",\"sourceCityAirportCode\":[\"VNS\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"VNS\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"03\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"03 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 17:56:47\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8315f-6cdba-5d97b-4db67\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Varanasi (VNS)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"03\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"VNS\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Varanasi (VNS)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-03\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[28449],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8315f-6cdba-5d97b-4db67\\\",\\\"sourceCityAirportCode\\\":[\\\"VNS\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"VNS\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Varanasi, IN - Lal Bahadur Shastri Arpt (VNS)\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"03\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"03 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 17:56:47\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107738692906\\\",\\\"bookingId_TJ\\\":\\\"TJ107738692906\\\",\\\"FlightNumber\\\":\\\"G8-350\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"8315f-6cdba-5d97b-4db67\\\",\\\"apiTraceId\\\":\\\"11-0810436363_0VNSBOMG8350_19626161175250\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"19:35\\\",\\\"ArrivalTime\\\":\\\"22:05\\\",\\\"TravelDate\\\":\\\"2022-08-03T19:35\\\",\\\"LocalFromTime\\\":\\\"2022-08-03 19:35\\\",\\\"FromUTCTime\\\":\\\"2022-08-03T19:35\\\",\\\"LocalToTime\\\":\\\"2022-08-03 22:05\\\",\\\"ToUTCTime\\\":\\\"2022-08-03T22:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":150,\\\"DepartureDateTxt\\\":\\\"Wed, 03 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 03 Aug\\\",\\\"FlightDuration\\\":\\\"03h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"28449\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"VNS\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,972\\\",\\\"ApiResultIndex\\\":\\\"11-0810436363_0VNSBOMG8350_19626161175250\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4617.7,\\\"PublishedFare\\\":4971.7,\\\"PublishedFareAgent\\\":4971.7,\\\"OfferedFareAgent\\\":4971.7,\\\"OfferedFare\\\":4617.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-0810436363_0VNSBOMG8350_28603309796749\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4617.7,\\\"BaseFareCal\\\":4671.7,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4971.7,\\\"CostToCustomer\\\":4971.7,\\\"BaseFareCal\\\":4671.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4671.7,\\\"intOfferedFare\\\":4617.7,\\\"intPublishFare\\\":4617.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"819\\\",\\\"originAirportName\\\":\\\"Lal Bahadur Shastri Arpt\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Varanasi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-08-03T22:05\\\",\\\"SegFlightNumber\\\":\\\"G8-350\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"VNS\\\",\\\"originDepTime\\\":\\\"2022-08-03T19:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":150,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"19:35\\\",\\\"strArrivalDtTime\\\":\\\"22:05\\\",\\\"FlightDuration\\\":\\\"2h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-0810436363_0VNSBOMG8350_19626161175250\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"VNS-BOM\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-02 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"VNS\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"28449\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9038352841\",\"leadEmail\":\"mridulkhemka819@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"129\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"RITESH KUMAR\",\"passenger-lastname-1\":\"MISHRA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"14094\",\"Salutation\":\"1\",\"EmailId\":\"mridulkhemka819@gmail.com\",\"FirstName\":\"RITESH KUMAR\",\"LastName\":\"MISHRA\",\"CountryCode\":\"91\",\"MobileNo\":\"9038352841\"},\"_sessiondata\":{\"EmailId\":\"mridulkhemka819@gmail.com\",\"UserSysId\":\"15621\",\"CustomerSysId\":\"216044\",\"AgencySysId\":\"14094\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MRIDUL\",\"LastName\":\"KHEMKA\",\"Password_cu\":\"\",\"AgencyName\":\"KHEMKA TOURS & TRAVEL\",\"AgencyCode\":\"122112.1259612504606E43\",\"ContactNo1\":\"9038352841\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59BABEF0-3266-4D40-9433-0A6F4B6388F0\",\"Address\":\"\",\"PinCode\":\"700007\"},\"_B2BType\":null,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"8315f-6cdba-5d97b-4db67\",\"FlightBookingData\":[{\"bookingId\":\"DMC107738692906\",\"bookingId_TJ\":\"TJ107738692906\",\"FlightNumber\":\"G8-350\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8315f-6cdba-5d97b-4db67\",\"apiTraceId\":\"11-0810436363_0VNSBOMG8350_19626161175250\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-03T19:35\",\"LocalFromTime\":\"2022-08-03 19:35\",\"FromUTCTime\":\"2022-08-03T19:35\",\"LocalToTime\":\"2022-08-03 22:05\",\"ToUTCTime\":\"2022-08-03T22:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Wed, 03 Aug\",\"ArrivalDateTxt\":\"Wed, 03 Aug\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"28449\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"VNS\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-0810436363_0VNSBOMG8350_19626161175250\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0810436363_0VNSBOMG8350_28603309796749\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":2,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"819\",\"originAirportName\":\"Lal Bahadur Shastri Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Varanasi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-03T22:05\",\"SegFlightNumber\":\"G8-350\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"VNS\",\"originDepTime\":\"2022-08-03T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0810436363_0VNSBOMG8350_19626161175250\",\"FareRuleData\":{\"fareRule\":{\"VNS-BOM\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-02 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"VNS\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"28449\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"F186E4683869455599F4F8A00BC62465\",\"message\":\"\"}}','2022-07-25 17:57:37'),(2171,'a5ccb-e2f1b-b184b-fb3a8','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 8961\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"a5ccb-e2f1b-b184b-fb3a8\",\"apiTraceId\":\"433_6200\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:35\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-07-27\",\"LocalFromTime\":\"2022-07-27 11:35\",\"FromUTCTime\":\"2022-07-27 11:35\",\"LocalToTime\":\"2022-07-27 13:20:00\",\"ToUTCTime\":\"2022-07-27 13:20:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 45 minutes\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"433-a5ccb-e2f1b-b184b-fb3a8\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"433_6200\",\"ApiResultIndex\":\"433_6200\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"03W\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 8961\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:35\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1hour 45 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-27T13:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-27T11:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"27\\/07\\/2022\",\"FromDateSort\":1658860200,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02O\",\"bookingId\":\"E668A207DC9446D89FA27C354FB49919\"}],\"flight_booking_id_Arr\":[\"289\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 17:59:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"396\"]],\"SearchTraceId\":\"a5ccb-e2f1b-b184b-fb3a8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"27\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a5ccb-e2f1b-b184b-fb3a8\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 17:58:27\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a5ccb-e2f1b-b184b-fb3a8\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a5ccb-e2f1b-b184b-fb3a8\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"27 Jul Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 17:58:27\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"a5ccb-e2f1b-b184b-fb3a8\\\",\\\"apiTraceId\\\":\\\"433_6200\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"11:35\\\",\\\"ArrivalTime\\\":\\\"13:20\\\",\\\"TravelDate\\\":\\\"2022-07-27\\\",\\\"LocalFromTime\\\":\\\"2022-07-27 11:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-27 11:35\\\",\\\"LocalToTime\\\":\\\"2022-07-27 13:20:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-27 13:20:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"1 hour, 45 minutes\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Srinagar\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4500,\\\"PublishedFareTxt\\\":\\\"4,500\\\",\\\"ApiResultIndex\\\":\\\"433-a5ccb-e2f1b-b184b-fb3a8\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4000,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4500,\\\"PublishedFare\\\":4500,\\\"PublishedFareAgent\\\":4500,\\\"OfferedFareAgent\\\":4500,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"433_6200\\\",\\\"ApiResultIndex\\\":\\\"433_6200\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":4000,\\\"BaseFare\\\":4000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4500,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"03W\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG- 8961\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:35\\\",\\\"strArrivalDtTime\\\":\\\"13:20\\\",\\\"FlightDuration\\\":\\\"1hour 45 minutes\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Srinagar, IN - Srinagar Airport (SXR)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-27T13:20\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-27T11:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"27\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658860200,\\\"DepartureDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 27 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"10:00-15:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02O\\\",\\\"bookingId\\\":\\\"E668A207DC9446D89FA27C354FB49919\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"27\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7889326876\"}}','2022-07-25 17:59:35'),(2173,'8008c-ac48c-f34c9-97272','{\"FlightBookingData\":[{\"bookingId\":\"DMC100238693937\",\"bookingId_TJ\":\"TJ100238693937\",\"FlightNumber\":\"6E-5024\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8008c-ac48c-f34c9-97272\",\"apiTraceId\":\"11-4321453391_1DELGOI6E5024_124999889376072\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"11:00\",\"ArrivalTime\":\"13:25\",\"TravelDate\":\"2022-08-11T11:00\",\"LocalFromTime\":\"2022-08-11 11:00\",\"FromUTCTime\":\"2022-08-11T11:00\",\"LocalToTime\":\"2022-08-11 13:25\",\"ToUTCTime\":\"2022-08-11T13:25\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Thu, 11 Aug\",\"ArrivalDateTxt\":\"Thu, 11 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"GOI\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":16,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"80,745\",\"ApiResultIndex\":\"11-4321453391_1DELGOI6E5024_124999889376072\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":76500,\"Tax\":1059.3,\"YQTax\":0,\"OtherCharges\":900,\"Discount\":0,\"ServiceFee\":135,\"ManagementFeeTax\":24.3,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":77559.3,\"PublishedFare\":80745.3,\"PublishedFareAgent\":80745.3,\"OfferedFareAgent\":80745.3,\"OfferedFare\":77559.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4321453391_0DELGOI6E5024_45935879706090\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":16,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":486,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2700,\"GSTOnMarkUp\":486,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":162,\"AddiMarkup\":900,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":80745.3,\"CostToAgent\":80745.3,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":1059.3,\"TotalBaseFare\":77559.3,\"BaseFareCal\":78045.3,\"BaseFare\":76500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":135,\"YQ\":0,\"AGST\":0,\"MFT\":24.3,\"OT\":900,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":162,\"AddiMarkup\":900,\"intTotalGST\":486,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2700,\"GSTOnMarkUp\":486,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":80745.3,\"CostToAgent\":80745.3,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2700,\"IntTaxOnAgencyFixMarkUp\":486,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":486,\"PublishFare\":80745.3,\"CostToCustomer\":80745.3,\"BaseFareCal\":78045.3,\"intCommisionEarnedForAgency\":2700,\"CostToCompany\":78045.3,\"intOfferedFare\":77559.3,\"intPublishFare\":77559.3,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":80745.3,\"CostToAgent\":80745.3,\"AddiMarkup\":900,\"AddiTaxOnMarkup\":162,\"IntAdddimarkup\":900,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"372\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dabolim Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Goa In\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"GOI\",\"destinationArrTime\":\"2022-08-11T13:25\",\"SegFlightNumber\":\"6E-5024\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-11T11:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":16,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:25\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4321453391_1DELGOI6E5024_124999889376072\",\"FareRuleData\":{\"fareRule\":{\"DEL-GOI\":{\"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 : 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 |\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"GOI\",\"intMemberCount\":9,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-4321453391_1DELGOI6E5024_124999889376072\",\"SearchTraceId\":\"8008c-ac48c-f34c9-97272\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Goa In (GOI)\",\"DEL\"],\"departure_date\":[\"11\\/08\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"GOI\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Goa In, IN - Dabolim Arpt (GOI)\"],\"from_mytrip_city\":[\"\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"9\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Goa In (GOI)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8008c-ac48c-f34c9-97272\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"GOI\"],\"from\":[\"DEL\"],\"to\":[\"GOI\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Goa In, IN - Dabolim Arpt (GOI)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"11 Aug Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 18:06:50\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-25 18:09:08'),(2179,'cf86e-44639-d7932-b3d5e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"cf86e-44639-d7932-b3d5e\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":2,\"CurrencyType\":\"1\",\"PublishedFare\":7600,\"PublishedFareTxt\":\"7,600\",\"ApiResultIndex\":\"425-cf86e-44639-d7932-b3d5e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6600,\"Tax\":200,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7600,\"PublishedFare\":7600,\"PublishedFareAgent\":7600,\"OfferedFareAgent\":7600,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":2,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":6600,\"BaseFare\":6600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":200,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":800,\"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\":7600,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"084\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"07I\",\"bookingId\":\"F69FB54BC7284524B845EF2C86ED08F0\"}],\"flight_booking_id_Arr\":[\"290\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831115311\",\"FirstName\":\"Vishal\",\"LastName\":\" Dilipat\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 22:16:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"217\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 22:16:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"218\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9831115311\",\"FirstName\":\"Vishal\",\"LastName\":\" Dilipat\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 22:16:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"cf86e-44639-d7932-b3d5e\",\"modified\":\"2022-07-25 22:16:01\",\"created\":\"2022-07-25 22:16:01\",\"CustomerMemberSysId\":\"217\"},{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"95\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-25 22:16:01\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"cf86e-44639-d7932-b3d5e\",\"modified\":\"2022-07-25 22:16:01\",\"created\":\"2022-07-25 22:16:01\",\"CustomerMemberSysId\":\"218\"}],\"CustomerSysId\":\"95\",\"CustomerMemSysId\":[\"217\",\"218\"],\"flight_booking_customer\":[[\"397\",\"398\"]],\"SearchTraceId\":\"cf86e-44639-d7932-b3d5e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"cf86e-44639-d7932-b3d5e\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-25 22:13:51\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"cf86e-44639-d7932-b3d5e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"cf86e-44639-d7932-b3d5e\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-25 22:13:51\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"cf86e-44639-d7932-b3d5e\\\",\\\"apiTraceId\\\":\\\"425_5839\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-28\\\",\\\"LocalFromTime\\\":\\\"2022-07-28 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-28 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-28 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-28 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":7600,\\\"PublishedFareTxt\\\":\\\"7,600\\\",\\\"ApiResultIndex\\\":\\\"425-cf86e-44639-d7932-b3d5e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6600,\\\"Tax\\\":200,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7600,\\\"PublishedFare\\\":7600,\\\"PublishedFareAgent\\\":7600,\\\"OfferedFareAgent\\\":7600,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5839\\\",\\\"ApiResultIndex\\\":\\\"425_5839\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":2,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":6600,\\\"BaseFare\\\":6600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":800,\\\"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\\\":7600,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"084\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-28T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-28T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658946600,\\\"DepartureDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"07I\\\",\\\"bookingId\\\":\\\"F69FB54BC7284524B845EF2C86ED08F0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831115311\",\"leadEmail\":\"shreeshyamtravels2019@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Vishal\",\"passenger-lastname-1\":\" Dilipat\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Kushagrah \",\"passenger-lastname-2\":\"Agarwal\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Vishal\",\"lN\":\" Dilipat\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kushagrah \",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"F69FB54BC7284524B845EF2C86ED08F0\"],\"status\":\"SUCCESS\"}}}','2022-07-25 22:16:21'),(2181,'8fd98-8322d-efff8-14aae','{\"FlightBookingData\":[{\"bookingId\":\"DMC109838812394\",\"bookingId_TJ\":\"TJ109838812394\",\"FlightNumber\":\"6E-6367\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8fd98-8322d-efff8-14aae\",\"apiTraceId\":\"5-0243334408_0AMDCCU6E6367_8097783545473\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2022-07-27T19:35\",\"LocalFromTime\":\"2022-07-27 19:35\",\"FromUTCTime\":\"2022-07-27T19:35\",\"LocalToTime\":\"2022-07-27 22:15\",\"ToUTCTime\":\"2022-07-27T22:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"16,430\",\"ApiResultIndex\":\"5-0243334408_0AMDCCU6E6367_8097783545473\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14400,\"Tax\":1637.4,\"YQTax\":0,\"OtherCharges\":872,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":730,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16037.4,\"PublishedFare\":16430.399999999998,\"PublishedFareAgent\":16430.399999999998,\"OfferedFareAgent\":16430.399999999998,\"OfferedFare\":15934.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0243334408_0AMDCCU6E6367_3083703528595\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":102.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16430.399999999998,\"CostToAgent\":16430.399999999998,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1637.4,\"TotalBaseFare\":16037.4,\"BaseFareCal\":16010.399999999998,\"BaseFare\":14400,\"CommissionEarned\":102.6,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":730,\"MFT\":5.4,\"OT\":872,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":102.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16430.399999999998,\"CostToAgent\":16430.399999999998,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":16430.399999999998,\"CostToCustomer\":16430.399999999998,\"BaseFareCal\":16010.399999999998,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":16010.399999999998,\"intOfferedFare\":15934.8,\"intPublishFare\":16037.4,\"TripjackMarkup\":0,\"TripjackCommission\":102.6,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":102.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16430.399999999998,\"CostToAgent\":16430.399999999998,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"399\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-07-27T22:15\",\"SegFlightNumber\":\"6E-6367\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-07-27T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"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\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"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\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary 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-0243334408_0AMDCCU6E6367_8097783545473\",\"FareRuleData\":{\"fareRule\":{\"AMD-CCU\":{\"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\":{\"ACFT\":175,\"ACF\":3500,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-0243334408_0AMDCCU6E6367_8097783545473\",\"SearchTraceId\":\"8fd98-8322d-efff8-14aae\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8fd98-8322d-efff8-14aae\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"AMD\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 12:32:28\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"399\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"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\":[]}}','2022-07-27 12:32:53'),(2183,'1ff7c-81c3f-17fc3-92ce2','{\"FlightBookingData\":[{\"bookingId\":\"DMC105538813013\",\"bookingId_TJ\":\"TJ105538813013\",\"FlightNumber\":\"6E-6367\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1ff7c-81c3f-17fc3-92ce2\",\"apiTraceId\":\"5-8400672661_0AMDCCU6E6367_11009711846575\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:15\",\"TravelDate\":\"2022-07-27T19:35\",\"LocalFromTime\":\"2022-07-27 19:35\",\"FromUTCTime\":\"2022-07-27T19:35\",\"LocalToTime\":\"2022-07-27 22:15\",\"ToUTCTime\":\"2022-07-27T22:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Wed, 27 Jul\",\"ArrivalDateTxt\":\"Wed, 27 Jul\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"16,430\",\"ApiResultIndex\":\"5-8400672661_0AMDCCU6E6367_11009711846575\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":14400,\"Tax\":1637.4,\"YQTax\":0,\"OtherCharges\":872,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":730,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":16037.4,\"PublishedFare\":16430.399999999998,\"PublishedFareAgent\":16430.399999999998,\"OfferedFareAgent\":16430.399999999998,\"OfferedFare\":15934.8,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8400672661_0AMDCCU6E6367_2330369764981\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":102.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16430.399999999998,\"CostToAgent\":16430.399999999998,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1637.4,\"TotalBaseFare\":16037.4,\"BaseFareCal\":16010.399999999998,\"BaseFare\":14400,\"CommissionEarned\":102.6,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":730,\"MFT\":5.4,\"OT\":872,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":102.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16430.399999999998,\"CostToAgent\":16430.399999999998,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":102.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":16430.399999999998,\"CostToCustomer\":16430.399999999998,\"BaseFareCal\":16010.399999999998,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":16010.399999999998,\"intOfferedFare\":15934.8,\"intPublishFare\":16037.4,\"TripjackMarkup\":0,\"TripjackCommission\":102.6,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":102.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":16430.399999999998,\"CostToAgent\":16430.399999999998,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"604\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-07-27T22:15\",\"SegFlightNumber\":\"6E-6367\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-07-27T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:15\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary 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-8400672661_0AMDCCU6E6367_11009711846575\",\"FareRuleData\":{\"fareRule\":{\"AMD-CCU\":{\"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,\"CRFT\":9,\"ARFT\":162.5,\"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,\"ACF\":3500,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-8400672661_0AMDCCU6E6367_11009711846575\",\"SearchTraceId\":\"1ff7c-81c3f-17fc3-92ce2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"27\\/07\\/2022\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1ff7c-81c3f-17fc3-92ce2\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"AMD\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Jul Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 12:38:58\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"604\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-07-27 12:39:36'),(2189,'d17f8-705f9-2a857-cb44e','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":1,\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"d17f8-705f9-2a857-cb44e\",\"apiTraceId\":\"425_5840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 06:35\",\"FromUTCTime\":\"2022-07-29 06:35\",\"LocalToTime\":\"2022-07-29 08:35:00\",\"ToUTCTime\":\"2022-07-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-d17f8-705f9-2a857-cb44e\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5840\",\"ApiResultIndex\":\"425_5840\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"7\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"TEST TEST\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"C17A2B97AA3D4C388539D297E90325C5\"}],\"flight_booking_id_Arr\":[\"291\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906729503\",\"FirstName\":\"TEST\",\"LastName\":\"TEST\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13062\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 12:50:27\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"18\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"18\",\"CustomerMemSysId\":[\"18\"],\"flight_booking_customer\":[[\"399\"]],\"SearchTraceId\":\"d17f8-705f9-2a857-cb44e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"29\\/07\\/2022\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"d17f8-705f9-2a857-cb44e\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 12:50:10\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"d17f8-705f9-2a857-cb44e\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"d17f8-705f9-2a857-cb44e\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-27 12:50:10\\\",\\\"ContSysId\\\":null,\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"d17f8-705f9-2a857-cb44e\\\",\\\"apiTraceId\\\":\\\"425_5840\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-29\\\",\\\"LocalFromTime\\\":\\\"2022-07-29 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-29 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-29 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-29 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":7,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-d17f8-705f9-2a857-cb44e\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5840\\\",\\\"ApiResultIndex\\\":\\\"425_5840\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"7\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-29T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-29T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1659033000,\\\"DepartureDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"C17A2B97AA3D4C388539D297E90325C5\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906729503\",\"leadEmail\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"18\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"TEST\",\"passenger-lastname-1\":\"TEST\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13062\",\"Salutation\":\"1\",\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"FirstName\":\"TEST\",\"LastName\":\"TEST\",\"CountryCode\":\"91\",\"MobileNo\":\"9906729503\"},\"_sessiondata\":{\"EmailId\":\"ATTARTOURANDTRAVELS@GMAIL.COM\",\"UserSysId\":\"14518\",\"CustomerSysId\":\"207518\",\"AgencySysId\":\"13062\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRFAN\",\"LastName\":\"ATTAR\",\"Password_cu\":\"\",\"AgencyName\":\"ATTAR TRAVELS\",\"AgencyCode\":\"11148\",\"ContactNo1\":\"9906729503\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"AA482171-B03C-4D4F-938E-34B89AB64679\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"TEST TEST\"},\"ti\":\"Mr.\",\"pt\":\"ADULT\",\"fN\":\"TEST\",\"lN\":\"TEST\",\"id\":\"1\",\"DOB\":\"\",\"ticketNumberDetails\":{\"CCU-DEL\":\"\"}}]}},\"order\":{\"bookingId\":[\"C17A2B97AA3D4C388539D297E90325C5\"],\"status\":\"SUCCESS\"}}}','2022-07-27 12:50:40'),(2195,'0fb21-f0eee-23235-3f6db','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0fb21-f0eee-23235-3f6db\",\"apiTraceId\":\"425_5840\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 06:35\",\"FromUTCTime\":\"2022-07-29 06:35\",\"LocalToTime\":\"2022-07-29 08:35:00\",\"ToUTCTime\":\"2022-07-29 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":6,\"CurrencyType\":\"1\",\"PublishedFare\":22800,\"PublishedFareTxt\":\"22,800\",\"ApiResultIndex\":\"425-0fb21-f0eee-23235-3f6db\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":19800,\"Tax\":600,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":22800,\"PublishedFare\":22800,\"PublishedFareAgent\":22800,\"OfferedFareAgent\":22800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5840\",\"ApiResultIndex\":\"425_5840\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":6,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":19800,\"BaseFare\":19800,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":600,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2400,\"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\":22800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\",\"bookingId\":\"4ED670A3B67742189A7AC6B667922390\"}],\"flight_booking_id_Arr\":[\"292\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"ABBAS UDDIN \",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"219\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"MAIDUL ISLAM \",\"LastName\":\"SAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"220\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"ASLAM \",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"221\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"SAIDUL \",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"222\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"INSAN \",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"223\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"HAYDAR \",\"LastName\":\"MOLLA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"224\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"8013234644\",\"FirstName\":\"ABBAS UDDIN \",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0fb21-f0eee-23235-3f6db\",\"modified\":\"2022-07-27 14:24:39\",\"created\":\"2022-07-27 14:24:39\",\"CustomerMemberSysId\":\"219\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"MAIDUL ISLAM \",\"LastName\":\"SAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0fb21-f0eee-23235-3f6db\",\"modified\":\"2022-07-27 14:24:39\",\"created\":\"2022-07-27 14:24:39\",\"CustomerMemberSysId\":\"220\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"ASLAM \",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0fb21-f0eee-23235-3f6db\",\"modified\":\"2022-07-27 14:24:39\",\"created\":\"2022-07-27 14:24:39\",\"CustomerMemberSysId\":\"221\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"SAIDUL \",\"LastName\":\"SEKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0fb21-f0eee-23235-3f6db\",\"modified\":\"2022-07-27 14:24:39\",\"created\":\"2022-07-27 14:24:39\",\"CustomerMemberSysId\":\"222\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"INSAN \",\"LastName\":\"SHAIKH\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0fb21-f0eee-23235-3f6db\",\"modified\":\"2022-07-27 14:24:39\",\"created\":\"2022-07-27 14:24:39\",\"CustomerMemberSysId\":\"223\"},{\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"23\",\"EmailId\":\"tufailmondal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8013234644\",\"FirstName\":\"HAYDAR \",\"LastName\":\"MOLLA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13063\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 14:24:39\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0fb21-f0eee-23235-3f6db\",\"modified\":\"2022-07-27 14:24:39\",\"created\":\"2022-07-27 14:24:39\",\"CustomerMemberSysId\":\"224\"}],\"CustomerSysId\":\"23\",\"CustomerMemSysId\":[\"219\",\"220\",\"221\",\"222\",\"223\",\"224\"],\"flight_booking_customer\":[[\"400\",\"401\",\"402\",\"403\",\"404\",\"405\"]],\"SearchTraceId\":\"0fb21-f0eee-23235-3f6db\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__CCU-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"29\\/07\\/2022\"],\"departure_datesf\":[\"29\\/07\\/2022\"],\"adults\":\"6\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__CCU-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-07-29\",\"strDepatureDate\":[\"29\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"0fb21-f0eee-23235-3f6db\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 14:22:16\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0fb21-f0eee-23235-3f6db\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"4\\\",\\\"from_des\\\":[\\\"1__CCU-DEL\\\"],\\\"to_des\\\":[\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"departure_datesf\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"adults\\\":\\\"6\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"1__CCU-DEL\\\"],\\\"to_city\\\":[\\\"DEL\\\"],\\\"strDepatureDateSF\\\":\\\"2022-07-29\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[],\\\"intCountryCode\\\":null,\\\"destinationCityId\\\":[],\\\"interNationalSearchArray\\\":\\\"\\\",\\\"FlightTraceId\\\":\\\"0fb21-f0eee-23235-3f6db\\\",\\\"sourceCityAirportCode\\\":null,\\\"destinationCityAirportCode\\\":null,\\\"from\\\":null,\\\"to\\\":null,\\\"sourceCityText\\\":null,\\\"destinationCityText\\\":null,\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-27 14:22:16\\\",\\\"ContSysId\\\":null,\\\"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},\\\"6\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":6}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0fb21-f0eee-23235-3f6db\\\",\\\"apiTraceId\\\":\\\"425_5840\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-29\\\",\\\"LocalFromTime\\\":\\\"2022-07-29 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-29 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-29 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-29 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"\\\",\\\"DestPlaceSysId\\\":\\\"\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":6,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":22800,\\\"PublishedFareTxt\\\":\\\"22,800\\\",\\\"ApiResultIndex\\\":\\\"425-0fb21-f0eee-23235-3f6db\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":19800,\\\"Tax\\\":600,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":22800,\\\"PublishedFare\\\":22800,\\\"PublishedFareAgent\\\":22800,\\\"OfferedFareAgent\\\":22800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5840\\\",\\\"ApiResultIndex\\\":\\\"425_5840\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":2400,\\\"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\\\":22800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":6,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":19800,\\\"BaseFare\\\":19800,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":600,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":2400,\\\"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\\\":22800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-29T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-29T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1659033000,\\\"DepartureDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"00C\\\",\\\"bookingId\\\":\\\"4ED670A3B67742189A7AC6B667922390\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8013234644\",\"leadEmail\":\"tufailmondal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"6\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ABBAS UDDIN \",\"passenger-lastname-1\":\"SHAIKH\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MAIDUL ISLAM \",\"passenger-lastname-2\":\"SAIKH\",\"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\":\"ASLAM \",\"passenger-lastname-3\":\"SEKH\",\"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\":\"SAIDUL \",\"passenger-lastname-4\":\"SEKH\",\"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\":\"1\",\"passenger-firstname-5\":\"INSAN \",\"passenger-lastname-5\":\"SHAIKH\",\"passenger-nationality-5\":\"IN\",\"passenger-PassportNo-5\":\"\",\"passenger-passporIssue-5\":\"__\\/__\\/____\",\"passenger-PassportExpiry-5\":\"__\\/__\\/____\",\"paxType-6\":\"1\",\"relation-6\":\"0\",\"CustomerSysId-6\":\"0\",\"passenger-salutation-6\":\"1\",\"passenger-firstname-6\":\"HAYDAR \",\"passenger-lastname-6\":\"MOLLA\",\"passenger-nationality-6\":\"IN\",\"passenger-PassportNo-6\":\"\",\"passenger-passporIssue-6\":\"__\\/__\\/____\",\"passenger-PassportExpiry-6\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"tufailmondal@gmail.com\",\"UserSysId\":\"14519\",\"CustomerSysId\":\"207542\",\"AgencySysId\":\"13063\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"TUFAIL\",\"LastName\":\"MONDAL\",\"Password_cu\":\"\",\"AgencyName\":\"MONDAL TRAVEL\",\"AgencyCode\":\"11149\",\"ContactNo1\":\"8013234644\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"ACA0B18B-2072-41A6-A4EC-89795DB8903E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ABBAS UDDIN \",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"MAIDUL ISLAM \",\"lN\":\"SAIKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"ASLAM \",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"SAIDUL \",\"lN\":\"SEKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"INSAN \",\"lN\":\"SHAIKH\",\"id\":\"1\",\"DOB\":\"\"},{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"HAYDAR \",\"lN\":\"MOLLA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"4ED670A3B67742189A7AC6B667922390\"],\"status\":\"SUCCESS\"}}}','2022-07-27 14:26:16'),(2201,'0f35a-60a41-eca42-210d3','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"0f35a-60a41-eca42-210d3\",\"apiTraceId\":\"425_5839\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28 06:35\",\"LocalToTime\":\"2022-07-28 08:35:00\",\"ToUTCTime\":\"2022-07-28 08:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":3800,\"PublishedFareTxt\":\"3,800\",\"ApiResultIndex\":\"425-0f35a-60a41-eca42-210d3\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3300,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3800,\"PublishedFare\":3800,\"PublishedFareAgent\":3800,\"OfferedFareAgent\":3800,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"425_5839\",\"ApiResultIndex\":\"425_5839\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"6\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3300,\"BaseFare\":3300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":3800,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"CCU\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-28T09:05\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"28\\/07\\/2022\",\"FromDateSort\":1658946600,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"CB45EFFBC90941268230BBE5221C4DF0\"}],\"flight_booking_id_Arr\":[\"293\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 15:30:15\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"225\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"225\",\"CustomerMemSysId\":[\"225\"],\"flight_booking_customer\":[[\"406\"]],\"SearchTraceId\":\"0f35a-60a41-eca42-210d3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"28\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0f35a-60a41-eca42-210d3\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 15:29:40\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0f35a-60a41-eca42-210d3\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0f35a-60a41-eca42-210d3\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-27 15:29:40\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"0f35a-60a41-eca42-210d3\\\",\\\"apiTraceId\\\":\\\"425_5839\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-28\\\",\\\"LocalFromTime\\\":\\\"2022-07-28 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-28 06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-28 08:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-28 08:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"SourcePlaceName\\\":\\\"Kolkata\\\",\\\"DestPlaceName\\\":\\\"Delhi\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":3800,\\\"PublishedFareTxt\\\":\\\"3,800\\\",\\\"ApiResultIndex\\\":\\\"425-0f35a-60a41-eca42-210d3\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3300,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3800,\\\"PublishedFare\\\":3800,\\\"PublishedFareAgent\\\":3800,\\\"OfferedFareAgent\\\":3800,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"0\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"425_5839\\\",\\\"ApiResultIndex\\\":\\\"425_5839\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"6\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3300,\\\"BaseFare\\\":3300,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":3800,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"destinationAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-28T09:05\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-28T06:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1658946600,\\\"DepartureDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"00:00-10:00\\\",\\\"OnwardGroupPNR\\\":\\\"\\\",\\\"OnwardGroupPNRDummy\\\":\\\"\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"CB45EFFBC90941268230BBE5221C4DF0\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831115311\",\"leadEmail\":\"shreeshyamtravels2019@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"218\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Kushagrah \",\"passenger-lastname-1\":\"Agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13508\",\"Salutation\":\"1\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"9831115311\"},\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"CCU-DEL\":\"\"},\"ti\":\"Mr\",\"pt\":\"ADULT\",\"fN\":\"Kushagrah \",\"lN\":\"Agarwal\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"CB45EFFBC90941268230BBE5221C4DF0\"],\"status\":\"SUCCESS\"}}}','2022-07-27 15:30:33'),(2207,'5fca0-ef1ad-57bd5-7c7ee','{\"FlightBookingData\":[{\"bookingId\":\"DMC103038824313\",\"bookingId_TJ\":\"TJ103038824313\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"5fca0-ef1ad-57bd5-7c7ee\",\"apiTraceId\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28T06:35\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28T06:35\",\"LocalToTime\":\"2022-07-28 09:05\",\"ToUTCTime\":\"2022-07-28T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5328591542_0CCUDELSG8373_22329800624525\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"998\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-28T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-5328591542_3CCUDELSG8373_22493855237291\",\"FareRuleData\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"294\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 15:36:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"226\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"226\",\"CustomerMemSysId\":[\"226\"],\"flight_booking_customer\":[[\"407\"]],\"SearchTraceId\":\"5fca0-ef1ad-57bd5-7c7ee\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5fca0-ef1ad-57bd5-7c7ee\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 15:34:50\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5fca0-ef1ad-57bd5-7c7ee\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-28\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"5fca0-ef1ad-57bd5-7c7ee\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-27 15:34:50\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103038824313\\\",\\\"bookingId_TJ\\\":\\\"TJ103038824313\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"5fca0-ef1ad-57bd5-7c7ee\\\",\\\"apiTraceId\\\":\\\"11-5328591542_3CCUDELSG8373_22493855237291\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-28T06:35\\\",\\\"LocalFromTime\\\":\\\"2022-07-28 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-28T06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-28 09:05\\\",\\\"ToUTCTime\\\":\\\"2022-07-28T09:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":150,\\\"DepartureDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"FlightDuration\\\":\\\"03h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,972\\\",\\\"ApiResultIndex\\\":\\\"11-5328591542_3CCUDELSG8373_22493855237291\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4617.7,\\\"PublishedFare\\\":4971.7,\\\"PublishedFareAgent\\\":4971.7,\\\"OfferedFareAgent\\\":4971.7,\\\"OfferedFare\\\":4617.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-5328591542_0CCUDELSG8373_22329800624525\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4617.7,\\\"BaseFareCal\\\":4671.7,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4971.7,\\\"CostToCustomer\\\":4971.7,\\\"BaseFareCal\\\":4671.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4671.7,\\\"intOfferedFare\\\":4617.7,\\\"intPublishFare\\\":4617.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"998\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-28T09:05\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-07-28T06:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":150,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-5328591542_3CCUDELSG8373_22493855237291\\\",\\\"FareRuleData\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-27 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831115311\",\"leadEmail\":\"shreeshyamtravels2019@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"225\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Kushagrah \",\"passenger-lastname-1\":\"Agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13508\",\"Salutation\":\"1\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"9831115311\"},\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"5fca0-ef1ad-57bd5-7c7ee\",\"FlightBookingData\":[{\"bookingId\":\"DMC103038824313\",\"bookingId_TJ\":\"TJ103038824313\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"5fca0-ef1ad-57bd5-7c7ee\",\"apiTraceId\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28T06:35\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28T06:35\",\"LocalToTime\":\"2022-07-28 09:05\",\"ToUTCTime\":\"2022-07-28T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5328591542_0CCUDELSG8373_22329800624525\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"998\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-28T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-5328591542_3CCUDELSG8373_22493855237291\",\"FareRuleData\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"799E693DEDFA443C9A3A2C594BEBE815\",\"message\":\"\"}}','2022-07-27 15:37:34'),(2213,'93837-db03d-6dd8a-de1bb','{\"FlightBookingData\":[{\"bookingId\":\"DMC107538824522\",\"bookingId_TJ\":\"TJ107538824522\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"93837-db03d-6dd8a-de1bb\",\"apiTraceId\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28T06:35\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28T06:35\",\"LocalToTime\":\"2022-07-28 09:05\",\"ToUTCTime\":\"2022-07-28T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5328591542_0CCUDELSG8373_31847036556906\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"873\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-28T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-5328591542_3CCUDELSG8373_22493855237291\",\"FareRuleData\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"295\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9831115311\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13508\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 15:39:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"227\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"227\",\"CustomerMemSysId\":[\"227\"],\"flight_booking_customer\":[[\"408\"]],\"SearchTraceId\":\"93837-db03d-6dd8a-de1bb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"28\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-28\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"93837-db03d-6dd8a-de1bb\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"28\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"28 Jul Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 15:38:12\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"93837-db03d-6dd8a-de1bb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-07-28\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"93837-db03d-6dd8a-de1bb\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"28\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"28 Jul Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-27 15:38:12\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107538824522\\\",\\\"bookingId_TJ\\\":\\\"TJ107538824522\\\",\\\"FlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"93837-db03d-6dd8a-de1bb\\\",\\\"apiTraceId\\\":\\\"11-5328591542_3CCUDELSG8373_22493855237291\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:35\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-07-28T06:35\\\",\\\"LocalFromTime\\\":\\\"2022-07-28 06:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-28T06:35\\\",\\\"LocalToTime\\\":\\\"2022-07-28 09:05\\\",\\\"ToUTCTime\\\":\\\"2022-07-28T09:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":150,\\\"DepartureDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 28 Jul\\\",\\\"FlightDuration\\\":\\\"03h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,972\\\",\\\"ApiResultIndex\\\":\\\"11-5328591542_3CCUDELSG8373_22493855237291\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4500,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4617.7,\\\"PublishedFare\\\":4971.7,\\\"PublishedFareAgent\\\":4971.7,\\\"OfferedFareAgent\\\":4971.7,\\\"OfferedFare\\\":4617.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-5328591542_0CCUDELSG8373_31847036556906\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":1,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4617.7,\\\"BaseFareCal\\\":4671.7,\\\"BaseFare\\\":4500,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4971.7,\\\"CostToCustomer\\\":4971.7,\\\"BaseFareCal\\\":4671.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4671.7,\\\"intOfferedFare\\\":4617.7,\\\"intPublishFare\\\":4617.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4971.7,\\\"CostToAgent\\\":4971.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"873\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-07-28T09:05\\\",\\\"SegFlightNumber\\\":\\\"SG-8373\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-07-28T06:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":150,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":1,\\\"strDepartureDtTime\\\":\\\"06:35\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"2h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-5328591542_3CCUDELSG8373_22493855237291\\\",\\\"FareRuleData\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-27 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9831115311\",\"leadEmail\":\"shreeshyamtravels2019@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"218\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Kushagrah \",\"passenger-lastname-1\":\"Agarwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13508\",\"Salutation\":\"1\",\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"FirstName\":\"Kushagrah \",\"LastName\":\"Agarwal\",\"CountryCode\":\"91\",\"MobileNo\":\"9831115311\"},\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"93837-db03d-6dd8a-de1bb\",\"FlightBookingData\":[{\"bookingId\":\"DMC107538824522\",\"bookingId_TJ\":\"TJ107538824522\",\"FlightNumber\":\"SG-8373\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"93837-db03d-6dd8a-de1bb\",\"apiTraceId\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:35\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-07-28T06:35\",\"LocalFromTime\":\"2022-07-28 06:35\",\"FromUTCTime\":\"2022-07-28T06:35\",\"LocalToTime\":\"2022-07-28 09:05\",\"ToUTCTime\":\"2022-07-28T09:05\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":150,\"DepartureDateTxt\":\"Thu, 28 Jul\",\"ArrivalDateTxt\":\"Thu, 28 Jul\",\"FlightDuration\":\"03h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,972\",\"ApiResultIndex\":\"11-5328591542_3CCUDELSG8373_22493855237291\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4617.7,\"PublishedFare\":4971.7,\"PublishedFareAgent\":4971.7,\"OfferedFareAgent\":4971.7,\"OfferedFare\":4617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-5328591542_0CCUDELSG8373_31847036556906\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4617.7,\"BaseFareCal\":4671.7,\"BaseFare\":4500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4971.7,\"CostToAgent\":4971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4971.7,\"CostToCustomer\":4971.7,\"BaseFareCal\":4671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4671.7,\"intOfferedFare\":4617.7,\"intPublishFare\":4617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4971.7,\"CostToAgent\":4971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"873\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-07-28T09:05\",\"SegFlightNumber\":\"SG-8373\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-28T06:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":150,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"06:35\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"2h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-5328591542_3CCUDELSG8373_22493855237291\",\"FareRuleData\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-27 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"8D52506CB5014572A96AB078DF0010A3\",\"message\":\"\"}}','2022-07-27 15:39:56'),(2215,'13120-40187-09dc4-bb00d','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"13120-40187-09dc4-bb00d\",\"apiTraceId\":\"424_5794\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 18:35\",\"FromUTCTime\":\"2022-07-29 18:35\",\"LocalToTime\":\"2022-07-29 20:35:00\",\"ToUTCTime\":\"2022-07-29 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4100,\"PublishedFareTxt\":\"4,100\",\"ApiResultIndex\":\"424-13120-40187-09dc4-bb00d\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3600,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4100,\"PublishedFare\":4100,\"PublishedFareAgent\":4100,\"OfferedFareAgent\":4100,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"0\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5794\",\"ApiResultIndex\":\"424_5794\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3600,\"BaseFare\":3600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"\",\"OnwardGroupPNRDummy\":\"\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\"}],\"apiTraceId\":\"424_5794\",\"SearchTraceId\":\"13120-40187-09dc4-bb00d\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"29\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"13120-40187-09dc4-bb00d\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 15:51:22\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-07-27 15:58:13'),(2221,'fa211-5ed11-86f4d-14784','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"fa211-5ed11-86f4d-14784\",\"apiTraceId\":\"424_5794\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:30\",\"TravelDate\":\"2022-07-29\",\"LocalFromTime\":\"2022-07-29 18:35\",\"FromUTCTime\":\"2022-07-29 18:35\",\"LocalToTime\":\"2022-07-29 20:35:00\",\"ToUTCTime\":\"2022-07-29 20:35:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"2 hours, \",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Kolkata\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4100,\"PublishedFareTxt\":\"4,100\",\"ApiResultIndex\":\"424-fa211-5ed11-86f4d-14784\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3600,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4100,\"PublishedFare\":4100,\"PublishedFareAgent\":4100,\"OfferedFareAgent\":4100,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"424_5794\",\"ApiResultIndex\":\"424_5794\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"1\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":3600,\"BaseFare\":3600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4100,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0,\"$$hashKey\":\"034\"},\"Segments\":[{\"destinationAirportCode\":\"CCU\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"DEL\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:30\",\"FlightDuration\":\"2 hours 0 minute\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"destinationAirportName\":\"Kolkata, IN - Kolkata Intl Airport (CCU)\",\"originCityName\":\"Delhi\",\"originCountryName\":\"\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-07-29T20:30\",\"FareClass\":\"\",\"originDepTime\":\"2022-07-29T18:35\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABLE\",\"FromDate\":\"29\\/07\\/2022\",\"FromDateSort\":1659033000,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"OnwardGroupPNR\":\"H8BZVV\",\"OnwardGroupPNRDummy\":\"H8BZVV\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"02I\",\"bookingId\":\"383D16A687C141AD9F351CCDE3DA9825\"}],\"flight_booking_id_Arr\":[\"296\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9654100207\",\"FirstName\":\"MRS TAHAMINA AKTAR\",\"LastName\":\"RUMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 16:00:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"228\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"104\",\"EmailId\":\"support@skysafar.in\",\"Salutation\":\"3\",\"Relation\":\"9\",\"Contacts\":\"9654100207\",\"FirstName\":\"MRS TAHAMINA AKTAR\",\"LastName\":\"RUMA\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13430\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-27 16:00:44\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"fa211-5ed11-86f4d-14784\",\"modified\":\"2022-07-27 16:00:44\",\"created\":\"2022-07-27 16:00:44\",\"CustomerMemberSysId\":\"228\"}],\"CustomerSysId\":\"104\",\"CustomerMemSysId\":[\"228\"],\"flight_booking_customer\":[[\"409\"]],\"SearchTraceId\":\"fa211-5ed11-86f4d-14784\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"29\\/07\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"29\\/07\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"fa211-5ed11-86f4d-14784\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 15:58:38\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"fa211-5ed11-86f4d-14784\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"fa211-5ed11-86f4d-14784\\\",\\\"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\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"29 Jul Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-27 15:58:38\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"FlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsRefundable\\\":\\\"0\\\",\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"SearchTraceId\\\":\\\"fa211-5ed11-86f4d-14784\\\",\\\"apiTraceId\\\":\\\"424_5794\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"18:35\\\",\\\"ArrivalTime\\\":\\\"20:30\\\",\\\"TravelDate\\\":\\\"2022-07-29\\\",\\\"LocalFromTime\\\":\\\"2022-07-29 18:35\\\",\\\"FromUTCTime\\\":\\\"2022-07-29 18:35\\\",\\\"LocalToTime\\\":\\\"2022-07-29 20:35:00\\\",\\\"ToUTCTime\\\":\\\"2022-07-29 20:35:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"FlightDuration\\\":\\\"2 hours, \\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"SourcePlaceName\\\":\\\"Delhi\\\",\\\"DestPlaceName\\\":\\\"Kolkata\\\",\\\"StopCount\\\":\\\"0 Stop(s)\\\",\\\"StopCountShow\\\":\\\"Non Stop\\\",\\\"Stops\\\":\\\"0\\\",\\\"NoOfSeatAvailable\\\":1,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":\\\"1\\\",\\\"PublishedFare\\\":4100,\\\"PublishedFareTxt\\\":\\\"4,100\\\",\\\"ApiResultIndex\\\":\\\"424-fa211-5ed11-86f4d-14784\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":1,\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":8,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3600,\\\"Tax\\\":100,\\\"YQTax\\\":0,\\\"OtherCharges\\\":0,\\\"Discount\\\":0,\\\"ServiceFee\\\":0,\\\"ManagementFeeTax\\\":0,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4100,\\\"PublishedFare\\\":4100,\\\"PublishedFareAgent\\\":4100,\\\"OfferedFareAgent\\\":4100,\\\"OfferedFare\\\":0,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":0,\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"OnwardAutoTicket\\\":\\\"1\\\",\\\"Refundable\\\":\\\"0\\\",\\\"IsRefundableTxt\\\":\\\"Non-Refundable\\\",\\\"PriceID\\\":\\\"424_5794\\\",\\\"ApiResultIndex\\\":\\\"424_5794\\\",\\\"IsGSTRequired\\\":0,\\\"fareIdentifier\\\":\\\"Special Deal\\\",\\\"SeatAvailable\\\":\\\"1\\\",\\\"classOfBooking\\\":0,\\\"FareClass\\\":\\\"\\\",\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4100,\\\"CostToAgent\\\":0,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":1,\\\"TaxIN\\\":0,\\\"TotalBaseFare\\\":0,\\\"BaseFareCal\\\":3600,\\\"BaseFare\\\":3600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":0,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":0,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"intTotalGST\\\":0,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":400,\\\"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\\\":4100,\\\"CostToAgent\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":0,\\\"$$hashKey\\\":\\\"034\\\"},\\\"Segments\\\":[{\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"SegFlightNumber\\\":\\\"SG-8251\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"Baggage\\\":\\\"15\\\",\\\"CabinBaggage\\\":\\\"7\\\",\\\"IsBaggage\\\":true,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"18:35\\\",\\\"strArrivalDtTime\\\":\\\"20:30\\\",\\\"FlightDuration\\\":\\\"2 hours 0 minute\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"originAirportName\\\":\\\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\\\",\\\"destinationAirportName\\\":\\\"Kolkata, IN - Kolkata Intl Airport (CCU)\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"\\\",\\\"destinationArrTime\\\":\\\"2022-07-29T20:30\\\",\\\"FareClass\\\":\\\"\\\",\\\"originDepTime\\\":\\\"2022-07-29T18:35\\\",\\\"TripIndicator\\\":\\\"\\\",\\\"IsMealIncludes\\\":0,\\\"Duration\\\":\\\"\\\",\\\"GroundTime\\\":\\\"\\\",\\\"LAYOVERDuration\\\":\\\"\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\"}],\\\"FareRules\\\":\\\"NON REFUNDABLE\\\",\\\"CancellationPolicy\\\":\\\"NON REFUNDABLE\\\",\\\"InternalRemarks\\\":\\\"NON REFUNDABLE\\\",\\\"FromDate\\\":\\\"29\\\\\\/07\\\\\\/2022\\\",\\\"FromDateSort\\\":1659033000,\\\"DepartureDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 29 Jul\\\",\\\"FilterDepartureDtTime\\\":\\\"15:00-20:00\\\",\\\"OnwardGroupPNR\\\":\\\"H8BZVV\\\",\\\"OnwardGroupPNRDummy\\\":\\\"H8BZVV\\\",\\\"IsSeriesFareData\\\":true,\\\"isIdobrMandatory\\\":false,\\\"SupplierSysId\\\":\\\"9958\\\",\\\"IsSupplierInv\\\":0,\\\"$$hashKey\\\":\\\"02I\\\",\\\"bookingId\\\":\\\"383D16A687C141AD9F351CCDE3DA9825\\\"}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[null],\\\"Baggage\\\":[null],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9654100207\",\"leadEmail\":\"support@skysafar.in\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"3\",\"passenger-firstname-1\":\"MRS TAHAMINA AKTAR\",\"passenger-lastname-1\":\"RUMA\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"support@skysafar.in\",\"UserSysId\":\"14900\",\"CustomerSysId\":\"209585\",\"AgencySysId\":\"13430\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Shivam\",\"LastName\":\"Gupta\",\"Password_cu\":\"\",\"AgencyName\":\"Skysafar Tourism Pvt Ltd\",\"AgencyCode\":\"122111\",\"ContactNo1\":\"9654100207\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"FE231FB1-C3C6-4486-840A-95D8EC3299E4\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":1},\"itemInfos\":{\"AIR\":{\"travellerInfos\":[{\"pnrDetails\":{\"DEL-CCU\":\"H8BZVV\"},\"ti\":\"Ms\",\"pt\":\"ADULT\",\"fN\":\"MRS TAHAMINA AKTAR\",\"lN\":\"RUMA\",\"id\":\"1\",\"DOB\":\"\"}]}},\"order\":{\"bookingId\":[\"383D16A687C141AD9F351CCDE3DA9825\"],\"status\":\"SUCCESS\"}}}','2022-07-27 16:01:17'),(2223,'f1061-33645-2d0c1-43869','{\"FlightBookingData\":[{\"bookingId\":\"DMC104538832160\",\"bookingId_TJ\":\"TJ104538832160\",\"FlightNumber\":\"SG-767\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f1061-33645-2d0c1-43869\",\"apiTraceId\":\"11-2764577529_1PATBLRSG767_26132033559740\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"16:40\",\"ArrivalTime\":\"19:30\",\"TravelDate\":\"2022-08-11T16:40\",\"LocalFromTime\":\"2022-08-11 16:40\",\"FromUTCTime\":\"2022-08-11T16:40\",\"LocalToTime\":\"2022-08-11 19:30\",\"ToUTCTime\":\"2022-08-11T19:30\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Thu, 11 Aug\",\"ArrivalDateTxt\":\"Thu, 11 Aug\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"20918\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"PAT\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,872\",\"ApiResultIndex\":\"11-2764577529_1PATBLRSG767_26132033559740\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5400,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5517.7,\"PublishedFare\":5871.7,\"PublishedFareAgent\":5871.7,\"OfferedFareAgent\":5871.7,\"OfferedFare\":5517.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2764577529_0PATBLRSG767_14587169308673\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5871.7,\"CostToAgent\":5871.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":5517.7,\"BaseFareCal\":5571.7,\"BaseFare\":5400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":5871.7,\"CostToAgent\":5871.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":5871.7,\"CostToCustomer\":5871.7,\"BaseFareCal\":5571.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":5571.7,\"intOfferedFare\":5517.7,\"intPublishFare\":5517.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5871.7,\"CostToAgent\":5871.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"441\",\"originAirportName\":\"Jai Prakash Narayan Arpt\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Patna\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-08-11T19:30\",\"SegFlightNumber\":\"SG-767\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"PAT\",\"originDepTime\":\"2022-08-11T16:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"16:40\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2764577529_1PATBLRSG767_26132033559740\",\"FareRuleData\":{\"fareRule\":{\"PAT-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-10 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"PAT\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"20918\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-2764577529_1PATBLRSG767_26132033559740\",\"SearchTraceId\":\"f1061-33645-2d0c1-43869\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Patna (PAT)\"],\"to_des\":[\"Bengaluru (BLR)\"],\"departure_date\":[\"11\\/08\\/2022\"],\"source_city\":[\"PAT\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Patna, IN - Jai Prakash Narayan Arpt (PAT), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Jai Prakash Narayan Arpt (PAT)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Patna (PAT)\"],\"to_city\":[\"Bengaluru (BLR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-08-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[20918],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f1061-33645-2d0c1-43869\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/08\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"11 Aug Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-27 17:03:06\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-07-27 17:15:49'),(2225,'07148-a15d0-a4416-5419c','{\"FlightBookingData\":[{\"bookingId\":\"DMC111138885803\",\"bookingId_TJ\":\"TJ111138885803\",\"FlightNumber\":\"6E-5297\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"07148-a15d0-a4416-5419c\",\"apiTraceId\":\"5-5900723394_3CCUBOM6E5297BOMDXB6E83_104048507783110\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:05\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-07-29T06:05\",\"LocalFromTime\":\"2022-07-29 06:05\",\"FromUTCTime\":\"2022-07-29T06:05\",\"LocalToTime\":\"2022-07-29 16:55\",\"ToUTCTime\":\"2022-07-29T16:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Mumbai\",\"GroundTime\":395,\"LAYOVERDuration\":\"6h 35m\",\"FlyingMinutes\":740,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FlightDuration\":\"11h 50m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"8219\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"DXB\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"14,179\",\"ApiResultIndex\":\"5-5900723394_3CCUBOM6E5297BOMDXB6E83_104048507783110\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10200,\"Tax\":3507.7,\"YQTax\":0,\"OtherCharges\":2975,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":515,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13707.7,\"PublishedFare\":14178.679999999998,\"PublishedFareAgent\":14178.679999999998,\"OfferedFareAgent\":14178.679999999998,\"OfferedFare\":13576.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5900723394_0CCUBOM6E5297BOMDXB6E83_14591994863969\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":3,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":130.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14178.679999999998,\"CostToAgent\":14178.679999999998,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":3507.7,\"TotalBaseFare\":13707.7,\"BaseFareCal\":13668.679999999998,\"BaseFare\":10200,\"CommissionEarned\":130.82,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":515,\"MFT\":2.7,\"OT\":2975,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":130.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14178.679999999998,\"CostToAgent\":14178.679999999998,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":130.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":14178.679999999998,\"CostToCustomer\":14178.679999999998,\"BaseFareCal\":13668.679999999998,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":13668.679999999998,\"intOfferedFare\":13576.88,\"intPublishFare\":13707.7,\"TripjackMarkup\":0,\"TripjackCommission\":130.82,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":130.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14178.679999999998,\"CostToAgent\":14178.679999999998,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"855\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-07-29T08:45\",\"SegFlightNumber\":\"6E-5297\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-07-29T06:05\",\"TripIndicator\":1,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":395,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"08:45\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":\"6h 35m\",\"LAYOVERCity\":\"Mumbai\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPJ\",\"Price\":11040,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"856\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2022-07-29T16:55\",\"SegFlightNumber\":\"6E-83\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-07-29T15:20\",\"TripIndicator\":2,\"Baggage\":\"30 Kg (2 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":185,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:20\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"3h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"EMDK\",\"Price\":200,\"Description\":\"Eye Mask and Dental Kit\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CPML\",\"Price\":350,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHBR\",\"Price\":400,\"Description\":\"Chicken Biryani\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NPLW\",\"Price\":500,\"Description\":\"Neck Pillow\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"BLKT\",\"Price\":500,\"Description\":\"Blanket\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"VGTR\",\"Price\":612,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"856\",\"Code\":\"NVTR\",\"Price\":689,\"Description\":\"Non veg trio sandwich\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPJ\",\"Price\":11040,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}],\"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-5900723394_3CCUBOM6E5297BOMDXB6E83_104048507783110\",\"FareRuleData\":{\"fareRule\":{\"CCU-DXB\":{\"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,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\":{\"CRF\":50,\"ARFT\":250,\"ARF\":5000,\"CRFT\":9}}},\"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\":{\"CCF\":100,\"ACFT\":325,\"ACF\":6500,\"CCFT\":18}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"DXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"8219\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"5-5900723394_3CCUBOM6E5297BOMDXB6E83_104048507783110\",\"SearchTraceId\":\"07148-a15d0-a4416-5419c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Dubai (DXB)\",\"DEL\"],\"departure_date\":[\"29\\/07\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"228\"],\"destination_city\":[\"DXB\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" AE - Dubai Intl Arpt (DXB)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Dubai (DXB)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-07-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[8219],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"07148-a15d0-a4416-5419c\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"DXB\"],\"from\":[\"CCU\"],\"to\":[\"DXB\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Dubai, AE - Dubai Intl Arpt (DXB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-28 13:23:47\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPA\",\"Price\":2760,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPB\",\"Price\":5520,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPC\",\"Price\":8280,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPJ\",\"Price\":11040,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"855\",\"Code\":\"XBPD\",\"Price\":16560,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-07-28 13:24:49'),(2227,'881b2-99ba5-6ad26-dd0c1','{\"FlightBookingData\":[{\"bookingId\":\"DMC107838926598\",\"bookingId_TJ\":\"TJ107838926598\",\"FlightNumber\":\"SG-8251\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"881b2-99ba5-6ad26-dd0c1\",\"apiTraceId\":\"4-7405978336_1DELCCUSG8251_45489108712677\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"18:50\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2022-07-29T18:50\",\"LocalFromTime\":\"2022-07-29 18:50\",\"FromUTCTime\":\"2022-07-29T18:50\",\"LocalToTime\":\"2022-07-29 21:00\",\"ToUTCTime\":\"2022-07-29T21:00\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Fri, 29 Jul\",\"ArrivalDateTxt\":\"Fri, 29 Jul\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":11,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,769\",\"ApiResultIndex\":\"4-7405978336_1DELCCUSG8251_45489108712677\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4737,\"Tax\":879.7,\"YQTax\":0,\"OtherCharges\":620,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":242,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5616.7,\"PublishedFare\":5769.150000000001,\"PublishedFareAgent\":5769.150000000001,\"OfferedFareAgent\":5769.150000000001,\"OfferedFare\":5521.35,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-7405978336_0DELCCUSG8251_45802663169515\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":11,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":95.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5769.150000000001,\"CostToAgent\":5769.150000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":879.7,\"TotalBaseFare\":5616.7,\"BaseFareCal\":5559.150000000001,\"BaseFare\":4737,\"CommissionEarned\":95.35,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":242,\"MFT\":2.7,\"OT\":620,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":95.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5769.150000000001,\"CostToAgent\":5769.150000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":95.35,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5769.150000000001,\"CostToCustomer\":5769.150000000001,\"BaseFareCal\":5559.150000000001,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":5559.150000000001,\"intOfferedFare\":5521.35,\"intPublishFare\":5616.7,\"TripjackMarkup\":0,\"TripjackCommission\":95.35,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":95.35,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5769.150000000001,\"CostToAgent\":5769.150000000001,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"235\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-07-29T21:00\",\"SegFlightNumber\":\"SG-8251\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-07-29T18:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":11,\"strDepartureDtTime\":\"18:50\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg 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-7405978336_1DELCCUSG8251_45489108712677\",\"FareRuleData\":{\"fareRule\":{\"DEL-CCU\":{\"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\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3350,\"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\":{\"CCF\":50,\"ACF\":3600,\"CCFT\":9,\"ACFT\":180}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-28 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"4-7405978336_1DELCCUSG8251_45489108712677\",\"SearchTraceId\":\"881b2-99ba5-6ad26-dd0c1\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Kolkata (CCU)\"],\"departure_date\":[\"29\\/07\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"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\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Kolkata (CCU)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-07-29\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"881b2-99ba5-6ad26-dd0c1\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"29\\/07\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"29 Jul Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-28 22:03:38\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"235\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-07-28 22:05:00'),(2233,'5c3ac-b1806-5ab9b-42f75','{\"FlightBookingData\":[{\"bookingId\":\"DMC101239066515\",\"bookingId_TJ\":\"TJ101239066515\",\"FlightNumber\":\"G8-192\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5c3ac-b1806-5ab9b-42f75\",\"apiTraceId\":\"1-4114283749_0SXRDELG8192_34946177511549\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:50\",\"TravelDate\":\"2022-08-01T07:20\",\"LocalFromTime\":\"2022-08-01 07:20\",\"FromUTCTime\":\"2022-08-01T07:20\",\"LocalToTime\":\"2022-08-01 08:50\",\"ToUTCTime\":\"2022-08-01T08:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Mon, 01 Aug\",\"ArrivalDateTxt\":\"Mon, 01 Aug\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,970\",\"ApiResultIndex\":\"1-4114283749_0SXRDELG8192_34946177511549\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2788,\"Tax\":1132.7,\"YQTax\":0,\"OtherCharges\":971,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3920.7,\"PublishedFare\":3969.59,\"PublishedFareAgent\":4269.59,\"OfferedFareAgent\":3969.59,\"OfferedFare\":3721.79,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4114283749_0SXRDELG8192_34620314301405\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":198.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4269.59,\"CostToAgent\":3969.59,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1132.7,\"TotalBaseFare\":3920.7,\"BaseFareCal\":3759.59,\"BaseFare\":2788,\"CommissionEarned\":198.91,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":144,\"MFT\":2.7,\"OT\":971,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":198.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4269.59,\"CostToAgent\":3969.59,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":198.91,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3969.59,\"CostToCustomer\":3969.59,\"BaseFareCal\":3759.59,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3759.59,\"intOfferedFare\":3721.79,\"intPublishFare\":3920.7,\"TripjackMarkup\":0,\"TripjackCommission\":198.91,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":198.91,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":4269.59,\"CostToAgent\":3969.59,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"636\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-01T08:50\",\"SegFlightNumber\":\"G8-192\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-08-01T07:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"636\",\"Code\":\"PMNV\",\"Price\":400,\"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-4114283749_0SXRDELG8192_34946177511549\",\"FareRuleData\":{\"fareRule\":{\"SXR-DEL\":{\"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\":{\"CRFT\":9,\"ARF\":3000,\"ARFT\":150,\"CRF\":50}}},\"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\":{\"ACFT\":175,\"CCFT\":9,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-07-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"297\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-07-30 20:54:42\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"410\"]],\"SearchTraceId\":\"5c3ac-b1806-5ab9b-42f75\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"01\\/08\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5c3ac-b1806-5ab9b-42f75\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Aug Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-07-30 20:53:57\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5c3ac-b1806-5ab9b-42f75\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"01\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-01\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"5c3ac-b1806-5ab9b-42f75\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"01\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"01 Aug Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-07-30 20:53:57\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101239066515\\\",\\\"bookingId_TJ\\\":\\\"TJ101239066515\\\",\\\"FlightNumber\\\":\\\"G8-192\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"5c3ac-b1806-5ab9b-42f75\\\",\\\"apiTraceId\\\":\\\"1-4114283749_0SXRDELG8192_34946177511549\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"07:20\\\",\\\"ArrivalTime\\\":\\\"08:50\\\",\\\"TravelDate\\\":\\\"2022-08-01T07:20\\\",\\\"LocalFromTime\\\":\\\"2022-08-01 07:20\\\",\\\"FromUTCTime\\\":\\\"2022-08-01T07:20\\\",\\\"LocalToTime\\\":\\\"2022-08-01 08:50\\\",\\\"ToUTCTime\\\":\\\"2022-08-01T08:50\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"SP\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Mon, 01 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 01 Aug\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,970\\\",\\\"ApiResultIndex\\\":\\\"1-4114283749_0SXRDELG8192_34946177511549\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2788,\\\"Tax\\\":1132.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":971,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":144,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3920.7,\\\"PublishedFare\\\":3969.59,\\\"PublishedFareAgent\\\":4269.59,\\\"OfferedFareAgent\\\":3969.59,\\\"OfferedFare\\\":3721.79,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"1-4114283749_0SXRDELG8192_34620314301405\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"COUPON\\\",\\\"fareIdentifierSP\\\":\\\"COUPON\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"SP\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":300,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":198.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4269.59,\\\"CostToAgent\\\":3969.59,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1132.7,\\\"TotalBaseFare\\\":3920.7,\\\"BaseFareCal\\\":3759.59,\\\"BaseFare\\\":2788,\\\"CommissionEarned\\\":198.91,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":144,\\\"MFT\\\":2.7,\\\"OT\\\":971,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":198.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4269.59,\\\"CostToAgent\\\":3969.59,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":198.91,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":3969.59,\\\"CostToCustomer\\\":3969.59,\\\"BaseFareCal\\\":3759.59,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":3759.59,\\\"intOfferedFare\\\":3721.79,\\\"intPublishFare\\\":3920.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":198.91,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":198.91,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":300,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":4269.59,\\\"CostToAgent\\\":3969.59,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"636\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-08-01T08:50\\\",\\\"SegFlightNumber\\\":\\\"G8-192\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"SP\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-08-01T07:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"07:20\\\",\\\"strArrivalDtTime\\\":\\\"08:50\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"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-4114283749_0SXRDELG8192_34946177511549\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-DEL\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"ARF\\\":3000,\\\"ARFT\\\":150,\\\"CRF\\\":50}}},\\\"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\\\":{\\\"ACFT\\\":175,\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACF\\\":3500}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-07-31 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"SWVG\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"SWNV\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Non Veg Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Sandwich\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"OLVS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"OLNS\\\",\\\"Price\\\":320,\\\"Description\\\":\\\"Non Veg Sandwich and Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"PMVG\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Tortilla Wrap Veg + Coke\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"PMNV\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Premium Meal Tortilla Wrap Non-Veg + Coke\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"636\\\",\\\"Code\\\":\\\"XC30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"27\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7889326876\"},\"_sessiondata\":{\"EmailId\":\"fazilyaqoob4@gmail.com\",\"UserSysId\":\"14635\",\"CustomerSysId\":\"207988\",\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Fazil Ahmad\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Muarij tours and travels\",\"AgencyCode\":\"122115.1861221112212E39\",\"ContactNo1\":\"7889326876\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C279621A-113D-4652-9ADB-8E8B00F92D31\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-07-30 20:55:01'),(2234,'117','{\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"17416\",\"RefrenceNo\":\"\",\"CreditDate\":\"01\\/08\\/2022\",\"Remark\":\"kindly update\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-08-01 12:52:51'),(2235,'118','{\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"10\",\"RefrenceNo\":\"\",\"CreditDate\":\"01\\/08\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-08-01 12:55:04'),(2236,'120','{\"_sessiondata\":{\"EmailId\":\"bhattravelhub2008@gmail.com\",\"UserSysId\":\"14593\",\"CustomerSysId\":\"207868\",\"AgencySysId\":\"13128\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"IRSHAD\",\"LastName\":\"BHAT\",\"Password_cu\":\"\",\"AgencyName\":\"BHAT TRAVEL HUB\",\"AgencyCode\":\"11131\",\"ContactNo1\":\"9596595965\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"99B585D3-0AD9-4485-A6FA-F795436821BE\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"12300\",\"RefrenceNo\":\"203751\",\"CreditDate\":\"03\\/08\\/2022\",\"Remark\":\"Kindly update payment of Rs12300\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-08-03 11:09:22'),(2237,'122','{\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/ledger\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"51000\",\"RefrenceNo\":\"31122952\",\"CreditDate\":\"04\\/08\\/2022\",\"Remark\":\"KINDLY UPDATE TRANSFER AMOUNT  \"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/ledger\"}','2022-08-04 11:19:56'),(2238,'123','{\"_sessiondata\":{\"EmailId\":\"mohitairways@gmail.com\",\"UserSysId\":\"14570\",\"CustomerSysId\":\"207726\",\"AgencySysId\":\"13106\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"RAMLAKHAN\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"MOHITAIRWAYS\",\"AgencyCode\":\"61352\",\"ContactNo1\":\"9419088764\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"D079AFBB-9CA3-40F4-AE76-FD6B83621D95\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"51000\",\"RefrenceNo\":\"31122952\",\"CreditDate\":\"04\\/08\\/2022\",\"Remark\":\"KINDLY UPDATE TRANSFER AMOUNT  \"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-08-04 11:22:17'),(2242,'fc335-d8e5e-922ea-42fc0','{\"FlightBookingData\":[{\"bookingId\":\"DMC105839405524\",\"bookingId_TJ\":\"TJ105839405524\",\"FlightNumber\":\"SG-8494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"fc335-d8e5e-922ea-42fc0\",\"apiTraceId\":\"4-1521529435_0SXRDELSG8494DELBLRSG191_86971386588403\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:20\",\"ArrivalTime\":\"08:55\",\"TravelDate\":\"2022-08-08T19:20\",\"LocalFromTime\":\"2022-08-08 19:20\",\"FromUTCTime\":\"2022-08-08T19:20\",\"LocalToTime\":\"2022-08-09 08:55\",\"ToUTCTime\":\"2022-08-09T08:55\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":535,\"LAYOVERDuration\":\"8h 55m\",\"FlyingMinutes\":815,\"DepartureDateTxt\":\"Mon, 08 Aug\",\"ArrivalDateTxt\":\"Tue, 09 Aug\",\"FlightDuration\":\"14h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"8,002\",\"ApiResultIndex\":\"4-1521529435_0SXRDELSG8494DELBLRSG191_86971386588403\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6696,\"Tax\":1121.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":338,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7817.7,\"PublishedFare\":8001.89,\"PublishedFareAgent\":8301.89,\"OfferedFareAgent\":8001.89,\"OfferedFare\":7754.09,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1521529435_0SXRDELSG8494DELBLRSG191_10338154898845\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":4,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":63.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":8301.89,\"CostToAgent\":8001.89,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1121.7,\"TotalBaseFare\":7817.7,\"BaseFareCal\":7791.89,\"BaseFare\":6696,\"CommissionEarned\":63.61,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":338,\"MFT\":2.7,\"OT\":766,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":63.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":8301.89,\"CostToAgent\":8001.89,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":63.61,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":8001.89,\"CostToCustomer\":8001.89,\"BaseFareCal\":7791.89,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":7791.89,\"intOfferedFare\":7754.09,\"intPublishFare\":7817.7,\"TripjackMarkup\":0,\"TripjackCommission\":63.61,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":63.61,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":8301.89,\"CostToAgent\":8001.89,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"977\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-08T21:10\",\"SegFlightNumber\":\"SG-8494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-08-08T19:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":110,\"GroundTime\":535,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"19:20\",\"strArrivalDtTime\":\"21:10\",\"FlightDuration\":\"1h 50m\",\"LAYOVERDuration\":\"8h 55m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"978\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-08-09T08:55\",\"SegFlightNumber\":\"SG-191\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-09T06:05\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"08:55\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1D\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"978\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-1521529435_0SXRDELSG8494DELBLRSG191_86971386588403\",\"FareRuleData\":{\"fareRule\":{\"SXR-BLR\":{\"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\":{\"CRF\":50,\"ARF\":3350,\"CRFT\":9,\"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\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-07 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"298\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-04 14:21:12\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"27\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"27\"],\"flight_booking_customer\":[[\"411\"]],\"SearchTraceId\":\"fc335-d8e5e-922ea-42fc0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"08\\/08\\/2022\",\"10\\/08\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-08\",\"2022-08-10\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"fc335-d8e5e-922ea-42fc0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"SXR\"],\"to\":[\"BLR\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"08\\/08\\/2022\",\"10\\/08\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"08 Aug Mon\",\"10 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-04 14:20:20\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"fc335-d8e5e-922ea-42fc0\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"08\\\\\\/08\\\\\\/2022\\\",\\\"10\\\\\\/08\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"0\\\"],\\\"destination_city\\\":[\\\"BLR\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bengaluru Intl Arpt (BLR)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-08\\\",\\\"2022-08-10\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[0],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"fc335-d8e5e-922ea-42fc0\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"BLR\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"BLR\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"08\\\\\\/08\\\\\\/2022\\\",\\\"10\\\\\\/08\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"08 Aug Mon\\\",\\\"10 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-04 14:20:20\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC108639405420\\\",\\\"bookingId_TJ\\\":\\\"TJ108639405420\\\",\\\"FlightNumber\\\":\\\"SG-8494\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"fc335-d8e5e-922ea-42fc0\\\",\\\"apiTraceId\\\":\\\"4-1521529435_3SXRDELSG8494DELBLRSG191_9532008844479\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"19:20\\\",\\\"ArrivalTime\\\":\\\"08:55\\\",\\\"TravelDate\\\":\\\"2022-08-08T19:20\\\",\\\"LocalFromTime\\\":\\\"2022-08-08 19:20\\\",\\\"FromUTCTime\\\":\\\"2022-08-08T19:20\\\",\\\"LocalToTime\\\":\\\"2022-08-09 08:55\\\",\\\"ToUTCTime\\\":\\\"2022-08-09T08:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"GroundTime\\\":535,\\\"LAYOVERDuration\\\":\\\"8h 55m\\\",\\\"FlyingMinutes\\\":815,\\\"DepartureDateTxt\\\":\\\"Mon, 08 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Tue, 09 Aug\\\",\\\"FlightDuration\\\":\\\"14h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"0\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"BLR\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"8,002\\\",\\\"ApiResultIndex\\\":\\\"4-1521529435_3SXRDELSG8494DELBLRSG191_9532008844479\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":6696,\\\"Tax\\\":1121.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":766,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":338,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":7817.7,\\\"PublishedFare\\\":8001.89,\\\"PublishedFareAgent\\\":8301.89,\\\"OfferedFareAgent\\\":8001.89,\\\"OfferedFare\\\":7754.09,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-1521529435_0SXRDELSG8494DELBLRSG191_86971386588403\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":300,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":63.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":8301.89,\\\"CostToAgent\\\":8001.89,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1121.7,\\\"TotalBaseFare\\\":7817.7,\\\"BaseFareCal\\\":7791.89,\\\"BaseFare\\\":6696,\\\"CommissionEarned\\\":63.61,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":338,\\\"MFT\\\":2.7,\\\"OT\\\":766,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":300,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":63.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":8301.89,\\\"CostToAgent\\\":8001.89,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":63.61,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":8001.89,\\\"CostToCustomer\\\":8001.89,\\\"BaseFareCal\\\":7791.89,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":7791.89,\\\"intOfferedFare\\\":7754.09,\\\"intPublishFare\\\":7817.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":63.61,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":63.61,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":300,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":300,\\\"CostToAgentCustomer\\\":8301.89,\\\"CostToAgent\\\":8001.89,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"630\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-08-08T21:10\\\",\\\"SegFlightNumber\\\":\\\"SG-8494\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-08-08T19:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":110,\\\"GroundTime\\\":535,\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"19:20\\\",\\\"strArrivalDtTime\\\":\\\"21:10\\\",\\\"FlightDuration\\\":\\\"1h 50m\\\",\\\"LAYOVERDuration\\\":\\\"8h 55m\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"631\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bengaluru\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BLR\\\",\\\"destinationArrTime\\\":\\\"2022-08-09T08:55\\\",\\\"SegFlightNumber\\\":\\\"SG-191\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-08-09T06:05\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":170,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"06:05\\\",\\\"strArrivalDtTime\\\":\\\"08:55\\\",\\\"FlightDuration\\\":\\\"2h 50m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1D\\\",\\\"ArrTerminal\\\":\\\"Terminal 1\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"631\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids 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-1521529435_3SXRDELSG8494DELBLRSG191_9532008844479\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-BLR\\\":{\\\"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\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARFT\\\":167.5,\\\"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\\\":{\\\"ACF\\\":3600,\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACFT\\\":180}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-07 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"BLR\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"0\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"630\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"27\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"fazil\",\"passenger-lastname-1\":\"khan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\",\"\"],\"SelectBaggage\":[\"\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"fazil\",\"LastName\":\"khan\",\"CountryCode\":\"91\",\"MobileNo\":\"7889326876\"},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"977\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-08-04 14:22:02'),(2244,'1d5b1-39e0b-14a65-45d9c','{\"FlightBookingData\":[{\"bookingId\":\"DMC100039436467\",\"bookingId_TJ\":\"TJ100039436467\",\"FlightNumber\":\"I5-315\",\"AirlineName\":\"AirAsia India\",\"AirlineCode\":\"I5\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1d5b1-39e0b-14a65-45d9c\",\"apiTraceId\":\"22-16-8826365953_4IXRDELI5315DELSXRI5712_118863142984008\",\"AirlineSysId\":\"75\",\"DepartureTime\":\"09:15\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-09-17T09:15\",\"LocalFromTime\":\"2022-09-17 09:15\",\"FromUTCTime\":\"2022-09-17T09:15\",\"LocalToTime\":\"2022-09-17 13:35\",\"ToUTCTime\":\"2022-09-17T13:35\",\"IsDirect\":0,\"FareClass\":\"EC\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":60,\"LAYOVERDuration\":\"1h 0m\",\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Sat, 17 Sep\",\"ArrivalDateTxt\":\"Sat, 17 Sep\",\"FlightDuration\":\"04h 20m\",\"SourcePlaceSysId\":\"22562\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"IXR\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,642\",\"ApiResultIndex\":\"22-16-8826365953_4IXRDELI5315DELSXRI5712_118863142984008\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6655,\"Tax\":811.7,\"YQTax\":0,\"OtherCharges\":458,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":336,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7466.7,\"PublishedFare\":7641.8,\"PublishedFareAgent\":7641.8,\"OfferedFareAgent\":7641.8,\"OfferedFare\":7394,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"22-16-8826365953_0IXRDELI5315DELSXRI5712_30740622240462\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"EC\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7641.8,\"CostToAgent\":7641.8,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":811.7,\"TotalBaseFare\":7466.7,\"BaseFareCal\":7431.8,\"BaseFare\":6655,\"CommissionEarned\":72.7,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":336,\"MFT\":2.7,\"OT\":458,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":72.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7641.8,\"CostToAgent\":7641.8,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":72.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":7641.8,\"CostToCustomer\":7641.8,\"BaseFareCal\":7431.8,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":7431.8,\"intOfferedFare\":7394,\"intPublishFare\":7466.7,\"TripjackMarkup\":0,\"TripjackCommission\":72.7,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":72.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7641.8,\"CostToAgent\":7641.8,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"516\",\"originAirportName\":\"Birsa Munda Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ranchi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-17T10:55\",\"SegFlightNumber\":\"I5-315\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"IXR\",\"originDepTime\":\"2022-09-17T09:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":60,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"09:15\",\"strArrivalDtTime\":\"10:55\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"1h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"SDAI\",\"Price\":200,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"JMCB\",\"Price\":300,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"XCCB\",\"Price\":400,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"SICB\",\"Price\":400,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"RICB\",\"Price\":400,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PTCB\",\"Price\":400,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"KACB\",\"Price\":400,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"GACB\",\"Price\":400,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"COCB\",\"Price\":400,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"CJCB\",\"Price\":400,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"AMCB\",\"Price\":400,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"517\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-09-17T13:35\",\"SegFlightNumber\":\"I5-712\",\"AirlineCode\":\"I5\",\"AirlineName\":\"AirAsia India\",\"FareClass\":\"EC\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-17T11:55\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/I5.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"PBAF\",\"Price\":0,\"Weight\":\"+ 25 Kg\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"PBAD\",\"Price\":0,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"PBAC\",\"Price\":0,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"PBAB\",\"Price\":0,\"Weight\":\"+ 5 Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"JMCB\",\"Price\":300,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"517\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"SDAI\",\"Price\":200,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"JMCB\",\"Price\":300,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"XCCB\",\"Price\":400,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"SICB\",\"Price\":400,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"RICB\",\"Price\":400,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PTCB\",\"Price\":400,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"KACB\",\"Price\":400,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"GACB\",\"Price\":400,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"COCB\",\"Price\":400,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"CJCB\",\"Price\":400,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"AMCB\",\"Price\":400,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}],\"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-8826365953_4IXRDELI5315DELSXRI5712_118863142984008\",\"FareRuleData\":{\"fareRule\":{\"IXR-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-16 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXR\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"22562\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"22-16-8826365953_4IXRDELI5315DELSXRI5712_118863142984008\",\"SearchTraceId\":\"1d5b1-39e0b-14a65-45d9c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ranchi (IXR)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"17\\/09\\/2022\",\"\"],\"source_city\":[\"IXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Ranchi, IN - Birsa Munda Arpt (IXR), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Birsa Munda Arpt (IXR)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Ranchi (IXR)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[22562],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1d5b1-39e0b-14a65-45d9c\",\"sourceCityAirportCode\":[\"IXR\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"IXR\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Ranchi, IN - Birsa Munda Arpt (IXR), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"17\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"17 Sep Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-04 19:48:36\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"SDAI\",\"Price\":200,\"Description\":\"SH\\u00d4NDESH TIRAMIS\\u00d9\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"RPCB\",\"Price\":300,\"Description\":\"HERB ROAST VEGETABLE ROLL\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"JMCB\",\"Price\":300,\"Description\":\"CHICKEN JUNGLEE SANDWICH\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"FTCB\",\"Price\":300,\"Description\":\"SEASONAL FRESH FRUIT PLATTER\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"XCCB\",\"Price\":400,\"Description\":\"SPINACH & FETA STUFFED CHICKEN BREAST\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"SICB\",\"Price\":400,\"Description\":\"MINI IDILIS, UPMA & ALOO BONDA\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"RICB\",\"Price\":400,\"Description\":\"VEGETABLE MANCHURIAN FRIED RICE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PTCB\",\"Price\":400,\"Description\":\"PALAK PANEER & RICE WITH TANDOORI ALOO\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"KACB\",\"Price\":400,\"Description\":\"VEGAN MOILEE CURRY WITH COCONUT RICE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"GACB\",\"Price\":400,\"Description\":\"HERB GRILLED FISH FILLET\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"COCB\",\"Price\":400,\"Description\":\"CHEDDAR & CHIVES OMELETTE\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"CJCB\",\"Price\":400,\"Description\":\"AWADHI CHICKEN TIKKA BIRYANI\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"AMCB\",\"Price\":400,\"Description\":\"MATAR PANEER BHURJI WITH ALOO PARATHA\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAB\",\"Price\":2250,\"Weight\":\"+ 5 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAC\",\"Price\":4500,\"Weight\":\"+ 10 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAD\",\"Price\":6750,\"Weight\":\"+ 15 Kg\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"PBAF\",\"Price\":11250,\"Weight\":\"+ 25 Kg\"}]],\"SeatPreference\":[]}}','2022-08-04 19:49:53'),(2245,'124','{\"_sessiondata\":{\"EmailId\":\"READYTOFLY.IN@GMAIL.COM\",\"UserSysId\":\"14529\",\"CustomerSysId\":\"207606\",\"AgencySysId\":\"13073\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"AJAHAR UDDIN\",\"LastName\":\"MOLLICK\",\"Password_cu\":\"\",\"AgencyName\":\"READYTOFLY\",\"AgencyCode\":\"11158\",\"ContactNo1\":\"9875598950\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"5DAAFDC5-A6F5-4D2D-BAC7-F58DE7E13F33\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"23100\",\"RefrenceNo\":\"221620508827\",\"CreditDate\":\"04\\/08\\/2022\",\"Remark\":\"paid in hdfc 50200057821262 \"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-08-04 20:31:36'),(2248,'42eab-77cb4-717be-2a8b7','{\"FlightBookingData\":[{\"bookingId\":\"DMC107140070831\",\"bookingId_TJ\":\"TJ107140070831\",\"FlightNumber\":\"UK-771\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"42eab-77cb4-717be-2a8b7\",\"apiTraceId\":\"21-10-15-2-6874899060_53BOMCCUUK771_33781003139908\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"07:00\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2022-08-18T07:00\",\"LocalFromTime\":\"2022-08-18 07:00\",\"FromUTCTime\":\"2022-08-18T07:00\",\"LocalToTime\":\"2022-08-18 09:40\",\"ToUTCTime\":\"2022-08-18T09:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":160,\"DepartureDateTxt\":\"Thu, 18 Aug\",\"ArrivalDateTxt\":\"Thu, 18 Aug\",\"FlightDuration\":\"03h 40m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,138\",\"ApiResultIndex\":\"21-10-15-2-6874899060_53BOMCCUUK771_33781003139908\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4488,\"Tax\":756.7,\"YQTax\":0,\"OtherCharges\":378,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":231,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5244.7,\"PublishedFare\":5138.05,\"PublishedFareAgent\":5138.05,\"OfferedFareAgent\":5138.05,\"OfferedFare\":4890.25,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6874899060_0BOMCCUUK771_5087896379537\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":354.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5138.05,\"CostToAgent\":5138.05,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":756.7,\"TotalBaseFare\":5244.7,\"BaseFareCal\":4928.05,\"BaseFare\":4488,\"CommissionEarned\":354.45,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":231,\"MFT\":2.7,\"OT\":378,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":354.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5138.05,\"CostToAgent\":5138.05,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":354.45,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5138.05,\"CostToCustomer\":5138.05,\"BaseFareCal\":4928.05,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4928.05,\"intOfferedFare\":4890.25,\"intPublishFare\":5244.7,\"TripjackMarkup\":0,\"TripjackCommission\":354.45,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":354.45,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5138.05,\"CostToAgent\":5138.05,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"639\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-08-18T09:40\",\"SegFlightNumber\":\"UK-771\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-18T07:00\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"07:00\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6874899060_53BOMCCUUK771_33781003139908\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-CCU\":{\"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\":{\"ARFT\":157.5,\"ARF\":3150,\"CRF\":50,\"CRFT\":9}}},\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"299\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rajesh \",\"LastName\":\"Ranjan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-12 21:55:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"229\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rajesh \",\"LastName\":\"Ranjan\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-12 21:55:56\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"42eab-77cb4-717be-2a8b7\",\"modified\":\"2022-08-12 21:55:56\",\"created\":\"2022-08-12 21:55:56\",\"CustomerMemberSysId\":\"229\"}],\"CustomerSysId\":\"123\",\"CustomerMemSysId\":[\"229\"],\"flight_booking_customer\":[[\"412\"]],\"SearchTraceId\":\"42eab-77cb4-717be-2a8b7\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"18\\/08\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"42eab-77cb4-717be-2a8b7\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"BOM\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Aug Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-12 21:52:40\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"42eab-77cb4-717be-2a8b7\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"18\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-18\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"42eab-77cb4-717be-2a8b7\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"18\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"18 Aug Thu\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-12 21:52:40\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC107140070831\\\",\\\"bookingId_TJ\\\":\\\"TJ107140070831\\\",\\\"FlightNumber\\\":\\\"UK-771\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"42eab-77cb4-717be-2a8b7\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-6874899060_53BOMCCUUK771_33781003139908\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"07:00\\\",\\\"ArrivalTime\\\":\\\"09:40\\\",\\\"TravelDate\\\":\\\"2022-08-18T07:00\\\",\\\"LocalFromTime\\\":\\\"2022-08-18 07:00\\\",\\\"FromUTCTime\\\":\\\"2022-08-18T07:00\\\",\\\"LocalToTime\\\":\\\"2022-08-18 09:40\\\",\\\"ToUTCTime\\\":\\\"2022-08-18T09:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Q\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":160,\\\"DepartureDateTxt\\\":\\\"Thu, 18 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 18 Aug\\\",\\\"FlightDuration\\\":\\\"03h 40m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,138\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-6874899060_53BOMCCUUK771_33781003139908\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4488,\\\"Tax\\\":756.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":378,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":231,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5244.7,\\\"PublishedFare\\\":5138.05,\\\"PublishedFareAgent\\\":5138.05,\\\"OfferedFareAgent\\\":5138.05,\\\"OfferedFare\\\":4890.25,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-6874899060_0BOMCCUUK771_5087896379537\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"Q\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":354.45,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5138.05,\\\"CostToAgent\\\":5138.05,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":756.7,\\\"TotalBaseFare\\\":5244.7,\\\"BaseFareCal\\\":4928.05,\\\"BaseFare\\\":4488,\\\"CommissionEarned\\\":354.45,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":231,\\\"MFT\\\":2.7,\\\"OT\\\":378,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":354.45,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5138.05,\\\"CostToAgent\\\":5138.05,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":354.45,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":5138.05,\\\"CostToCustomer\\\":5138.05,\\\"BaseFareCal\\\":4928.05,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":4928.05,\\\"intOfferedFare\\\":4890.25,\\\"intPublishFare\\\":5244.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":354.45,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":354.45,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5138.05,\\\"CostToAgent\\\":5138.05,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"639\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-08-18T09:40\\\",\\\"SegFlightNumber\\\":\\\"UK-771\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"Q\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-08-18T07:00\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":160,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"07:00\\\",\\\"strArrivalDtTime\\\":\\\"09:40\\\",\\\"FlightDuration\\\":\\\"2h 40m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-6874899060_53BOMCCUUK771_33781003139908\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-CCU\\\":{\\\"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\\\":{\\\"ARFT\\\":157.5,\\\"ARF\\\":3150,\\\"CRF\\\":50,\\\"CRFT\\\":9}}},\\\"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\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":183.75,\\\"ACF\\\":3675,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-17 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7044293407\",\"leadEmail\":\"holidaysfairdeal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Rajesh \",\"passenger-lastname-1\":\"Ranjan\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null}','2022-08-12 21:55:56'),(2249,'14538-992dc-7379d-823c8','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-951\",\"SegFlightNumberArr\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"14538-992dc-7379d-823c8\",\"apiTraceId\":\"21-10-15-2-7555881612_103DELBOMUK951_4686442619303\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-08-14T14:20\",\"LocalFromTime\":\"2022-08-14 14:20\",\"FromUTCTime\":\"2022-08-14T14:20\",\"LocalToTime\":\"2022-08-14 16:30\",\"ToUTCTime\":\"2022-08-14T16:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 14 Aug\",\"ArrivalDateTxt\":\"Sun, 14 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5171.35,\"PublishedFareTxt\":\"5,171\",\"ApiResultIndex\":\"21-10-15-2-7555881612_103DELBOMUK951_4686442619133\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5171.35,\"PublishedFareAgent\":5171.35,\"OfferedFareAgent\":5171.35,\"OfferedFare\":4923.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-7555881612_103DELBOMUK951_4686442619303\",\"ApiResultIndex\":\"21-10-15-2-7555881612_103DELBOMUK951_4686442619303\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":7,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4961.35,\"BaseFare\":4601,\"CommissionEarned\":452.15,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":452.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5171.35,\"CostToCustomer\":5171.35,\"BaseFareCal\":4961.35,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4961.35,\"intOfferedFare\":4923.55,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":452.15,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"$$hashKey\":\"2OX\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-14T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-14T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"2MN\"}],\"apiTraceId\":\"21-10-15-2-7555881612_103DELBOMUK951_4686442619303\",\"SearchTraceId\":\"14538-992dc-7379d-823c8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"14\\/08\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"14538-992dc-7379d-823c8\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Aug Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-13 19:56:53\",\"IsChangeSearch\":0}}','2022-08-13 20:01:02'),(2255,'c4646-c7147-4535a-06733','{\"FlightBookingData\":[{\"bookingId\":\"DMC106940146197\",\"bookingId_TJ\":\"TJ106940146197\",\"FlightNumber\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c4646-c7147-4535a-06733\",\"apiTraceId\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-08-14T14:20\",\"LocalFromTime\":\"2022-08-14 14:20\",\"FromUTCTime\":\"2022-08-14T14:20\",\"LocalToTime\":\"2022-08-14 16:30\",\"ToUTCTime\":\"2022-08-14T16:30\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 14 Aug\",\"ArrivalDateTxt\":\"Sun, 14 Aug\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,171\",\"ApiResultIndex\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5171.35,\"PublishedFareAgent\":5171.35,\"OfferedFareAgent\":5171.35,\"OfferedFare\":4923.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6122800282_0DELBOMUK951_873570055058\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4961.35,\"BaseFare\":4601,\"CommissionEarned\":452.15,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":452.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5171.35,\"CostToCustomer\":5171.35,\"BaseFareCal\":4961.35,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4961.35,\"intOfferedFare\":4923.55,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":452.15,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"608\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-14T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-14T14:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6122800282_103DELBOMUK951_24585154757736\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"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,\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9}}},\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"300\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9650391000\",\"FirstName\":\"PUNEET SINGH\",\"LastName\":\"CHANDHOK\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13180\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-13 20:04:57\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"68\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"68\",\"CustomerMemSysId\":[\"68\"],\"flight_booking_customer\":[[\"413\"]],\"SearchTraceId\":\"c4646-c7147-4535a-06733\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"14\\/08\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"c4646-c7147-4535a-06733\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Aug Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-13 20:01:12\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"c4646-c7147-4535a-06733\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"c4646-c7147-4535a-06733\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"14 Aug Sun\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-13 20:01:12\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106940146197\\\",\\\"bookingId_TJ\\\":\\\"TJ106940146197\\\",\\\"FlightNumber\\\":\\\"UK-951\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"c4646-c7147-4535a-06733\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"14:20\\\",\\\"ArrivalTime\\\":\\\"16:30\\\",\\\"TravelDate\\\":\\\"2022-08-14T14:20\\\",\\\"LocalFromTime\\\":\\\"2022-08-14 14:20\\\",\\\"FromUTCTime\\\":\\\"2022-08-14T14:20\\\",\\\"LocalToTime\\\":\\\"2022-08-14 16:30\\\",\\\"ToUTCTime\\\":\\\"2022-08-14T16:30\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Q\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":130,\\\"DepartureDateTxt\\\":\\\"Sun, 14 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Sun, 14 Aug\\\",\\\"FlightDuration\\\":\\\"02h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,171\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4601,\\\"Tax\\\":774.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":390,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":237,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5375.7,\\\"PublishedFare\\\":5171.35,\\\"PublishedFareAgent\\\":5171.35,\\\"OfferedFareAgent\\\":5171.35,\\\"OfferedFare\\\":4923.55,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-6122800282_0DELBOMUK951_873570055058\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"Q\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":452.15,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5171.35,\\\"CostToAgent\\\":5171.35,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":774.7,\\\"TotalBaseFare\\\":5375.7,\\\"BaseFareCal\\\":4961.35,\\\"BaseFare\\\":4601,\\\"CommissionEarned\\\":452.15,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":237,\\\"MFT\\\":2.7,\\\"OT\\\":390,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":452.15,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5171.35,\\\"CostToAgent\\\":5171.35,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":452.15,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":5171.35,\\\"CostToCustomer\\\":5171.35,\\\"BaseFareCal\\\":4961.35,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":4961.35,\\\"intOfferedFare\\\":4923.55,\\\"intPublishFare\\\":5375.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":452.15,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":452.15,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5171.35,\\\"CostToAgent\\\":5171.35,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"608\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-08-14T16:30\\\",\\\"SegFlightNumber\\\":\\\"UK-951\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"Q\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-08-14T14:20\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":130,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:20\\\",\\\"strArrivalDtTime\\\":\\\"16:30\\\",\\\"FlightDuration\\\":\\\"2h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-6122800282_103DELBOMUK951_24585154757736\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"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,\\\"ARF\\\":3150,\\\"ARFT\\\":157.5,\\\"CRFT\\\":9}}},\\\"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\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":183.75,\\\"ACF\\\":3675,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9650391000\",\"leadEmail\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"68\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"PUNEET SINGH\",\"passenger-lastname-1\":\"CHANDHOK\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13180\",\"Salutation\":\"1\",\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"FirstName\":\"PUNEET SINGH\",\"LastName\":\"CHANDHOK\",\"CountryCode\":\"91\",\"MobileNo\":\"9650391000\"},\"_sessiondata\":{\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"UserSysId\":\"14644\",\"CustomerSysId\":\"208079\",\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PUNEET\",\"LastName\":\"SINGH\",\"Password_cu\":\"\",\"AgencyName\":\"ARSH TOURISM\",\"AgencyCode\":\"122111.2211549261351E79\",\"ContactNo1\":\"9650391000\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6ABFA09B-3F5D-40FF-8AA5-069380FCE2C9\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"3\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"c4646-c7147-4535a-06733\",\"FlightBookingData\":[{\"bookingId\":\"DMC106940146197\",\"bookingId_TJ\":\"TJ106940146197\",\"FlightNumber\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"c4646-c7147-4535a-06733\",\"apiTraceId\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-08-14T14:20\",\"LocalFromTime\":\"2022-08-14 14:20\",\"FromUTCTime\":\"2022-08-14T14:20\",\"LocalToTime\":\"2022-08-14 16:30\",\"ToUTCTime\":\"2022-08-14T16:30\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 14 Aug\",\"ArrivalDateTxt\":\"Sun, 14 Aug\",\"FlightDuration\":\"02h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,171\",\"ApiResultIndex\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5171.35,\"PublishedFareAgent\":5171.35,\"OfferedFareAgent\":5171.35,\"OfferedFare\":4923.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6122800282_0DELBOMUK951_873570055058\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4961.35,\"BaseFare\":4601,\"CommissionEarned\":452.15,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":452.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5171.35,\"CostToCustomer\":5171.35,\"BaseFareCal\":4961.35,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4961.35,\"intOfferedFare\":4923.55,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":452.15,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"608\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-14T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-14T14:20\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6122800282_103DELBOMUK951_24585154757736\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"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,\"ARF\":3150,\"ARFT\":157.5,\"CRFT\":9}}},\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":null}','2022-08-13 20:06:11'),(2256,'a5502-0cf98-68298-60618','{\"FlightBookingData\":[{\"FlightNumber\":\"UK-951\",\"SegFlightNumberArr\":\"UK-951\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a5502-0cf98-68298-60618\",\"apiTraceId\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"14:20\",\"ArrivalTime\":\"16:30\",\"TravelDate\":\"2022-08-14T14:20\",\"LocalFromTime\":\"2022-08-14 14:20\",\"FromUTCTime\":\"2022-08-14T14:20\",\"LocalToTime\":\"2022-08-14 16:30\",\"ToUTCTime\":\"2022-08-14T16:30\",\"IsDirect\":0,\"FareClass\":\"J\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Sun, 14 Aug\",\"ArrivalDateTxt\":\"Sun, 14 Aug\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Mumbai\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5171.35,\"PublishedFareTxt\":\"5,171\",\"ApiResultIndex\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757446\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5171.35,\"PublishedFareAgent\":5171.35,\"OfferedFareAgent\":5171.35,\"OfferedFare\":4923.55,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"ApiResultIndex\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4961.35,\"BaseFare\":4601,\"CommissionEarned\":452.15,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kilograms\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":452.15,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5171.35,\"CostToCustomer\":5171.35,\"BaseFareCal\":4961.35,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4961.35,\"intOfferedFare\":4923.55,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":452.15,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":452.15,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5171.35,\"CostToAgent\":5171.35,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0},\"$$hashKey\":\"059\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-14T16:30\",\"SegFlightNumber\":\"UK-951\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"J\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-14T14:20\",\"TripIndicator\":\"\",\"Baggage\":\"30 Kilograms\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"14:20\",\"strArrivalDtTime\":\"16:30\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02M\"}],\"apiTraceId\":\"21-10-15-2-6122800282_103DELBOMUK951_24585154757736\",\"SearchTraceId\":\"a5502-0cf98-68298-60618\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Mumbai (BOM)\",\"DEL\"],\"departure_date\":[\"14\\/08\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Mumbai (BOM)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a5502-0cf98-68298-60618\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Aug Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-13 20:33:12\",\"IsChangeSearch\":0}}','2022-08-13 20:35:41'),(2258,'5a756-7b790-0acc7-32442','{\"FlightBookingData\":[{\"bookingId\":\"DMC102440365512\",\"bookingId_TJ\":\"TJ102440365512\",\"FlightNumber\":\"6E-375\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5a756-7b790-0acc7-32442\",\"apiTraceId\":\"5-6639038320_0CCUDEL6E375DELSXR6E6081_28629210251250\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:55\",\"ArrivalTime\":\"18:25\",\"TravelDate\":\"2022-09-15T06:55\",\"LocalFromTime\":\"2022-09-15 06:55\",\"FromUTCTime\":\"2022-09-15T06:55\",\"LocalToTime\":\"2022-09-15 18:25\",\"ToUTCTime\":\"2022-09-15T18:25\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":450,\"LAYOVERDuration\":\"7h 30m\",\"FlyingMinutes\":690,\"DepartureDateTxt\":\"Thu, 15 Sep\",\"ArrivalDateTxt\":\"Thu, 15 Sep\",\"FlightDuration\":\"12h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,762\",\"ApiResultIndex\":\"5-6639038320_0CCUDEL6E375DELSXR6E6081_28629210251250\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5226,\"Tax\":1325.7,\"YQTax\":0,\"OtherCharges\":1042,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":266,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6551.7,\"PublishedFare\":6762.26,\"PublishedFareAgent\":7062.26,\"OfferedFareAgent\":6762.26,\"OfferedFare\":6514.46,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6639038320_0CCUDEL6E375DELSXR6E6081_33095841412599\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.24,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":7062.26,\"CostToAgent\":6762.26,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1325.7,\"TotalBaseFare\":6551.7,\"BaseFareCal\":6552.26,\"BaseFare\":5226,\"CommissionEarned\":37.24,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":266,\"MFT\":2.7,\"OT\":1042,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":37.24,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":7062.26,\"CostToAgent\":6762.26,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":37.24,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":6762.26,\"CostToCustomer\":6762.26,\"BaseFareCal\":6552.26,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":6552.26,\"intOfferedFare\":6514.46,\"intPublishFare\":6551.7,\"TripjackMarkup\":0,\"TripjackCommission\":37.24,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":37.24,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":7062.26,\"CostToAgent\":6762.26,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"202\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-15T09:15\",\"SegFlightNumber\":\"6E-375\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-09-15T06:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":450,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:55\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":\"7h 30m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"203\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-09-15T18:25\",\"SegFlightNumber\":\"6E-6081\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-15T16:45\",\"TripIndicator\":2,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"16:45\",\"strArrivalDtTime\":\"18:25\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"XBPJ\",\"Price\":0,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"XBPE\",\"Price\":0,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"XBPD\",\"Price\":0,\"Weight\":\"30Kg\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"XBPC\",\"Price\":0,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"XBPB\",\"Price\":0,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"XBPA\",\"Price\":0,\"Weight\":\"5Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"203\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-6639038320_0CCUDEL6E375DELSXR6E6081_28629210251250\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-SXR\":{\"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,\"CRF\":50,\"ARF\":3250}}},\"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,\"CCFT\":9,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-6639038320_0CCUDEL6E375DELSXR6E6081_28629210251250\",\"SearchTraceId\":\"5a756-7b790-0acc7-32442\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"15\\/09\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"SXR\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-15\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5a756-7b790-0acc7-32442\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"15 Sep Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-16 19:44:42\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"202\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-08-16 19:47:08'),(2260,'3f11d-03152-498ed-593a8','{\"FlightBookingData\":[{\"bookingId\":\"DMC104240404312\",\"bookingId_TJ\":\"TJ104240404312\",\"FlightNumber\":\"6E-2517\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"3f11d-03152-498ed-593a8\",\"apiTraceId\":\"5-5397475640_8DELCCU6E2517_14230520414758\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-08-18T20:00\",\"LocalFromTime\":\"2022-08-18 20:00\",\"FromUTCTime\":\"2022-08-18T20:00\",\"LocalToTime\":\"2022-08-18 22:05\",\"ToUTCTime\":\"2022-08-18T22:05\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Thu, 18 Aug\",\"ArrivalDateTxt\":\"Thu, 18 Aug\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,696\",\"ApiResultIndex\":\"5-5397475640_8DELCCU6E2517_14230520414758\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":8800,\"Tax\":1463.4,\"YQTax\":0,\"OtherCharges\":978,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":450,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10263.4,\"PublishedFare\":10696.300000000001,\"PublishedFareAgent\":10696.300000000001,\"OfferedFareAgent\":10696.300000000001,\"OfferedFare\":10200.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5397475640_0DELCCU6E2517_61423376081428\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":62.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10696.300000000001,\"CostToAgent\":10696.300000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1463.4,\"TotalBaseFare\":10263.4,\"BaseFareCal\":10276.300000000001,\"BaseFare\":8800,\"CommissionEarned\":62.7,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":450,\"MFT\":5.4,\"OT\":978,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":62.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10696.300000000001,\"CostToAgent\":10696.300000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":62.7,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":10696.300000000001,\"CostToCustomer\":10696.300000000001,\"BaseFareCal\":10276.300000000001,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":10276.300000000001,\"intOfferedFare\":10200.7,\"intPublishFare\":10263.4,\"TripjackMarkup\":0,\"TripjackCommission\":62.7,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":62.7,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10696.300000000001,\"CostToAgent\":10696.300000000001,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"76\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-08-18T22:05\",\"SegFlightNumber\":\"6E-2517\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-18T20:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-5397475640_8DELCCU6E2517_14230520414758\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-CCU\":{\"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\":{\"CRF\":50,\"ARF\":3250,\"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\":{\"CCFT\":9,\"ACF\":3500,\"CCF\":50,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-5397475640_8DELCCU6E2517_14230520414758\",\"SearchTraceId\":\"3f11d-03152-498ed-593a8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"18\\/08\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3f11d-03152-498ed-593a8\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Aug Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-17 12:20:38\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"76\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-08-17 12:21:17'),(2262,'3ece4-6d243-7d936-8765b','{\"FlightBookingData\":[{\"bookingId\":\"DMC104840427277\",\"bookingId_TJ\":\"TJ104840427277\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"3ece4-6d243-7d936-8765b\",\"apiTraceId\":\"11-8469854541_1DELSXRG8187_78649222524151\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-08-19T15:35\",\"LocalFromTime\":\"2022-08-19 15:35\",\"FromUTCTime\":\"2022-08-19T15:35\",\"LocalToTime\":\"2022-08-19 16:55\",\"ToUTCTime\":\"2022-08-19T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Fri, 19 Aug\",\"ArrivalDateTxt\":\"Fri, 19 Aug\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,772\",\"ApiResultIndex\":\"11-8469854541_1DELSXRG8187_78649222524151\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2300,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2417.7,\"PublishedFare\":2771.7,\"PublishedFareAgent\":3071.7,\"OfferedFareAgent\":2771.7,\"OfferedFare\":2417.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8469854541_0DELSXRG8187_14607588830309\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":300,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":3071.7,\"CostToAgent\":2771.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":2417.7,\"BaseFareCal\":2471.7,\"BaseFare\":2300,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":300,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":3071.7,\"CostToAgent\":2771.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":2771.7,\"CostToCustomer\":2771.7,\"BaseFareCal\":2471.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":2471.7,\"intOfferedFare\":2417.7,\"intPublishFare\":2417.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":300,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":300,\"CostToAgentCustomer\":3071.7,\"CostToAgent\":2771.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"382\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-08-19T16:55\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-19T15:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-8469854541_1DELSXRG8187_78649222524151\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-8469854541_1DELSXRG8187_78649222524151\",\"SearchTraceId\":\"3ece4-6d243-7d936-8765b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"19\\/08\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"3ece4-6d243-7d936-8765b\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Aug Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-17 16:44:17\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-08-17 16:44:58'),(2267,'d54be-b1ffb-d44a8-028ad','{\"FlightBookingData\":[{\"bookingId\":\"DMC103540427321\",\"bookingId_TJ\":\"TJ103540427321\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"d54be-b1ffb-d44a8-028ad\",\"apiTraceId\":\"11-0600740043_1DELSXRG8187_22528813572434\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-08-19T15:35\",\"LocalFromTime\":\"2022-08-19 15:35\",\"FromUTCTime\":\"2022-08-19T15:35\",\"LocalToTime\":\"2022-08-19 16:55\",\"ToUTCTime\":\"2022-08-19T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Fri, 19 Aug\",\"ArrivalDateTxt\":\"Fri, 19 Aug\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,543\",\"ApiResultIndex\":\"11-0600740043_1DELSXRG8187_22528813572434\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4600,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4835.4,\"PublishedFare\":5543.4,\"PublishedFareAgent\":6143.4,\"OfferedFareAgent\":5543.4,\"OfferedFare\":4835.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0600740043_0DELSXRG8187_22194260958335\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":4,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6143.4,\"CostToAgent\":5543.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":4835.4,\"BaseFareCal\":4943.4,\"BaseFare\":4600,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6143.4,\"CostToAgent\":5543.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":5543.4,\"CostToCustomer\":5543.4,\"BaseFareCal\":4943.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":4943.4,\"intOfferedFare\":4835.4,\"intPublishFare\":4835.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":600,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6143.4,\"CostToAgent\":5543.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"115\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-08-19T16:55\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-19T15:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0600740043_1DELSXRG8187_22528813572434\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"301\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006984511\",\"FirstName\":\"mohammad bilal\",\"LastName\":\"bazaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-17 16:46:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"130\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"130\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006984511\",\"FirstName\":\"faizan bilal\",\"LastName\":\"bazaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-17 16:46:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"230\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"130\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7006984511\",\"FirstName\":\"faizan bilal\",\"LastName\":\"bazaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-17 16:46:48\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d54be-b1ffb-d44a8-028ad\",\"modified\":\"2022-08-17 16:46:48\",\"created\":\"2022-08-17 16:46:48\",\"CustomerMemberSysId\":\"230\"}],\"CustomerSysId\":\"130\",\"CustomerMemSysId\":[\"130\",\"230\"],\"flight_booking_customer\":[[\"414\",\"415\"]],\"SearchTraceId\":\"d54be-b1ffb-d44a8-028ad\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"Srinagar (SXR)\"],\"departure_date\":[\"19\\/08\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"Srinagar (SXR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"d54be-b1ffb-d44a8-028ad\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Aug Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-17 16:45:12\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"d54be-b1ffb-d44a8-028ad\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Srinagar (SXR)\\\"],\\\"departure_date\\\":[\\\"19\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Srinagar (SXR)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-19\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"d54be-b1ffb-d44a8-028ad\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"19\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"19 Aug Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-17 16:45:12\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC103540427321\\\",\\\"bookingId_TJ\\\":\\\"TJ103540427321\\\",\\\"FlightNumber\\\":\\\"G8-187\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"d54be-b1ffb-d44a8-028ad\\\",\\\"apiTraceId\\\":\\\"11-0600740043_1DELSXRG8187_22528813572434\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"15:35\\\",\\\"ArrivalTime\\\":\\\"16:55\\\",\\\"TravelDate\\\":\\\"2022-08-19T15:35\\\",\\\"LocalFromTime\\\":\\\"2022-08-19 15:35\\\",\\\"FromUTCTime\\\":\\\"2022-08-19T15:35\\\",\\\"LocalToTime\\\":\\\"2022-08-19 16:55\\\",\\\"ToUTCTime\\\":\\\"2022-08-19T16:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":80,\\\"DepartureDateTxt\\\":\\\"Fri, 19 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 19 Aug\\\",\\\"FlightDuration\\\":\\\"01h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,543\\\",\\\"ApiResultIndex\\\":\\\"11-0600740043_1DELSXRG8187_22528813572434\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4600,\\\"Tax\\\":235.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":200,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4835.4,\\\"PublishedFare\\\":5543.4,\\\"PublishedFareAgent\\\":6143.4,\\\"OfferedFareAgent\\\":5543.4,\\\"OfferedFare\\\":4835.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-0600740043_0DELSXRG8187_22194260958335\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":4,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":600,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":600,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":600,\\\"CostToAgentCustomer\\\":6143.4,\\\"CostToAgent\\\":5543.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":235.4,\\\"TotalBaseFare\\\":4835.4,\\\"BaseFareCal\\\":4943.4,\\\"BaseFare\\\":4600,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":600,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":600,\\\"CostToAgentCustomer\\\":6143.4,\\\"CostToAgent\\\":5543.4,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":600,\\\"IntTaxOnAgencyFixMarkUp\\\":108,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":108,\\\"PublishFare\\\":5543.4,\\\"CostToCustomer\\\":5543.4,\\\"BaseFareCal\\\":4943.4,\\\"intCommisionEarnedForAgency\\\":600,\\\"CostToCompany\\\":4943.4,\\\"intOfferedFare\\\":4835.4,\\\"intPublishFare\\\":4835.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":600,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":600,\\\"CostToAgentCustomer\\\":6143.4,\\\"CostToAgent\\\":5543.4,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"115\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-08-19T16:55\\\",\\\"SegFlightNumber\\\":\\\"G8-187\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-08-19T15:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":4,\\\"strDepartureDtTime\\\":\\\"15:35\\\",\\\"strArrivalDtTime\\\":\\\"16:55\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-0600740043_1DELSXRG8187_22528813572434\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-SXR\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-18 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7006984511\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohammad bilal\",\"passenger-lastname-1\":\"bazaz\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"faizan bilal\",\"passenger-lastname-2\":\"bazaz\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13171\",\"Salutation\":\"1\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"FirstName\":\"mohammad bilal\",\"LastName\":\"bazaz\",\"CountryCode\":\"91\",\"MobileNo\":\"7006984511\"},\"_sessiondata\":{\"EmailId\":\"fazilyaqoob4@gmail.com\",\"UserSysId\":\"14635\",\"CustomerSysId\":\"207988\",\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Fazil Ahmad\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Muarij tours and travels\",\"AgencyCode\":\"122115.1861221112212E39\",\"ContactNo1\":\"7889326876\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C279621A-113D-4652-9ADB-8E8B00F92D31\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0}','2022-08-17 16:47:15'),(2273,'7c01f-b295d-1154a-978ec','{\"FlightBookingData\":[{\"bookingId\":\"DMC104040441254\",\"bookingId_TJ\":\"TJ104040441254\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"7c01f-b295d-1154a-978ec\",\"apiTraceId\":\"11-0191923752_1DELSXRG8187_22857042855111\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-08-19T15:35\",\"LocalFromTime\":\"2022-08-19 15:35\",\"FromUTCTime\":\"2022-08-19T15:35\",\"LocalToTime\":\"2022-08-19 16:55\",\"ToUTCTime\":\"2022-08-19T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Fri, 19 Aug\",\"ArrivalDateTxt\":\"Fri, 19 Aug\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,843\",\"ApiResultIndex\":\"11-0191923752_1DELSXRG8187_22857042855111\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4900,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5135.4,\"PublishedFare\":5843.4,\"PublishedFareAgent\":6443.4,\"OfferedFareAgent\":5843.4,\"OfferedFare\":5135.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0191923752_0DELSXRG8187_109044769005017\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":5135.4,\"BaseFareCal\":5243.4,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":5843.4,\"CostToCustomer\":5843.4,\"BaseFareCal\":5243.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":5243.4,\"intOfferedFare\":5135.4,\"intPublishFare\":5135.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":600,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-08-19T16:55\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-19T15:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0191923752_1DELSXRG8187_22857042855111\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"302\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"27\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7889326876\",\"FirstName\":\"mohammad bilal \",\"LastName\":\"bazaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-17 19:23:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"231\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"27\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"faizan bilal \",\"LastName\":\"bazaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-17 19:23:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"232\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"27\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7889326876\",\"FirstName\":\"mohammad bilal \",\"LastName\":\"bazaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-17 19:23:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7c01f-b295d-1154a-978ec\",\"modified\":\"2022-08-17 19:23:33\",\"created\":\"2022-08-17 19:23:33\",\"CustomerMemberSysId\":\"231\"},{\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"27\",\"EmailId\":\"fazilyaqoob4@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7889326876\",\"FirstName\":\"faizan bilal \",\"LastName\":\"bazaz\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13171\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-17 19:23:33\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7c01f-b295d-1154a-978ec\",\"modified\":\"2022-08-17 19:23:33\",\"created\":\"2022-08-17 19:23:33\",\"CustomerMemberSysId\":\"232\"}],\"CustomerSysId\":\"27\",\"CustomerMemSysId\":[\"231\",\"232\"],\"flight_booking_customer\":[[\"416\",\"417\"]],\"SearchTraceId\":\"7c01f-b295d-1154a-978ec\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"19\\/08\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-19\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7c01f-b295d-1154a-978ec\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"19\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"19 Aug Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-17 19:19:28\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7c01f-b295d-1154a-978ec\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"19\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"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_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-19\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"7c01f-b295d-1154a-978ec\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"19\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"19 Aug Fri\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-17 19:19:28\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC104040441254\\\",\\\"bookingId_TJ\\\":\\\"TJ104040441254\\\",\\\"FlightNumber\\\":\\\"G8-187\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"7c01f-b295d-1154a-978ec\\\",\\\"apiTraceId\\\":\\\"11-0191923752_1DELSXRG8187_22857042855111\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"15:35\\\",\\\"ArrivalTime\\\":\\\"16:55\\\",\\\"TravelDate\\\":\\\"2022-08-19T15:35\\\",\\\"LocalFromTime\\\":\\\"2022-08-19 15:35\\\",\\\"FromUTCTime\\\":\\\"2022-08-19T15:35\\\",\\\"LocalToTime\\\":\\\"2022-08-19 16:55\\\",\\\"ToUTCTime\\\":\\\"2022-08-19T16:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":80,\\\"DepartureDateTxt\\\":\\\"Fri, 19 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Fri, 19 Aug\\\",\\\"FlightDuration\\\":\\\"01h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,843\\\",\\\"ApiResultIndex\\\":\\\"11-0191923752_1DELSXRG8187_22857042855111\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4900,\\\"Tax\\\":235.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":200,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5135.4,\\\"PublishedFare\\\":5843.4,\\\"PublishedFareAgent\\\":6443.4,\\\"OfferedFareAgent\\\":5843.4,\\\"OfferedFare\\\":5135.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-0191923752_0DELSXRG8187_109044769005017\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":600,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":600,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":600,\\\"CostToAgentCustomer\\\":6443.4,\\\"CostToAgent\\\":5843.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":235.4,\\\"TotalBaseFare\\\":5135.4,\\\"BaseFareCal\\\":5243.4,\\\"BaseFare\\\":4900,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":600,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":600,\\\"CostToAgentCustomer\\\":6443.4,\\\"CostToAgent\\\":5843.4,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":600,\\\"IntTaxOnAgencyFixMarkUp\\\":108,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":108,\\\"PublishFare\\\":5843.4,\\\"CostToCustomer\\\":5843.4,\\\"BaseFareCal\\\":5243.4,\\\"intCommisionEarnedForAgency\\\":600,\\\"CostToCompany\\\":5243.4,\\\"intOfferedFare\\\":5135.4,\\\"intPublishFare\\\":5135.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":600,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":600,\\\"CostToAgentCustomer\\\":6443.4,\\\"CostToAgent\\\":5843.4,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"552\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-08-19T16:55\\\",\\\"SegFlightNumber\\\":\\\"G8-187\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-08-19T15:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":80,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"15:35\\\",\\\"strArrivalDtTime\\\":\\\"16:55\\\",\\\"FlightDuration\\\":\\\"1h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-0191923752_1DELSXRG8187_22857042855111\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-SXR\\\":{\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-18 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7889326876\",\"leadEmail\":\"fazilyaqoob4@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"mohammad bilal \",\"passenger-lastname-1\":\"bazaz\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"faizan bilal \",\"passenger-lastname-2\":\"bazaz\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"fazilyaqoob4@gmail.com\",\"UserSysId\":\"14635\",\"CustomerSysId\":\"207988\",\"AgencySysId\":\"13171\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Fazil Ahmad\",\"LastName\":\"Khan\",\"Password_cu\":\"\",\"AgencyName\":\"Muarij tours and travels\",\"AgencyCode\":\"122115.1861221112212E39\",\"ContactNo1\":\"7889326876\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C279621A-113D-4652-9ADB-8E8B00F92D31\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"2\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"7c01f-b295d-1154a-978ec\",\"FlightBookingData\":[{\"bookingId\":\"DMC104040441254\",\"bookingId_TJ\":\"TJ104040441254\",\"FlightNumber\":\"G8-187\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"7c01f-b295d-1154a-978ec\",\"apiTraceId\":\"11-0191923752_1DELSXRG8187_22857042855111\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"15:35\",\"ArrivalTime\":\"16:55\",\"TravelDate\":\"2022-08-19T15:35\",\"LocalFromTime\":\"2022-08-19 15:35\",\"FromUTCTime\":\"2022-08-19T15:35\",\"LocalToTime\":\"2022-08-19 16:55\",\"ToUTCTime\":\"2022-08-19T16:55\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":80,\"DepartureDateTxt\":\"Fri, 19 Aug\",\"ArrivalDateTxt\":\"Fri, 19 Aug\",\"FlightDuration\":\"01h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,843\",\"ApiResultIndex\":\"11-0191923752_1DELSXRG8187_22857042855111\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4900,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5135.4,\"PublishedFare\":5843.4,\"PublishedFareAgent\":6443.4,\"OfferedFareAgent\":5843.4,\"OfferedFare\":5135.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0191923752_0DELSXRG8187_109044769005017\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":600,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":5135.4,\"BaseFareCal\":5243.4,\"BaseFare\":4900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":600,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":5843.4,\"CostToCustomer\":5843.4,\"BaseFareCal\":5243.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":5243.4,\"intOfferedFare\":5135.4,\"intPublishFare\":5135.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":600,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":600,\"CostToAgentCustomer\":6443.4,\"CostToAgent\":5843.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"552\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-08-19T16:55\",\"SegFlightNumber\":\"G8-187\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-19T15:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:35\",\"strArrivalDtTime\":\"16:55\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0191923752_1DELSXRG8187_22857042855111\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-18 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":null}','2022-08-17 19:25:54'),(2276,'cf9aa-1a1c9-7686a-21f06','{\"FlightBookingData\":[{\"bookingId\":\"DMC115840539434\",\"bookingId_TJ\":\"TJ115840539434\",\"FlightNumber\":\"UK-612\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"cf9aa-1a1c9-7686a-21f06\",\"apiTraceId\":\"27-21-20-12-2-15-10-3872845248_0SXRDELUK612DELDXBEK511DXBIKAEK979_172016824160386\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"15:20\",\"ArrivalTime\":\"17:40\",\"TravelDate\":\"2022-08-24T15:20\",\"LocalFromTime\":\"2022-08-24 15:20\",\"FromUTCTime\":\"2022-08-24T15:20\",\"LocalToTime\":\"2022-08-25 17:40\",\"ToUTCTime\":\"2022-08-25T17:40\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":1200,\"LAYOVERDuration\":\"20h 0m\",\"FlyingMinutes\":1640,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Thu, 25 Aug\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"26952\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IKA\",\"StopCount\":\"2 Stop(s)\",\"Stops\":2,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"69,121\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-3872845248_0SXRDELUK612DELDXBEK511DXBIKAEK979_172016824160386\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":54765,\"Tax\":14181.7,\"YQTax\":8100,\"OtherCharges\":2920,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":3144,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":68946.7,\"PublishedFare\":69121,\"PublishedFareAgent\":70121,\"OfferedFareAgent\":69121,\"OfferedFare\":68519.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-3872845248_0SXRDELUK612DELDXBEK511DXBIKAEK979_45784794550773\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":1000,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":70121,\"CostToAgent\":69121,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":14181.7,\"TotalBaseFare\":68946.7,\"BaseFareCal\":68611,\"BaseFare\":54765,\"CommissionEarned\":427.5,\"TDS\":0,\"MF\":15,\"YQ\":8100,\"AGST\":3144,\"MFT\":2.7,\"OT\":2920,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":1000,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":70121,\"CostToAgent\":69121,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":427.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":69121,\"CostToCustomer\":69121,\"BaseFareCal\":68611,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":68611,\"intOfferedFare\":68519.2,\"intPublishFare\":68946.7,\"TripjackMarkup\":0,\"TripjackCommission\":427.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":427.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":1000,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":1000,\"CostToAgentCustomer\":70121,\"CostToAgent\":69121,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"857\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T17:00\",\"SegFlightNumber\":\"UK-612\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-08-24T15:20\",\"TripIndicator\":1,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":1080,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:20\",\"strArrivalDtTime\":\"17:00\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":\"18h 0m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"858\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Dubai Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Dubai\",\"destinationCountryName\":\"United Arab Emirates\",\"destinationAirportCode\":\"DXB\",\"destinationArrTime\":\"2022-08-25T13:00\",\"SegFlightNumber\":\"EK-511\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-25T11:00\",\"TripIndicator\":2,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":210,\"GroundTime\":120,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:00\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":\"2h 0m\",\"LAYOVERCity\":\"Dubai\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":1,\"isReturnSegment\":false},{\"segmentid\":\"859\",\"originAirportName\":\"Dubai Intl Arpt\",\"destinationAirportName\":\"Imam Khomeini Intl\",\"originCityName\":\"Dubai\",\"originCountryName\":\"United Arab Emirates\",\"destinationCityName\":\"Tehran\",\"destinationCountryName\":\"Iran\",\"destinationAirportCode\":\"IKA\",\"destinationArrTime\":\"2022-08-25T17:40\",\"SegFlightNumber\":\"EK-979\",\"AirlineCode\":\"EK\",\"AirlineName\":\"Emirates Airlines\",\"FareClass\":\"Q\",\"originAirportCode\":\"DXB\",\"originDepTime\":\"2022-08-25T15:00\",\"TripIndicator\":3,\"Baggage\":\"25KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":3,\"Duration\":130,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:00\",\"strArrivalDtTime\":\"17:40\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/EK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":2,\"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-2-15-10-3872845248_0SXRDELUK612DELDXBEK511DXBIKAEK979_172016824160386\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IKA\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"26952\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"27-21-20-12-2-15-10-3872845248_0SXRDELUK612DELDXBEK511DXBIKAEK979_35852026017612\",\"SearchTraceId\":\"cf9aa-1a1c9-7686a-21f06\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Tehran (IKA)\",\"DEL\"],\"departure_date\":[\"24\\/08\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"103\"],\"destination_city\":[\"IKA\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Tehran, THR, IR - Imam Khomeini Intl (IKA)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" THR\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Tehran (IKA)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[26952],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"cf9aa-1a1c9-7686a-21f06\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IKA\"],\"from\":[\"SXR\"],\"to\":[\"IKA\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Tehran, THR, IR - Imam Khomeini Intl (IKA)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-19 00:08:56\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-08-19 00:12:50'),(2278,'ee186-fe257-d0733-9ca9f','{\"FlightBookingData\":[{\"bookingId\":\"DMC107740657948\",\"bookingId_TJ\":\"TJ107740657948\",\"FlightNumber\":\"6E-2517\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ee186-fe257-d0733-9ca9f\",\"apiTraceId\":\"5-7994793521_28DELCCU6E2517_11856449215225\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"20:00\",\"ArrivalTime\":\"22:05\",\"TravelDate\":\"2022-09-06T20:00\",\"LocalFromTime\":\"2022-09-06 20:00\",\"FromUTCTime\":\"2022-09-06T20:00\",\"LocalToTime\":\"2022-09-06 22:05\",\"ToUTCTime\":\"2022-09-06T22:05\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Tue, 06 Sep\",\"ArrivalDateTxt\":\"Tue, 06 Sep\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"14,868\",\"ApiResultIndex\":\"5-7994793521_28DELCCU6E2517_11856449215225\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":12800,\"Tax\":1663.4,\"YQTax\":0,\"OtherCharges\":978,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":650,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":14463.4,\"PublishedFare\":14867.800000000001,\"PublishedFareAgent\":14867.800000000001,\"OfferedFareAgent\":14867.800000000001,\"OfferedFare\":14372.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-7994793521_0DELCCU6E2517_422252251130\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":91.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14867.800000000001,\"CostToAgent\":14867.800000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":1663.4,\"TotalBaseFare\":14463.4,\"BaseFareCal\":14447.800000000001,\"BaseFare\":12800,\"CommissionEarned\":91.2,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":650,\"MFT\":5.4,\"OT\":978,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":91.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14867.800000000001,\"CostToAgent\":14867.800000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":91.2,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":14867.800000000001,\"CostToCustomer\":14867.800000000001,\"BaseFareCal\":14447.800000000001,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":14447.800000000001,\"intOfferedFare\":14372.2,\"intPublishFare\":14463.4,\"TripjackMarkup\":0,\"TripjackCommission\":91.2,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":91.2,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14867.800000000001,\"CostToAgent\":14867.800000000001,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"710\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-06T22:05\",\"SegFlightNumber\":\"6E-2517\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-06T20:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:00\",\"strArrivalDtTime\":\"22:05\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-7994793521_28DELCCU6E2517_11856449215225\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-CCU\":{\"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\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5}}},\"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,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-7994793521_28DELCCU6E2517_11856449215225\",\"SearchTraceId\":\"ee186-fe257-d0733-9ca9f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"06\\/09\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ee186-fe257-d0733-9ca9f\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"06 Sep Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-20 17:23:04\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"AOAT\",\"Price\":350,\"Description\":\"Apple Oat Meal\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"710\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-08-20 17:24:35'),(2279,'126','{\"_sessiondata\":{\"EmailId\":\"kanakbihariholidays@gmail.com\",\"UserSysId\":\"14545\",\"CustomerSysId\":\"207631\",\"AgencySysId\":\"13088\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Pawan\",\"LastName\":\"Darak\",\"Password_cu\":\"\",\"AgencyName\":\"Kanakbihari Holidays\",\"AgencyCode\":\"11174\",\"ContactNo1\":\"8961995236\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"59B0D582-E0E4-45F8-A206-A5417F1E3B47\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"7600\",\"RefrenceNo\":\"\",\"CreditDate\":\"21\\/08\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-08-21 01:08:52'),(2285,'b7d29-421ed-eb51c-4c408','{\"FlightBookingData\":[{\"bookingId\":\"DMC108240830365\",\"bookingId_TJ\":\"TJ108240830365\",\"FlightNumber\":\"UK-945\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b7d29-421ed-eb51c-4c408\",\"apiTraceId\":\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"11:40\",\"ArrivalTime\":\"14:00\",\"TravelDate\":\"2022-08-24T11:40\",\"LocalFromTime\":\"2022-08-24 11:40\",\"FromUTCTime\":\"2022-08-24T11:40\",\"LocalToTime\":\"2022-08-24 14:00\",\"ToUTCTime\":\"2022-08-24T14:00\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,160\",\"ApiResultIndex\":\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5160.42,\"PublishedFareAgent\":5160.42,\"OfferedFareAgent\":5160.42,\"OfferedFare\":4912.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4897783613_0DELBOMUK945_2984456549106\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4950.42,\"BaseFare\":4601,\"CommissionEarned\":463.08,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":463.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5160.42,\"CostToCustomer\":5160.42,\"BaseFareCal\":4950.42,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4950.42,\"intOfferedFare\":4912.62,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":463.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"137\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-24T14:00\",\"SegFlightNumber\":\"UK-945\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-24T11:40\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4897783613_1DELBOMUK945_87208990394589\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"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,\"ARFT\":157.5,\"CRFT\":9,\"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\":{\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"303\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"jaspreet.puma@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9824022624\",\"FirstName\":\"Jaspreet Singh\",\"LastName\":\"Sabharwal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13180\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-23 11:20:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"131\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"131\",\"CustomerMemSysId\":[\"131\"],\"flight_booking_customer\":[[\"418\"]],\"SearchTraceId\":\"b7d29-421ed-eb51c-4c408\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Mumbai (BOM)\"],\"departure_date\":[\"24\\/08\\/2022\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"BOM\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Mumbai (BOM)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-08-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[18676],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b7d29-421ed-eb51c-4c408\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"BOM\"],\"from\":[\"DEL\"],\"to\":[\"BOM\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/08\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-23 11:18:53\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b7d29-421ed-eb51c-4c408\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\"],\\\"to_des\\\":[\\\"Mumbai (BOM)\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/08\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"DEL\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"BOM\\\"],\\\"source\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destination\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Delhi Indira Gandhi Intl (DEL)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\"],\\\"to_city\\\":[\\\"Mumbai (BOM)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"0000-00-00\\\",\\\"strDepatureDate\\\":[\\\"2022-08-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[18676],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"b7d29-421ed-eb51c-4c408\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"BOM\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"BOM\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/08\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-23 11:18:53\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC108240830365\\\",\\\"bookingId_TJ\\\":\\\"TJ108240830365\\\",\\\"FlightNumber\\\":\\\"UK-945\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"b7d29-421ed-eb51c-4c408\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"11:40\\\",\\\"ArrivalTime\\\":\\\"14:00\\\",\\\"TravelDate\\\":\\\"2022-08-24T11:40\\\",\\\"LocalFromTime\\\":\\\"2022-08-24 11:40\\\",\\\"FromUTCTime\\\":\\\"2022-08-24T11:40\\\",\\\"LocalToTime\\\":\\\"2022-08-24 14:00\\\",\\\"ToUTCTime\\\":\\\"2022-08-24T14:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Q\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":140,\\\"DepartureDateTxt\\\":\\\"Wed, 24 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 24 Aug\\\",\\\"FlightDuration\\\":\\\"02h 20m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"18676\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"BOM\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,160\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4601,\\\"Tax\\\":774.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":390,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":237,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5375.7,\\\"PublishedFare\\\":5160.42,\\\"PublishedFareAgent\\\":5160.42,\\\"OfferedFareAgent\\\":5160.42,\\\"OfferedFare\\\":4912.62,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-4897783613_0DELBOMUK945_2984456549106\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"Q\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":463.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5160.42,\\\"CostToAgent\\\":5160.42,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":774.7,\\\"TotalBaseFare\\\":5375.7,\\\"BaseFareCal\\\":4950.42,\\\"BaseFare\\\":4601,\\\"CommissionEarned\\\":463.08,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":237,\\\"MFT\\\":2.7,\\\"OT\\\":390,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":463.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5160.42,\\\"CostToAgent\\\":5160.42,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":463.08,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":5160.42,\\\"CostToCustomer\\\":5160.42,\\\"BaseFareCal\\\":4950.42,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":4950.42,\\\"intOfferedFare\\\":4912.62,\\\"intPublishFare\\\":5375.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":463.08,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":463.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5160.42,\\\"CostToAgent\\\":5160.42,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"137\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Mumbai\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"BOM\\\",\\\"destinationArrTime\\\":\\\"2022-08-24T14:00\\\",\\\"SegFlightNumber\\\":\\\"UK-945\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"Q\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-08-24T11:40\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":140,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"11:40\\\",\\\"strArrivalDtTime\\\":\\\"14:00\\\",\\\"FlightDuration\\\":\\\"2h 20m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-4897783613_1DELBOMUK945_87208990394589\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"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,\\\"ARFT\\\":157.5,\\\"CRFT\\\":9,\\\"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\\\":{\\\"ACFT\\\":183.75,\\\"ACF\\\":3675,\\\"CCF\\\":50,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-23 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"BOM\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"18676\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9824022624\",\"leadEmail\":\"jaspreet.puma@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Jaspreet Singh\",\"passenger-lastname-1\":\"Sabharwal\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13180\",\"Salutation\":\"1\",\"EmailId\":\"jaspreet.puma@gmail.com\",\"FirstName\":\"Jaspreet Singh\",\"LastName\":\"Sabharwal\",\"CountryCode\":\"91\",\"MobileNo\":\"9824022624\"},\"_sessiondata\":{\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"UserSysId\":\"14644\",\"CustomerSysId\":\"208079\",\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PUNEET\",\"LastName\":\"SINGH\",\"Password_cu\":\"\",\"AgencyName\":\"ARSH TOURISM\",\"AgencyCode\":\"122111.2211549261351E79\",\"ContactNo1\":\"9650391000\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6ABFA09B-3F5D-40FF-8AA5-069380FCE2C9\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"b7d29-421ed-eb51c-4c408\",\"FlightBookingData\":[{\"bookingId\":\"DMC108240830365\",\"bookingId_TJ\":\"TJ108240830365\",\"FlightNumber\":\"UK-945\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b7d29-421ed-eb51c-4c408\",\"apiTraceId\":\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"11:40\",\"ArrivalTime\":\"14:00\",\"TravelDate\":\"2022-08-24T11:40\",\"LocalFromTime\":\"2022-08-24 11:40\",\"FromUTCTime\":\"2022-08-24T11:40\",\"LocalToTime\":\"2022-08-24 14:00\",\"ToUTCTime\":\"2022-08-24T14:00\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":140,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 20m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,160\",\"ApiResultIndex\":\"21-10-15-2-4897783613_1DELBOMUK945_87208990394589\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4601,\"Tax\":774.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":237,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":5375.7,\"PublishedFare\":5160.42,\"PublishedFareAgent\":5160.42,\"OfferedFareAgent\":5160.42,\"OfferedFare\":4912.62,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4897783613_0DELBOMUK945_2984456549106\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":774.7,\"TotalBaseFare\":5375.7,\"BaseFareCal\":4950.42,\"BaseFare\":4601,\"CommissionEarned\":463.08,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":237,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":463.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5160.42,\"CostToCustomer\":5160.42,\"BaseFareCal\":4950.42,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4950.42,\"intOfferedFare\":4912.62,\"intPublishFare\":5375.7,\"TripjackMarkup\":0,\"TripjackCommission\":463.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":463.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5160.42,\"CostToAgent\":5160.42,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"137\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-08-24T14:00\",\"SegFlightNumber\":\"UK-945\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-08-24T11:40\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":140,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"11:40\",\"strArrivalDtTime\":\"14:00\",\"FlightDuration\":\"2h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4897783613_1DELBOMUK945_87208990394589\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"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,\"ARFT\":157.5,\"CRFT\":9,\"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\":{\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"18676\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"BF7AC01FF7EF43ABB52C105F0F1640DF\",\"message\":\"\"}}','2022-08-23 11:21:14'),(2287,'9d66e-5263b-071ec-0d6ae','{\"FlightBookingData\":[{\"bookingId\":\"DMC100940842444\",\"bookingId_TJ\":\"TJ100940842444\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"9d66e-5263b-071ec-0d6ae\",\"apiTraceId\":\"11-6731004643_0BOMDELSG8158_11193762551927\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-6731004643_0BOMDELSG8158_11193762551927\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-6731004643_0BOMDELSG8158_824277676036\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"93\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-6731004643_0BOMDELSG8158_11193762551927\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-6731004643_0BOMDELSG8158_11193762551927\",\"SearchTraceId\":\"9d66e-5263b-071ec-0d6ae\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/08\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9d66e-5263b-071ec-0d6ae\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-23 13:24:06\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-08-23 13:25:16'),(2289,'a9ee8-9594f-8aaaf-b79f4','{\"FlightBookingData\":[{\"bookingId\":\"DMC104940850765\",\"bookingId_TJ\":\"TJ104940850765\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a9ee8-9594f-8aaaf-b79f4\",\"apiTraceId\":\"11-2777539852_0BOMDELSG8158_1740480237696\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-2777539852_0BOMDELSG8158_1740480237696\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2777539852_0BOMDELSG8158_997217402519\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"803\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-2777539852_0BOMDELSG8158_1740480237696\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-2777539852_0BOMDELSG8158_1740480237696\",\"SearchTraceId\":\"a9ee8-9594f-8aaaf-b79f4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/08\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a9ee8-9594f-8aaaf-b79f4\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-23 14:58:39\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-08-23 15:04:13');
INSERT INTO `tbl_temp_data` VALUES (2295,'e42b6-dc812-7a21c-b5dc4','{\"FlightBookingData\":[{\"bookingId\":\"DMC100940851127\",\"bookingId_TJ\":\"TJ100940851127\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"apiTraceId\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8334384547_0BOMDELSG8158_73264293284678\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"980\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8334384547_0BOMDELSG8158_4471035152847\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"304\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"131\",\"EmailId\":\"JASPREET.PUMA@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9824022624\",\"FirstName\":\"JASPREET SINGH\",\"LastName\":\"SABHARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13180\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-23 15:09:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"233\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"131\",\"EmailId\":\"JASPREET.PUMA@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9824022624\",\"FirstName\":\"JASPREET SINGH\",\"LastName\":\"SABHARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13180\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-23 15:09:16\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"modified\":\"2022-08-23 15:09:16\",\"created\":\"2022-08-23 15:09:16\",\"CustomerMemberSysId\":\"233\"}],\"CustomerSysId\":\"131\",\"CustomerMemSysId\":[\"233\"],\"flight_booking_customer\":[[\"419\"]],\"SearchTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/08\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-23 15:07:59\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e42b6-dc812-7a21c-b5dc4\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-23 15:07:59\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100940851127\\\",\\\"bookingId_TJ\\\":\\\"TJ100940851127\\\",\\\"FlightNumber\\\":\\\"SG-8158\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e42b6-dc812-7a21c-b5dc4\\\",\\\"apiTraceId\\\":\\\"11-8334384547_0BOMDELSG8158_4471035152847\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"19:35\\\",\\\"ArrivalTime\\\":\\\"22:00\\\",\\\"TravelDate\\\":\\\"2022-08-24T19:35\\\",\\\"LocalFromTime\\\":\\\"2022-08-24 19:35\\\",\\\"FromUTCTime\\\":\\\"2022-08-24T19:35\\\",\\\"LocalToTime\\\":\\\"2022-08-24 22:00\\\",\\\"ToUTCTime\\\":\\\"2022-08-24T22:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Wed, 24 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 24 Aug\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,372\\\",\\\"ApiResultIndex\\\":\\\"11-8334384547_0BOMDELSG8158_4471035152847\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3900,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4017.7,\\\"PublishedFare\\\":4371.7,\\\"PublishedFareAgent\\\":4371.7,\\\"OfferedFareAgent\\\":4371.7,\\\"OfferedFare\\\":4017.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-8334384547_0BOMDELSG8158_73264293284678\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4371.7,\\\"CostToAgent\\\":4371.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4017.7,\\\"BaseFareCal\\\":4071.7,\\\"BaseFare\\\":3900,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4371.7,\\\"CostToAgent\\\":4371.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4371.7,\\\"CostToCustomer\\\":4371.7,\\\"BaseFareCal\\\":4071.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4071.7,\\\"intOfferedFare\\\":4017.7,\\\"intPublishFare\\\":4017.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4371.7,\\\"CostToAgent\\\":4371.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"980\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-08-24T22:00\\\",\\\"SegFlightNumber\\\":\\\"SG-8158\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-08-24T19:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"19:35\\\",\\\"strArrivalDtTime\\\":\\\"22:00\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-8334384547_0BOMDELSG8158_4471035152847\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-23 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9824022624\",\"leadEmail\":\"JASPREET.PUMA@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"JASPREET SINGH\",\"passenger-lastname-1\":\"SABHARWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"UserSysId\":\"14644\",\"CustomerSysId\":\"208079\",\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PUNEET\",\"LastName\":\"SINGH\",\"Password_cu\":\"\",\"AgencyName\":\"ARSH TOURISM\",\"AgencyCode\":\"122111.2211549261351E79\",\"ContactNo1\":\"9650391000\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6ABFA09B-3F5D-40FF-8AA5-069380FCE2C9\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"FlightBookingData\":[{\"bookingId\":\"DMC100940851127\",\"bookingId_TJ\":\"TJ100940851127\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e42b6-dc812-7a21c-b5dc4\",\"apiTraceId\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8334384547_0BOMDELSG8158_73264293284678\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"980\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8334384547_0BOMDELSG8158_4471035152847\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"4F38F4C346CB4226BD1AC23F894DF098\",\"message\":\"\"}}','2022-08-23 15:09:35'),(2301,'a234d-98e95-bb8da-bda26','{\"FlightBookingData\":[{\"bookingId\":\"DMC108840851709\",\"bookingId_TJ\":\"TJ108840851709\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a234d-98e95-bb8da-bda26\",\"apiTraceId\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8334384547_0BOMDELSG8158_10366564485148\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"890\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8334384547_0BOMDELSG8158_4471035152847\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"305\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"68\",\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9650391000\",\"FirstName\":\"JASPREET SINGH\",\"LastName\":\"SABHARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13180\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-23 15:17:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"234\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"68\",\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9650391000\",\"FirstName\":\"JASPREET SINGH\",\"LastName\":\"SABHARWAL\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13180\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-23 15:17:35\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"a234d-98e95-bb8da-bda26\",\"modified\":\"2022-08-23 15:17:35\",\"created\":\"2022-08-23 15:17:35\",\"CustomerMemberSysId\":\"234\"}],\"CustomerSysId\":\"68\",\"CustomerMemSysId\":[\"234\"],\"flight_booking_customer\":[[\"420\"]],\"SearchTraceId\":\"a234d-98e95-bb8da-bda26\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"24\\/08\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a234d-98e95-bb8da-bda26\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"BOM\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-23 15:13:45\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a234d-98e95-bb8da-bda26\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"24\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"BOM\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Chhatrapati Shivaji (BOM)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Mumbai (BOM)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-24\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[18676],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a234d-98e95-bb8da-bda26\\\",\\\"sourceCityAirportCode\\\":[\\\"BOM\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"BOM\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Mumbai, IN - Chhatrapati Shivaji (BOM)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"24\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"24 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-23 15:13:45\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC108840851709\\\",\\\"bookingId_TJ\\\":\\\"TJ108840851709\\\",\\\"FlightNumber\\\":\\\"SG-8158\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"a234d-98e95-bb8da-bda26\\\",\\\"apiTraceId\\\":\\\"11-8334384547_0BOMDELSG8158_4471035152847\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"19:35\\\",\\\"ArrivalTime\\\":\\\"22:00\\\",\\\"TravelDate\\\":\\\"2022-08-24T19:35\\\",\\\"LocalFromTime\\\":\\\"2022-08-24 19:35\\\",\\\"FromUTCTime\\\":\\\"2022-08-24T19:35\\\",\\\"LocalToTime\\\":\\\"2022-08-24 22:00\\\",\\\"ToUTCTime\\\":\\\"2022-08-24T22:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":145,\\\"DepartureDateTxt\\\":\\\"Wed, 24 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 24 Aug\\\",\\\"FlightDuration\\\":\\\"02h 25m\\\",\\\"SourcePlaceSysId\\\":\\\"18676\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"BOM\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,372\\\",\\\"ApiResultIndex\\\":\\\"11-8334384547_0BOMDELSG8158_4471035152847\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3900,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4017.7,\\\"PublishedFare\\\":4371.7,\\\"PublishedFareAgent\\\":4371.7,\\\"OfferedFareAgent\\\":4371.7,\\\"OfferedFare\\\":4017.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-8334384547_0BOMDELSG8158_10366564485148\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":6,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4371.7,\\\"CostToAgent\\\":4371.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":4017.7,\\\"BaseFareCal\\\":4071.7,\\\"BaseFare\\\":3900,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":4371.7,\\\"CostToAgent\\\":4371.7,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":4371.7,\\\"CostToCustomer\\\":4371.7,\\\"BaseFareCal\\\":4071.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":4071.7,\\\"intOfferedFare\\\":4017.7,\\\"intPublishFare\\\":4017.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4371.7,\\\"CostToAgent\\\":4371.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"890\\\",\\\"originAirportName\\\":\\\"Chhatrapati Shivaji Maharaj International Airport\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Mumbai\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-08-24T22:00\\\",\\\"SegFlightNumber\\\":\\\"SG-8158\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"BOM\\\",\\\"originDepTime\\\":\\\"2022-08-24T19:35\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":145,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":6,\\\"strDepartureDtTime\\\":\\\"19:35\\\",\\\"strArrivalDtTime\\\":\\\"22:00\\\",\\\"FlightDuration\\\":\\\"2h 25m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-8334384547_0BOMDELSG8158_4471035152847\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BOM-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-23 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BOM\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"18676\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9650391000\",\"leadEmail\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"JASPREET SINGH\",\"passenger-lastname-1\":\"SABHARWAL\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Delhi\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"7701\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":null,\"_sessiondata\":{\"EmailId\":\"PUNEETSINGHINDIA@GMAIL.COM\",\"UserSysId\":\"14644\",\"CustomerSysId\":\"208079\",\"AgencySysId\":\"13180\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"PUNEET\",\"LastName\":\"SINGH\",\"Password_cu\":\"\",\"AgencyName\":\"ARSH TOURISM\",\"AgencyCode\":\"122111.2211549261351E79\",\"ContactNo1\":\"9650391000\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6ABFA09B-3F5D-40FF-8AA5-069380FCE2C9\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"a234d-98e95-bb8da-bda26\",\"FlightBookingData\":[{\"bookingId\":\"DMC108840851709\",\"bookingId_TJ\":\"TJ108840851709\",\"FlightNumber\":\"SG-8158\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a234d-98e95-bb8da-bda26\",\"apiTraceId\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"19:35\",\"ArrivalTime\":\"22:00\",\"TravelDate\":\"2022-08-24T19:35\",\"LocalFromTime\":\"2022-08-24 19:35\",\"FromUTCTime\":\"2022-08-24T19:35\",\"LocalToTime\":\"2022-08-24 22:00\",\"ToUTCTime\":\"2022-08-24T22:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":145,\"DepartureDateTxt\":\"Wed, 24 Aug\",\"ArrivalDateTxt\":\"Wed, 24 Aug\",\"FlightDuration\":\"02h 25m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,372\",\"ApiResultIndex\":\"11-8334384547_0BOMDELSG8158_4471035152847\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3900,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4017.7,\"PublishedFare\":4371.7,\"PublishedFareAgent\":4371.7,\"OfferedFareAgent\":4371.7,\"OfferedFare\":4017.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-8334384547_0BOMDELSG8158_10366564485148\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":4017.7,\"BaseFareCal\":4071.7,\"BaseFare\":3900,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":4371.7,\"CostToAgent\":4371.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":4371.7,\"CostToCustomer\":4371.7,\"BaseFareCal\":4071.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":4071.7,\"intOfferedFare\":4017.7,\"intPublishFare\":4017.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4371.7,\"CostToAgent\":4371.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"890\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-24T22:00\",\"SegFlightNumber\":\"SG-8158\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-08-24T19:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":145,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"19:35\",\"strArrivalDtTime\":\"22:00\",\"FlightDuration\":\"2h 25m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-8334384547_0BOMDELSG8158_4471035152847\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"F851BEA8562F47C29B6B9F18683DB79F\",\"message\":\"\"}}','2022-08-23 15:18:01'),(2302,'127','{\"_sessiondata\":{\"EmailId\":\"shyamtravelsin@gmail.com\",\"UserSysId\":\"15075\",\"CustomerSysId\":\"211773\",\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"BIKKY\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"SHYAMTRAVELS\",\"AgencyCode\":\"61374\",\"ContactNo1\":\"9832330248\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C3DFBEC4-427E-4214-89DD-B104C9CA2AC4\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"2600\",\"RefrenceNo\":\"8605\",\"CreditDate\":\"24\\/08\\/2022\",\"Remark\":\"Cash deposit in icici bank\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-08-24 12:16:22'),(2303,'d1ff7-920da-cdcf1-5dcca','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-559\",\"keyIndex\":23,\"SegFlightNumberArr\":\"6E-559\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-2216688169_14SXRBOM6E559_9665634740255\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:05\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2022-10-29T18:05\",\"LocalFromTime\":\"2022-10-29 18:05\",\"FromUTCTime\":\"2022-10-29T18:05\",\"LocalToTime\":\"2022-10-29 20:55\",\"ToUTCTime\":\"2022-10-29T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Sat, 29 Oct\",\"ArrivalDateTxt\":\"Sat, 29 Oct\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3184,\"PublishedFareTxt\":\"3,184\",\"ApiResultIndex\":\"5-2216688169_14SXRBOM6E559_9665634740255\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"d1ff7-920da-cdcf1-5dcca\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2438,\"Tax\":627.7,\"YQTax\":0,\"OtherCharges\":410,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3065.7,\"PublishedFare\":3184,\"PublishedFarePerPax\":3184,\"OfferedFare\":2865.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-2216688169_14SXRBOM6E559_9665634740255\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":627.7,\"BaseFareCal\":2914.21,\"BaseFare\":2438,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":410,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3183.7,\"CostToCustomer\":3183.7,\"BaseFareCal\":2914.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":2914.21,\"intOfferedFare\":2865.7,\"intPublishFare\":3065.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"02J\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-10-29T20:55\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-10-29T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-08-30 15:38:49'),(2305,'27594-51df7-7d64e-f8cae','{\"FlightBookingData\":[{\"bookingId\":\"DMC100941383529\",\"bookingId_TJ\":\"TJ100941383529\",\"FlightNumber\":\"G8-720\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"27594-51df7-7d64e-f8cae\",\"apiTraceId\":\"1-0282143667_0AMDDELG8720_64071259165548\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2022-08-31T08:05\",\"LocalFromTime\":\"2022-08-31 08:05\",\"FromUTCTime\":\"2022-08-31T08:05\",\"LocalToTime\":\"2022-08-31 09:40\",\"ToUTCTime\":\"2022-08-31T09:40\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 31 Aug\",\"ArrivalDateTxt\":\"Wed, 31 Aug\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,247\",\"ApiResultIndex\":\"1-0282143667_0AMDDELG8720_64071259165548\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5037,\"Tax\":2034.7,\"YQTax\":0,\"OtherCharges\":1759,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":258,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7071.7,\"PublishedFare\":6246.88,\"PublishedFareAgent\":6246.88,\"OfferedFareAgent\":6246.88,\"OfferedFare\":5999.08,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-0282143667_0AMDDELG8720_389053530681\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1072.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6246.88,\"CostToAgent\":6246.88,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2034.7,\"TotalBaseFare\":7071.7,\"BaseFareCal\":6036.88,\"BaseFare\":5037,\"CommissionEarned\":1072.62,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":258,\"MFT\":2.7,\"OT\":1759,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1072.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6246.88,\"CostToAgent\":6246.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1072.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":6246.88,\"CostToCustomer\":6246.88,\"BaseFareCal\":6036.88,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":6036.88,\"intOfferedFare\":5999.08,\"intPublishFare\":7071.7,\"TripjackMarkup\":0,\"TripjackCommission\":1072.62,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":1072.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6246.88,\"CostToAgent\":6246.88,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"130\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-31T09:40\",\"SegFlightNumber\":\"G8-720\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-08-31T08:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"PMNV\",\"Price\":400,\"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-0282143667_0AMDDELG8720_64071259165548\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"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\":{\"ARFT\":150,\"CRFT\":9,\"ARF\":3000,\"CRF\":50}}},\"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\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-0282143667_0AMDDELG8720_64071259165548\",\"SearchTraceId\":\"27594-51df7-7d64e-f8cae\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"31\\/08\\/2022\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"27594-51df7-7d64e-f8cae\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"AMD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"31 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-30 15:53:19\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"130\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-08-30 15:54:04'),(2307,'f9aab-9e6f0-08def-5f769','{\"FlightBookingData\":[{\"bookingId\":\"DMC101841383588\",\"bookingId_TJ\":\"TJ101841383588\",\"FlightNumber\":\"G8-720\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f9aab-9e6f0-08def-5f769\",\"apiTraceId\":\"1-3887125233_0AMDDELG8720_166380371104882\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"09:40\",\"TravelDate\":\"2022-08-31T08:05\",\"LocalFromTime\":\"2022-08-31 08:05\",\"FromUTCTime\":\"2022-08-31T08:05\",\"LocalToTime\":\"2022-08-31 09:40\",\"ToUTCTime\":\"2022-08-31T09:40\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 31 Aug\",\"ArrivalDateTxt\":\"Wed, 31 Aug\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,247\",\"ApiResultIndex\":\"1-3887125233_0AMDDELG8720_166380371104882\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5037,\"Tax\":2034.7,\"YQTax\":0,\"OtherCharges\":1759,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":258,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7071.7,\"PublishedFare\":6246.88,\"PublishedFareAgent\":6246.88,\"OfferedFareAgent\":6246.88,\"OfferedFare\":5999.08,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-3887125233_0AMDDELG8720_19495884533829\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1072.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6246.88,\"CostToAgent\":6246.88,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2034.7,\"TotalBaseFare\":7071.7,\"BaseFareCal\":6036.88,\"BaseFare\":5037,\"CommissionEarned\":1072.62,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":258,\"MFT\":2.7,\"OT\":1759,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":1072.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6246.88,\"CostToAgent\":6246.88,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":1072.62,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":6246.88,\"CostToCustomer\":6246.88,\"BaseFareCal\":6036.88,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":6036.88,\"intOfferedFare\":5999.08,\"intPublishFare\":7071.7,\"TripjackMarkup\":0,\"TripjackCommission\":1072.62,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":1072.62,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6246.88,\"CostToAgent\":6246.88,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"209\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-31T09:40\",\"SegFlightNumber\":\"G8-720\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-08-31T08:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"09:40\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"PMNV\",\"Price\":400,\"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-3887125233_0AMDDELG8720_166380371104882\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"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\":{\"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 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,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-3887125233_0AMDDELG8720_166380371104882\",\"SearchTraceId\":\"f9aab-9e6f0-08def-5f769\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"departure_date\":[\"31\\/08\\/2022\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"PreferredAirline\":[\"G8\"],\"DirectFlight\":\"1\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f9aab-9e6f0-08def-5f769\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"AMD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"DepatureDateMobile\":[\"31 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-30 15:54:25\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"209\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-08-30 15:54:41'),(2311,'729d9-73af3-742ab-128e1','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-559\",\"keyIndex\":3,\"SegFlightNumberArr\":\"6E-559\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6850534375_1SXRBOM6E559_11063500737727\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:05\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2022-10-29T18:05\",\"LocalFromTime\":\"2022-10-29 18:05\",\"FromUTCTime\":\"2022-10-29T18:05\",\"LocalToTime\":\"2022-10-29 20:55\",\"ToUTCTime\":\"2022-10-29T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Sat, 29 Oct\",\"ArrivalDateTxt\":\"Sat, 29 Oct\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3184,\"PublishedFareTxt\":\"3,184\",\"ApiResultIndex\":\"5-6850534375_1SXRBOM6E559_11063500737727\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"729d9-73af3-742ab-128e1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2438,\"Tax\":627.7,\"YQTax\":0,\"OtherCharges\":410,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3065.7,\"PublishedFare\":3184,\"PublishedFarePerPax\":3184,\"OfferedFare\":2865.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6850534375_1SXRBOM6E559_11063500737727\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":627.7,\"BaseFareCal\":2914.21,\"BaseFare\":2438,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":410,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3183.7,\"CostToCustomer\":3183.7,\"BaseFareCal\":2914.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":2914.21,\"intOfferedFare\":2865.7,\"intPublishFare\":3065.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"027\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-10-29T20:55\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-10-29T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"$$hashKey\":\"03Z\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-08-30 16:02:08'),(2312,'24088-cafd9-d07e2-a33a5','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-559\",\"keyIndex\":3,\"SegFlightNumberArr\":\"6E-559\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5372478114_1SXRBOM6E559_12785955189596\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"18:05\",\"ArrivalTime\":\"20:55\",\"TravelDate\":\"2022-10-29T18:05\",\"LocalFromTime\":\"2022-10-29 18:05\",\"FromUTCTime\":\"2022-10-29T18:05\",\"LocalToTime\":\"2022-10-29 20:55\",\"ToUTCTime\":\"2022-10-29T20:55\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Sat, 29 Oct\",\"ArrivalDateTxt\":\"Sat, 29 Oct\",\"FlightDuration\":\"2h 50m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"18676\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3184,\"PublishedFareTxt\":\"3,184\",\"ApiResultIndex\":\"5-5372478114_1SXRBOM6E559_12785955189596\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"24088-cafd9-d07e2-a33a5\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2438,\"Tax\":627.7,\"YQTax\":0,\"OtherCharges\":410,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3065.7,\"PublishedFare\":3184,\"PublishedFarePerPax\":3184,\"OfferedFare\":2865.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5372478114_1SXRBOM6E559_12785955189596\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":627.7,\"BaseFareCal\":2914.21,\"BaseFare\":2438,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":410,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3183.7,\"CostToCustomer\":3183.7,\"BaseFareCal\":2914.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":2914.21,\"intOfferedFare\":2865.7,\"intPublishFare\":3065.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"027\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-10-29T20:55\",\"SegFlightNumber\":\"6E-559\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-10-29T18:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"18:05\",\"strArrivalDtTime\":\"20:55\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-08-30 16:31:28'),(2318,'a7202-5937c-84033-13163','{\"FlightBookingData\":[{\"bookingId\":\"DMC105941387606\",\"bookingId_TJ\":\"TJ105941387606\",\"FlightNumber\":\"UK-926\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a7202-5937c-84033-13163\",\"apiTraceId\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2022-08-31T06:45\",\"LocalFromTime\":\"2022-08-31 06:45\",\"FromUTCTime\":\"2022-08-31T06:45\",\"LocalToTime\":\"2022-08-31 08:20\",\"ToUTCTime\":\"2022-08-31T08:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 31 Aug\",\"ArrivalDateTxt\":\"Wed, 31 Aug\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,247\",\"ApiResultIndex\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3761,\"Tax\":679.7,\"YQTax\":0,\"OtherCharges\":337,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4440.7,\"PublishedFare\":4246.900000000001,\"PublishedFareAgent\":4246.900000000001,\"OfferedFareAgent\":4246.900000000001,\"OfferedFare\":3999.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9679463688_0AMDDELUK926_2270872397007\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":679.7,\"TotalBaseFare\":4440.7,\"BaseFareCal\":4036.9000000000005,\"BaseFare\":3761,\"CommissionEarned\":441.6,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":195,\"MFT\":2.7,\"OT\":337,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":441.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4246.900000000001,\"CostToCustomer\":4246.900000000001,\"BaseFareCal\":4036.9000000000005,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4036.9000000000005,\"intOfferedFare\":3999.1,\"intPublishFare\":4440.7,\"TripjackMarkup\":0,\"TripjackCommission\":441.6,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"57\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-31T08:20\",\"SegFlightNumber\":\"UK-926\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-08-31T06:45\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"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\":{\"ARFT\":157.5,\"CRFT\":9,\"CRF\":50,\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"306\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"7827591691\",\"FirstName\":\"Devi\",\"LastName\":\"Verma\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-08-30 16:39:43\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"133\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"133\",\"CustomerMemSysId\":[\"133\"],\"flight_booking_customer\":[[\"421\"]],\"SearchTraceId\":\"a7202-5937c-84033-13163\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"31\\/08\\/2022\",\"\"],\"source_city\":[\"AMD\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Ahmedabad (AMD)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-08-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[296],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a7202-5937c-84033-13163\",\"sourceCityAirportCode\":[\"AMD\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"AMD\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/08\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"31 Aug Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-30 16:37:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"a7202-5937c-84033-13163\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Ahmedabad (AMD)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"31\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"AMD\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"DEL\\\"],\\\"source\\\":[\\\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\\\"],\\\"destination\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Ahmedabad (AMD)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Delhi (DEL)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-08-31\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[296],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[7701],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"a7202-5937c-84033-13163\\\",\\\"sourceCityAirportCode\\\":[\\\"AMD\\\"],\\\"destinationCityAirportCode\\\":[\\\"DEL\\\"],\\\"from\\\":[\\\"AMD\\\"],\\\"to\\\":[\\\"DEL\\\"],\\\"sourceCityText\\\":[\\\"Ahmedabad, IN - Sardar Vallabh Bhai Patel Intl Arpt (AMD)\\\"],\\\"destinationCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"31\\\\\\/08\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"31 Aug Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-08-30 16:37:23\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105941387606\\\",\\\"bookingId_TJ\\\":\\\"TJ105941387606\\\",\\\"FlightNumber\\\":\\\"UK-926\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":true,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"a7202-5937c-84033-13163\\\",\\\"apiTraceId\\\":\\\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\\\",\\\"AirlineSysId\\\":\\\"539\\\",\\\"DepartureTime\\\":\\\"06:45\\\",\\\"ArrivalTime\\\":\\\"08:20\\\",\\\"TravelDate\\\":\\\"2022-08-31T06:45\\\",\\\"LocalFromTime\\\":\\\"2022-08-31 06:45\\\",\\\"FromUTCTime\\\":\\\"2022-08-31T06:45\\\",\\\"LocalToTime\\\":\\\"2022-08-31 08:20\\\",\\\"ToUTCTime\\\":\\\"2022-08-31T08:20\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Q\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Wed, 31 Aug\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 31 Aug\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"296\\\",\\\"DestPlaceSysId\\\":\\\"7701\\\",\\\"SourceAirportCode\\\":\\\"AMD\\\",\\\"DestAirportCode\\\":\\\"DEL\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"4,247\\\",\\\"ApiResultIndex\\\":\\\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/UK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":3761,\\\"Tax\\\":679.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":337,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":195,\\\"CarrierMiscFee\\\":130,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":4440.7,\\\"PublishedFare\\\":4246.900000000001,\\\"PublishedFareAgent\\\":4246.900000000001,\\\"OfferedFareAgent\\\":4246.900000000001,\\\"OfferedFare\\\":3999.1,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"21-10-15-2-9679463688_0AMDDELUK926_2270872397007\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"Q\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":441.6,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4246.900000000001,\\\"CostToAgent\\\":4246.900000000001,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":679.7,\\\"TotalBaseFare\\\":4440.7,\\\"BaseFareCal\\\":4036.9000000000005,\\\"BaseFare\\\":3761,\\\"CommissionEarned\\\":441.6,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":195,\\\"MFT\\\":2.7,\\\"OT\\\":337,\\\"MU\\\":0,\\\"YR\\\":130,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":441.6,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4246.900000000001,\\\"CostToAgent\\\":4246.900000000001,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":441.6,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":4246.900000000001,\\\"CostToCustomer\\\":4246.900000000001,\\\"BaseFareCal\\\":4036.9000000000005,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":4036.9000000000005,\\\"intOfferedFare\\\":3999.1,\\\"intPublishFare\\\":4440.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":441.6,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":441.6,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":4246.900000000001,\\\"CostToAgent\\\":4246.900000000001,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"57\\\",\\\"originAirportName\\\":\\\"Sardar Vallabh Bhai Patel Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Ahmedabad\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-08-31T08:20\\\",\\\"SegFlightNumber\\\":\\\"UK-926\\\",\\\"AirlineCode\\\":\\\"UK\\\",\\\"AirlineName\\\":\\\"Vistara\\\",\\\"FareClass\\\":\\\"Q\\\",\\\"originAirportCode\\\":\\\"AMD\\\",\\\"originDepTime\\\":\\\"2022-08-31T06:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15KG\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":true,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"06:45\\\",\\\"strArrivalDtTime\\\":\\\"08:20\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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\\\":false,\\\"isSessionTime\\\":\\\"13:00\\\",\\\"strTraceId\\\":\\\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"AMD-DEL\\\":{\\\"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\\\":{\\\"ARFT\\\":157.5,\\\"CRFT\\\":9,\\\"CRF\\\":50,\\\"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\\\":{\\\"CCFT\\\":9,\\\"ACFT\\\":183.75,\\\"ACF\\\":3675,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-08-30 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"AMD\\\",\\\"strDestinationAirportCode\\\":\\\"DEL\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"296\\\",\\\"intDestinationCityId\\\":\\\"7701\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7827591691\",\"leadEmail\":\"holidaysfairdeal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"Devi\",\"passenger-lastname-1\":\"Verma\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13941\",\"Salutation\":\"2\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"FirstName\":\"Devi\",\"LastName\":\"Verma\",\"CountryCode\":\"91\",\"MobileNo\":\"7827591691\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"_sessiondata\":{\"EmailId\":\"holidaysfairdeal@gmail.com\",\"UserSysId\":\"15458\",\"CustomerSysId\":\"214502\",\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD KAMRAN ALI\",\"LastName\":\"BAHALWA\",\"Password_cu\":\"\",\"AgencyName\":\"FAIR DEAL\",\"AgencyCode\":\"61369\",\"ContactNo1\":\"7044293407\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7B6AA64C-6B45-4CCA-8F5E-EC920080E664\",\"Address\":\"\",\"PinCode\":\"\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"a7202-5937c-84033-13163\",\"FlightBookingData\":[{\"bookingId\":\"DMC105941387606\",\"bookingId_TJ\":\"TJ105941387606\",\"FlightNumber\":\"UK-926\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a7202-5937c-84033-13163\",\"apiTraceId\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"06:45\",\"ArrivalTime\":\"08:20\",\"TravelDate\":\"2022-08-31T06:45\",\"LocalFromTime\":\"2022-08-31 06:45\",\"FromUTCTime\":\"2022-08-31T06:45\",\"LocalToTime\":\"2022-08-31 08:20\",\"ToUTCTime\":\"2022-08-31T08:20\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 31 Aug\",\"ArrivalDateTxt\":\"Wed, 31 Aug\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"296\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"AMD\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,247\",\"ApiResultIndex\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3761,\"Tax\":679.7,\"YQTax\":0,\"OtherCharges\":337,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":195,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":4440.7,\"PublishedFare\":4246.900000000001,\"PublishedFareAgent\":4246.900000000001,\"OfferedFareAgent\":4246.900000000001,\"OfferedFare\":3999.1,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-9679463688_0AMDDELUK926_2270872397007\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":679.7,\"TotalBaseFare\":4440.7,\"BaseFareCal\":4036.9000000000005,\"BaseFare\":3761,\"CommissionEarned\":441.6,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":195,\"MFT\":2.7,\"OT\":337,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":441.6,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4246.900000000001,\"CostToCustomer\":4246.900000000001,\"BaseFareCal\":4036.9000000000005,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4036.9000000000005,\"intOfferedFare\":3999.1,\"intPublishFare\":4440.7,\"TripjackMarkup\":0,\"TripjackCommission\":441.6,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":441.6,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4246.900000000001,\"CostToAgent\":4246.900000000001,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"57\",\"originAirportName\":\"Sardar Vallabh Bhai Patel Intl Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Ahmedabad\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-08-31T08:20\",\"SegFlightNumber\":\"UK-926\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"AMD\",\"originDepTime\":\"2022-08-31T06:45\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:45\",\"strArrivalDtTime\":\"08:20\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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\":false,\"isSessionTime\":\"13:00\",\"strTraceId\":\"21-10-15-2-9679463688_44AMDDELUK926_1197192709016\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"AMD-DEL\":{\"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\":{\"ARFT\":157.5,\"CRFT\":9,\"CRF\":50,\"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\":{\"CCFT\":9,\"ACFT\":183.75,\"ACF\":3675,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"AMD\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"296\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"2F86BDA2CF6743E1B7AF6DA7C6BAC132\",\"message\":\"\"}}','2022-08-30 16:40:03'),(2320,'6a2ac-6094a-1b931-cdb28','{\"FlightBookingData\":[{\"bookingId\":\"DMC106741469349\",\"bookingId_TJ\":\"TJ106741469349\",\"FlightNumber\":\"G8-259\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"6a2ac-6094a-1b931-cdb28\",\"apiTraceId\":\"1-9615478731_2SXRDELG8259_18064756884468\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"18:35\",\"ArrivalTime\":\"20:05\",\"TravelDate\":\"2022-09-01T18:35\",\"LocalFromTime\":\"2022-09-01 18:35\",\"FromUTCTime\":\"2022-09-01T18:35\",\"LocalToTime\":\"2022-09-01 20:05\",\"ToUTCTime\":\"2022-09-01T20:05\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Thu, 01 Sep\",\"ArrivalDateTxt\":\"Thu, 01 Sep\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,999\",\"ApiResultIndex\":\"1-9615478731_2SXRDELG8259_18064756884468\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1853,\"Tax\":1067.7,\"YQTax\":0,\"OtherCharges\":954,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":96,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2920.7,\"PublishedFare\":2998.5,\"PublishedFareAgent\":2998.5,\"OfferedFareAgent\":2998.5,\"OfferedFare\":2750.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9615478731_0SXRDELG8259_9601370546781\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":170,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2998.5,\"CostToAgent\":2998.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1067.7,\"TotalBaseFare\":2920.7,\"BaseFareCal\":2788.5,\"BaseFare\":1853,\"CommissionEarned\":170,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":96,\"MFT\":2.7,\"OT\":954,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":170,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2998.5,\"CostToAgent\":2998.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":170,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":2998.5,\"CostToCustomer\":2998.5,\"BaseFareCal\":2788.5,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":2788.5,\"intOfferedFare\":2750.7,\"intPublishFare\":2920.7,\"TripjackMarkup\":0,\"TripjackCommission\":170,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":170,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2998.5,\"CostToAgent\":2998.5,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"200\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-01T20:05\",\"SegFlightNumber\":\"G8-259\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-01T18:35\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"18:35\",\"strArrivalDtTime\":\"20:05\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PMNV\",\"Price\":400,\"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-9615478731_2SXRDELG8259_18064756884468\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-DEL\":{\"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\":{\"CRFT\":9,\"ARFT\":150,\"ARF\":3000,\"CRF\":50}}},\"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\":{\"CCFT\":9,\"ACFT\":175,\"ACF\":3500,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-08-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-9615478731_2SXRDELG8259_18064756884468\",\"SearchTraceId\":\"6a2ac-6094a-1b931-cdb28\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\"],\"to_des\":[\"Delhi (DEL)\"],\"departure_date\":[\"01\\/09\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\"],\"to_city\":[\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-09-01\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"6a2ac-6094a-1b931-cdb28\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"01\\/09\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"01 Sep Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-08-31 16:18:33\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"SWVG\",\"Price\":250,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"SWNV\",\"Price\":250,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"JNML\",\"Price\":250,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLVS\",\"Price\":320,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"OLNS\",\"Price\":320,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PMVG\",\"Price\":400,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"PMNV\",\"Price\":400,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"200\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-08-31 16:21:31'),(2321,'65bc3-f82ac-183b5-956d2','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8151\",\"keyIndex\":1,\"SegFlightNumberArr\":\"SG-8151\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2531084634_1SXRDELSG8151_101834984596680\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"19:30\",\"TravelDate\":\"2022-09-03T17:55\",\"LocalFromTime\":\"2022-09-03 17:55\",\"FromUTCTime\":\"2022-09-03T17:55\",\"LocalToTime\":\"2022-09-03 19:30\",\"ToUTCTime\":\"2022-09-03T19:30\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Sat, 03 Sep\",\"ArrivalDateTxt\":\"Sat, 03 Sep\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":32,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":3784,\"PublishedFareTxt\":\"3,784\",\"ApiResultIndex\":\"4-2531084634_1SXRDELSG8151_101834984596278\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"65bc3-f82ac-183b5-956d2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2550,\"Tax\":1115.7,\"YQTax\":0,\"OtherCharges\":766,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":132,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":3665.7,\"PublishedFare\":3784,\"PublishedFarePerPax\":3784,\"OfferedFare\":3465.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2531084634_1SXRDELSG8151_101834984596680\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Discounted Deal\",\"fareremarks\":\"Offer Price!!!!\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":7,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":1115.7,\"BaseFareCal\":3514.21,\"BaseFare\":2550,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":132,\"MFT\":2.7,\"OT\":766,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":3783.7,\"CostToCustomer\":3783.7,\"BaseFareCal\":3514.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":3514.21,\"intOfferedFare\":3465.7,\"intPublishFare\":3665.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"02K\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-03T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-03T17:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":32,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"15:00-20:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-08-31 17:14:29'),(2322,'365a9-732b9-8a733-636c2','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6015\",\"keyIndex\":13,\"SegFlightNumberArr\":\"6E-6015\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-8394589915_13SXRIXC6E6015_277769503005800\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:25\",\"ArrivalTime\":\"13:40\",\"TravelDate\":\"2022-09-07T12:25\",\"LocalFromTime\":\"2022-09-07 12:25\",\"FromUTCTime\":\"2022-09-07T12:25\",\"LocalToTime\":\"2022-09-07 13:40\",\"ToUTCTime\":\"2022-09-07T13:40\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":75,\"DepartureDateTxt\":\"Wed, 07 Sep\",\"ArrivalDateTxt\":\"Wed, 07 Sep\",\"FlightDuration\":\"1h 15m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"5765\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXC\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":2394,\"PublishedFareTxt\":\"2,394\",\"ApiResultIndex\":\"5-8394589915_13SXRIXC6E6015_277769503005800\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"365a9-732b9-8a733-636c2\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":1685,\"Tax\":590.7,\"YQTax\":0,\"OtherCharges\":286,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":87,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":2275.7,\"PublishedFare\":2394,\"PublishedFarePerPax\":2394,\"OfferedFare\":2075.7,\"CommissionEarned\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8394589915_13SXRIXC6E6015_277769503005800\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":590.7,\"BaseFareCal\":2124.21,\"BaseFare\":1685,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":87,\"MFT\":2.7,\"OT\":286,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":48.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":48.51,\"PublishFare\":2393.7,\"CostToCustomer\":2393.7,\"BaseFareCal\":2124.21,\"intCommisionEarnedForAgency\":269.49,\"CostToCompany\":2124.21,\"intOfferedFare\":2075.7,\"intPublishFare\":2275.7,\"TripjackMarkup\":200,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"02F\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Chandigarh Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chandigarh\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXC\",\"destinationArrTime\":\"2022-09-07T13:40\",\"SegFlightNumber\":\"6E-6015\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-07T12:25\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":true,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"12:25\",\"strArrivalDtTime\":\"13:40\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"1-5000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-09-02 18:06:54'),(2324,'b52d4-fdb97-4266b-a7881','{\"FlightBookingData\":[{\"bookingId\":\"DMC107141750971\",\"bookingId_TJ\":\"TJ107141750971\",\"FlightNumber\":\"G8-192\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"b52d4-fdb97-4266b-a7881\",\"apiTraceId\":\"1-9300087734_0SXRDELG8192_23256402968869\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"07:20\",\"ArrivalTime\":\"08:50\",\"TravelDate\":\"2022-09-04T07:20\",\"LocalFromTime\":\"2022-09-04 07:20\",\"FromUTCTime\":\"2022-09-04T07:20\",\"LocalToTime\":\"2022-09-04 08:50\",\"ToUTCTime\":\"2022-09-04T08:50\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 04 Sep\",\"ArrivalDateTxt\":\"Sun, 04 Sep\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,414\",\"ApiResultIndex\":\"1-9300087734_0SXRDELG8192_23256402968869\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6670,\"Tax\":1127.7,\"YQTax\":0,\"OtherCharges\":1110,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7797.7,\"PublishedFare\":7931.4400000000005,\"PublishedFareAgent\":7931.4400000000005,\"OfferedFareAgent\":7931.4400000000005,\"OfferedFare\":7683.64,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-9300087734_0SXRDELG8192_13337874799008\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"GS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":114.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7931.4400000000005,\"CostToAgent\":7931.4400000000005,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1127.7,\"TotalBaseFare\":7797.7,\"BaseFareCal\":7721.4400000000005,\"BaseFare\":6670,\"CommissionEarned\":114.06,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1110,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":114.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7931.4400000000005,\"CostToAgent\":7931.4400000000005,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":114.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":7931.4400000000005,\"CostToCustomer\":7931.4400000000005,\"BaseFareCal\":7721.4400000000005,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":7721.4400000000005,\"intOfferedFare\":7683.64,\"intPublishFare\":7797.7,\"TripjackMarkup\":0,\"TripjackCommission\":114.06,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":114.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7931.4400000000005,\"CostToAgent\":7931.4400000000005,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"98\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-04T08:50\",\"SegFlightNumber\":\"G8-192\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-04T07:20\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"07:20\",\"strArrivalDtTime\":\"08:50\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC30\",\"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\":\"13:00\",\"strTraceId\":\"1-9300087734_0SXRDELG8192_23256402968869\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-DEL\":{\"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,\"ARF\":3000,\"CRFT\":9,\"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\":{\"CCFT\":9,\"CCF\":50,\"ACF\":3500,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-03 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-9300087734_0SXRDELG8192_23256402968869\",\"SearchTraceId\":\"b52d4-fdb97-4266b-a7881\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"04\\/09\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-04\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"b52d4-fdb97-4266b-a7881\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"04 Sep Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-03 21:09:04\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"98\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-09-03 21:12:03'),(2326,'ca6a4-ef777-f1bed-82bd3','{\"FlightBookingData\":[{\"bookingId\":\"DMC106942119290\",\"bookingId_TJ\":\"TJ106942119290\",\"FlightNumber\":\"6E-443\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ca6a4-ef777-f1bed-82bd3\",\"apiTraceId\":\"5-0868463907_0BLRIXB6E443_73923303273392\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:25\",\"ArrivalTime\":\"09:15\",\"TravelDate\":\"2022-09-10T06:25\",\"LocalFromTime\":\"2022-09-10 06:25\",\"FromUTCTime\":\"2022-09-10T06:25\",\"LocalToTime\":\"2022-09-10 09:15\",\"ToUTCTime\":\"2022-09-10T09:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":170,\"DepartureDateTxt\":\"Sat, 10 Sep\",\"ArrivalDateTxt\":\"Sat, 10 Sep\",\"FlightDuration\":\"03h 50m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,420\",\"ApiResultIndex\":\"5-0868463907_0BLRIXB6E443_73923303273392\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4487,\"Tax\":716.7,\"YQTax\":0,\"OtherCharges\":699,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5203.7,\"PublishedFare\":5419.53,\"PublishedFareAgent\":5419.53,\"OfferedFareAgent\":5419.53,\"OfferedFare\":5171.73,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-0868463907_0BLRIXB6E443_51999251182462\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":31.97,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5419.53,\"CostToAgent\":5419.53,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":716.7,\"TotalBaseFare\":5203.7,\"BaseFareCal\":5209.53,\"BaseFare\":4487,\"CommissionEarned\":31.97,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":699,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":31.97,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5419.53,\"CostToAgent\":5419.53,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":31.97,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5419.53,\"CostToCustomer\":5419.53,\"BaseFareCal\":5209.53,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":5209.53,\"intOfferedFare\":5171.73,\"intPublishFare\":5203.7,\"TripjackMarkup\":0,\"TripjackCommission\":31.97,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":31.97,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5419.53,\"CostToAgent\":5419.53,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"283\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-09-10T09:15\",\"SegFlightNumber\":\"6E-443\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-09-10T06:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":170,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"06:25\",\"strArrivalDtTime\":\"09:15\",\"FlightDuration\":\"2h 50m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-0868463907_0BLRIXB6E443_73923303273392\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"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,\"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\":{\"ACF\":3500,\"CCFT\":9,\"CCF\":50,\"ACFT\":175}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-0868463907_0BLRIXB6E443_73923303273392\",\"SearchTraceId\":\"ca6a4-ef777-f1bed-82bd3\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"10\\/09\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-10\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ca6a4-ef777-f1bed-82bd3\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"10 Sep Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-08 06:49:31\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"283\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-09-08 06:50:11'),(2329,'7d21f-6ea27-07b38-35ddb','{\"FlightBookingData\":[{\"bookingId\":\"DMC108442119327\",\"bookingId_TJ\":\"TJ108442119327\",\"FlightNumber\":\"SG-327\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7d21f-6ea27-07b38-35ddb\",\"apiTraceId\":\"4-8257498064_0BLRIXBSG327_32704180997052\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"06:05\",\"ArrivalTime\":\"09:05\",\"TravelDate\":\"2022-09-10T06:05\",\"LocalFromTime\":\"2022-09-10 06:05\",\"FromUTCTime\":\"2022-09-10T06:05\",\"LocalToTime\":\"2022-09-10 09:05\",\"ToUTCTime\":\"2022-09-10T09:05\",\"IsDirect\":0,\"FareClass\":\"HR\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":180,\"DepartureDateTxt\":\"Sat, 10 Sep\",\"ArrivalDateTxt\":\"Sat, 10 Sep\",\"FlightDuration\":\"03h 00m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"BLR\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":14,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,397\",\"ApiResultIndex\":\"4-8257498064_0BLRIXBSG327_32704180997052\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4462,\"Tax\":741.7,\"YQTax\":0,\"OtherCharges\":724,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5203.7,\"PublishedFare\":5396.76,\"PublishedFareAgent\":5396.76,\"OfferedFareAgent\":5396.76,\"OfferedFare\":5148.96,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8257498064_0BLRIXBSG327_26959904488034\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":14,\"classOfBooking\":\"HR\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":54.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5396.76,\"CostToAgent\":5396.76,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":741.7,\"TotalBaseFare\":5203.7,\"BaseFareCal\":5186.76,\"BaseFare\":4462,\"CommissionEarned\":54.74,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":724,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":54.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5396.76,\"CostToAgent\":5396.76,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":54.74,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":5396.76,\"CostToCustomer\":5396.76,\"BaseFareCal\":5186.76,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":5186.76,\"intOfferedFare\":5148.96,\"intPublishFare\":5203.7,\"TripjackMarkup\":0,\"TripjackCommission\":54.74,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":54.74,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5396.76,\"CostToAgent\":5396.76,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"354\",\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-09-10T09:05\",\"SegFlightNumber\":\"SG-327\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"HR\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-09-10T06:05\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":180,\"GroundTime\":0,\"NoOfSeatAvailable\":14,\"strDepartureDtTime\":\"06:05\",\"strArrivalDtTime\":\"09:05\",\"FlightDuration\":\"3h 0m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFCM\",\"Price\":377,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"354\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-8257498064_0BLRIXBSG327_32704180997052\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BLR-IXB\":{\"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\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":167.5,\"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\":{\"ACFT\":180,\"ACF\":3600,\"CCF\":50,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BLR\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"307\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Amaresh\",\"LastName\":\"Majumder\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-08 06:53:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"235\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Amaresh\",\"LastName\":\"Majumder\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-08 06:53:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7d21f-6ea27-07b38-35ddb\",\"modified\":\"2022-09-08 06:53:45\",\"created\":\"2022-09-08 06:53:45\",\"CustomerMemberSysId\":\"235\"}],\"CustomerSysId\":\"123\",\"CustomerMemSysId\":[\"235\"],\"flight_booking_customer\":[[\"422\"]],\"SearchTraceId\":\"7d21f-6ea27-07b38-35ddb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"10\\/09\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Bengaluru (BLR)\",\"Sectors\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-10\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7d21f-6ea27-07b38-35ddb\",\"sourceCityAirportCode\":[\"BLR\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"BLR\"],\"to\":[\"IXB\"],\"sourceCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"10 Sep Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-08 06:52:35\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"7d21f-6ea27-07b38-35ddb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"10\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Bengaluru (BLR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-10\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[0],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2012],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"7d21f-6ea27-07b38-35ddb\\\",\\\"sourceCityAirportCode\\\":[\\\"BLR\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXB\\\"],\\\"from\\\":[\\\"BLR\\\"],\\\"to\\\":[\\\"IXB\\\"],\\\"sourceCityText\\\":[\\\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\\\"],\\\"destinationCityText\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"10\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"10 Sep Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-08 06:52:35\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC108442119327\\\",\\\"bookingId_TJ\\\":\\\"TJ108442119327\\\",\\\"FlightNumber\\\":\\\"SG-327\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"7d21f-6ea27-07b38-35ddb\\\",\\\"apiTraceId\\\":\\\"4-8257498064_0BLRIXBSG327_32704180997052\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"06:05\\\",\\\"ArrivalTime\\\":\\\"09:05\\\",\\\"TravelDate\\\":\\\"2022-09-10T06:05\\\",\\\"LocalFromTime\\\":\\\"2022-09-10 06:05\\\",\\\"FromUTCTime\\\":\\\"2022-09-10T06:05\\\",\\\"LocalToTime\\\":\\\"2022-09-10 09:05\\\",\\\"ToUTCTime\\\":\\\"2022-09-10T09:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"HR\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":180,\\\"DepartureDateTxt\\\":\\\"Sat, 10 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Sat, 10 Sep\\\",\\\"FlightDuration\\\":\\\"03h 00m\\\",\\\"SourcePlaceSysId\\\":\\\"0\\\",\\\"DestPlaceSysId\\\":\\\"2012\\\",\\\"SourceAirportCode\\\":\\\"BLR\\\",\\\"DestAirportCode\\\":\\\"IXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":14,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"5,397\\\",\\\"ApiResultIndex\\\":\\\"4-8257498064_0BLRIXBSG327_32704180997052\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":4462,\\\"Tax\\\":741.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":724,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":5203.7,\\\"PublishedFare\\\":5396.76,\\\"PublishedFareAgent\\\":5396.76,\\\"OfferedFareAgent\\\":5396.76,\\\"OfferedFare\\\":5148.96,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-8257498064_0BLRIXBSG327_26959904488034\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"COUPON\\\",\\\"fareIdentifierSP\\\":\\\"COUPON\\\",\\\"SeatAvailable\\\":14,\\\"classOfBooking\\\":\\\"HR\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":54.74,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5396.76,\\\"CostToAgent\\\":5396.76,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":741.7,\\\"TotalBaseFare\\\":5203.7,\\\"BaseFareCal\\\":5186.76,\\\"BaseFare\\\":4462,\\\"CommissionEarned\\\":54.74,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":724,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":54.74,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5396.76,\\\"CostToAgent\\\":5396.76,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":54.74,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":5396.76,\\\"CostToCustomer\\\":5396.76,\\\"BaseFareCal\\\":5186.76,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":5186.76,\\\"intOfferedFare\\\":5148.96,\\\"intPublishFare\\\":5203.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":54.74,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":54.74,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":5396.76,\\\"CostToAgent\\\":5396.76,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"354\\\",\\\"originAirportName\\\":\\\"Bengaluru Intl Arpt\\\",\\\"destinationAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"originCityName\\\":\\\"Bengaluru\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bagdogra\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXB\\\",\\\"destinationArrTime\\\":\\\"2022-09-10T09:05\\\",\\\"SegFlightNumber\\\":\\\"SG-327\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"HR\\\",\\\"originAirportCode\\\":\\\"BLR\\\",\\\"originDepTime\\\":\\\"2022-09-10T06:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":180,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":14,\\\"strDepartureDtTime\\\":\\\"06:05\\\",\\\"strArrivalDtTime\\\":\\\"09:05\\\",\\\"FlightDuration\\\":\\\"3h 0m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":377,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":377,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids 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-8257498064_0BLRIXBSG327_32704180997052\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"BLR-IXB\\\":{\\\"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\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9,\\\"ARFT\\\":167.5,\\\"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\\\":{\\\"ACFT\\\":180,\\\"ACF\\\":3600,\\\"CCF\\\":50,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-09 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"BLR\\\",\\\"strDestinationAirportCode\\\":\\\"IXB\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"0\\\",\\\"intDestinationCityId\\\":\\\"2012\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":377,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"354\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7044293407\",\"leadEmail\":\"holidaysfairdeal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Amaresh\",\"passenger-lastname-1\":\"Majumder\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13941\",\"Salutation\":\"1\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"FirstName\":\"Amaresh\",\"LastName\":\"Majumder\",\"CountryCode\":\"91\",\"MobileNo\":\"7044293407\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Amaresh\",\"LastName\":\"Majumder\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-08 06:53:45\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"7d21f-6ea27-07b38-35ddb\",\"modified\":\"2022-09-08 06:53:45\",\"created\":\"2022-09-08 06:53:45\",\"MobileNo\":\"7044293407\",\"B2B\":true}]}','2022-09-08 06:53:45'),(2335,'e6849-34f90-72ed2-bb8f9','{\"FlightBookingData\":[{\"bookingId\":\"DMC115442486388\",\"bookingId_TJ\":\"TJ115442486388\",\"FlightNumber\":\"TK-272\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e6849-34f90-72ed2-bb8f9\",\"apiTraceId\":\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2022-09-12T21:30\",\"LocalFromTime\":\"2022-09-12 21:30\",\"FromUTCTime\":\"2022-09-12T21:30\",\"LocalToTime\":\"2022-09-12 23:05\",\"ToUTCTime\":\"2022-09-12T23:05\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 12 Sep\",\"ArrivalDateTxt\":\"Mon, 12 Sep\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"6178\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"KIV\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,077\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37445,\"Tax\":5172.7,\"YQTax\":0,\"OtherCharges\":1411,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3744,\"MUFee\":0,\"intPublishedFare\":42617.7,\"PublishedFare\":43077,\"PublishedFareAgent\":43077,\"OfferedFareAgent\":43077,\"OfferedFare\":42475.2,\"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-1129100201_0KIVISTTK272_6814120116820\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5172.7,\"TotalBaseFare\":42617.7,\"BaseFareCal\":42567,\"BaseFare\":37445,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1411,\"MU\":0,\"YR\":3744,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43077,\"CostToCustomer\":43077,\"BaseFareCal\":42567,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42567,\"intOfferedFare\":42475.2,\"intPublishFare\":42617.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"387\",\"originAirportName\":\"Chisinau Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Chisinau\",\"originCountryName\":\"Moldova\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-12T23:05\",\"SegFlightNumber\":\"TK-272\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"KIV\",\"originDepTime\":\"2022-09-12T21:30\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"KIV-IST\":{\"fr\":{\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"KIV\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"6178\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"308\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"emreaykan02@yandex.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9566548852\",\"FirstName\":\"serhat\",\"LastName\":\"topal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"62\",\"RegisterDate\":\"2022-09-12 14:21:07\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1995-09-28\",\"PassportNationality\":\"TR\",\"PassportNo\":\"u256987456\",\"PassportExpiry\":\"2031-05-18\",\"passporIssue\":\"2021-05-18\",\"CustomerSysId\":\"134\",\"isgstapply\":0,\"countryCodeISO\":\"ID\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"134\",\"CustomerMemSysId\":[\"134\"],\"flight_booking_customer\":[[\"423\"]],\"SearchTraceId\":\"e6849-34f90-72ed2-bb8f9\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chisinau (KIV)\",\"Sectors\"],\"to_des\":[\"Istanbul (IST)\",\"DEL\"],\"departure_date\":[\"12\\/09\\/2022\",\"\"],\"source_city\":[\"KIV\"],\"ContSysId\":[\"144\",\"222\"],\"destination_city\":[\"IST\"],\"source\":[\"Chisinau, MD - Chisinau Arpt (KIV)\"],\"destination\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"from_mytrip_city\":[\" MD - Chisinau Arpt (KIV)\"],\"to_mytrip_city\":[\" TR - Ataturk Arpt (IST)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Chisinau (KIV)\",\"Sectors\"],\"to_city\":[\"Istanbul (IST)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[6178],\"intCountryCode\":\"MD\",\"destinationCityId\":[12905],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"e6849-34f90-72ed2-bb8f9\",\"sourceCityAirportCode\":[\"KIV\"],\"destinationCityAirportCode\":[\"IST\"],\"from\":[\"KIV\"],\"to\":[\"IST\"],\"sourceCityText\":[\"Chisinau, MD - Chisinau Arpt (KIV)\"],\"destinationCityText\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Sep Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-12 14:16:13\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e6849-34f90-72ed2-bb8f9\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Chisinau (KIV)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Istanbul (IST)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"12\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"KIV\\\"],\\\"ContSysId\\\":[\\\"144\\\",\\\"222\\\"],\\\"destination_city\\\":[\\\"IST\\\"],\\\"source\\\":[\\\"Chisinau, MD - Chisinau Arpt (KIV)\\\"],\\\"destination\\\":[\\\"Istanbul, TR - Ataturk Arpt (IST)\\\"],\\\"from_mytrip_city\\\":[\\\" MD - Chisinau Arpt (KIV)\\\"],\\\"to_mytrip_city\\\":[\\\" TR - Ataturk Arpt (IST)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Chisinau (KIV)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Istanbul (IST)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-12\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[6178],\\\"intCountryCode\\\":\\\"MD\\\",\\\"destinationCityId\\\":[12905],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"e6849-34f90-72ed2-bb8f9\\\",\\\"sourceCityAirportCode\\\":[\\\"KIV\\\"],\\\"destinationCityAirportCode\\\":[\\\"IST\\\"],\\\"from\\\":[\\\"KIV\\\"],\\\"to\\\":[\\\"IST\\\"],\\\"sourceCityText\\\":[\\\"Chisinau, MD - Chisinau Arpt (KIV)\\\"],\\\"destinationCityText\\\":[\\\"Istanbul, TR - Ataturk Arpt (IST)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"12\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"12 Sep Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-12 14:16:13\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC115442486388\\\",\\\"bookingId_TJ\\\":\\\"TJ115442486388\\\",\\\"FlightNumber\\\":\\\"TK-272\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e6849-34f90-72ed2-bb8f9\\\",\\\"apiTraceId\\\":\\\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\\\",\\\"AirlineSysId\\\":\\\"517\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:05\\\",\\\"TravelDate\\\":\\\"2022-09-12T21:30\\\",\\\"LocalFromTime\\\":\\\"2022-09-12 21:30\\\",\\\"FromUTCTime\\\":\\\"2022-09-12T21:30\\\",\\\"LocalToTime\\\":\\\"2022-09-12 23:05\\\",\\\"ToUTCTime\\\":\\\"2022-09-12T23:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Y\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Mon, 12 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 12 Sep\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"6178\\\",\\\"DestPlaceSysId\\\":\\\"12905\\\",\\\"SourceAirportCode\\\":\\\"KIV\\\",\\\"DestAirportCode\\\":\\\"IST\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"43,077\\\",\\\"ApiResultIndex\\\":\\\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":37445,\\\"Tax\\\":5172.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1411,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":3744,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":42617.7,\\\"PublishedFare\\\":43077,\\\"PublishedFareAgent\\\":43077,\\\"OfferedFareAgent\\\":43077,\\\"OfferedFare\\\":42475.2,\\\"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-1129100201_0KIVISTTK272_6814120116820\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"Y\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":91.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":510,\\\"GSTOnMarkUp\\\":91.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43077,\\\"CostToAgent\\\":43077,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":5172.7,\\\"TotalBaseFare\\\":42617.7,\\\"BaseFareCal\\\":42567,\\\"BaseFare\\\":37445,\\\"CommissionEarned\\\":142.5,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":1411,\\\"MU\\\":0,\\\"YR\\\":3744,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":91.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":510,\\\"GSTOnMarkUp\\\":91.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43077,\\\"CostToAgent\\\":43077,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"0KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":142.5,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":510,\\\"IntTaxOnAgencyFixMarkUp\\\":91.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":91.8,\\\"PublishFare\\\":43077,\\\"CostToCustomer\\\":43077,\\\"BaseFareCal\\\":42567,\\\"intCommisionEarnedForAgency\\\":510,\\\"CostToCompany\\\":42567,\\\"intOfferedFare\\\":42475.2,\\\"intPublishFare\\\":42617.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":142.5,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43077,\\\"CostToAgent\\\":43077,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"387\\\",\\\"originAirportName\\\":\\\"Chisinau Arpt\\\",\\\"destinationAirportName\\\":\\\"Ataturk Arpt\\\",\\\"originCityName\\\":\\\"Chisinau\\\",\\\"originCountryName\\\":\\\"Moldova\\\",\\\"destinationCityName\\\":\\\"Istanbul\\\",\\\"destinationCountryName\\\":\\\"Turkey\\\",\\\"destinationAirportCode\\\":\\\"IST\\\",\\\"destinationArrTime\\\":\\\"2022-09-12T23:05\\\",\\\"SegFlightNumber\\\":\\\"TK-272\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"FareClass\\\":\\\"Y\\\",\\\"originAirportCode\\\":\\\"KIV\\\",\\\"originDepTime\\\":\\\"2022-09-12T21:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"0KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:05\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.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-2-15-10-1129100201_0KIVISTTK272_12168828968214\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"KIV-IST\\\":{\\\"fr\\\":{\\\"DATECHANGE\\\":{\\\"BEFORE_DEPARTURE\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"CHANGE Not Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9}},\\\"AFTER_DEPARTURE\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"CHANGE Not Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"BEFORE_DEPARTURE\\\":{\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"CANCELLATION Not Available\\\",\\\"fcs\\\":{\\\"CCF\\\":100,\\\"CCFT\\\":18}},\\\"AFTER_DEPARTURE\\\":{\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"CANCELLATION Not Available\\\",\\\"fcs\\\":{\\\"CCF\\\":100,\\\"CCFT\\\":18}}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-11 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"KIV\\\",\\\"strDestinationAirportCode\\\":\\\"IST\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"6178\\\",\\\"intDestinationCityId\\\":\\\"12905\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"62\",\"leadMobile\":\"9566548852\",\"leadEmail\":\"emreaykan02@yandex.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"serhat\",\"passenger-lastname-1\":\"topal\",\"passenger-dob-1\":\"28\\/09\\/1995\",\"passenger-nationality-1\":\"TR\",\"passenger-PassportNo-1\":\"u256987456\",\"passenger-passporIssue-1\":\"18\\/05\\/2021\",\"passenger-PassportExpiry-1\":\"18\\/05\\/2031\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"ID\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"1\",\"EmailId\":\"emreaykan02@yandex.com\",\"FirstName\":\"serhat\",\"LastName\":\"topal\",\"CountryCode\":\"62\",\"MobileNo\":\"9566548852\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"e6849-34f90-72ed2-bb8f9\",\"FlightBookingData\":[{\"bookingId\":\"DMC115442486388\",\"bookingId_TJ\":\"TJ115442486388\",\"FlightNumber\":\"TK-272\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e6849-34f90-72ed2-bb8f9\",\"apiTraceId\":\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2022-09-12T21:30\",\"LocalFromTime\":\"2022-09-12 21:30\",\"FromUTCTime\":\"2022-09-12T21:30\",\"LocalToTime\":\"2022-09-12 23:05\",\"ToUTCTime\":\"2022-09-12T23:05\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 12 Sep\",\"ArrivalDateTxt\":\"Mon, 12 Sep\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"6178\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"KIV\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,077\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37445,\"Tax\":5172.7,\"YQTax\":0,\"OtherCharges\":1411,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3744,\"MUFee\":0,\"intPublishedFare\":42617.7,\"PublishedFare\":43077,\"PublishedFareAgent\":43077,\"OfferedFareAgent\":43077,\"OfferedFare\":42475.2,\"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-1129100201_0KIVISTTK272_6814120116820\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5172.7,\"TotalBaseFare\":42617.7,\"BaseFareCal\":42567,\"BaseFare\":37445,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1411,\"MU\":0,\"YR\":3744,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43077,\"CostToCustomer\":43077,\"BaseFareCal\":42567,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42567,\"intOfferedFare\":42475.2,\"intPublishFare\":42617.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"387\",\"originAirportName\":\"Chisinau Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Chisinau\",\"originCountryName\":\"Moldova\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-12T23:05\",\"SegFlightNumber\":\"TK-272\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"KIV\",\"originDepTime\":\"2022-09-12T21:30\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-1129100201_0KIVISTTK272_12168828968214\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"KIV-IST\":{\"fr\":{\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"KIV\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"6178\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"1E40F8AC57B94BA099B3CD46F3B5BB06\",\"message\":\"\"}}','2022-09-12 14:21:31'),(2341,'b042d-617ea-d6bac-f761b','{\"FlightBookingData\":[{\"bookingId\":\"DMC112742487443\",\"bookingId_TJ\":\"TJ112742487443\",\"FlightNumber\":\"TK-272\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b042d-617ea-d6bac-f761b\",\"apiTraceId\":\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2022-09-12T21:30\",\"LocalFromTime\":\"2022-09-12 21:30\",\"FromUTCTime\":\"2022-09-12T21:30\",\"LocalToTime\":\"2022-09-12 23:05\",\"ToUTCTime\":\"2022-09-12T23:05\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 12 Sep\",\"ArrivalDateTxt\":\"Mon, 12 Sep\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"6178\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"KIV\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,077\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37445,\"Tax\":5172.7,\"YQTax\":0,\"OtherCharges\":1411,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3744,\"MUFee\":0,\"intPublishedFare\":42617.7,\"PublishedFare\":43077,\"PublishedFareAgent\":43077,\"OfferedFareAgent\":43077,\"OfferedFare\":42475.2,\"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-9137536530_0KIVISTTK272_72895355822512\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5172.7,\"TotalBaseFare\":42617.7,\"BaseFareCal\":42567,\"BaseFare\":37445,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1411,\"MU\":0,\"YR\":3744,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43077,\"CostToCustomer\":43077,\"BaseFareCal\":42567,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42567,\"intOfferedFare\":42475.2,\"intPublishFare\":42617.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"387\",\"originAirportName\":\"Chisinau Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Chisinau\",\"originCountryName\":\"Moldova\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-12T23:05\",\"SegFlightNumber\":\"TK-272\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"KIV\",\"originDepTime\":\"2022-09-12T21:30\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"KIV-IST\":{\"fr\":{\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}}},\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"KIV\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"6178\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"309\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"serhat\",\"LastName\":\"topal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-12 14:28:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1995-09-28\",\"PassportNationality\":\"TR\",\"PassportNo\":\"u256987456\",\"PassportExpiry\":\"2031-06-14\",\"passporIssue\":\"2022-06-14\",\"CustomerMemberSysId\":\"236\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"serhat\",\"LastName\":\"topal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-12 14:28:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1995-09-28\",\"PassportNation\":\"TR\",\"PassportNo\":\"u256987456\",\"PassportExpiry\":\"2031-06-14\",\"passporIssue\":\"2022-06-14\",\"apiTraceId\":\"b042d-617ea-d6bac-f761b\",\"modified\":\"2022-09-12 14:28:17\",\"created\":\"2022-09-12 14:28:17\",\"CustomerMemberSysId\":\"236\"}],\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"236\"],\"flight_booking_customer\":[[\"424\"]],\"SearchTraceId\":\"b042d-617ea-d6bac-f761b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Chisinau (KIV)\",\"Sectors\"],\"to_des\":[\"Istanbul (IST)\",\"DEL\"],\"departure_date\":[\"12\\/09\\/2022\",\"\"],\"source_city\":[\"KIV\"],\"ContSysId\":[\"144\",\"222\"],\"destination_city\":[\"IST\"],\"source\":[\"Chisinau, MD - Chisinau Arpt (KIV)\"],\"destination\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"from_mytrip_city\":[\" MD - Chisinau Arpt (KIV)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Chisinau (KIV)\",\"Sectors\"],\"to_city\":[\"Istanbul (IST)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[6178],\"intCountryCode\":\"MD\",\"destinationCityId\":[12905],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"b042d-617ea-d6bac-f761b\",\"sourceCityAirportCode\":[\"KIV\"],\"destinationCityAirportCode\":[\"IST\"],\"from\":[\"KIV\"],\"to\":[\"IST\"],\"sourceCityText\":[\"Chisinau, MD - Chisinau Arpt (KIV)\"],\"destinationCityText\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Sep Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-12 14:26:10\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b042d-617ea-d6bac-f761b\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Chisinau (KIV)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Istanbul (IST)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"12\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"KIV\\\"],\\\"ContSysId\\\":[\\\"144\\\",\\\"222\\\"],\\\"destination_city\\\":[\\\"IST\\\"],\\\"source\\\":[\\\"Chisinau, MD - Chisinau Arpt (KIV)\\\"],\\\"destination\\\":[\\\"Istanbul, TR - Ataturk Arpt (IST)\\\"],\\\"from_mytrip_city\\\":[\\\" MD - Chisinau Arpt (KIV)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Chisinau (KIV)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Istanbul (IST)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-12\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[6178],\\\"intCountryCode\\\":\\\"MD\\\",\\\"destinationCityId\\\":[12905],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"b042d-617ea-d6bac-f761b\\\",\\\"sourceCityAirportCode\\\":[\\\"KIV\\\"],\\\"destinationCityAirportCode\\\":[\\\"IST\\\"],\\\"from\\\":[\\\"KIV\\\"],\\\"to\\\":[\\\"IST\\\"],\\\"sourceCityText\\\":[\\\"Chisinau, MD - Chisinau Arpt (KIV)\\\"],\\\"destinationCityText\\\":[\\\"Istanbul, TR - Ataturk Arpt (IST)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"12\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"12 Sep Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-12 14:26:10\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC112742487443\\\",\\\"bookingId_TJ\\\":\\\"TJ112742487443\\\",\\\"FlightNumber\\\":\\\"TK-272\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"b042d-617ea-d6bac-f761b\\\",\\\"apiTraceId\\\":\\\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\\\",\\\"AirlineSysId\\\":\\\"517\\\",\\\"DepartureTime\\\":\\\"21:30\\\",\\\"ArrivalTime\\\":\\\"23:05\\\",\\\"TravelDate\\\":\\\"2022-09-12T21:30\\\",\\\"LocalFromTime\\\":\\\"2022-09-12 21:30\\\",\\\"FromUTCTime\\\":\\\"2022-09-12T21:30\\\",\\\"LocalToTime\\\":\\\"2022-09-12 23:05\\\",\\\"ToUTCTime\\\":\\\"2022-09-12T23:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Y\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":95,\\\"DepartureDateTxt\\\":\\\"Mon, 12 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 12 Sep\\\",\\\"FlightDuration\\\":\\\"02h 35m\\\",\\\"SourcePlaceSysId\\\":\\\"6178\\\",\\\"DestPlaceSysId\\\":\\\"12905\\\",\\\"SourceAirportCode\\\":\\\"KIV\\\",\\\"DestAirportCode\\\":\\\"IST\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"43,077\\\",\\\"ApiResultIndex\\\":\\\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":37445,\\\"Tax\\\":5172.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1411,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":3744,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":42617.7,\\\"PublishedFare\\\":43077,\\\"PublishedFareAgent\\\":43077,\\\"OfferedFareAgent\\\":43077,\\\"OfferedFare\\\":42475.2,\\\"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-9137536530_0KIVISTTK272_72895355822512\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"Y\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":91.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":510,\\\"GSTOnMarkUp\\\":91.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43077,\\\"CostToAgent\\\":43077,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":5172.7,\\\"TotalBaseFare\\\":42617.7,\\\"BaseFareCal\\\":42567,\\\"BaseFare\\\":37445,\\\"CommissionEarned\\\":142.5,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":1411,\\\"MU\\\":0,\\\"YR\\\":3744,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":91.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":510,\\\"GSTOnMarkUp\\\":91.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43077,\\\"CostToAgent\\\":43077,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"0KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":142.5,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":510,\\\"IntTaxOnAgencyFixMarkUp\\\":91.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":91.8,\\\"PublishFare\\\":43077,\\\"CostToCustomer\\\":43077,\\\"BaseFareCal\\\":42567,\\\"intCommisionEarnedForAgency\\\":510,\\\"CostToCompany\\\":42567,\\\"intOfferedFare\\\":42475.2,\\\"intPublishFare\\\":42617.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":142.5,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43077,\\\"CostToAgent\\\":43077,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"387\\\",\\\"originAirportName\\\":\\\"Chisinau Arpt\\\",\\\"destinationAirportName\\\":\\\"Ataturk Arpt\\\",\\\"originCityName\\\":\\\"Chisinau\\\",\\\"originCountryName\\\":\\\"Moldova\\\",\\\"destinationCityName\\\":\\\"Istanbul\\\",\\\"destinationCountryName\\\":\\\"Turkey\\\",\\\"destinationAirportCode\\\":\\\"IST\\\",\\\"destinationArrTime\\\":\\\"2022-09-12T23:05\\\",\\\"SegFlightNumber\\\":\\\"TK-272\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"FareClass\\\":\\\"Y\\\",\\\"originAirportCode\\\":\\\"KIV\\\",\\\"originDepTime\\\":\\\"2022-09-12T21:30\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"0KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"21:30\\\",\\\"strArrivalDtTime\\\":\\\"23:05\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.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-2-15-10-9137536530_0KIVISTTK272_7363481045609\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"KIV-IST\\\":{\\\"fr\\\":{\\\"CANCELLATION\\\":{\\\"BEFORE_DEPARTURE\\\":{\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"CANCELLATION Not Available\\\",\\\"fcs\\\":{\\\"CCFT\\\":18,\\\"CCF\\\":100}},\\\"AFTER_DEPARTURE\\\":{\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"CANCELLATION Not Available\\\",\\\"fcs\\\":{\\\"CCFT\\\":18,\\\"CCF\\\":100}}},\\\"DATECHANGE\\\":{\\\"BEFORE_DEPARTURE\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"CHANGE Not Available\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}},\\\"AFTER_DEPARTURE\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"CHANGE Not Available\\\",\\\"fcs\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-11 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"KIV\\\",\\\"strDestinationAirportCode\\\":\\\"IST\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"6178\\\",\\\"intDestinationCityId\\\":\\\"12905\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797966878\",\"leadEmail\":\"myasirtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"serhat\",\"passenger-lastname-1\":\"topal\",\"passenger-dob-1\":\"28\\/09\\/1995\",\"passenger-nationality-1\":\"TR\",\"passenger-PassportNo-1\":\"u256987456\",\"passenger-passporIssue-1\":\"14\\/06\\/2022\",\"passenger-PassportExpiry-1\":\"14\\/06\\/2031\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"1\",\"EmailId\":\"myasirtravels@gmail.com\",\"FirstName\":\"serhat\",\"LastName\":\"topal\",\"CountryCode\":\"91\",\"MobileNo\":\"9797966878\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"serhat\",\"LastName\":\"topal\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-12 14:28:17\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1995-09-28\",\"PassportNation\":\"TR\",\"PassportNo\":\"u256987456\",\"PassportExpiry\":\"2031-06-14\",\"passporIssue\":\"2022-06-14\",\"apiTraceId\":\"b042d-617ea-d6bac-f761b\",\"modified\":\"2022-09-12 14:28:17\",\"created\":\"2022-09-12 14:28:17\",\"MobileNo\":\"9797966878\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"_B2BType\":1,\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"b042d-617ea-d6bac-f761b\",\"FlightBookingData\":[{\"bookingId\":\"DMC112742487443\",\"bookingId_TJ\":\"TJ112742487443\",\"FlightNumber\":\"TK-272\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b042d-617ea-d6bac-f761b\",\"apiTraceId\":\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"21:30\",\"ArrivalTime\":\"23:05\",\"TravelDate\":\"2022-09-12T21:30\",\"LocalFromTime\":\"2022-09-12 21:30\",\"FromUTCTime\":\"2022-09-12T21:30\",\"LocalToTime\":\"2022-09-12 23:05\",\"ToUTCTime\":\"2022-09-12T23:05\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Mon, 12 Sep\",\"ArrivalDateTxt\":\"Mon, 12 Sep\",\"FlightDuration\":\"02h 35m\",\"SourcePlaceSysId\":\"6178\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"KIV\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,077\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37445,\"Tax\":5172.7,\"YQTax\":0,\"OtherCharges\":1411,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3744,\"MUFee\":0,\"intPublishedFare\":42617.7,\"PublishedFare\":43077,\"PublishedFareAgent\":43077,\"OfferedFareAgent\":43077,\"OfferedFare\":42475.2,\"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-9137536530_0KIVISTTK272_72895355822512\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5172.7,\"TotalBaseFare\":42617.7,\"BaseFareCal\":42567,\"BaseFare\":37445,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1411,\"MU\":0,\"YR\":3744,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43077,\"CostToCustomer\":43077,\"BaseFareCal\":42567,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42567,\"intOfferedFare\":42475.2,\"intPublishFare\":42617.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43077,\"CostToAgent\":43077,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"387\",\"originAirportName\":\"Chisinau Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Chisinau\",\"originCountryName\":\"Moldova\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-12T23:05\",\"SegFlightNumber\":\"TK-272\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"KIV\",\"originDepTime\":\"2022-09-12T21:30\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"21:30\",\"strArrivalDtTime\":\"23:05\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-9137536530_0KIVISTTK272_7363481045609\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"KIV-IST\":{\"fr\":{\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}}},\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-11 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"KIV\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"6178\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"0DBD42CFCD7647149DB84A3B64FA6D84\",\"message\":\"\"}}','2022-09-12 14:28:40'),(2342,'839ee-bcb61-6271b-a6546','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-2111\",\"keyIndex\":63,\"SegFlightNumberArr\":\"6E-2111\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-4570506922_19BOMDEL6E2111_475018834538405\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:40\",\"ArrivalTime\":\"04:35\",\"TravelDate\":\"2022-09-28T02:40\",\"LocalFromTime\":\"2022-09-28 02:40\",\"FromUTCTime\":\"2022-09-28T02:40\",\"LocalToTime\":\"2022-09-28 04:35\",\"ToUTCTime\":\"2022-09-28T04:35\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":115,\"DepartureDateTxt\":\"Wed, 28 Sep\",\"ArrivalDateTxt\":\"Wed, 28 Sep\",\"FlightDuration\":\"1h 55m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":1334,\"PublishedFareTxt\":\"1,334\",\"ApiResultIndex\":\"5-4570506922_19BOMDEL6E2111_475018834537601\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"839ee-bcb61-6271b-a6546\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":1460,\"YQTax\":0,\"OtherCharges\":788,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1560,\"PublishedFare\":1334,\"PublishedFarePerPax\":1334,\"OfferedFare\":1075,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4570506922_19BOMDEL6E2111_475018834538405\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tact Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":1460,\"BaseFareCal\":1114.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":788,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.51,\"PublishFare\":1334,\"CostToCustomer\":1334,\"BaseFareCal\":1114.51,\"intCommisionEarnedForAgency\":219.49,\"CostToCompany\":1114.51,\"intOfferedFare\":1075,\"intPublishFare\":1560,\"TripjackMarkup\":200,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"IntAdddimarkup\":50},\"$$hashKey\":\"02L\"},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-28T04:35\",\"SegFlightNumber\":\"6E-2111\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-09-28T02:40\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":115,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"02:40\",\"strArrivalDtTime\":\"04:35\",\"FlightDuration\":\"1h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-09-12 23:04:00'),(2346,'223be-f4f3d-60aed-8d38e','{\"FlightBookingData\":[{\"bookingId\":\"TJS107100342000\",\"FlightNumber\":\"6E-5023\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2022-10-02T06:30\",\"LocalFromTime\":\"2022-10-02 06:30\",\"FromUTCTime\":\"2022-10-02T06:30\",\"LocalToTime\":\"2022-10-02 08:35\",\"ToUTCTime\":\"2022-10-02T08:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 02 Oct\",\"ArrivalDateTxt\":\"Sun, 02 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"PublishedFareTxt\":\"1,571\",\"ApiResultIndex\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.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\":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\":{\"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 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\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6708188907_0DELBOM6E5023_475538337384222\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.51,\"PublishFare\":1345,\"CostToCustomer\":1345,\"BaseFareCal\":1125.51,\"intCommisionEarnedForAgency\":219.49,\"CostToCompany\":1125.51,\"intOfferedFare\":1086,\"intPublishFare\":1571,\"TripjackMarkup\":200,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"IntAdddimarkup\":50}},\"Segments\":[{\"segmentid\":\"630\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-10-02T08:35\",\"SegFlightNumber\":\"6E-5023\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-02T06:30\",\"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\":\"06:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"TCSW\",\"Price\":0,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"630\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"223be-f4f3d-60aed-8d38e\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-02 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\":\"TJS107100342000\",\"FlightNumber\":\"6E-5023\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"strTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:30\",\"ArrivalTime\":\"08:35\",\"TravelDate\":\"2022-10-02T06:30\",\"LocalFromTime\":\"2022-10-02 06:30\",\"FromUTCTime\":\"2022-10-02T06:30\",\"LocalToTime\":\"2022-10-02 08:35\",\"ToUTCTime\":\"2022-10-02T08:35\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sun, 02 Oct\",\"ArrivalDateTxt\":\"Sun, 02 Oct\",\"FlightDuration\":\"2h 5m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"ApiResultIndex\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"223be-f4f3d-60aed-8d38e\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"630\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-10-02T08:35\",\"SegFlightNumber\":\"6E-5023\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-02T06:30\",\"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\":\"06:30\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-6708188907_14DELBOM6E5023_475519419944329\",\"localFromDateTime\":\"2022-10-02 06:30\",\"localToDateTime\":\"2022-10-02 08:35\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"310\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"135\",\"CustomerMemSysId\":[\"135\"],\"flight_booking_id\":[\"310\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"faheembrightspark@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9555180663\",\"FirstName\":\"MD\",\"LastName\":\"faheem\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-12-23-12-54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"135\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[],\"CustomerSysId\":\"135\",\"CustomerMemSysId\":[\"135\"],\"flight_booking_customer\":[[\"425\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"02\\/10\\/2022\",\"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\":\"02\\/10\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-10-02\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"223be-f4f3d-60aed-8d38e\",\"from_city_\":\"1__DEL-BOM\"},\"sessionData\":{\"CustomerSysId\":\"135\",\"CustomerMemSysId\":[\"135\"],\"flight_booking_id\":[\"310\"]},\"validateCoupon\":null,\"validateData\":null,\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"449136\",\"TPSysId\":\"449137\",\"VersionId\":[\"101776\"],\"CustomerSysId\":\"239360\",\"TrxId\":\"33620\",\"FareBreakdownid\":[\"360083\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"9555180663\",\"leadEmail\":\"faheembrightspark@gmail.com\",\"paxType-1\":\"1\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"relation-1\":\"0\",\"passenger-firstname-1\":\"MD\",\"passenger-lastname-1\":\"faheem\",\"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\":\"223be-f4f3d-60aed-8d38e\",\"countryCodeISO\":\"IN\"}}','2022-09-12 23:13:07'),(2350,'17c8b-af355-b756e-0f2b9','{\"BookingData\":[{\"bookingId\":\"TJS108400342104\",\"FlightNumber\":\"6E-2009\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:01\",\"ArrivalTime\":\"04:11\",\"TravelDate\":\"2022-11-17T02:01\",\"LocalFromTime\":\"2022-11-17 02:01\",\"FromUTCTime\":\"2022-11-17T02:01\",\"LocalToTime\":\"2022-11-17 04:11\",\"ToUTCTime\":\"2022-11-17T04:11\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 17 Nov\",\"ArrivalDateTxt\":\"Thu, 17 Nov\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"PublishedFareTxt\":\"1,571\",\"ApiResultIndex\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.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\":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\":{\"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 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\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-9922620147_0DELBOM6E2009_482081153949020\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":39.51,\"apiMarkup\":169.49,\"IntCommission\":0,\"apiTaxOnMarkup\":30.51,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"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\":169.49,\"apiTaxOnMarkup\":30.51,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":50,\"IntTaxOnAgencyFixMarkUp\":9,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":39.51,\"PublishFare\":1345,\"CostToCustomer\":1345,\"BaseFareCal\":1125.51,\"intCommisionEarnedForAgency\":219.49,\"CostToCompany\":1125.51,\"intOfferedFare\":1086,\"intPublishFare\":1571,\"TripjackMarkup\":200,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"IntAdddimarkup\":50}},\"Segments\":[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-11-17T04:11\",\"SegFlightNumber\":\"6E-2009\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-11-17T02:01\",\"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\":\"02:01\",\"strArrivalDtTime\":\"04:11\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"419\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"17c8b-af355-b756e-0f2b9\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-11-17 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\":\"TJS108400342104\",\"FlightNumber\":\"6E-2009\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"strTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"02:01\",\"ArrivalTime\":\"04:11\",\"TravelDate\":\"2022-11-17T02:01\",\"LocalFromTime\":\"2022-11-17 02:01\",\"FromUTCTime\":\"2022-11-17T02:01\",\"LocalToTime\":\"2022-11-17 04:11\",\"ToUTCTime\":\"2022-11-17T04:11\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":130,\"DepartureDateTxt\":\"Thu, 17 Nov\",\"ArrivalDateTxt\":\"Thu, 17 Nov\",\"FlightDuration\":\"2h 10m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":18676,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"BOM\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":1571,\"ApiResultIndex\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"17c8b-af355-b756e-0f2b9\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":1471,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":200,\"intPublishedFare\":1571,\"PublishedFare\":1345,\"OfferedFare\":1086,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1471,\"BaseFareCal\":1125.51,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":200,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":50,\"GSTOnMarkUp\":9,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"419\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chhatrapati Shivaji\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Mumbai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BOM\",\"destinationArrTime\":\"2022-11-17T04:11\",\"SegFlightNumber\":\"6E-2009\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-11-17T02:01\",\"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\":\"02:01\",\"strArrivalDtTime\":\"04:11\",\"FlightDuration\":\"2h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-9922620147_37DELBOM6E2009_481961844008435\",\"localFromDateTime\":\"2022-11-17 02:01\",\"localToDateTime\":\"2022-11-17 04:11\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"BOM\",\"intMemberCount\":1,\"intSourceCityId\":7701,\"intDestinationCityId\":18676,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Delhi (DEL)\",\"mytrip_city_to\":\"Mumbai (BOM)\",\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"17\\/11\\/2022\",\"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\":\"17\\/11\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-11-17\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"17c8b-af355-b756e-0f2b9\",\"from_city_\":\"1__DEL-BOM\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Mumbai+%28BOM%29&adults=1&childs=0&infants=0&class=2&source_city=DEL&ContSysId_1=101&destination_city=BOM&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29%2C+India&destination=Mumbai%2C+IN+-+Chhatrapati+Shivaji+%28BOM%29%2C+India&departure_date=17%2F11%2F2022&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chhatrapati+Shivaji+%28BOM%29\",\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"EmailId\":\"mdfaheem890@gmail.com\",\"Salutation\":\"1\",\"Relation\":0,\"Contacts\":\"9555180663\",\"FirstName\":\"MD\",\"LastName\":\"FAHEEM\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-13-01-01-28\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"136\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"449146\",\"TPSysId\":\"449147\",\"VersionId\":[\"101777\"],\"CustomerSysId\":\"239387\",\"TrxId\":\"33624\",\"FareBreakdownid\":[\"360084\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"426\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"136\",\"CustomerMemSysId\":[\"136\"],\"flight_booking_id\":[\"311\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"311\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":1345},\"Invoicedata\":{\"AgentSysId\":\"12211\",\"CustomerSysId\":\"239387\",\"TPSysId\":\"449147\",\"MasterTPSysId\":\"449146\",\"ProposalID\":\"449147\\/V1\",\"InvoiceDate\":\"2022-09-13\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-09-13\",\"PaymentDate\":\"2022-09-13\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":1327,\"InvoiceStatus\":true,\"TotalCGST\":9,\"TotalSGST\":9,\"TotalIGST\":18,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":1345,\"TotalDueAmount\":0,\"InvoiceValue\":1345,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"12211\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-BOM-IndiGo 6E-2009\",\"ItemQty\":1,\"ItemRates\":1227,\"Total\":1227,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":1345,\"MarkupType\":\"\",\"Markup\":100,\"TotalMarkup\":100,\"SubTotal\":1327,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":18,\"SGST\":9,\"CGST\":9,\"IGST\":18,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-09-13 01:02:17'),(2356,'8d0af-e53b5-1295a-57f91','{\"FlightBookingData\":[{\"bookingId\":\"DMC114842617560\",\"bookingId_TJ\":\"TJ114842617560\",\"FlightNumber\":\"TK-1086\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8d0af-e53b5-1295a-57f91\",\"apiTraceId\":\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"09:10\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2022-09-14T09:10\",\"LocalFromTime\":\"2022-09-14 09:10\",\"FromUTCTime\":\"2022-09-14T09:10\",\"LocalToTime\":\"2022-09-14 11:55\",\"ToUTCTime\":\"2022-09-14T11:55\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"TGD\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,368\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37680,\"Tax\":5228.7,\"YQTax\":0,\"OtherCharges\":1443,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3768,\"MUFee\":0,\"intPublishedFare\":42908.7,\"PublishedFare\":43368,\"PublishedFareAgent\":43368,\"OfferedFareAgent\":43368,\"OfferedFare\":42766.2,\"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-9254168124_0TGDISTTK1086_33464378397578\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5228.7,\"TotalBaseFare\":42908.7,\"BaseFareCal\":42858,\"BaseFare\":37680,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1443,\"MU\":0,\"YR\":3768,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43368,\"CostToCustomer\":43368,\"BaseFareCal\":42858,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42858,\"intOfferedFare\":42766.2,\"intPublishFare\":42908.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"738\",\"originAirportName\":\"Golubovci Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Podgorica\",\"originCountryName\":\"Montenegro\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-14T11:55\",\"SegFlightNumber\":\"TK-1086\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"TGD\",\"originDepTime\":\"2022-09-14T09:10\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"TGD-IST\":{\"fr\":{\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"TGD\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"312\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"ERSEL\",\"LastName\":\"KACAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-13 20:25:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1996-07-25\",\"PassportNationality\":\"TR\",\"PassportNo\":\"U28079332\",\"PassportExpiry\":\"2032-07-06\",\"passporIssue\":\"2022-07-06\",\"CustomerMemberSysId\":\"237\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"ERSEL\",\"LastName\":\"KACAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-13 20:25:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1996-07-25\",\"PassportNation\":\"TR\",\"PassportNo\":\"U28079332\",\"PassportExpiry\":\"2032-07-06\",\"passporIssue\":\"2022-07-06\",\"apiTraceId\":\"8d0af-e53b5-1295a-57f91\",\"modified\":\"2022-09-13 20:25:04\",\"created\":\"2022-09-13 20:25:04\",\"CustomerMemberSysId\":\"237\"}],\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"237\"],\"flight_booking_customer\":[[\"427\"]],\"SearchTraceId\":\"8d0af-e53b5-1295a-57f91\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Podgorica (TGD)\",\"Sectors\"],\"to_des\":[\"Istanbul (IST)\",\"DEL\"],\"departure_date\":[\"14\\/09\\/2022\",\"14\\/09\\/2022\"],\"source_city\":[\"TGD\"],\"ContSysId\":[\"0\",\"222\"],\"destination_city\":[\"IST\"],\"source\":[\"Podgorica, ME - Golubovci Arpt (TGD)\"],\"destination\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"from_mytrip_city\":[\" ME - Golubovci Arpt (TGD)\"],\"to_mytrip_city\":[\" TR - Ataturk Arpt (IST)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Podgorica (TGD)\",\"Sectors\"],\"to_city\":[\"Istanbul (IST)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-14\",\"2022-09-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"ME\",\"destinationCityId\":[12905],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"8d0af-e53b5-1295a-57f91\",\"sourceCityAirportCode\":[\"TGD\"],\"destinationCityAirportCode\":[\"IST\"],\"from\":[\"TGD\"],\"to\":[\"IST\"],\"sourceCityText\":[\"Podgorica, ME - Golubovci Arpt (TGD)\"],\"destinationCityText\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/09\\/2022\",\"14\\/09\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Sep Wed\",\"14 Sep Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-13 20:22:36\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8d0af-e53b5-1295a-57f91\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Podgorica (TGD)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Istanbul (IST)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/09\\\\\\/2022\\\",\\\"14\\\\\\/09\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"TGD\\\"],\\\"ContSysId\\\":[\\\"0\\\",\\\"222\\\"],\\\"destination_city\\\":[\\\"IST\\\"],\\\"source\\\":[\\\"Podgorica, ME - Golubovci Arpt (TGD)\\\"],\\\"destination\\\":[\\\"Istanbul, TR - Ataturk Arpt (IST)\\\"],\\\"from_mytrip_city\\\":[\\\" ME - Golubovci Arpt (TGD)\\\"],\\\"to_mytrip_city\\\":[\\\" TR - Ataturk Arpt (IST)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Podgorica (TGD)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Istanbul (IST)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-14\\\",\\\"2022-09-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[0],\\\"intCountryCode\\\":\\\"ME\\\",\\\"destinationCityId\\\":[12905],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"8d0af-e53b5-1295a-57f91\\\",\\\"sourceCityAirportCode\\\":[\\\"TGD\\\"],\\\"destinationCityAirportCode\\\":[\\\"IST\\\"],\\\"from\\\":[\\\"TGD\\\"],\\\"to\\\":[\\\"IST\\\"],\\\"sourceCityText\\\":[\\\"Podgorica, ME - Golubovci Arpt (TGD)\\\"],\\\"destinationCityText\\\":[\\\"Istanbul, TR - Ataturk Arpt (IST)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/09\\\\\\/2022\\\",\\\"14\\\\\\/09\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"14 Sep Wed\\\",\\\"14 Sep Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-13 20:22:36\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC114842617560\\\",\\\"bookingId_TJ\\\":\\\"TJ114842617560\\\",\\\"FlightNumber\\\":\\\"TK-1086\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"8d0af-e53b5-1295a-57f91\\\",\\\"apiTraceId\\\":\\\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\\\",\\\"AirlineSysId\\\":\\\"517\\\",\\\"DepartureTime\\\":\\\"09:10\\\",\\\"ArrivalTime\\\":\\\"11:55\\\",\\\"TravelDate\\\":\\\"2022-09-14T09:10\\\",\\\"LocalFromTime\\\":\\\"2022-09-14 09:10\\\",\\\"FromUTCTime\\\":\\\"2022-09-14T09:10\\\",\\\"LocalToTime\\\":\\\"2022-09-14 11:55\\\",\\\"ToUTCTime\\\":\\\"2022-09-14T11:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"Y\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":105,\\\"DepartureDateTxt\\\":\\\"Wed, 14 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 14 Sep\\\",\\\"FlightDuration\\\":\\\"03h 45m\\\",\\\"SourcePlaceSysId\\\":\\\"0\\\",\\\"DestPlaceSysId\\\":\\\"12905\\\",\\\"SourceAirportCode\\\":\\\"TGD\\\",\\\"DestAirportCode\\\":\\\"IST\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"43,368\\\",\\\"ApiResultIndex\\\":\\\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":37680,\\\"Tax\\\":5228.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1443,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":3768,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":42908.7,\\\"PublishedFare\\\":43368,\\\"PublishedFareAgent\\\":43368,\\\"OfferedFareAgent\\\":43368,\\\"OfferedFare\\\":42766.2,\\\"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-9254168124_0TGDISTTK1086_33464378397578\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"Y\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":91.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":510,\\\"GSTOnMarkUp\\\":91.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43368,\\\"CostToAgent\\\":43368,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":5228.7,\\\"TotalBaseFare\\\":42908.7,\\\"BaseFareCal\\\":42858,\\\"BaseFare\\\":37680,\\\"CommissionEarned\\\":142.5,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":1443,\\\"MU\\\":0,\\\"YR\\\":3768,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":91.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":510,\\\"GSTOnMarkUp\\\":91.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43368,\\\"CostToAgent\\\":43368,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"0KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":142.5,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":510,\\\"IntTaxOnAgencyFixMarkUp\\\":91.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":91.8,\\\"PublishFare\\\":43368,\\\"CostToCustomer\\\":43368,\\\"BaseFareCal\\\":42858,\\\"intCommisionEarnedForAgency\\\":510,\\\"CostToCompany\\\":42858,\\\"intOfferedFare\\\":42766.2,\\\"intPublishFare\\\":42908.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":142.5,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":142.5,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43368,\\\"CostToAgent\\\":43368,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"738\\\",\\\"originAirportName\\\":\\\"Golubovci Arpt\\\",\\\"destinationAirportName\\\":\\\"Ataturk Arpt\\\",\\\"originCityName\\\":\\\"Podgorica\\\",\\\"originCountryName\\\":\\\"Montenegro\\\",\\\"destinationCityName\\\":\\\"Istanbul\\\",\\\"destinationCountryName\\\":\\\"Turkey\\\",\\\"destinationAirportCode\\\":\\\"IST\\\",\\\"destinationArrTime\\\":\\\"2022-09-14T11:55\\\",\\\"SegFlightNumber\\\":\\\"TK-1086\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"FareClass\\\":\\\"Y\\\",\\\"originAirportCode\\\":\\\"TGD\\\",\\\"originDepTime\\\":\\\"2022-09-14T09:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"0KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":105,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"09:10\\\",\\\"strArrivalDtTime\\\":\\\"11:55\\\",\\\"FlightDuration\\\":\\\"1h 45m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.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-2-15-10-9254168124_40TGDISTTK1086_4631960664110\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"TGD-IST\\\":{\\\"fr\\\":{\\\"DATECHANGE\\\":{\\\"BEFORE_DEPARTURE\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"CHANGE Not Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9}},\\\"AFTER_DEPARTURE\\\":{\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"CHANGE Not Available\\\",\\\"fcs\\\":{\\\"CRF\\\":50,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"BEFORE_DEPARTURE\\\":{\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"CANCELLATION Not Available\\\",\\\"fcs\\\":{\\\"CCF\\\":100,\\\"CCFT\\\":18}},\\\"AFTER_DEPARTURE\\\":{\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"CANCELLATION Not Available\\\",\\\"fcs\\\":{\\\"CCF\\\":100,\\\"CCFT\\\":18}}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"TGD\\\",\\\"strDestinationAirportCode\\\":\\\"IST\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"0\\\",\\\"intDestinationCityId\\\":\\\"12905\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797966878\",\"leadEmail\":\"myasirtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ERSEL\",\"passenger-lastname-1\":\"KACAR\",\"passenger-dob-1\":\"25\\/07\\/1996\",\"passenger-nationality-1\":\"TR\",\"passenger-PassportNo-1\":\"U28079332\",\"passenger-passporIssue-1\":\"06\\/07\\/2022\",\"passenger-PassportExpiry-1\":\"06\\/07\\/2032\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"1\",\"EmailId\":\"myasirtravels@gmail.com\",\"FirstName\":\"ERSEL\",\"LastName\":\"KACAR\",\"CountryCode\":\"91\",\"MobileNo\":\"9797966878\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"ERSEL\",\"LastName\":\"KACAR\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-13 20:25:04\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1996-07-25\",\"PassportNation\":\"TR\",\"PassportNo\":\"U28079332\",\"PassportExpiry\":\"2032-07-06\",\"passporIssue\":\"2022-07-06\",\"apiTraceId\":\"8d0af-e53b5-1295a-57f91\",\"modified\":\"2022-09-13 20:25:04\",\"created\":\"2022-09-13 20:25:04\",\"MobileNo\":\"9797966878\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"8d0af-e53b5-1295a-57f91\",\"FlightBookingData\":[{\"bookingId\":\"DMC114842617560\",\"bookingId_TJ\":\"TJ114842617560\",\"FlightNumber\":\"TK-1086\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8d0af-e53b5-1295a-57f91\",\"apiTraceId\":\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"09:10\",\"ArrivalTime\":\"11:55\",\"TravelDate\":\"2022-09-14T09:10\",\"LocalFromTime\":\"2022-09-14 09:10\",\"FromUTCTime\":\"2022-09-14T09:10\",\"LocalToTime\":\"2022-09-14 11:55\",\"ToUTCTime\":\"2022-09-14T11:55\",\"IsDirect\":0,\"FareClass\":\"Y\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"03h 45m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"TGD\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,368\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":37680,\"Tax\":5228.7,\"YQTax\":0,\"OtherCharges\":1443,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3768,\"MUFee\":0,\"intPublishedFare\":42908.7,\"PublishedFare\":43368,\"PublishedFareAgent\":43368,\"OfferedFareAgent\":43368,\"OfferedFare\":42766.2,\"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-9254168124_0TGDISTTK1086_33464378397578\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"Y\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":5228.7,\"TotalBaseFare\":42908.7,\"BaseFareCal\":42858,\"BaseFare\":37680,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1443,\"MU\":0,\"YR\":3768,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":43368,\"CostToCustomer\":43368,\"BaseFareCal\":42858,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":42858,\"intOfferedFare\":42766.2,\"intPublishFare\":42908.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43368,\"CostToAgent\":43368,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"738\",\"originAirportName\":\"Golubovci Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Podgorica\",\"originCountryName\":\"Montenegro\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-14T11:55\",\"SegFlightNumber\":\"TK-1086\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"Y\",\"originAirportCode\":\"TGD\",\"originDepTime\":\"2022-09-14T09:10\",\"TripIndicator\":1,\"Baggage\":\"0KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:10\",\"strArrivalDtTime\":\"11:55\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-9254168124_40TGDISTTK1086_4631960664110\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"TGD-IST\":{\"fr\":{\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"TGD\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"9C376D937DF04B1E9F19B89E3641B7CB\",\"message\":\"\"}}','2022-09-13 20:25:38'),(2358,'f504d-dd58f-f3031-83475','{\"FlightBookingData\":[{\"bookingId\":\"DMC110142618090\",\"bookingId_TJ\":\"TJ110142618090\",\"FlightNumber\":\"TK-7001\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f504d-dd58f-f3031-83475\",\"apiTraceId\":\"27-21-20-12-2-15-10-0071975631_9ADBESBTK7001_17227417978443\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"00:30\",\"ArrivalTime\":\"01:40\",\"TravelDate\":\"2022-09-14T00:30\",\"LocalFromTime\":\"2022-09-14 00:30\",\"FromUTCTime\":\"2022-09-14T00:30\",\"LocalToTime\":\"2022-09-14 01:40\",\"ToUTCTime\":\"2022-09-14T01:40\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,965\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0071975631_9ADBESBTK7001_17227417978443\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2820.66,\"Tax\":2940.36,\"YQTax\":0,\"OtherCharges\":2904.96,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5761.02,\"PublishedFare\":6964.620000000001,\"PublishedFareAgent\":6964.620000000001,\"OfferedFareAgent\":6964.620000000001,\"OfferedFare\":5761.02,\"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-0071975631_0ADBESBTK7001_2484588449975\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"U\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6964.620000000001,\"CostToAgent\":6964.620000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2940.36,\"TotalBaseFare\":5761.02,\"BaseFareCal\":5944.620000000001,\"BaseFare\":2820.66,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2904.96,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6964.620000000001,\"CostToAgent\":6964.620000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":6964.620000000001,\"CostToCustomer\":6964.620000000001,\"BaseFareCal\":5944.620000000001,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":5944.620000000001,\"intOfferedFare\":5761.02,\"intPublishFare\":5761.02,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6964.620000000001,\"CostToAgent\":6964.620000000001,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"803\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-14T01:40\",\"SegFlightNumber\":\"TK-7001\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"U\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-14T00:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:30\",\"strArrivalDtTime\":\"01:40\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-0071975631_9ADBESBTK7001_17227417978443\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"27-21-20-12-2-15-10-0071975631_9ADBESBTK7001_17227417978443\",\"SearchTraceId\":\"f504d-dd58f-f3031-83475\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Izmir (ADB)\"],\"to_des\":[\"Ankara (ESB)\"],\"departure_date\":[\"14\\/09\\/2022\"],\"source_city\":[\"ADB\"],\"ContSysId\":[\"222\",\"222\"],\"destination_city\":[\"ESB\"],\"source\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destination\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"from_mytrip_city\":[\" IZM\"],\"to_mytrip_city\":[\" ANK\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Izmir (ADB)\"],\"to_city\":[\"Ankara (ESB)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-09-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[12958],\"intCountryCode\":\"TR\",\"destinationCityId\":[1098],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"f504d-dd58f-f3031-83475\",\"sourceCityAirportCode\":[\"ADB\"],\"destinationCityAirportCode\":[\"ESB\"],\"from\":[\"ADB\"],\"to\":[\"ESB\"],\"sourceCityText\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destinationCityText\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/09\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Sep Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-13 20:28:30\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"803\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}]],\"SeatPreference\":[]}}','2022-09-13 20:28:58'),(2360,'a9fa0-4b76c-6e8eb-0d223','{\"FlightBookingData\":[{\"bookingId\":\"DMC119942618236\",\"bookingId_TJ\":\"TJ119942618236\",\"FlightNumber\":\"TK-7001\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"a9fa0-4b76c-6e8eb-0d223\",\"apiTraceId\":\"27-21-20-12-2-15-10-8563440335_9ADBESBTK7001_12945866861078\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"00:30\",\"ArrivalTime\":\"01:40\",\"TravelDate\":\"2022-09-14T00:30\",\"LocalFromTime\":\"2022-09-14 00:30\",\"FromUTCTime\":\"2022-09-14T00:30\",\"LocalToTime\":\"2022-09-14 01:40\",\"ToUTCTime\":\"2022-09-14T01:40\",\"IsDirect\":0,\"FareClass\":\"U\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,965\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-8563440335_9ADBESBTK7001_12945866861078\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2820.66,\"Tax\":2940.36,\"YQTax\":0,\"OtherCharges\":2904.96,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5761.02,\"PublishedFare\":6964.620000000001,\"PublishedFareAgent\":6964.620000000001,\"OfferedFareAgent\":6964.620000000001,\"OfferedFare\":5761.02,\"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-8563440335_0ADBESBTK7001_24166591185490\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"U\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6964.620000000001,\"CostToAgent\":6964.620000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2940.36,\"TotalBaseFare\":5761.02,\"BaseFareCal\":5944.620000000001,\"BaseFare\":2820.66,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2904.96,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6964.620000000001,\"CostToAgent\":6964.620000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":6964.620000000001,\"CostToCustomer\":6964.620000000001,\"BaseFareCal\":5944.620000000001,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":5944.620000000001,\"intOfferedFare\":5761.02,\"intPublishFare\":5761.02,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6964.620000000001,\"CostToAgent\":6964.620000000001,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"542\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-14T01:40\",\"SegFlightNumber\":\"TK-7001\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"U\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-14T00:30\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:30\",\"strArrivalDtTime\":\"01:40\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-8563440335_9ADBESBTK7001_12945866861078\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"27-21-20-12-2-15-10-8563440335_9ADBESBTK7001_12945866861078\",\"SearchTraceId\":\"a9fa0-4b76c-6e8eb-0d223\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Izmir (ADB)\",\"Sectors\"],\"to_des\":[\"Ankara (ESB)\",\"Ankara (ESB)\"],\"departure_date\":[\"14\\/09\\/2022\",\"\"],\"source_city\":[\"ADB\"],\"ContSysId\":[\"222\",\"222\"],\"destination_city\":[\"ESB\"],\"source\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destination\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"from_mytrip_city\":[\" IZM\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Izmir (ADB)\",\"Sectors\"],\"to_city\":[\"Ankara (ESB)\",\"Ankara (ESB)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[12958],\"intCountryCode\":\"TR\",\"destinationCityId\":[1098],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"a9fa0-4b76c-6e8eb-0d223\",\"sourceCityAirportCode\":[\"ADB\"],\"destinationCityAirportCode\":[\"ESB\"],\"from\":[\"ADB\"],\"to\":[\"ESB\"],\"sourceCityText\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destinationCityText\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Sep Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-13 20:29:11\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"542\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}]],\"SeatPreference\":[]}}','2022-09-13 20:30:20'),(2366,'129','{\"_sessiondata\":{\"EmailId\":\"holidaysfairdeal@gmail.com\",\"UserSysId\":\"15458\",\"CustomerSysId\":\"214502\",\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD KAMRAN ALI\",\"LastName\":\"BAHALWA\",\"Password_cu\":\"\",\"AgencyName\":\"FAIR DEAL\",\"AgencyCode\":\"61369\",\"ContactNo1\":\"7044293407\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7B6AA64C-6B45-4CCA-8F5E-EC920080E664\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/1280a-443c6-3bf1e-3e35c\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"8422\",\"RefrenceNo\":\"\",\"CreditDate\":\"14\\/09\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/1280a-443c6-3bf1e-3e35c\"}','2022-09-14 11:34:49'),(2367,'130','{\"_sessiondata\":{\"EmailId\":\"holidaysfairdeal@gmail.com\",\"UserSysId\":\"15458\",\"CustomerSysId\":\"214502\",\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD KAMRAN ALI\",\"LastName\":\"BAHALWA\",\"Password_cu\":\"\",\"AgencyName\":\"FAIR DEAL\",\"AgencyCode\":\"61369\",\"ContactNo1\":\"7044293407\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7B6AA64C-6B45-4CCA-8F5E-EC920080E664\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/1280a-443c6-3bf1e-3e35c\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"8422\",\"RefrenceNo\":\"\",\"CreditDate\":\"14\\/09\\/2022\",\"Remark\":\"\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\\/review-payment\\/data\\/1280a-443c6-3bf1e-3e35c\"}','2022-09-14 11:35:47'),(2370,'1280a-443c6-3bf1e-3e35c','{\"FlightBookingData\":[{\"bookingId\":\"DMC106642658482\",\"bookingId_TJ\":\"TJ106642658482\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"apiTraceId\":\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6537076126_0SXRDELSG8151DELCCUSG8921_67579584884288\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"244\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"245\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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,\"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\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"313\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"238\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"239\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"modified\":\"2022-09-14 11:25:21\",\"created\":\"2022-09-14 11:25:21\",\"CustomerMemberSysId\":\"238\"},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"modified\":\"2022-09-14 11:25:21\",\"created\":\"2022-09-14 11:25:21\",\"CustomerMemberSysId\":\"239\"}],\"CustomerSysId\":\"123\",\"CustomerMemSysId\":[\"238\",\"239\"],\"flight_booking_customer\":[[\"428\",\"429\"]],\"SearchTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"26\\/09\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"SXR\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Sep Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-14 11:21:23\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"1280a-443c6-3bf1e-3e35c\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"26 Sep Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-14 11:21:23\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106642658482\\\",\\\"bookingId_TJ\\\":\\\"TJ106642658482\\\",\\\"FlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"1280a-443c6-3bf1e-3e35c\\\",\\\"apiTraceId\\\":\\\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"17:55\\\",\\\"ArrivalTime\\\":\\\"23:25\\\",\\\"TravelDate\\\":\\\"2022-09-26T17:55\\\",\\\"LocalFromTime\\\":\\\"2022-09-26 17:55\\\",\\\"FromUTCTime\\\":\\\"2022-09-26T17:55\\\",\\\"LocalToTime\\\":\\\"2022-09-26 23:25\\\",\\\"ToUTCTime\\\":\\\"2022-09-26T23:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"GroundTime\\\":110,\\\"LAYOVERDuration\\\":\\\"1h 50m\\\",\\\"FlyingMinutes\\\":330,\\\"DepartureDateTxt\\\":\\\"Mon, 26 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 26 Sep\\\",\\\"FlightDuration\\\":\\\"06h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,922\\\",\\\"ApiResultIndex\\\":\\\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10430,\\\"Tax\\\":2095.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1532,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":528,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12525.4,\\\"PublishedFare\\\":12921.92,\\\"PublishedFareAgent\\\":12921.92,\\\"OfferedFareAgent\\\":12921.92,\\\"OfferedFare\\\":12426.32,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-6537076126_0SXRDELSG8151DELCCUSG8921_67579584884288\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":75.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":420,\\\"GSTOnMarkUp\\\":75.6,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2095.4,\\\"TotalBaseFare\\\":12525.4,\\\"BaseFareCal\\\":12501.92,\\\"BaseFare\\\":10430,\\\"CommissionEarned\\\":99.08,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":528,\\\"MFT\\\":5.4,\\\"OT\\\":1532,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":75.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":420,\\\"GSTOnMarkUp\\\":75.6,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":99.08,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":420,\\\"IntTaxOnAgencyFixMarkUp\\\":75.6,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":75.6,\\\"PublishFare\\\":12921.92,\\\"CostToCustomer\\\":12921.92,\\\"BaseFareCal\\\":12501.92,\\\"intCommisionEarnedForAgency\\\":420,\\\"CostToCompany\\\":12501.92,\\\"intOfferedFare\\\":12426.32,\\\"intPublishFare\\\":12525.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":99.08,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"244\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-09-26T19:30\\\",\\\"SegFlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-09-26T17:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":110,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"17:55\\\",\\\"strArrivalDtTime\\\":\\\"19:30\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":\\\"1h 50m\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"245\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-09-26T23:25\\\",\\\"SegFlightNumber\\\":\\\"SG-8921\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-09-26T21:20\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"21:20\\\",\\\"strArrivalDtTime\\\":\\\"23:25\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"245\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids 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-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-CCU\\\":{\\\"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,\\\"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\\\":{\\\"CCF\\\":50,\\\"ACF\\\":3600,\\\"ACFT\\\":180,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"244\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7044293407\",\"leadEmail\":\"holidaysfairdeal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Rashid\",\"passenger-lastname-1\":\"Rashid\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Yawar\",\"passenger-lastname-2\":\"Abbas\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"0_0_0\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13941\",\"Salutation\":\"1\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"CountryCode\":\"91\",\"MobileNo\":\"7044293407\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"modified\":\"2022-09-14 11:25:21\",\"created\":\"2022-09-14 11:25:21\",\"MobileNo\":\"7044293407\",\"B2B\":true},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:25:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"modified\":\"2022-09-14 11:25:21\",\"created\":\"2022-09-14 11:25:21\",\"MobileNo\":\"7044293407\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"holidaysfairdeal@gmail.com\",\"UserSysId\":\"15458\",\"CustomerSysId\":\"214502\",\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD KAMRAN ALI\",\"LastName\":\"BAHALWA\",\"Password_cu\":\"\",\"AgencyName\":\"FAIR DEAL\",\"AgencyCode\":\"61369\",\"ContactNo1\":\"7044293407\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7B6AA64C-6B45-4CCA-8F5E-EC920080E664\",\"Address\":\"\",\"PinCode\":\"\"},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"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\"}],\"SearchTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"FlightBookingData\":[{\"bookingId\":\"DMC106642658482\",\"bookingId_TJ\":\"TJ106642658482\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1280a-443c6-3bf1e-3e35c\",\"apiTraceId\":\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-6537076126_0SXRDELSG8151DELCCUSG8921_67579584884288\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"244\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"245\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"245\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"244\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-6537076126_5SXRDELSG8151DELCCUSG8921_3107171816180\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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,\"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\":{\"CCF\":50,\"ACF\":3600,\"ACFT\":180,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"36EE490ADF284B7DBF99FB5B1B1C9E9D\",\"message\":\"\"}}','2022-09-14 11:37:22'),(2376,'66f5b-f3382-8f34b-4c123','{\"FlightBookingData\":[{\"bookingId\":\"DMC105642660557\",\"bookingId_TJ\":\"TJ105642660557\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"66f5b-f3382-8f34b-4c123\",\"apiTraceId\":\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8178298611_0SXRDELSG8151DELCCUSG8921_2377742640650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"139\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"140\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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\":{\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350,\"CRFT\":9}}},\"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,\"ACFT\":180,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"314\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:39:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"238\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:39:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"239\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:39:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:39:51\",\"CustomerMemberSysId\":\"238\"},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:39:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:39:51\",\"CustomerMemberSysId\":\"239\"}],\"CustomerSysId\":\"123\",\"CustomerMemSysId\":[\"238\",\"239\"],\"flight_booking_customer\":[[\"430\",\"431\"]],\"SearchTraceId\":\"66f5b-f3382-8f34b-4c123\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"26\\/09\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"66f5b-f3382-8f34b-4c123\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"SXR\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Sep Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-14 11:39:24\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"66f5b-f3382-8f34b-4c123\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"66f5b-f3382-8f34b-4c123\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"26 Sep Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-14 11:39:24\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC105642660557\\\",\\\"bookingId_TJ\\\":\\\"TJ105642660557\\\",\\\"FlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"66f5b-f3382-8f34b-4c123\\\",\\\"apiTraceId\\\":\\\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"17:55\\\",\\\"ArrivalTime\\\":\\\"23:25\\\",\\\"TravelDate\\\":\\\"2022-09-26T17:55\\\",\\\"LocalFromTime\\\":\\\"2022-09-26 17:55\\\",\\\"FromUTCTime\\\":\\\"2022-09-26T17:55\\\",\\\"LocalToTime\\\":\\\"2022-09-26 23:25\\\",\\\"ToUTCTime\\\":\\\"2022-09-26T23:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"GroundTime\\\":110,\\\"LAYOVERDuration\\\":\\\"1h 50m\\\",\\\"FlyingMinutes\\\":330,\\\"DepartureDateTxt\\\":\\\"Mon, 26 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 26 Sep\\\",\\\"FlightDuration\\\":\\\"06h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,922\\\",\\\"ApiResultIndex\\\":\\\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10430,\\\"Tax\\\":2095.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1532,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":528,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12525.4,\\\"PublishedFare\\\":12921.92,\\\"PublishedFareAgent\\\":12921.92,\\\"OfferedFareAgent\\\":12921.92,\\\"OfferedFare\\\":12426.32,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-8178298611_0SXRDELSG8151DELCCUSG8921_2377742640650\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":75.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":420,\\\"GSTOnMarkUp\\\":75.6,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2095.4,\\\"TotalBaseFare\\\":12525.4,\\\"BaseFareCal\\\":12501.92,\\\"BaseFare\\\":10430,\\\"CommissionEarned\\\":99.08,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":528,\\\"MFT\\\":5.4,\\\"OT\\\":1532,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":75.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":420,\\\"GSTOnMarkUp\\\":75.6,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":99.08,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":420,\\\"IntTaxOnAgencyFixMarkUp\\\":75.6,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":75.6,\\\"PublishFare\\\":12921.92,\\\"CostToCustomer\\\":12921.92,\\\"BaseFareCal\\\":12501.92,\\\"intCommisionEarnedForAgency\\\":420,\\\"CostToCompany\\\":12501.92,\\\"intOfferedFare\\\":12426.32,\\\"intPublishFare\\\":12525.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":99.08,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"139\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-09-26T19:30\\\",\\\"SegFlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-09-26T17:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":110,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"17:55\\\",\\\"strArrivalDtTime\\\":\\\"19:30\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":\\\"1h 50m\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"140\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-09-26T23:25\\\",\\\"SegFlightNumber\\\":\\\"SG-8921\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-09-26T21:20\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"21:20\\\",\\\"strArrivalDtTime\\\":\\\"23:25\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"140\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids 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-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-CCU\\\":{\\\"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\\\":{\\\"ARFT\\\":167.5,\\\"CRF\\\":50,\\\"ARF\\\":3350,\\\"CRFT\\\":9}}},\\\"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,\\\"ACFT\\\":180,\\\"CCFT\\\":9,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"139\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7044293407\",\"leadEmail\":\"holidaysfairdeal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"238\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Rashid\",\"passenger-lastname-1\":\"Rashid\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"239\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Yawar\",\"passenger-lastname-2\":\"Abbas\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"0_0_0\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13941\",\"Salutation\":\"1\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"CountryCode\":\"91\",\"MobileNo\":\"7044293407\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:39:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:39:51\",\"MobileNo\":\"7044293407\",\"B2B\":true},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:39:51\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:39:51\",\"MobileNo\":\"7044293407\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"holidaysfairdeal@gmail.com\",\"UserSysId\":\"15458\",\"CustomerSysId\":\"214502\",\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD KAMRAN ALI\",\"LastName\":\"BAHALWA\",\"Password_cu\":\"\",\"AgencyName\":\"FAIR DEAL\",\"AgencyCode\":\"61369\",\"ContactNo1\":\"7044293407\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7B6AA64C-6B45-4CCA-8F5E-EC920080E664\",\"Address\":\"\",\"PinCode\":\"\"},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"66f5b-f3382-8f34b-4c123\",\"FlightBookingData\":[{\"bookingId\":\"DMC105642660557\",\"bookingId_TJ\":\"TJ105642660557\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"66f5b-f3382-8f34b-4c123\",\"apiTraceId\":\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-8178298611_0SXRDELSG8151DELCCUSG8921_2377742640650\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"139\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"140\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"140\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"139\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-8178298611_5SXRDELSG8151DELCCUSG8921_85555739219605\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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\":{\"ARFT\":167.5,\"CRF\":50,\"ARF\":3350,\"CRFT\":9}}},\"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,\"ACFT\":180,\"CCFT\":9,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"1F32B1AE707C4178AE27363CFD8C4FA0\",\"message\":\"\"}}','2022-09-14 11:40:17'),(2382,'8adf2-c38b8-b5158-d7cbb','{\"FlightBookingData\":[{\"bookingId\":\"DMC102142662746\",\"bookingId_TJ\":\"TJ102142662746\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8adf2-c38b8-b5158-d7cbb\",\"apiTraceId\":\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1487952626_0SXRDELSG8151DELCCUSG8921_6381379620619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"640\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"641\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"315\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:57:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"238\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:57:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"239\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:57:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:57:58\",\"CustomerMemberSysId\":\"238\"},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:57:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:57:58\",\"CustomerMemberSysId\":\"239\"}],\"CustomerSysId\":\"123\",\"CustomerMemSysId\":[\"238\",\"239\"],\"flight_booking_customer\":[[\"432\",\"433\"]],\"SearchTraceId\":\"8adf2-c38b8-b5158-d7cbb\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"26\\/09\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8adf2-c38b8-b5158-d7cbb\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"SXR\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Sep Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-14 11:57:35\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8adf2-c38b8-b5158-d7cbb\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"SXR\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Srinagar Arpt (SXR)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Srinagar (SXR)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[25897],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8adf2-c38b8-b5158-d7cbb\\\",\\\"sourceCityAirportCode\\\":[\\\"SXR\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"SXR\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"sourceCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"26 Sep Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-14 11:57:35\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102142662746\\\",\\\"bookingId_TJ\\\":\\\"TJ102142662746\\\",\\\"FlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"8adf2-c38b8-b5158-d7cbb\\\",\\\"apiTraceId\\\":\\\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"17:55\\\",\\\"ArrivalTime\\\":\\\"23:25\\\",\\\"TravelDate\\\":\\\"2022-09-26T17:55\\\",\\\"LocalFromTime\\\":\\\"2022-09-26 17:55\\\",\\\"FromUTCTime\\\":\\\"2022-09-26T17:55\\\",\\\"LocalToTime\\\":\\\"2022-09-26 23:25\\\",\\\"ToUTCTime\\\":\\\"2022-09-26T23:25\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"RS\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"GroundTime\\\":110,\\\"LAYOVERDuration\\\":\\\"1h 50m\\\",\\\"FlyingMinutes\\\":330,\\\"DepartureDateTxt\\\":\\\"Mon, 26 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 26 Sep\\\",\\\"FlightDuration\\\":\\\"06h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"25897\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"SXR\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":9,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"12,922\\\",\\\"ApiResultIndex\\\":\\\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10430,\\\"Tax\\\":2095.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1532,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":528,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12525.4,\\\"PublishedFare\\\":12921.92,\\\"PublishedFareAgent\\\":12921.92,\\\"OfferedFareAgent\\\":12921.92,\\\"OfferedFare\\\":12426.32,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-1487952626_0SXRDELSG8151DELCCUSG8921_6381379620619\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":9,\\\"classOfBooking\\\":\\\"RS\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":75.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":420,\\\"GSTOnMarkUp\\\":75.6,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":2095.4,\\\"TotalBaseFare\\\":12525.4,\\\"BaseFareCal\\\":12501.92,\\\"BaseFare\\\":10430,\\\"CommissionEarned\\\":99.08,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":528,\\\"MFT\\\":5.4,\\\"OT\\\":1532,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":75.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":420,\\\"GSTOnMarkUp\\\":75.6,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":99.08,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":420,\\\"IntTaxOnAgencyFixMarkUp\\\":75.6,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":75.6,\\\"PublishFare\\\":12921.92,\\\"CostToCustomer\\\":12921.92,\\\"BaseFareCal\\\":12501.92,\\\"intCommisionEarnedForAgency\\\":420,\\\"CostToCompany\\\":12501.92,\\\"intOfferedFare\\\":12426.32,\\\"intPublishFare\\\":12525.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":99.08,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":99.08,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":12921.92,\\\"CostToAgent\\\":12921.92,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"640\\\",\\\"originAirportName\\\":\\\"Srinagar Arpt\\\",\\\"destinationAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"originCityName\\\":\\\"Srinagar\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Delhi\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"DEL\\\",\\\"destinationArrTime\\\":\\\"2022-09-26T19:30\\\",\\\"SegFlightNumber\\\":\\\"SG-8151\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"SXR\\\",\\\"originDepTime\\\":\\\"2022-09-26T17:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":95,\\\"GroundTime\\\":110,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"17:55\\\",\\\"strArrivalDtTime\\\":\\\"19:30\\\",\\\"FlightDuration\\\":\\\"1h 35m\\\",\\\"LAYOVERDuration\\\":\\\"1h 50m\\\",\\\"LAYOVERCity\\\":\\\"Delhi\\\",\\\"DepTerminal\\\":\\\"Terminal 1\\\",\\\"ArrTerminal\\\":\\\"Terminal 3\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"641\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-09-26T23:25\\\",\\\"SegFlightNumber\\\":\\\"SG-8921\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"RS\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-09-26T21:20\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":125,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":9,\\\"strDepartureDtTime\\\":\\\"21:20\\\",\\\"strArrivalDtTime\\\":\\\"23:25\\\",\\\"FlightDuration\\\":\\\"2h 5m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 3\\\",\\\"ArrTerminal\\\":\\\"Terminal 2\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"30KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"641\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}],\\\"SegmentNumber\\\":1,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids 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-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"SXR-CCU\\\":{\\\"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\\\":{\\\"CCF\\\":50,\\\"ACFT\\\":180,\\\"ACF\\\":3600,\\\"CCFT\\\":9}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Paid Seat\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"SXR\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"25897\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"JNSW\\\",\\\"Price\\\":250,\\\"Description\\\":\\\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"LCVS\\\",\\\"Price\\\":275,\\\"Description\\\":\\\"Low cal salad Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"LCNS\\\",\\\"Price\\\":300,\\\"Description\\\":\\\"Low cal salad Non Vegetarian\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VGML\\\",\\\"Price\\\":350,\\\"Description\\\":\\\"Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NVML\\\",\\\"Price\\\":375,\\\"Description\\\":\\\"Non Veg Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"VCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetable in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC6\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken schezwan on bed of fried rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC5\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC4\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC2\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Chicken in Red Thai Curry with Steamed Rice\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"NCC1\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFCM\\\",\\\"Price\\\":395,\\\"Description\\\":\\\"Vegetarian Gluten-free Cold Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"FPML\\\",\\\"Price\\\":400,\\\"Description\\\":\\\"Fruit Platter\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"JNML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Jain Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFVG\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"GFNV\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Gluten-free Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"DNVL\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Non Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"DBML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Vegetarian Diabetic Hot Meal\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"CHML\\\",\\\"Price\\\":425,\\\"Description\\\":\\\"Kids meal\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF1\\\",\\\"Price\\\":100,\\\"Weight\\\":\\\"Bag Out First with 1 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF2\\\",\\\"Price\\\":200,\\\"Weight\\\":\\\"Bag Out First with 2 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"BOF3\\\",\\\"Price\\\":300,\\\"Weight\\\":\\\"Bag Out First with 3 Bag\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"640\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"7044293407\",\"leadEmail\":\"holidaysfairdeal@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"238\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"Rashid\",\"passenger-lastname-1\":\"Rashid\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Kolkata\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"14323\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"239\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"Yawar\",\"passenger-lastname-2\":\"Abbas\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"SelectMeals\":[\"\",\"\",\"\",\"\"],\"SelectBaggage\":[\"\",\"\",\"0_0_0\",\"0_0_0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13941\",\"Salutation\":\"1\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"CountryCode\":\"91\",\"MobileNo\":\"7044293407\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"7044293407\",\"FirstName\":\"Rashid\",\"LastName\":\"Rashid\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:57:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:57:58\",\"MobileNo\":\"7044293407\",\"B2B\":true},{\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"123\",\"EmailId\":\"holidaysfairdeal@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"7044293407\",\"FirstName\":\"Yawar\",\"LastName\":\"Abbas\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13941\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 11:57:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"modified\":\"2022-09-14 11:57:58\",\"MobileNo\":\"7044293407\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"holidaysfairdeal@gmail.com\",\"UserSysId\":\"15458\",\"CustomerSysId\":\"214502\",\"AgencySysId\":\"13941\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"MD KAMRAN ALI\",\"LastName\":\"BAHALWA\",\"Password_cu\":\"\",\"AgencyName\":\"FAIR DEAL\",\"AgencyCode\":\"61369\",\"ContactNo1\":\"7044293407\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"7B6AA64C-6B45-4CCA-8F5E-EC920080E664\",\"Address\":\"\",\"PinCode\":\"\"},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":null,\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":null,\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"8adf2-c38b8-b5158-d7cbb\",\"FlightBookingData\":[{\"bookingId\":\"DMC102142662746\",\"bookingId_TJ\":\"TJ102142662746\",\"FlightNumber\":\"SG-8151\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"8adf2-c38b8-b5158-d7cbb\",\"apiTraceId\":\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"17:55\",\"ArrivalTime\":\"23:25\",\"TravelDate\":\"2022-09-26T17:55\",\"LocalFromTime\":\"2022-09-26 17:55\",\"FromUTCTime\":\"2022-09-26T17:55\",\"LocalToTime\":\"2022-09-26 23:25\",\"ToUTCTime\":\"2022-09-26T23:25\",\"IsDirect\":0,\"FareClass\":\"RS\",\"LAYOVERCity\":\"Delhi\",\"GroundTime\":110,\"LAYOVERDuration\":\"1h 50m\",\"FlyingMinutes\":330,\"DepartureDateTxt\":\"Mon, 26 Sep\",\"ArrivalDateTxt\":\"Mon, 26 Sep\",\"FlightDuration\":\"06h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"12,922\",\"ApiResultIndex\":\"4-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10430,\"Tax\":2095.4,\"YQTax\":0,\"OtherCharges\":1532,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":528,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12525.4,\"PublishedFare\":12921.92,\"PublishedFareAgent\":12921.92,\"OfferedFareAgent\":12921.92,\"OfferedFare\":12426.32,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-1487952626_0SXRDELSG8151DELCCUSG8921_6381379620619\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"RS\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":2095.4,\"TotalBaseFare\":12525.4,\"BaseFareCal\":12501.92,\"BaseFare\":10430,\"CommissionEarned\":99.08,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":528,\"MFT\":5.4,\"OT\":1532,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":75.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":420,\"GSTOnMarkUp\":75.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":99.08,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":420,\"IntTaxOnAgencyFixMarkUp\":75.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":75.6,\"PublishFare\":12921.92,\"CostToCustomer\":12921.92,\"BaseFareCal\":12501.92,\"intCommisionEarnedForAgency\":420,\"CostToCompany\":12501.92,\"intOfferedFare\":12426.32,\"intPublishFare\":12525.4,\"TripjackMarkup\":0,\"TripjackCommission\":99.08,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":99.08,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":12921.92,\"CostToAgent\":12921.92,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"640\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-09-26T19:30\",\"SegFlightNumber\":\"SG-8151\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-09-26T17:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":95,\"GroundTime\":110,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"17:55\",\"strArrivalDtTime\":\"19:30\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":\"1h 50m\",\"LAYOVERCity\":\"Delhi\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"641\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-09-26T23:25\",\"SegFlightNumber\":\"SG-8921\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"RS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-26T21:20\",\"TripIndicator\":2,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":2,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"21:20\",\"strArrivalDtTime\":\"23:25\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB30\",\"Price\":0,\"Weight\":\"30KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB20\",\"Price\":0,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB15\",\"Price\":0,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB10\",\"Price\":0,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"EB05\",\"Price\":0,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF3\",\"Price\":0,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF2\",\"Price\":0,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"BOF1\",\"Price\":0,\"Weight\":\"Bag Out First with 1 Bag\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"641\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids meal\"}],\"SegmentNumber\":1,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF1\",\"Price\":100,\"Weight\":\"Bag Out First with 1 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF2\",\"Price\":200,\"Weight\":\"Bag Out First with 2 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"BOF3\",\"Price\":300,\"Weight\":\"Bag Out First with 3 Bag\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGSW\",\"Price\":250,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNSW\",\"Price\":250,\"Description\":\"Jain Cold Sandwich (current Cucumber and Tomato sandwich)\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVSW\",\"Price\":275,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCVS\",\"Price\":275,\"Description\":\"Low cal salad Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"LCNS\",\"Price\":300,\"Description\":\"Low cal salad Non Vegetarian\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VGML\",\"Price\":350,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NVML\",\"Price\":375,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"VCC2\",\"Price\":395,\"Description\":\"Vegetable in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC6\",\"Price\":395,\"Description\":\"Chicken schezwan on bed of fried rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC5\",\"Price\":395,\"Description\":\"Tawa Fish masala on bed of Steamed rice with tadka masoordal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC4\",\"Price\":395,\"Description\":\"Tandoori Chicken tangri with chicken haryali tikka & vegetable shami kebab\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC2\",\"Price\":395,\"Description\":\"Chicken in Red Thai Curry with Steamed Rice\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"NCC1\",\"Price\":395,\"Description\":\"Grilled Chicken Breast with Mushroom Sauce, Yellow Rice, Saut Carrot & Beans Baton\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFCM\",\"Price\":395,\"Description\":\"Vegetarian Gluten-free Cold Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"FPML\",\"Price\":400,\"Description\":\"Fruit Platter\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"JNML\",\"Price\":425,\"Description\":\"Jain Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFVG\",\"Price\":425,\"Description\":\"Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"GFNV\",\"Price\":425,\"Description\":\"Non Vegetarian Gluten-free Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DNVL\",\"Price\":425,\"Description\":\"Non Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"DBML\",\"Price\":425,\"Description\":\"Vegetarian Diabetic Hot Meal\"},{\"Currency\":\"INR\",\"key\":\"640\",\"Code\":\"CHML\",\"Price\":425,\"Description\":\"Kids 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-1487952626_5SXRDELSG8151DELCCUSG8921_89524849095793\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-CCU\":{\"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\":{\"CCF\":50,\"ACFT\":180,\"ACF\":3600,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":2,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"4C4BAE8E87CD4C34ADAB4CCFB47FE912\",\"message\":\"\"}}','2022-09-14 11:58:16'),(2389,'b5e12-5a456-4c727-91547','{\"FlightBookingData\":[{\"bookingId\":\"DMC115842686716\",\"bookingId_TJ\":\"TJ115842686716\",\"FlightNumber\":\"TK-7017\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b5e12-5a456-4c727-91547\",\"apiTraceId\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"23:15\",\"TravelDate\":\"2022-09-14T22:05\",\"LocalFromTime\":\"2022-09-14 22:05\",\"FromUTCTime\":\"2022-09-14T22:05\",\"LocalToTime\":\"2022-09-14 23:15\",\"ToUTCTime\":\"2022-09-14T23:15\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,302\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9097.4,\"Tax\":3000.64,\"YQTax\":0,\"OtherCharges\":2965.24,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12098.04,\"PublishedFare\":13301.640000000001,\"PublishedFareAgent\":13301.640000000001,\"OfferedFareAgent\":13301.640000000001,\"OfferedFare\":12098.04,\"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-0148710212_0ADBESBTK7017_1740149095870\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"B\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3000.64,\"TotalBaseFare\":12098.04,\"BaseFareCal\":12281.640000000001,\"BaseFare\":9097.4,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2965.24,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":12098.03,\"oldFare\":9118.52,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":13301.640000000001,\"CostToCustomer\":13301.640000000001,\"BaseFareCal\":12281.640000000001,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":12281.640000000001,\"intOfferedFare\":12098.04,\"intPublishFare\":12098.04,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"422\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-14T23:15\",\"SegFlightNumber\":\"TK-7017\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-14T22:05\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"316\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"flightbook@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9956586654\",\"FirstName\":\"buse emine\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 15:43:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1999-06-09\",\"PassportNationality\":\"TR\",\"PassportNo\":\"u25556659\",\"PassportExpiry\":\"2027-06-10\",\"passporIssue\":\"2020-06-12\",\"CustomerSysId\":\"137\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"137\",\"EmailId\":\"flightbook@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9956586654\",\"FirstName\":\"sude naz\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 15:43:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2004-04-22\",\"PassportNationality\":\"IN\",\"PassportNo\":\"u254588656\",\"PassportExpiry\":\"2027-10-02\",\"passporIssue\":\"2020-10-02\",\"CustomerMemberSysId\":\"240\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"137\",\"EmailId\":\"flightbook@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9956586654\",\"FirstName\":\"sude naz\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 15:43:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2004-04-22\",\"PassportNation\":\"IN\",\"PassportNo\":\"u254588656\",\"PassportExpiry\":\"2027-10-02\",\"passporIssue\":\"2020-10-02\",\"apiTraceId\":\"b5e12-5a456-4c727-91547\",\"modified\":\"2022-09-14 15:43:23\",\"created\":\"2022-09-14 15:43:23\",\"CustomerMemberSysId\":\"240\"}],\"CustomerSysId\":\"137\",\"CustomerMemSysId\":[\"137\",\"240\"],\"flight_booking_customer\":[[\"434\",\"435\"]],\"SearchTraceId\":\"b5e12-5a456-4c727-91547\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Izmir (ADB)\",\"Sectors\"],\"to_des\":[\"Ankara (ESB)\",\"DEL\"],\"departure_date\":[\"14\\/09\\/2022\",\"\"],\"source_city\":[\"ADB\"],\"ContSysId\":[\"222\",\"222\"],\"destination_city\":[\"ESB\"],\"source\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destination\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"from_mytrip_city\":[\" IZM\"],\"to_mytrip_city\":[\" ANK\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Izmir (ADB)\",\"Sectors\"],\"to_city\":[\"Ankara (ESB)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-14\"],\"strReturnDate\":\"\",\"sourceCityId\":[12958],\"intCountryCode\":\"TR\",\"destinationCityId\":[1098],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"b5e12-5a456-4c727-91547\",\"sourceCityAirportCode\":[\"ADB\"],\"destinationCityAirportCode\":[\"ESB\"],\"from\":[\"ADB\"],\"to\":[\"ESB\"],\"sourceCityText\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destinationCityText\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Sep Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-14 15:38:53\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"b5e12-5a456-4c727-91547\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Izmir (ADB)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Ankara (ESB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"14\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"ADB\\\"],\\\"ContSysId\\\":[\\\"222\\\",\\\"222\\\"],\\\"destination_city\\\":[\\\"ESB\\\"],\\\"source\\\":[\\\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\\\"],\\\"destination\\\":[\\\"Ankara, ANK, TR - Esenboga Arpt (ESB)\\\"],\\\"from_mytrip_city\\\":[\\\" IZM\\\"],\\\"to_mytrip_city\\\":[\\\" ANK\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Izmir (ADB)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Ankara (ESB)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-14\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12958],\\\"intCountryCode\\\":\\\"TR\\\",\\\"destinationCityId\\\":[1098],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"b5e12-5a456-4c727-91547\\\",\\\"sourceCityAirportCode\\\":[\\\"ADB\\\"],\\\"destinationCityAirportCode\\\":[\\\"ESB\\\"],\\\"from\\\":[\\\"ADB\\\"],\\\"to\\\":[\\\"ESB\\\"],\\\"sourceCityText\\\":[\\\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\\\"],\\\"destinationCityText\\\":[\\\"Ankara, ANK, TR - Esenboga Arpt (ESB)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"14\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"14 Sep Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-14 15:38:53\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC115842686716\\\",\\\"bookingId_TJ\\\":\\\"TJ115842686716\\\",\\\"FlightNumber\\\":\\\"TK-7017\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"b5e12-5a456-4c727-91547\\\",\\\"apiTraceId\\\":\\\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\\\",\\\"AirlineSysId\\\":\\\"517\\\",\\\"DepartureTime\\\":\\\"22:05\\\",\\\"ArrivalTime\\\":\\\"23:15\\\",\\\"TravelDate\\\":\\\"2022-09-14T22:05\\\",\\\"LocalFromTime\\\":\\\"2022-09-14 22:05\\\",\\\"FromUTCTime\\\":\\\"2022-09-14T22:05\\\",\\\"LocalToTime\\\":\\\"2022-09-14 23:15\\\",\\\"ToUTCTime\\\":\\\"2022-09-14T23:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"B\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":70,\\\"DepartureDateTxt\\\":\\\"Wed, 14 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 14 Sep\\\",\\\"FlightDuration\\\":\\\"01h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"12958\\\",\\\"DestPlaceSysId\\\":\\\"1098\\\",\\\"SourceAirportCode\\\":\\\"ADB\\\",\\\"DestAirportCode\\\":\\\"ESB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"13,302\\\",\\\"ApiResultIndex\\\":\\\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":9097.4,\\\"Tax\\\":3000.64,\\\"YQTax\\\":0,\\\"OtherCharges\\\":2965.24,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12098.04,\\\"PublishedFare\\\":13301.640000000001,\\\"PublishedFareAgent\\\":13301.640000000001,\\\"OfferedFareAgent\\\":13301.640000000001,\\\"OfferedFare\\\":12098.04,\\\"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-0148710212_0ADBESBTK7017_1740149095870\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"B\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":183.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1020,\\\"GSTOnMarkUp\\\":183.6,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13301.640000000001,\\\"CostToAgent\\\":13301.640000000001,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3000.64,\\\"TotalBaseFare\\\":12098.04,\\\"BaseFareCal\\\":12281.640000000001,\\\"BaseFare\\\":9097.4,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":2965.24,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":183.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1020,\\\"GSTOnMarkUp\\\":183.6,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13301.640000000001,\\\"CostToAgent\\\":13301.640000000001,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]}],\\\"newFare\\\":12098.03,\\\"oldFare\\\":9118.52,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":1020,\\\"IntTaxOnAgencyFixMarkUp\\\":183.6,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":183.6,\\\"PublishFare\\\":13301.640000000001,\\\"CostToCustomer\\\":13301.640000000001,\\\"BaseFareCal\\\":12281.640000000001,\\\"intCommisionEarnedForAgency\\\":1020,\\\"CostToCompany\\\":12281.640000000001,\\\"intOfferedFare\\\":12098.04,\\\"intPublishFare\\\":12098.04,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13301.640000000001,\\\"CostToAgent\\\":13301.640000000001,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"422\\\",\\\"originAirportName\\\":\\\"Adnan Menderes Airport\\\",\\\"destinationAirportName\\\":\\\"Esenboga Arpt\\\",\\\"originCityName\\\":\\\"Izmir\\\",\\\"originCountryName\\\":\\\"Turkey\\\",\\\"destinationCityName\\\":\\\"Ankara\\\",\\\"destinationCountryName\\\":\\\"Turkey\\\",\\\"destinationAirportCode\\\":\\\"ESB\\\",\\\"destinationArrTime\\\":\\\"2022-09-14T23:15\\\",\\\"SegFlightNumber\\\":\\\"TK-7017\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"FareClass\\\":\\\"B\\\",\\\"originAirportCode\\\":\\\"ADB\\\",\\\"originDepTime\\\":\\\"2022-09-14T22:05\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":null,\\\"CabinBaggage\\\":null,\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"22:05\\\",\\\"strArrivalDtTime\\\":\\\"23:15\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"}],\\\"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\\\":\\\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-13 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"ADB\\\",\\\"strDestinationAirportCode\\\":\\\"ESB\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"12958\\\",\\\"intDestinationCityId\\\":\\\"1098\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"422\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9956586654\",\"leadEmail\":\"flightbook@outlook.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"buse emine\",\"passenger-lastname-1\":\"tekeci\",\"passenger-dob-1\":\"09\\/06\\/1999\",\"passenger-nationality-1\":\"TR\",\"passenger-PassportNo-1\":\"u25556659\",\"passenger-passporIssue-1\":\"12\\/06\\/2020\",\"passenger-PassportExpiry-1\":\"10\\/06\\/2027\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"sude naz\",\"passenger-lastname-2\":\"tekeci\",\"passenger-dob-2\":\"22\\/04\\/2004\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"u254588656\",\"passenger-passporIssue-2\":\"02\\/10\\/2020\",\"passenger-PassportExpiry-2\":\"02\\/10\\/2027\",\"SelectBaggage\":[\"\",\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"2\",\"EmailId\":\"flightbook@outlook.com\",\"FirstName\":\"buse emine\",\"LastName\":\"tekeci\",\"CountryCode\":\"91\",\"MobileNo\":\"9956586654\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"137\",\"EmailId\":\"flightbook@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9956586654\",\"FirstName\":\"sude naz\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-14 15:43:23\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2004-04-22\",\"PassportNation\":\"IN\",\"PassportNo\":\"u254588656\",\"PassportExpiry\":\"2027-10-02\",\"passporIssue\":\"2020-10-02\",\"apiTraceId\":\"b5e12-5a456-4c727-91547\",\"modified\":\"2022-09-14 15:43:23\",\"created\":\"2022-09-14 15:43:23\",\"MobileNo\":\"9956586654\",\"B2B\":true}},\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"b5e12-5a456-4c727-91547\",\"FlightBookingData\":[{\"bookingId\":\"DMC115842686716\",\"bookingId_TJ\":\"TJ115842686716\",\"FlightNumber\":\"TK-7017\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"b5e12-5a456-4c727-91547\",\"apiTraceId\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"22:05\",\"ArrivalTime\":\"23:15\",\"TravelDate\":\"2022-09-14T22:05\",\"LocalFromTime\":\"2022-09-14 22:05\",\"FromUTCTime\":\"2022-09-14T22:05\",\"LocalToTime\":\"2022-09-14 23:15\",\"ToUTCTime\":\"2022-09-14T23:15\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 14 Sep\",\"ArrivalDateTxt\":\"Wed, 14 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,302\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9097.4,\"Tax\":3000.64,\"YQTax\":0,\"OtherCharges\":2965.24,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12098.04,\"PublishedFare\":13301.640000000001,\"PublishedFareAgent\":13301.640000000001,\"OfferedFareAgent\":13301.640000000001,\"OfferedFare\":12098.04,\"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-0148710212_0ADBESBTK7017_1740149095870\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"B\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3000.64,\"TotalBaseFare\":12098.04,\"BaseFareCal\":12281.640000000001,\"BaseFare\":9097.4,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2965.24,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":12098.03,\"oldFare\":9118.52,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":13301.640000000001,\"CostToCustomer\":13301.640000000001,\"BaseFareCal\":12281.640000000001,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":12281.640000000001,\"intOfferedFare\":12098.04,\"intPublishFare\":12098.04,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13301.640000000001,\"CostToAgent\":13301.640000000001,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"422\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-14T23:15\",\"SegFlightNumber\":\"TK-7017\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-14T22:05\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:05\",\"strArrivalDtTime\":\"23:15\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"422\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-0148710212_1ADBESBTK7017_17131723008620\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-13 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"689F50D4F4FC43B7BD4C11CAAD9B4B1D\",\"message\":\"\"}}','2022-09-14 15:43:53'),(2390,'fefd9-d1535-247a1-53685','{\"FlightBookingData\":[{\"FlightNumber\":\"G8-113\",\"keyIndex\":7,\"SegFlightNumberArr\":\"G8-113, G8-274\",\"AirlineName\":\"Go first\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"1-1263924823_7DELBLRG8113BLRPATG8274_73350364489858\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"05:50\",\"ArrivalTime\":\"21:00\",\"TravelDate\":\"2022-09-16T05:50\",\"LocalFromTime\":\"2022-09-16 05:50\",\"FromUTCTime\":\"2022-09-16T05:50\",\"LocalToTime\":\"2022-09-16 21:00\",\"ToUTCTime\":\"2022-09-16T21:00\",\"IsDirect\":0,\"FareClass\":\"GS\",\"LAYOVERCity\":\"Bengaluru\",\"GroundTime\":585,\"LAYOVERDuration\":\"9h 45m\",\"FlyingMinutes\":910,\"DepartureDateTxt\":\"Fri, 16 Sep\",\"ArrivalDateTxt\":\"Fri, 16 Sep\",\"FlightDuration\":\"15h 10m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"20918\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PAT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":67,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":31287,\"PublishedFareTxt\":\"31,287\",\"ApiResultIndex\":\"1-1263924823_7DELBLRG8113BLRPATG8274_73350364489579\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"fefd9-d1535-247a1-53685\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":26483,\"Tax\":4971,\"YQTax\":1500,\"OtherCharges\":2199,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":31454,\"PublishedFare\":31287,\"PublishedFarePerPax\":31287,\"OfferedFare\":30369,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-1263924823_7DELBLRG8113BLRPATG8274_73350364489858\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"FareClass\":\"Economy\",\"intTotalGST\":140.03,\"apiMarkup\":677.97,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03,\"NoOfSeatAvailable\":67,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"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\":4971,\"BaseFareCal\":30509.03,\"BaseFare\":26483,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":1500,\"AGST\":0,\"MFT\":72,\"OT\":2199,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":140.03,\"apiMarkup\":677.97,\"IntCommission\":0,\"apiTaxOnMarkup\":122.03,\"FixedMarkUp\":100,\"GSTOnMarkUp\":18,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":677.97,\"apiTaxOnMarkup\":122.03,\"IntNetCommission\":285,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":100,\"IntTaxOnAgencyFixMarkUp\":18,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":140.03,\"PublishFare\":31287,\"CostToCustomer\":31287,\"BaseFareCal\":30509.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":30509.03,\"intOfferedFare\":30369,\"intPublishFare\":31454,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"100.00\",\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100},\"$$hashKey\":\"0OV\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-09-16T08:35\",\"SegFlightNumber\":\"G8-113\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-16T05:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":165,\"GroundTime\":585,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"05:50\",\"strArrivalDtTime\":\"08:35\",\"FlightDuration\":\"2h 45m\",\"LAYOVERDuration\":\"9h 45m\",\"LAYOVERCity\":\"Bengaluru\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"},{\"originAirportName\":\"Bengaluru Intl Arpt\",\"destinationAirportName\":\"Jai Prakash Narayan Arpt\",\"originCityName\":\"Bengaluru\",\"originCountryName\":\"India\",\"destinationCityName\":\"Patna\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PAT\",\"destinationArrTime\":\"2022-09-16T21:00\",\"SegFlightNumber\":\"G8-274\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"GS\",\"originAirportCode\":\"BLR\",\"originDepTime\":\"2022-09-16T18:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":160,\"GroundTime\":0,\"NoOfSeatAvailable\":67,\"strDepartureDtTime\":\"18:20\",\"strArrivalDtTime\":\"21:00\",\"FlightDuration\":\"2h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\"}],\"FilterPrice\":\"30001-35000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"20:00-23:59\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-09-14 16:05:50'),(2396,'14a8c-a6c6b-6187d-7cd20','{\"FlightBookingData\":[{\"bookingId\":\"DMC110642737383\",\"bookingId_TJ\":\"TJ110642737383\",\"FlightNumber\":\"TK-7015\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"apiTraceId\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"14:45\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2022-09-15T14:45\",\"LocalFromTime\":\"2022-09-15 14:45\",\"FromUTCTime\":\"2022-09-15T14:45\",\"LocalToTime\":\"2022-09-15 15:55\",\"ToUTCTime\":\"2022-09-15T15:55\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 15 Sep\",\"ArrivalDateTxt\":\"Thu, 15 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,323\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9114.98,\"Tax\":3004.42,\"YQTax\":0,\"OtherCharges\":2969.02,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12119.4,\"PublishedFare\":13323,\"PublishedFareAgent\":13323,\"OfferedFareAgent\":13323,\"OfferedFare\":12119.4,\"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-2984813758_0ADBESBTK7015_53387333037640\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"B\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3004.42,\"TotalBaseFare\":12119.4,\"BaseFareCal\":12303,\"BaseFare\":9114.98,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2969.02,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":13323,\"CostToCustomer\":13323,\"BaseFareCal\":12303,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":12303,\"intOfferedFare\":12119.4,\"intPublishFare\":12119.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"733\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-15T15:55\",\"SegFlightNumber\":\"TK-7015\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-15T14:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"317\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"flightbookk@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9965856652\",\"FirstName\":\"buse emine\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-15 02:03:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1999-06-09\",\"PassportNationality\":\"TR\",\"PassportNo\":\"u26599966\",\"PassportExpiry\":\"2027-09-14\",\"passporIssue\":\"2021-09-14\",\"CustomerSysId\":\"138\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"138\",\"EmailId\":\"flightbookk@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9965856652\",\"FirstName\":\"sude naz\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-15 02:03:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2004-01-22\",\"PassportNationality\":\"TR\",\"PassportNo\":\"u26599556\",\"PassportExpiry\":\"2027-09-14\",\"passporIssue\":\"2021-09-14\",\"CustomerMemberSysId\":\"241\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"138\",\"EmailId\":\"flightbookk@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9965856652\",\"FirstName\":\"sude naz\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-15 02:03:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2004-01-22\",\"PassportNation\":\"TR\",\"PassportNo\":\"u26599556\",\"PassportExpiry\":\"2027-09-14\",\"passporIssue\":\"2021-09-14\",\"apiTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"modified\":\"2022-09-15 02:03:58\",\"created\":\"2022-09-15 02:03:58\",\"CustomerMemberSysId\":\"241\"}],\"CustomerSysId\":\"138\",\"CustomerMemSysId\":[\"138\",\"241\"],\"flight_booking_customer\":[[\"436\",\"437\"]],\"SearchTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Izmir (ADB)\",\"Sectors\"],\"to_des\":[\"Ankara (ESB)\",\"DEL\"],\"departure_date\":[\"15\\/09\\/2022\",\"17\\/09\\/2022\"],\"source_city\":[\"ADB\"],\"ContSysId\":[\"222\",\"222\"],\"destination_city\":[\"ESB\"],\"source\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destination\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"from_mytrip_city\":[\" IZM\"],\"to_mytrip_city\":[\" ANK\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Izmir (ADB)\",\"Sectors\"],\"to_city\":[\"Ankara (ESB)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-15\",\"2022-09-17\"],\"strReturnDate\":\"\",\"sourceCityId\":[12958],\"intCountryCode\":\"TR\",\"destinationCityId\":[1098],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"sourceCityAirportCode\":[\"ADB\"],\"destinationCityAirportCode\":[\"ESB\"],\"from\":[\"ADB\"],\"to\":[\"ESB\"],\"sourceCityText\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destinationCityText\":[\"Ankara, ANK, TR - Esenboga Arpt (ESB)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"15\\/09\\/2022\",\"17\\/09\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"15 Sep Thu\",\"17 Sep Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-15 02:00:27\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":{\"733\":{\"1\":{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"},\"2\":{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}}},\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Izmir (ADB)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Ankara (ESB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"15\\\\\\/09\\\\\\/2022\\\",\\\"17\\\\\\/09\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"ADB\\\"],\\\"ContSysId\\\":[\\\"222\\\",\\\"222\\\"],\\\"destination_city\\\":[\\\"ESB\\\"],\\\"source\\\":[\\\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\\\"],\\\"destination\\\":[\\\"Ankara, ANK, TR - Esenboga Arpt (ESB)\\\"],\\\"from_mytrip_city\\\":[\\\" IZM\\\"],\\\"to_mytrip_city\\\":[\\\" ANK\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Izmir (ADB)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Ankara (ESB)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-15\\\",\\\"2022-09-17\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12958],\\\"intCountryCode\\\":\\\"TR\\\",\\\"destinationCityId\\\":[1098],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"14a8c-a6c6b-6187d-7cd20\\\",\\\"sourceCityAirportCode\\\":[\\\"ADB\\\"],\\\"destinationCityAirportCode\\\":[\\\"ESB\\\"],\\\"from\\\":[\\\"ADB\\\"],\\\"to\\\":[\\\"ESB\\\"],\\\"sourceCityText\\\":[\\\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\\\"],\\\"destinationCityText\\\":[\\\"Ankara, ANK, TR - Esenboga Arpt (ESB)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"15\\\\\\/09\\\\\\/2022\\\",\\\"17\\\\\\/09\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"15 Sep Thu\\\",\\\"17 Sep Sat\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-15 02:00:27\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC110642737383\\\",\\\"bookingId_TJ\\\":\\\"TJ110642737383\\\",\\\"FlightNumber\\\":\\\"TK-7015\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":false,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"14a8c-a6c6b-6187d-7cd20\\\",\\\"apiTraceId\\\":\\\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\\\",\\\"AirlineSysId\\\":\\\"517\\\",\\\"DepartureTime\\\":\\\"14:45\\\",\\\"ArrivalTime\\\":\\\"15:55\\\",\\\"TravelDate\\\":\\\"2022-09-15T14:45\\\",\\\"LocalFromTime\\\":\\\"2022-09-15 14:45\\\",\\\"FromUTCTime\\\":\\\"2022-09-15T14:45\\\",\\\"LocalToTime\\\":\\\"2022-09-15 15:55\\\",\\\"ToUTCTime\\\":\\\"2022-09-15T15:55\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"B\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":70,\\\"DepartureDateTxt\\\":\\\"Thu, 15 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Thu, 15 Sep\\\",\\\"FlightDuration\\\":\\\"01h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"12958\\\",\\\"DestPlaceSysId\\\":\\\"1098\\\",\\\"SourceAirportCode\\\":\\\"ADB\\\",\\\"DestAirportCode\\\":\\\"ESB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"13,323\\\",\\\"ApiResultIndex\\\":\\\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":9114.98,\\\"Tax\\\":3004.42,\\\"YQTax\\\":0,\\\"OtherCharges\\\":2969.02,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":12119.4,\\\"PublishedFare\\\":13323,\\\"PublishedFareAgent\\\":13323,\\\"OfferedFareAgent\\\":13323,\\\"OfferedFare\\\":12119.4,\\\"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-2984813758_0ADBESBTK7015_53387333037640\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":null,\\\"classOfBooking\\\":\\\"B\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":183.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1020,\\\"GSTOnMarkUp\\\":183.6,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13323,\\\"CostToAgent\\\":13323,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":3004.42,\\\"TotalBaseFare\\\":12119.4,\\\"BaseFareCal\\\":12303,\\\"BaseFare\\\":9114.98,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":2969.02,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":183.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1020,\\\"GSTOnMarkUp\\\":183.6,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13323,\\\"CostToAgent\\\":13323,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":[],\\\"CabinBaggage\\\":[]}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":1020,\\\"IntTaxOnAgencyFixMarkUp\\\":183.6,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":183.6,\\\"PublishFare\\\":13323,\\\"CostToCustomer\\\":13323,\\\"BaseFareCal\\\":12303,\\\"intCommisionEarnedForAgency\\\":1020,\\\"CostToCompany\\\":12303,\\\"intOfferedFare\\\":12119.4,\\\"intPublishFare\\\":12119.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":13323,\\\"CostToAgent\\\":13323,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"733\\\",\\\"originAirportName\\\":\\\"Adnan Menderes Airport\\\",\\\"destinationAirportName\\\":\\\"Esenboga Arpt\\\",\\\"originCityName\\\":\\\"Izmir\\\",\\\"originCountryName\\\":\\\"Turkey\\\",\\\"destinationCityName\\\":\\\"Ankara\\\",\\\"destinationCountryName\\\":\\\"Turkey\\\",\\\"destinationAirportCode\\\":\\\"ESB\\\",\\\"destinationArrTime\\\":\\\"2022-09-15T15:55\\\",\\\"SegFlightNumber\\\":\\\"TK-7015\\\",\\\"AirlineCode\\\":\\\"TK\\\",\\\"AirlineName\\\":\\\"Turkish Airlines\\\",\\\"FareClass\\\":\\\"B\\\",\\\"originAirportCode\\\":\\\"ADB\\\",\\\"originDepTime\\\":\\\"2022-09-15T14:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":null,\\\"CabinBaggage\\\":null,\\\"IsBaggage\\\":false,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":null,\\\"strDepartureDtTime\\\":\\\"14:45\\\",\\\"strArrivalDtTime\\\":\\\"15:55\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal D\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/TK.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"733\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"}],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"733\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"}],\\\"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\\\":\\\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-14 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"ADB\\\",\\\"strDestinationAirportCode\\\":\\\"ESB\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"12958\\\",\\\"intDestinationCityId\\\":\\\"1098\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"733\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"{\\\"733\\\":{\\\"1\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"733\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"},\\\"2\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"733\\\",\\\"Code\\\":\\\"1\\\",\\\"Price\\\":0,\\\"Weight\\\":\\\"1bags 15kg\\\"}}}\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9965856652\",\"leadEmail\":\"flightbookk@outlook.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"buse emine\",\"passenger-lastname-1\":\"tekeci\",\"passenger-dob-1\":\"09\\/06\\/1999\",\"passenger-nationality-1\":\"TR\",\"passenger-PassportNo-1\":\"u26599966\",\"passenger-passporIssue-1\":\"14\\/09\\/2021\",\"passenger-PassportExpiry-1\":\"14\\/09\\/2027\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"sude naz\",\"passenger-lastname-2\":\"tekeci\",\"passenger-dob-2\":\"22\\/01\\/2004\",\"passenger-nationality-2\":\"TR\",\"passenger-PassportNo-2\":\"u26599556\",\"passenger-passporIssue-2\":\"14\\/09\\/2021\",\"passenger-PassportExpiry-2\":\"14\\/09\\/2027\",\"SelectBaggage\":[\"0\",\"0\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"2\",\"EmailId\":\"flightbookk@outlook.com\",\"FirstName\":\"buse emine\",\"LastName\":\"tekeci\",\"CountryCode\":\"91\",\"MobileNo\":\"9965856652\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"138\",\"EmailId\":\"flightbookk@outlook.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9965856652\",\"FirstName\":\"sude naz\",\"LastName\":\"tekeci\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-15 02:03:58\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"2004-01-22\",\"PassportNation\":\"TR\",\"PassportNo\":\"u26599556\",\"PassportExpiry\":\"2027-09-14\",\"passporIssue\":\"2021-09-14\",\"apiTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"modified\":\"2022-09-15 02:03:58\",\"created\":\"2022-09-15 02:03:58\",\"MobileNo\":\"9965856652\",\"B2B\":true}},\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"sessionSupportContact\":{\"status\":true,\"data\":{\"MasterDate\":{\"PlanType\":{\"1\":\"Flight\",\"2\":\"Hotel\",\"5\":\"Package\",\"6\":\"Visa\",\"96\":\"Flight Modification\",\"95\":\"Hotel Modification\",\"94\":\"Booking Failed\"},\"MarketType\":{\"1\":\"B2C\",\"2\":\"B2B\"},\"ItemSourceType\":{\"1\":\"Domestic\",\"2\":\"International\"},\"SupportNumber\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"FlightBookingData\":[{\"bookingId\":\"DMC110642737383\",\"bookingId_TJ\":\"TJ110642737383\",\"FlightNumber\":\"TK-7015\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"14a8c-a6c6b-6187d-7cd20\",\"apiTraceId\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"14:45\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2022-09-15T14:45\",\"LocalFromTime\":\"2022-09-15 14:45\",\"FromUTCTime\":\"2022-09-15T14:45\",\"LocalToTime\":\"2022-09-15 15:55\",\"ToUTCTime\":\"2022-09-15T15:55\",\"IsDirect\":0,\"FareClass\":\"B\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Thu, 15 Sep\",\"ArrivalDateTxt\":\"Thu, 15 Sep\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"1098\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"ESB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"13,323\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":9114.98,\"Tax\":3004.42,\"YQTax\":0,\"OtherCharges\":2969.02,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":12119.4,\"PublishedFare\":13323,\"PublishedFareAgent\":13323,\"OfferedFareAgent\":13323,\"OfferedFare\":12119.4,\"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-2984813758_0ADBESBTK7015_53387333037640\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"B\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":3004.42,\"TotalBaseFare\":12119.4,\"BaseFareCal\":12303,\"BaseFare\":9114.98,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":2969.02,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":13323,\"CostToCustomer\":13323,\"BaseFareCal\":12303,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":12303,\"intOfferedFare\":12119.4,\"intPublishFare\":12119.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":13323,\"CostToAgent\":13323,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"733\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Esenboga Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Ankara\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"ESB\",\"destinationArrTime\":\"2022-09-15T15:55\",\"SegFlightNumber\":\"TK-7015\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"B\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-15T14:45\",\"TripIndicator\":1,\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal D\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"733\",\"Code\":\"1\",\"Price\":0,\"Weight\":\"1bags 15kg\"}],\"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\":\"27-21-20-12-2-15-10-2984813758_9ADBESBTK7015_33183688088441\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-14 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"ESB\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"1098\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"62D65248395B40AAB16B05559F56B177\",\"message\":\"\"}}','2022-09-15 02:04:22'),(2398,'f2608-cd3d0-8a86c-d113b','{\"FlightBookingData\":[{\"bookingId\":\"DMC113742999353\",\"bookingId_TJ\":\"TJ113742999353\",\"FlightNumber\":\"TK-261\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"f2608-cd3d0-8a86c-d113b\",\"apiTraceId\":\"27-21-20-12-2-15-10-1571901328_6FEGISTTK261_193711365854424\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"09:25\",\"ArrivalTime\":\"13:00\",\"TravelDate\":\"2022-09-22T09:25\",\"LocalFromTime\":\"2022-09-22 09:25\",\"FromUTCTime\":\"2022-09-22T09:25\",\"LocalToTime\":\"2022-09-22 13:00\",\"ToUTCTime\":\"2022-09-22T13:00\",\"IsDirect\":0,\"FareClass\":\"A\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":335,\"DepartureDateTxt\":\"Thu, 22 Sep\",\"ArrivalDateTxt\":\"Thu, 22 Sep\",\"FlightDuration\":\"04h 35m\",\"SourcePlaceSysId\":\"0\",\"DestPlaceSysId\":\"12905\",\"SourceAirportCode\":\"FEG\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"47,671\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-1571901328_6FEGISTTK261_193711365854424\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":39020,\"Tax\":8191.7,\"YQTax\":0,\"OtherCharges\":2114,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":6060,\"MUFee\":0,\"intPublishedFare\":47211.7,\"PublishedFare\":47671,\"PublishedFareAgent\":47671,\"OfferedFareAgent\":47671,\"OfferedFare\":47069.2,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"27-21-20-12-2-15-10-1571901328_0FEGISTTK261_111649552353517\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"A\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":47671,\"CostToAgent\":47671,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":8191.7,\"TotalBaseFare\":47211.7,\"BaseFareCal\":47161,\"BaseFare\":39020,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":2114,\"MU\":0,\"YR\":6060,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":47671,\"CostToAgent\":47671,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"35KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":47671,\"CostToCustomer\":47671,\"BaseFareCal\":47161,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":47161,\"intOfferedFare\":47069.2,\"intPublishFare\":47211.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":47671,\"CostToAgent\":47671,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"673\",\"originAirportName\":\"Fergana International Airport\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Oepraha\",\"originCountryName\":\"Uzbekistan\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-09-22T13:00\",\"SegFlightNumber\":\"TK-261\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"A\",\"originAirportCode\":\"FEG\",\"originDepTime\":\"2022-09-22T09:25\",\"TripIndicator\":1,\"Baggage\":\"35KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":335,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"09:25\",\"strArrivalDtTime\":\"13:00\",\"FlightDuration\":\"5h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-2-15-10-1571901328_6FEGISTTK261_193711365854424\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"FEG-IST\":{\"fr\":{\"DATECHANGE\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}},\"AFTER_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCF\":100,\"CCFT\":18}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-21 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"FEG\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"0\",\"intDestinationCityId\":\"12905\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"27-21-20-12-2-15-10-1571901328_6FEGISTTK261_193711365854424\",\"SearchTraceId\":\"f2608-cd3d0-8a86c-d113b\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Oepraha (FEG)\",\"Sectors\"],\"to_des\":[\"Istanbul (IST)\",\"DEL\"],\"departure_date\":[\"22\\/09\\/2022\",\"\"],\"source_city\":[\"FEG\"],\"ContSysId\":[\"0\",\"222\"],\"destination_city\":[\"IST\"],\"source\":[\"Oepraha, UZ - Fergana International Airport (FEG)\"],\"destination\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"from_mytrip_city\":[\" UZ - Fergana International Airport (FEG)\"],\"to_mytrip_city\":[\" TR - Ataturk Arpt (IST)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Oepraha (FEG)\",\"Sectors\"],\"to_city\":[\"Istanbul (IST)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-22\"],\"strReturnDate\":\"\",\"sourceCityId\":[0],\"intCountryCode\":\"UZ\",\"destinationCityId\":[12905],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"f2608-cd3d0-8a86c-d113b\",\"sourceCityAirportCode\":[\"FEG\"],\"destinationCityAirportCode\":[\"IST\"],\"from\":[\"FEG\"],\"to\":[\"IST\"],\"sourceCityText\":[\"Oepraha, UZ - Fergana International Airport (FEG)\"],\"destinationCityText\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"22\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"22 Sep Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-17 19:35:59\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-09-17 19:36:21'),(2404,'aa77c-0af5f-10627-59a61','{\"FlightBookingData\":[{\"bookingId\":\"DMC117243182492\",\"bookingId_TJ\":\"TJ117243182492\",\"FlightNumber\":\"PC-2205\",\"AirlineName\":\"Pegasus\",\"AirlineCode\":\"PC\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"aa77c-0af5f-10627-59a61\",\"apiTraceId\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"AirlineSysId\":\"388\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"03:00\",\"TravelDate\":\"2022-09-20T20:10\",\"LocalFromTime\":\"2022-09-20 20:10\",\"FromUTCTime\":\"2022-09-20T20:10\",\"LocalToTime\":\"2022-09-21 03:00\",\"ToUTCTime\":\"2022-09-21T03:00\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":350,\"DepartureDateTxt\":\"Tue, 20 Sep\",\"ArrivalDateTxt\":\"Wed, 21 Sep\",\"FlightDuration\":\"07h 50m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"2099\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"GYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,155\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":22650,\"Tax\":19491.4,\"YQTax\":11324,\"OtherCharges\":4940,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3192,\"MUFee\":0,\"intPublishedFare\":42141.4,\"PublishedFare\":43155,\"PublishedFareAgent\":43155,\"OfferedFareAgent\":43155,\"OfferedFare\":41951.4,\"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-3625549561_0ADBSAWPC2205SAWGYDPC854_344200217811359\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"E\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":19491.4,\"TotalBaseFare\":42141.4,\"BaseFareCal\":42135,\"BaseFare\":22650,\"CommissionEarned\":190,\"TDS\":0,\"MF\":30,\"YQ\":11324,\"AGST\":0,\"MFT\":5.4,\"OT\":4940,\"MU\":0,\"YR\":3192,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":190,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":43155,\"CostToCustomer\":43155,\"BaseFareCal\":42135,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":42135,\"intOfferedFare\":41951.4,\"intPublishFare\":42141.4,\"TripjackMarkup\":0,\"TripjackCommission\":190,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"503\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Sabiha Gokcen Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"SAW\",\"destinationArrTime\":\"2022-09-20T21:15\",\"SegFlightNumber\":\"PC-2205\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"E\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-20T20:10\",\"TripIndicator\":1,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":130,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"504\",\"originAirportName\":\"Sabiha Gokcen Arpt\",\"destinationAirportName\":\"Heydar Aliyev Intl Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Baku\",\"destinationCountryName\":\"Azerbaijan\",\"destinationAirportCode\":\"GYD\",\"destinationArrTime\":\"2022-09-21T03:00\",\"SegFlightNumber\":\"PC-854\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"E\",\"originAirportCode\":\"SAW\",\"originDepTime\":\"2022-09-20T23:25\",\"TripIndicator\":2,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:25\",\"strArrivalDtTime\":\"03:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.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\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"ADB-GYD\":{\"fr\":{\"DATECHANGE\":{\"AFTER_DEPARTURE\":{\"amount\":4785,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ARFT\":239.25,\"ARF\":4785,\"CRF\":50,\"CRFT\":9}},\"BEFORE_DEPARTURE\":{\"amount\":4785,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ARFT\":239.25,\"ARF\":4785,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"Not Applicable\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"BEFORE_DEPARTURE\":{\"amount\":11325,\"additionalFee\":100,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ACFT\":566.25,\"CCF\":100,\"ACF\":11325,\"CCFT\":18}}},\"NO_SHOW\":{\"AFTER_DEPARTURE\":{\"policyInfo\":\"Not Applicable\"},\"BEFORE_DEPARTURE\":{\"policyInfo\":\"Not Applicable\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"GYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"2099\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"flight_booking_id_Arr\":[\"318\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"aynura\",\"LastName\":\"balabayeva\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-19 21:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1983-10-15\",\"PassportNationality\":\"AZ\",\"PassportNo\":\"c32659953\",\"PassportExpiry\":\"2031-10-14\",\"passporIssue\":\"2021-09-14\",\"CustomerMemberSysId\":\"242\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"feqana\",\"LastName\":\"agamaliyeva\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-19 21:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1962-07-17\",\"PassportNationality\":\"AZ\",\"PassportNo\":\"c26599955\",\"PassportExpiry\":\"2031-09-14\",\"passporIssue\":\"2021-09-14\",\"CustomerMemberSysId\":\"243\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"aynura\",\"LastName\":\"balabayeva\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-19 21:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1983-10-15\",\"PassportNation\":\"AZ\",\"PassportNo\":\"c32659953\",\"PassportExpiry\":\"2031-10-14\",\"passporIssue\":\"2021-09-14\",\"apiTraceId\":\"aa77c-0af5f-10627-59a61\",\"modified\":\"2022-09-19 21:38:54\",\"created\":\"2022-09-19 21:38:54\",\"CustomerMemberSysId\":\"242\"},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"feqana\",\"LastName\":\"agamaliyeva\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-19 21:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1962-07-17\",\"PassportNation\":\"AZ\",\"PassportNo\":\"c26599955\",\"PassportExpiry\":\"2031-09-14\",\"passporIssue\":\"2021-09-14\",\"apiTraceId\":\"aa77c-0af5f-10627-59a61\",\"modified\":\"2022-09-19 21:38:54\",\"created\":\"2022-09-19 21:38:54\",\"CustomerMemberSysId\":\"243\"}],\"CustomerSysId\":\"76\",\"CustomerMemSysId\":[\"242\",\"243\"],\"flight_booking_customer\":[[\"438\",\"439\"]],\"SearchTraceId\":\"aa77c-0af5f-10627-59a61\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Izmir (ADB)\",\"Sectors\"],\"to_des\":[\"Baku (GYD)\",\"DEL\"],\"departure_date\":[\"20\\/09\\/2022\",\"\"],\"source_city\":[\"ADB\"],\"ContSysId\":[\"222\",\"15\"],\"destination_city\":[\"GYD\"],\"source\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destination\":[\"Baku, BAK, AZ - Heydar Aliyev Intl Arpt (GYD)\"],\"from_mytrip_city\":[\" IZM\"],\"to_mytrip_city\":[\" BAK\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Izmir (ADB)\",\"Sectors\"],\"to_city\":[\"Baku (GYD)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[12958],\"intCountryCode\":\"TR\",\"destinationCityId\":[2099],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"aa77c-0af5f-10627-59a61\",\"sourceCityAirportCode\":[\"ADB\"],\"destinationCityAirportCode\":[\"GYD\"],\"from\":[\"ADB\"],\"to\":[\"GYD\"],\"sourceCityText\":[\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\"],\"destinationCityText\":[\"Baku, BAK, AZ - Heydar Aliyev Intl Arpt (GYD)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Sep Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-19 21:36:24\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"aa77c-0af5f-10627-59a61\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Izmir (ADB)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Baku (GYD)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"20\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"ADB\\\"],\\\"ContSysId\\\":[\\\"222\\\",\\\"15\\\"],\\\"destination_city\\\":[\\\"GYD\\\"],\\\"source\\\":[\\\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\\\"],\\\"destination\\\":[\\\"Baku, BAK, AZ - Heydar Aliyev Intl Arpt (GYD)\\\"],\\\"from_mytrip_city\\\":[\\\" IZM\\\"],\\\"to_mytrip_city\\\":[\\\" BAK\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Izmir (ADB)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Baku (GYD)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":true,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-09-20\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[12958],\\\"intCountryCode\\\":\\\"TR\\\",\\\"destinationCityId\\\":[2099],\\\"interNationalSearchArray\\\":[true],\\\"FlightTraceId\\\":\\\"aa77c-0af5f-10627-59a61\\\",\\\"sourceCityAirportCode\\\":[\\\"ADB\\\"],\\\"destinationCityAirportCode\\\":[\\\"GYD\\\"],\\\"from\\\":[\\\"ADB\\\"],\\\"to\\\":[\\\"GYD\\\"],\\\"sourceCityText\\\":[\\\"Izmir, IZM, TR - Adnan Menderes Airport (ADB)\\\"],\\\"destinationCityText\\\":[\\\"Baku, BAK, AZ - Heydar Aliyev Intl Arpt (GYD)\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"20\\\\\\/09\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"20 Sep Tue\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-09-19 21:36:24\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC117243182492\\\",\\\"bookingId_TJ\\\":\\\"TJ117243182492\\\",\\\"FlightNumber\\\":\\\"PC-2205\\\",\\\"AirlineName\\\":\\\"Pegasus\\\",\\\"AirlineCode\\\":\\\"PC\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":false,\\\"IsMealIncludes\\\":null,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"aa77c-0af5f-10627-59a61\\\",\\\"apiTraceId\\\":\\\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\\\",\\\"AirlineSysId\\\":\\\"388\\\",\\\"DepartureTime\\\":\\\"20:10\\\",\\\"ArrivalTime\\\":\\\"03:00\\\",\\\"TravelDate\\\":\\\"2022-09-20T20:10\\\",\\\"LocalFromTime\\\":\\\"2022-09-20 20:10\\\",\\\"FromUTCTime\\\":\\\"2022-09-20T20:10\\\",\\\"LocalToTime\\\":\\\"2022-09-21 03:00\\\",\\\"ToUTCTime\\\":\\\"2022-09-21T03:00\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"E\\\",\\\"LAYOVERCity\\\":\\\"Istanbul\\\",\\\"GroundTime\\\":130,\\\"LAYOVERDuration\\\":\\\"2h 10m\\\",\\\"FlyingMinutes\\\":350,\\\"DepartureDateTxt\\\":\\\"Tue, 20 Sep\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 21 Sep\\\",\\\"FlightDuration\\\":\\\"07h 50m\\\",\\\"SourcePlaceSysId\\\":\\\"12958\\\",\\\"DestPlaceSysId\\\":\\\"2099\\\",\\\"SourceAirportCode\\\":\\\"ADB\\\",\\\"DestAirportCode\\\":\\\"GYD\\\",\\\"StopCount\\\":\\\"1 Stop(s)\\\",\\\"Stops\\\":1,\\\"NoOfSeatAvailable\\\":2,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"43,155\\\",\\\"ApiResultIndex\\\":\\\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"1\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":22650,\\\"Tax\\\":19491.4,\\\"YQTax\\\":11324,\\\"OtherCharges\\\":4940,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":3192,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":42141.4,\\\"PublishedFare\\\":43155,\\\"PublishedFareAgent\\\":43155,\\\"OfferedFareAgent\\\":43155,\\\"OfferedFare\\\":41951.4,\\\"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-3625549561_0ADBSAWPC2205SAWGYDPC854_344200217811359\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"PUBLISHED\\\",\\\"fareIdentifierSP\\\":\\\"PUBLISHED\\\",\\\"SeatAvailable\\\":2,\\\"classOfBooking\\\":\\\"E\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":183.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1020,\\\"GSTOnMarkUp\\\":183.6,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":190,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43155,\\\"CostToAgent\\\":43155,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":19491.4,\\\"TotalBaseFare\\\":42141.4,\\\"BaseFareCal\\\":42135,\\\"BaseFare\\\":22650,\\\"CommissionEarned\\\":190,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":11324,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":4940,\\\"MU\\\":0,\\\"YR\\\":3192,\\\"AddiTaxOnMarkup\\\":3.6,\\\"AddiMarkup\\\":20,\\\"intTotalGST\\\":183.6,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":1020,\\\"GSTOnMarkUp\\\":183.6,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":190,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43155,\\\"CostToAgent\\\":43155,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"PGCharge\\\":0,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\"}],\\\"newFare\\\":0,\\\"oldFare\\\":0,\\\"arrMarkUps\\\":{\\\"apiMarkup\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"IntNetCommission\\\":190,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":1020,\\\"IntTaxOnAgencyFixMarkUp\\\":183.6,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":183.6,\\\"PublishFare\\\":43155,\\\"CostToCustomer\\\":43155,\\\"BaseFareCal\\\":42135,\\\"intCommisionEarnedForAgency\\\":1020,\\\"CostToCompany\\\":42135,\\\"intOfferedFare\\\":41951.4,\\\"intPublishFare\\\":42141.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":190,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":190,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":43155,\\\"CostToAgent\\\":43155,\\\"AddiMarkup\\\":20,\\\"AddiTaxOnMarkup\\\":3.6,\\\"IntAdddimarkup\\\":20,\\\"TDSApplied\\\":0}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"503\\\",\\\"originAirportName\\\":\\\"Adnan Menderes Airport\\\",\\\"destinationAirportName\\\":\\\"Sabiha Gokcen Arpt\\\",\\\"originCityName\\\":\\\"Izmir\\\",\\\"originCountryName\\\":\\\"Turkey\\\",\\\"destinationCityName\\\":\\\"Istanbul\\\",\\\"destinationCountryName\\\":\\\"Turkey\\\",\\\"destinationAirportCode\\\":\\\"SAW\\\",\\\"destinationArrTime\\\":\\\"2022-09-20T21:15\\\",\\\"SegFlightNumber\\\":\\\"PC-2205\\\",\\\"AirlineCode\\\":\\\"PC\\\",\\\"AirlineName\\\":\\\"Pegasus\\\",\\\"FareClass\\\":\\\"E\\\",\\\"originAirportCode\\\":\\\"ADB\\\",\\\"originDepTime\\\":\\\"2022-09-20T20:10\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":65,\\\"GroundTime\\\":130,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"20:10\\\",\\\"strArrivalDtTime\\\":\\\"21:15\\\",\\\"FlightDuration\\\":\\\"1h 5m\\\",\\\"LAYOVERDuration\\\":\\\"2h 10m\\\",\\\"LAYOVERCity\\\":\\\"Istanbul\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.png\\\",\\\"BAGGAGEARRAY\\\":[],\\\"MEALARRAY\\\":[],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false},{\\\"segmentid\\\":\\\"504\\\",\\\"originAirportName\\\":\\\"Sabiha Gokcen Arpt\\\",\\\"destinationAirportName\\\":\\\"Heydar Aliyev Intl Arpt\\\",\\\"originCityName\\\":\\\"Istanbul\\\",\\\"originCountryName\\\":\\\"Turkey\\\",\\\"destinationCityName\\\":\\\"Baku\\\",\\\"destinationCountryName\\\":\\\"Azerbaijan\\\",\\\"destinationAirportCode\\\":\\\"GYD\\\",\\\"destinationArrTime\\\":\\\"2022-09-21T03:00\\\",\\\"SegFlightNumber\\\":\\\"PC-854\\\",\\\"AirlineCode\\\":\\\"PC\\\",\\\"AirlineName\\\":\\\"Pegasus\\\",\\\"FareClass\\\":\\\"E\\\",\\\"originAirportCode\\\":\\\"SAW\\\",\\\"originDepTime\\\":\\\"2022-09-20T23:25\\\",\\\"TripIndicator\\\":2,\\\"Baggage\\\":\\\"20KG\\\",\\\"CabinBaggage\\\":\\\"7Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":null,\\\"SegmentIndicator\\\":2,\\\"Duration\\\":155,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":2,\\\"strDepartureDtTime\\\":\\\"23:25\\\",\\\"strArrivalDtTime\\\":\\\"03:00\\\",\\\"FlightDuration\\\":\\\"2h 35m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/noimage.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\\\":\\\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"ADB-GYD\\\":{\\\"fr\\\":{\\\"DATECHANGE\\\":{\\\"AFTER_DEPARTURE\\\":{\\\"amount\\\":4785,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"Available with Penalty\\\",\\\"fcs\\\":{\\\"ARFT\\\":239.25,\\\"ARF\\\":4785,\\\"CRF\\\":50,\\\"CRFT\\\":9}},\\\"BEFORE_DEPARTURE\\\":{\\\"amount\\\":4785,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"Available with Penalty\\\",\\\"fcs\\\":{\\\"ARFT\\\":239.25,\\\"ARF\\\":4785,\\\"CRF\\\":50,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"AFTER_DEPARTURE\\\":{\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"Not Applicable\\\",\\\"fcs\\\":{\\\"CCF\\\":100,\\\"CCFT\\\":18}},\\\"BEFORE_DEPARTURE\\\":{\\\"amount\\\":11325,\\\"additionalFee\\\":100,\\\"policyInfo\\\":\\\"Available with Penalty\\\",\\\"fcs\\\":{\\\"ACFT\\\":566.25,\\\"CCF\\\":100,\\\"ACF\\\":11325,\\\"CCFT\\\":18}}},\\\"NO_SHOW\\\":{\\\"AFTER_DEPARTURE\\\":{\\\"policyInfo\\\":\\\"Not Applicable\\\"},\\\"BEFORE_DEPARTURE\\\":{\\\"policyInfo\\\":\\\"Not Applicable\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-09-19 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"ADB\\\",\\\"strDestinationAirportCode\\\":\\\"GYD\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"12958\\\",\\\"intDestinationCityId\\\":\\\"2099\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"1\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9797966878\",\"leadEmail\":\"myasirtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"2\",\"passenger-firstname-1\":\"aynura\",\"passenger-lastname-1\":\"balabayeva\",\"passenger-dob-1\":\"15\\/10\\/1983\",\"passenger-nationality-1\":\"AZ\",\"passenger-PassportNo-1\":\"c32659953\",\"passenger-passporIssue-1\":\"14\\/09\\/2021\",\"passenger-PassportExpiry-1\":\"14\\/10\\/2031\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"2\",\"passenger-firstname-2\":\"feqana\",\"passenger-lastname-2\":\"agamaliyeva\",\"passenger-dob-2\":\"17\\/07\\/1962\",\"passenger-nationality-2\":\"AZ\",\"passenger-PassportNo-2\":\"c26599955\",\"passenger-passporIssue-2\":\"14\\/09\\/2021\",\"passenger-PassportExpiry-2\":\"14\\/09\\/2031\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13323\",\"Salutation\":\"2\",\"EmailId\":\"myasirtravels@gmail.com\",\"FirstName\":\"aynura\",\"LastName\":\"balabayeva\",\"CountryCode\":\"91\",\"MobileNo\":\"9797966878\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"9\",\"Contacts\":\"9797966878\",\"FirstName\":\"aynura\",\"LastName\":\"balabayeva\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-19 21:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1983-10-15\",\"PassportNation\":\"AZ\",\"PassportNo\":\"c32659953\",\"PassportExpiry\":\"2031-10-14\",\"passporIssue\":\"2021-09-14\",\"apiTraceId\":\"aa77c-0af5f-10627-59a61\",\"modified\":\"2022-09-19 21:38:54\",\"created\":\"2022-09-19 21:38:54\",\"MobileNo\":\"9797966878\",\"B2B\":true},{\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"76\",\"EmailId\":\"myasirtravels@gmail.com\",\"Salutation\":\"2\",\"Relation\":\"0\",\"Contacts\":\"9797966878\",\"FirstName\":\"feqana\",\"LastName\":\"agamaliyeva\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13323\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-09-19 21:38:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"DOB\":\"1962-07-17\",\"PassportNation\":\"AZ\",\"PassportNo\":\"c26599955\",\"PassportExpiry\":\"2031-09-14\",\"passporIssue\":\"2021-09-14\",\"apiTraceId\":\"aa77c-0af5f-10627-59a61\",\"modified\":\"2022-09-19 21:38:54\",\"created\":\"2022-09-19 21:38:54\",\"MobileNo\":\"9797966878\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"myasirtravels@gmail.com\",\"UserSysId\":\"14788\",\"CustomerSysId\":\"208743\",\"AgencySysId\":\"13323\",\"MasterAgencySysId\":\"12211\",\"FirstName\":\"Yasir\",\"LastName\":\"Rasool\",\"Password_cu\":\"\",\"AgencyName\":\"M YASIR TOUR AND TRAVELS\",\"AgencyCode\":\"11224\",\"ContactNo1\":\"9797966878\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"47CF1174-5280-452D-9D6B-5636B1E1C966\",\"Address\":\"\",\"PinCode\":\"190006\"},\"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\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14788\\/logo_1655623621.png\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"aa77c-0af5f-10627-59a61\",\"FlightBookingData\":[{\"bookingId\":\"DMC117243182492\",\"bookingId_TJ\":\"TJ117243182492\",\"FlightNumber\":\"PC-2205\",\"AirlineName\":\"Pegasus\",\"AirlineCode\":\"PC\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"aa77c-0af5f-10627-59a61\",\"apiTraceId\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"AirlineSysId\":\"388\",\"DepartureTime\":\"20:10\",\"ArrivalTime\":\"03:00\",\"TravelDate\":\"2022-09-20T20:10\",\"LocalFromTime\":\"2022-09-20 20:10\",\"FromUTCTime\":\"2022-09-20T20:10\",\"LocalToTime\":\"2022-09-21 03:00\",\"ToUTCTime\":\"2022-09-21T03:00\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":130,\"LAYOVERDuration\":\"2h 10m\",\"FlyingMinutes\":350,\"DepartureDateTxt\":\"Tue, 20 Sep\",\"ArrivalDateTxt\":\"Wed, 21 Sep\",\"FlightDuration\":\"07h 50m\",\"SourcePlaceSysId\":\"12958\",\"DestPlaceSysId\":\"2099\",\"SourceAirportCode\":\"ADB\",\"DestAirportCode\":\"GYD\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":2,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"43,155\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":22650,\"Tax\":19491.4,\"YQTax\":11324,\"OtherCharges\":4940,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":3192,\"MUFee\":0,\"intPublishedFare\":42141.4,\"PublishedFare\":43155,\"PublishedFareAgent\":43155,\"OfferedFareAgent\":43155,\"OfferedFare\":41951.4,\"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-3625549561_0ADBSAWPC2205SAWGYDPC854_344200217811359\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":2,\"classOfBooking\":\"E\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":19491.4,\"TotalBaseFare\":42141.4,\"BaseFareCal\":42135,\"BaseFare\":22650,\"CommissionEarned\":190,\"TDS\":0,\"MF\":30,\"YQ\":11324,\"AGST\":0,\"MFT\":5.4,\"OT\":4940,\"MU\":0,\"YR\":3192,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":190,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":1020,\"IntTaxOnAgencyFixMarkUp\":183.6,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":183.6,\"PublishFare\":43155,\"CostToCustomer\":43155,\"BaseFareCal\":42135,\"intCommisionEarnedForAgency\":1020,\"CostToCompany\":42135,\"intOfferedFare\":41951.4,\"intPublishFare\":42141.4,\"TripjackMarkup\":0,\"TripjackCommission\":190,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":190,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":43155,\"CostToAgent\":43155,\"AddiMarkup\":20,\"AddiTaxOnMarkup\":3.6,\"IntAdddimarkup\":20,\"TDSApplied\":0}},\"Segments\":[{\"segmentid\":\"503\",\"originAirportName\":\"Adnan Menderes Airport\",\"destinationAirportName\":\"Sabiha Gokcen Arpt\",\"originCityName\":\"Izmir\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"SAW\",\"destinationArrTime\":\"2022-09-20T21:15\",\"SegFlightNumber\":\"PC-2205\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"E\",\"originAirportCode\":\"ADB\",\"originDepTime\":\"2022-09-20T20:10\",\"TripIndicator\":1,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":65,\"GroundTime\":130,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"20:10\",\"strArrivalDtTime\":\"21:15\",\"FlightDuration\":\"1h 5m\",\"LAYOVERDuration\":\"2h 10m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"504\",\"originAirportName\":\"Sabiha Gokcen Arpt\",\"destinationAirportName\":\"Heydar Aliyev Intl Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Baku\",\"destinationCountryName\":\"Azerbaijan\",\"destinationAirportCode\":\"GYD\",\"destinationArrTime\":\"2022-09-21T03:00\",\"SegFlightNumber\":\"PC-854\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"E\",\"originAirportCode\":\"SAW\",\"originDepTime\":\"2022-09-20T23:25\",\"TripIndicator\":2,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":155,\"GroundTime\":0,\"NoOfSeatAvailable\":2,\"strDepartureDtTime\":\"23:25\",\"strArrivalDtTime\":\"03:00\",\"FlightDuration\":\"2h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.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\":\"27-21-20-12-2-15-10-3625549561_0ADBSAWPC2205SAWGYDPC854_349257856874735\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"ADB-GYD\":{\"fr\":{\"DATECHANGE\":{\"AFTER_DEPARTURE\":{\"amount\":4785,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ARFT\":239.25,\"ARF\":4785,\"CRF\":50,\"CRFT\":9}},\"BEFORE_DEPARTURE\":{\"amount\":4785,\"additionalFee\":50,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ARFT\":239.25,\"ARF\":4785,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"Not Applicable\",\"fcs\":{\"CCF\":100,\"CCFT\":18}},\"BEFORE_DEPARTURE\":{\"amount\":11325,\"additionalFee\":100,\"policyInfo\":\"Available with Penalty\",\"fcs\":{\"ACFT\":566.25,\"CCF\":100,\"ACF\":11325,\"CCFT\":18}}},\"NO_SHOW\":{\"AFTER_DEPARTURE\":{\"policyInfo\":\"Not Applicable\"},\"BEFORE_DEPARTURE\":{\"policyInfo\":\"Not Applicable\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"ADB\",\"strDestinationAirportCode\":\"GYD\",\"intMemberCount\":2,\"intSourceCityId\":\"12958\",\"intDestinationCityId\":\"2099\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"5CCE8ECC430F4CDAA43C4D90FF4112DA\",\"message\":\"\"}}','2022-09-19 21:39:15'),(2405,'00215-ae5f0-c8273-a63ca','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-160\",\"SegFlightNumberArr\":\"SG-160\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"00215-ae5f0-c8273-a63ca\",\"apiTraceId\":\"11-2927719560_0DELSXRSG160_21376113528096\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:20\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2022-10-02T09:20\",\"LocalFromTime\":\"2022-10-02 09:20\",\"FromUTCTime\":\"2022-10-02T09:20\",\"LocalToTime\":\"2022-10-02 12:15\",\"ToUTCTime\":\"2022-10-02T12:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Sun, 02 Oct\",\"ArrivalDateTxt\":\"Sun, 02 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"SourcePlaceName\":\"Delhi\",\"DestPlaceName\":\"Srinagar\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5871.7,\"PublishedFareTxt\":\"5,872\",\"ApiResultIndex\":\"11-2927719560_0DELSXRSG160_21376113528096\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5400,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5517.7,\"PublishedFare\":5871.7,\"PublishedFareAgent\":6271.7,\"OfferedFareAgent\":5871.7,\"OfferedFare\":5517.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2927719560_0DELSXRSG160_21376113528096\",\"ApiResultIndex\":\"11-2927719560_0DELSXRSG160_21376113528096\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":6,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"CommEarnedAgent\":400,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":6271.7,\"CostToAgent\":5871.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":5517.7,\"BaseFareCal\":5571.7,\"BaseFare\":5400,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"intTotalGST\":54,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":300,\"GSTOnMarkUp\":54,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":400,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":6271.7,\"CostToAgent\":5871.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":5871.7,\"CostToCustomer\":5871.7,\"BaseFareCal\":5571.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":5571.7,\"intOfferedFare\":5517.7,\"intPublishFare\":5517.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":400,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":400,\"CostToAgentCustomer\":6271.7,\"CostToAgent\":5871.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0},\"TaxSettingDetail\":null,\"$$hashKey\":\"039\"},\"Segments\":[{\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-10-02T12:15\",\"SegFlightNumber\":\"SG-160\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-02T09:20\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"09:20\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02N\"}],\"apiTraceId\":\"11-2927719560_0DELSXRSG160_21376113528096\",\"SearchTraceId\":\"00215-ae5f0-c8273-a63ca\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"02\\/10\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-10-02\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"00215-ae5f0-c8273-a63ca\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"02\\/10\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"02 Oct Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-22 18:01:41\",\"IsChangeSearch\":1}}','2022-09-22 18:02:05'),(2407,'ca460-15edd-4ae63-27673','{\"FlightBookingData\":[{\"bookingId\":\"DMC107343784739\",\"bookingId_TJ\":\"TJ107343784739\",\"FlightNumber\":\"6E-2124\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"ca460-15edd-4ae63-27673\",\"apiTraceId\":\"5-8364032425_0DELIXJ6E2124_114817427609615\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"12:50\",\"ArrivalTime\":\"15:45\",\"TravelDate\":\"2022-09-27T12:50\",\"LocalFromTime\":\"2022-09-27 12:50\",\"FromUTCTime\":\"2022-09-27T12:50\",\"LocalToTime\":\"2022-09-27 15:45\",\"ToUTCTime\":\"2022-09-27T15:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Tue, 27 Sep\",\"ArrivalDateTxt\":\"Tue, 27 Sep\",\"FlightDuration\":\"03h 55m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,504\",\"ApiResultIndex\":\"5-8364032425_0DELIXJ6E2124_114817427609615\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1727,\"Tax\":545.7,\"YQTax\":0,\"OtherCharges\":439,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":89,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2272.7,\"PublishedFare\":2504.09,\"PublishedFareAgent\":2504.09,\"OfferedFareAgent\":2504.09,\"OfferedFare\":2256.29,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-8364032425_0DELIXJ6E2124_10085382112522\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":16.41,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2504.09,\"CostToAgent\":2504.09,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":545.7,\"TotalBaseFare\":2272.7,\"BaseFareCal\":2294.09,\"BaseFare\":1727,\"CommissionEarned\":16.41,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":89,\"MFT\":2.7,\"OT\":439,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":16.41,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2504.09,\"CostToAgent\":2504.09,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":16.41,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":2504.09,\"CostToCustomer\":2504.09,\"BaseFareCal\":2294.09,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":2294.09,\"intOfferedFare\":2256.29,\"intPublishFare\":2272.7,\"TripjackMarkup\":0,\"TripjackCommission\":16.41,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":16.41,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2504.09,\"CostToAgent\":2504.09,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"222\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-09-27T15:45\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-09-27T12:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"12:50\",\"strArrivalDtTime\":\"15:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-8364032425_0DELIXJ6E2124_114817427609615\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"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\":{\"ARFT\":162.5,\"ARF\":3250,\"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\":{\"ACFT\":175,\"CCF\":50,\"CCFT\":9,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-09-26 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-8364032425_0DELIXJ6E2124_114817427609615\",\"SearchTraceId\":\"ca460-15edd-4ae63-27673\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"27\\/09\\/2022\",\"\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-09-27\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"ca460-15edd-4ae63-27673\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"DEL\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"27\\/09\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"27 Sep Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-09-26 15:04:58\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"222\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-09-26 15:05:31'),(2413,'0c45c-8597e-7ce7d-90969','{\"FlightBookingData\":[{\"bookingId\":\"DMC108344421170\",\"bookingId_TJ\":\"TJ108344421170\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0c45c-8597e-7ce7d-90969\",\"apiTraceId\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-10-05T15:45\",\"LocalFromTime\":\"2022-10-05 15:45\",\"FromUTCTime\":\"2022-10-05T15:45\",\"LocalToTime\":\"2022-10-05 17:15\",\"ToUTCTime\":\"2022-10-05T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 05 Oct\",\"ArrivalDateTxt\":\"Wed, 05 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,943\",\"ApiResultIndex\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10000,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10235.4,\"PublishedFare\":10943.4,\"PublishedFareAgent\":10943.4,\"OfferedFareAgent\":10943.4,\"OfferedFare\":10235.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3645272237_0DELSXRSG8150_40139652427003\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":10235.4,\"BaseFareCal\":10343.4,\"BaseFare\":10000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":10943.4,\"CostToCustomer\":10943.4,\"BaseFareCal\":10343.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":10343.4,\"intOfferedFare\":10235.4,\"intPublishFare\":10235.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"868\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-10-05T17:15\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-05T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3645272237_0DELSXRSG8150_34358670278312\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"319\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8825000723\",\"FirstName\":\"MOHD SHAFI\",\"LastName\":\"LALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:22:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"139\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"139\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8825000723\",\"FirstName\":\"MUSTAFA\",\"LastName\":\"TARIQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:22:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"244\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"139\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8825000723\",\"FirstName\":\"MUSTAFA\",\"LastName\":\"TARIQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:22:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0c45c-8597e-7ce7d-90969\",\"modified\":\"2022-10-03 21:22:26\",\"created\":\"2022-10-03 21:22:26\",\"CustomerMemberSysId\":\"244\"}],\"CustomerSysId\":\"139\",\"CustomerMemSysId\":[\"139\",\"244\"],\"flight_booking_customer\":[[\"440\",\"441\"]],\"SearchTraceId\":\"0c45c-8597e-7ce7d-90969\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"05\\/10\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-10-05\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0c45c-8597e-7ce7d-90969\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/10\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Oct Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-10-03 21:20:04\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"0c45c-8597e-7ce7d-90969\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/10\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-10-05\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"0c45c-8597e-7ce7d-90969\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/10\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"05 Oct Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-10-03 21:20:04\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC108344421170\\\",\\\"bookingId_TJ\\\":\\\"TJ108344421170\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"0c45c-8597e-7ce7d-90969\\\",\\\"apiTraceId\\\":\\\"11-3645272237_0DELSXRSG8150_34358670278312\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"15:45\\\",\\\"ArrivalTime\\\":\\\"17:15\\\",\\\"TravelDate\\\":\\\"2022-10-05T15:45\\\",\\\"LocalFromTime\\\":\\\"2022-10-05 15:45\\\",\\\"FromUTCTime\\\":\\\"2022-10-05T15:45\\\",\\\"LocalToTime\\\":\\\"2022-10-05 17:15\\\",\\\"ToUTCTime\\\":\\\"2022-10-05T17:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 05 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 05 Oct\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,943\\\",\\\"ApiResultIndex\\\":\\\"11-3645272237_0DELSXRSG8150_34358670278312\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10000,\\\"Tax\\\":235.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":200,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":10235.4,\\\"PublishedFare\\\":10943.4,\\\"PublishedFareAgent\\\":10943.4,\\\"OfferedFareAgent\\\":10943.4,\\\"OfferedFare\\\":10235.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3645272237_0DELSXRSG8150_40139652427003\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10943.4,\\\"CostToAgent\\\":10943.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":235.4,\\\"TotalBaseFare\\\":10235.4,\\\"BaseFareCal\\\":10343.4,\\\"BaseFare\\\":10000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10943.4,\\\"CostToAgent\\\":10943.4,\\\"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\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":600,\\\"IntTaxOnAgencyFixMarkUp\\\":108,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":108,\\\"PublishFare\\\":10943.4,\\\"CostToCustomer\\\":10943.4,\\\"BaseFareCal\\\":10343.4,\\\"intCommisionEarnedForAgency\\\":600,\\\"CostToCompany\\\":10343.4,\\\"intOfferedFare\\\":10235.4,\\\"intPublishFare\\\":10235.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10943.4,\\\"CostToAgent\\\":10943.4,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"868\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-10-05T17:15\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-10-05T15:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"15:45\\\",\\\"strArrivalDtTime\\\":\\\"17:15\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-3645272237_0DELSXRSG8150_34358670278312\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-SXR\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-10-04 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"8825000723\",\"leadEmail\":\"fctourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHD SHAFI\",\"passenger-lastname-1\":\"LALI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MUSTAFA\",\"passenger-lastname-2\":\"TARIQ\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13328\",\"Salutation\":\"1\",\"EmailId\":\"fctourandtravels@gmail.com\",\"FirstName\":\"MOHD SHAFI\",\"LastName\":\"LALI\",\"CountryCode\":\"91\",\"MobileNo\":\"8825000723\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":{\"1\":{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"139\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"8825000723\",\"FirstName\":\"MUSTAFA\",\"LastName\":\"TARIQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:22:26\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"0c45c-8597e-7ce7d-90969\",\"modified\":\"2022-10-03 21:22:26\",\"created\":\"2022-10-03 21:22:26\",\"MobileNo\":\"8825000723\",\"B2B\":true}},\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"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\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14793\\/logo_1655722826.jpg\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"0c45c-8597e-7ce7d-90969\",\"FlightBookingData\":[{\"bookingId\":\"DMC108344421170\",\"bookingId_TJ\":\"TJ108344421170\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"0c45c-8597e-7ce7d-90969\",\"apiTraceId\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-10-05T15:45\",\"LocalFromTime\":\"2022-10-05 15:45\",\"FromUTCTime\":\"2022-10-05T15:45\",\"LocalToTime\":\"2022-10-05 17:15\",\"ToUTCTime\":\"2022-10-05T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 05 Oct\",\"ArrivalDateTxt\":\"Wed, 05 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,943\",\"ApiResultIndex\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10000,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10235.4,\"PublishedFare\":10943.4,\"PublishedFareAgent\":10943.4,\"OfferedFareAgent\":10943.4,\"OfferedFare\":10235.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3645272237_0DELSXRSG8150_40139652427003\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":10235.4,\"BaseFareCal\":10343.4,\"BaseFare\":10000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":10943.4,\"CostToCustomer\":10943.4,\"BaseFareCal\":10343.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":10343.4,\"intOfferedFare\":10235.4,\"intPublishFare\":10235.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"868\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-10-05T17:15\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-05T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3645272237_0DELSXRSG8150_34358670278312\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"C762C91ECC9944EDA32713689E40156F\",\"message\":\"\"}}','2022-10-03 21:23:04'),(2421,'8c413-bf6ce-b3406-ac168','{\"FlightBookingData\":[{\"bookingId\":\"DMC101744421547\",\"bookingId_TJ\":\"TJ101744421547\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8c413-bf6ce-b3406-ac168\",\"apiTraceId\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-10-05T15:45\",\"LocalFromTime\":\"2022-10-05 15:45\",\"FromUTCTime\":\"2022-10-05T15:45\",\"LocalToTime\":\"2022-10-05 17:15\",\"ToUTCTime\":\"2022-10-05T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 05 Oct\",\"ArrivalDateTxt\":\"Wed, 05 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,943\",\"ApiResultIndex\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10000,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10235.4,\"PublishedFare\":10943.4,\"PublishedFareAgent\":10943.4,\"OfferedFareAgent\":10943.4,\"OfferedFare\":10235.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3645272237_0DELSXRSG8150_34314676115392\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":10235.4,\"BaseFareCal\":10343.4,\"BaseFare\":10000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":10943.4,\"CostToCustomer\":10943.4,\"BaseFareCal\":10343.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":10343.4,\"intOfferedFare\":10235.4,\"intPublishFare\":10235.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"27\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-10-05T17:15\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-05T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3645272237_0DELSXRSG8150_34358670278312\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"320\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"MOHD SHAFI\",\"LastName\":\"LALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:25:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"245\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"MUSTAFA\",\"LastName\":\"TARIQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:25:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"246\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"MOHD SHAFI\",\"LastName\":\"LALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:25:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8c413-bf6ce-b3406-ac168\",\"modified\":\"2022-10-03 21:25:46\",\"created\":\"2022-10-03 21:25:46\",\"CustomerMemberSysId\":\"245\"},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"MUSTAFA\",\"LastName\":\"TARIQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:25:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8c413-bf6ce-b3406-ac168\",\"modified\":\"2022-10-03 21:25:46\",\"created\":\"2022-10-03 21:25:46\",\"CustomerMemberSysId\":\"246\"}],\"CustomerSysId\":\"44\",\"CustomerMemSysId\":[\"245\",\"246\"],\"flight_booking_customer\":[[\"442\",\"443\"]],\"SearchTraceId\":\"8c413-bf6ce-b3406-ac168\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Srinagar (SXR)\",\"DEL\"],\"departure_date\":[\"05\\/10\\/2022\",\"\"],\"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\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"2\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Srinagar (SXR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-10-05\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"8c413-bf6ce-b3406-ac168\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"05\\/10\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"05 Oct Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-10-03 21:25:07\",\"IsChangeSearch\":0},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"8c413-bf6ce-b3406-ac168\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"05\\\\\\/10\\\\\\/2022\\\",\\\"\\\"],\\\"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\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"2\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Delhi (DEL)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Srinagar (SXR)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-10-05\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[7701],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[25897],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"8c413-bf6ce-b3406-ac168\\\",\\\"sourceCityAirportCode\\\":[\\\"DEL\\\"],\\\"destinationCityAirportCode\\\":[\\\"SXR\\\"],\\\"from\\\":[\\\"DEL\\\"],\\\"to\\\":[\\\"SXR\\\"],\\\"sourceCityText\\\":[\\\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\\\"],\\\"destinationCityText\\\":[\\\"Srinagar, IN - Srinagar Arpt (SXR), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"05\\\\\\/10\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"05 Oct Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-10-03 21:25:07\\\",\\\"IsChangeSearch\\\":0}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1},\\\"2\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":2}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC101744421547\\\",\\\"bookingId_TJ\\\":\\\"TJ101744421547\\\",\\\"FlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"8c413-bf6ce-b3406-ac168\\\",\\\"apiTraceId\\\":\\\"11-3645272237_0DELSXRSG8150_34358670278312\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"15:45\\\",\\\"ArrivalTime\\\":\\\"17:15\\\",\\\"TravelDate\\\":\\\"2022-10-05T15:45\\\",\\\"LocalFromTime\\\":\\\"2022-10-05 15:45\\\",\\\"FromUTCTime\\\":\\\"2022-10-05T15:45\\\",\\\"LocalToTime\\\":\\\"2022-10-05 17:15\\\",\\\"ToUTCTime\\\":\\\"2022-10-05T17:15\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":90,\\\"DepartureDateTxt\\\":\\\"Wed, 05 Oct\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 05 Oct\\\",\\\"FlightDuration\\\":\\\"02h 30m\\\",\\\"SourcePlaceSysId\\\":\\\"7701\\\",\\\"DestPlaceSysId\\\":\\\"25897\\\",\\\"SourceAirportCode\\\":\\\"DEL\\\",\\\"DestAirportCode\\\":\\\"SXR\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":2,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"10,943\\\",\\\"ApiResultIndex\\\":\\\"11-3645272237_0DELSXRSG8150_34358670278312\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":10000,\\\"Tax\\\":235.4,\\\"YQTax\\\":0,\\\"OtherCharges\\\":200,\\\"Discount\\\":0,\\\"ServiceFee\\\":30,\\\"ManagementFeeTax\\\":5.4,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":10235.4,\\\"PublishedFare\\\":10943.4,\\\"PublishedFareAgent\\\":10943.4,\\\"OfferedFareAgent\\\":10943.4,\\\"OfferedFare\\\":10235.4,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-3645272237_0DELSXRSG8150_34314676115392\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITH PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITH_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10943.4,\\\"CostToAgent\\\":10943.4,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"2\\\",\\\"TaxIN\\\":235.4,\\\"TotalBaseFare\\\":10235.4,\\\"BaseFareCal\\\":10343.4,\\\"BaseFare\\\":10000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":30,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":5.4,\\\"OT\\\":200,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":36,\\\"AddiMarkup\\\":200,\\\"intTotalGST\\\":108,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":600,\\\"GSTOnMarkUp\\\":108,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10943.4,\\\"CostToAgent\\\":10943.4,\\\"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\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":600,\\\"IntTaxOnAgencyFixMarkUp\\\":108,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":108,\\\"PublishFare\\\":10943.4,\\\"CostToCustomer\\\":10943.4,\\\"BaseFareCal\\\":10343.4,\\\"intCommisionEarnedForAgency\\\":600,\\\"CostToCompany\\\":10343.4,\\\"intOfferedFare\\\":10235.4,\\\"intPublishFare\\\":10235.4,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":10943.4,\\\"CostToAgent\\\":10943.4,\\\"AddiMarkup\\\":200,\\\"AddiTaxOnMarkup\\\":36,\\\"IntAdddimarkup\\\":200,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"27\\\",\\\"originAirportName\\\":\\\"Delhi Indira Gandhi Intl\\\",\\\"destinationAirportName\\\":\\\"Srinagar Arpt\\\",\\\"originCityName\\\":\\\"Delhi\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Srinagar\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"SXR\\\",\\\"destinationArrTime\\\":\\\"2022-10-05T17:15\\\",\\\"SegFlightNumber\\\":\\\"SG-8150\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"DEL\\\",\\\"originDepTime\\\":\\\"2022-10-05T15:45\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":90,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"15:45\\\",\\\"strArrivalDtTime\\\":\\\"17:15\\\",\\\"FlightDuration\\\":\\\"1h 30m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/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-3645272237_0DELSXRSG8150_34358670278312\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"DEL-SXR\\\":{\\\"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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-10-04 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"DEL\\\",\\\"strDestinationAirportCode\\\":\\\"SXR\\\",\\\"intMemberCount\\\":2,\\\"intSourceCityId\\\":\\\"7701\\\",\\\"intDestinationCityId\\\":\\\"25897\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9906423725\",\"leadEmail\":\"fctourandtravels@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"2\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"MOHD SHAFI\",\"passenger-lastname-1\":\"LALI\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Srinagar\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25897\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"paxType-2\":\"1\",\"relation-2\":\"0\",\"CustomerSysId-2\":\"0\",\"passenger-salutation-2\":\"1\",\"passenger-firstname-2\":\"MUSTAFA\",\"passenger-lastname-2\":\"TARIQ\",\"passenger-nationality-2\":\"IN\",\"passenger-PassportNo-2\":\"\",\"passenger-passporIssue-2\":\"__\\/__\\/____\",\"passenger-PassportExpiry-2\":\"__\\/__\\/____\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13328\",\"Salutation\":\"1\",\"EmailId\":\"fctourandtravels@gmail.com\",\"FirstName\":\"MOHD SHAFI\",\"LastName\":\"LALI\",\"CountryCode\":\"91\",\"MobileNo\":\"9906423725\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9906423725\",\"FirstName\":\"MOHD SHAFI\",\"LastName\":\"LALI\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:25:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8c413-bf6ce-b3406-ac168\",\"modified\":\"2022-10-03 21:25:46\",\"created\":\"2022-10-03 21:25:46\",\"MobileNo\":\"9906423725\",\"B2B\":true},{\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"44\",\"EmailId\":\"fctourandtravels@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9906423725\",\"FirstName\":\"MUSTAFA\",\"LastName\":\"TARIQ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13328\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-03 21:25:46\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"8c413-bf6ce-b3406-ac168\",\"modified\":\"2022-10-03 21:25:46\",\"created\":\"2022-10-03 21:25:46\",\"MobileNo\":\"9906423725\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"fctourandtravels@gmail.com\",\"UserSysId\":\"14793\",\"CustomerSysId\":\"208756\",\"AgencySysId\":\"13328\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"SHAFIQA\",\"LastName\":\"BEGUM\",\"Password_cu\":\"\",\"AgencyName\":\"FRIENDS CHOICE TOUR and TRAVEL\",\"AgencyCode\":\"11229\",\"ContactNo1\":\"9906423725\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BED48B09-547C-49F7-A68D-14C6650FD4A0\",\"Address\":\"\",\"PinCode\":\"0193401\"},\"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\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/12211\\/agentlogo\\/14793\\/logo_1655722826.jpg\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"8c413-bf6ce-b3406-ac168\",\"FlightBookingData\":[{\"bookingId\":\"DMC101744421547\",\"bookingId_TJ\":\"TJ101744421547\",\"FlightNumber\":\"SG-8150\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"8c413-bf6ce-b3406-ac168\",\"apiTraceId\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"15:45\",\"ArrivalTime\":\"17:15\",\"TravelDate\":\"2022-10-05T15:45\",\"LocalFromTime\":\"2022-10-05 15:45\",\"FromUTCTime\":\"2022-10-05T15:45\",\"LocalToTime\":\"2022-10-05 17:15\",\"ToUTCTime\":\"2022-10-05T17:15\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Wed, 05 Oct\",\"ArrivalDateTxt\":\"Wed, 05 Oct\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":2,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"10,943\",\"ApiResultIndex\":\"11-3645272237_0DELSXRSG8150_34358670278312\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":10000,\"Tax\":235.4,\"YQTax\":0,\"OtherCharges\":200,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":10235.4,\"PublishedFare\":10943.4,\"PublishedFareAgent\":10943.4,\"OfferedFareAgent\":10943.4,\"OfferedFare\":10235.4,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3645272237_0DELSXRSG8150_34314676115392\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"2\",\"TaxIN\":235.4,\"TotalBaseFare\":10235.4,\"BaseFareCal\":10343.4,\"BaseFare\":10000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":200,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":36,\"AddiMarkup\":200,\"intTotalGST\":108,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":600,\"GSTOnMarkUp\":108,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":600,\"IntTaxOnAgencyFixMarkUp\":108,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":108,\"PublishFare\":10943.4,\"CostToCustomer\":10943.4,\"BaseFareCal\":10343.4,\"intCommisionEarnedForAgency\":600,\"CostToCompany\":10343.4,\"intOfferedFare\":10235.4,\"intPublishFare\":10235.4,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":10943.4,\"CostToAgent\":10943.4,\"AddiMarkup\":200,\"AddiTaxOnMarkup\":36,\"IntAdddimarkup\":200,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"27\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-10-05T17:15\",\"SegFlightNumber\":\"SG-8150\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-05T15:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"15:45\",\"strArrivalDtTime\":\"17:15\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-3645272237_0DELSXRSG8150_34358670278312\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-04 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":2,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"F7647B988A46435583DD823D7EC3E588\",\"message\":\"\"}}','2022-10-03 21:31:04'),(2423,'293dd-52df3-44d18-78992','{\"FlightBookingData\":[{\"bookingId\":\"DMC107044644778\",\"bookingId_TJ\":\"TJ107044644778\",\"FlightNumber\":\"6E-5284\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"293dd-52df3-44d18-78992\",\"apiTraceId\":\"5-6251699657_0BOMBLR6E5284_48125844937683\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"00:15\",\"ArrivalTime\":\"02:00\",\"TravelDate\":\"2022-10-31T00:15\",\"LocalFromTime\":\"2022-10-31 00:15\",\"FromUTCTime\":\"2022-10-31T00:15\",\"LocalToTime\":\"2022-10-31 02:00\",\"ToUTCTime\":\"2022-10-31T02:00\",\"IsDirect\":0,\"FareClass\":\"R\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 31 Oct\",\"ArrivalDateTxt\":\"Mon, 31 Oct\",\"FlightDuration\":\"02h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"14,110\",\"ApiResultIndex\":\"5-6251699657_0BOMBLR6E5284_48125844937683\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11376,\"Tax\":2072.1000000000004,\"YQTax\":0,\"OtherCharges\":1434,\"Discount\":0,\"ServiceFee\":45,\"ManagementFeeTax\":8.100000000000001,\"AirlineGSTComponent\":585,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":13448.099999999999,\"PublishedFare\":14110.44,\"PublishedFareAgent\":14110.44,\"OfferedFareAgent\":14110.44,\"OfferedFare\":13367.04,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6251699657_0BOMBLR6E5284_12615493053243\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":9,\"classOfBooking\":\"R\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":113.4,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":630,\"GSTOnMarkUp\":113.4,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":5.4,\"AddiMarkup\":30,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":81.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14110.44,\"CostToAgent\":14110.44,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":2072.1000000000004,\"TotalBaseFare\":13448.099999999999,\"BaseFareCal\":13480.44,\"BaseFare\":11376,\"CommissionEarned\":81.06,\"TDS\":0,\"MF\":45,\"YQ\":0,\"AGST\":585,\"MFT\":8.100000000000001,\"OT\":1434,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":5.4,\"AddiMarkup\":30,\"intTotalGST\":113.4,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":630,\"GSTOnMarkUp\":113.4,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":81.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14110.44,\"CostToAgent\":14110.44,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":81.06,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":630,\"IntTaxOnAgencyFixMarkUp\":113.4,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":113.4,\"PublishFare\":14110.44,\"CostToCustomer\":14110.44,\"BaseFareCal\":13480.44,\"intCommisionEarnedForAgency\":630,\"CostToCompany\":13480.44,\"intOfferedFare\":13367.04,\"intPublishFare\":13448.099999999999,\"TripjackMarkup\":0,\"TripjackCommission\":81.06,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":81.06,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":14110.44,\"CostToAgent\":14110.44,\"AddiMarkup\":30,\"AddiTaxOnMarkup\":5.4,\"IntAdddimarkup\":30,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"843\",\"originAirportName\":\"Chhatrapati Shivaji Maharaj International Airport\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-10-31T02:00\",\"SegFlightNumber\":\"6E-5284\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"R\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-10-31T00:15\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"00:15\",\"strArrivalDtTime\":\"02:00\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-6251699657_0BOMBLR6E5284_48125844937683\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"BOM-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\":{\"CRFT\":9,\"ARF\":3250,\"CRF\":50,\"ARFT\":162.5}}},\"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,\"CCFT\":9,\"CCF\":50,\"ACF\":3500}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":3,\"intSourceCityId\":\"18676\",\"intDestinationCityId\":\"0\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-6251699657_0BOMBLR6E5284_48125844937683\",\"SearchTraceId\":\"293dd-52df3-44d18-78992\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"31\\/10\\/2022\",\"\"],\"source_city\":[\"BOM\"],\"ContSysId\":[\"101\",\"0\"],\"destination_city\":[\"BLR\"],\"source\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destination\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"from_mytrip_city\":[\" IN - Chhatrapati Shivaji (BOM)\"],\"to_mytrip_city\":[\" IN - Bengaluru Intl Arpt (BLR)\"],\"departure_datesf\":[\"\"],\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Mumbai (BOM)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-10-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[18676],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"293dd-52df3-44d18-78992\",\"sourceCityAirportCode\":[\"BOM\"],\"destinationCityAirportCode\":[\"BLR\"],\"from\":[\"BOM\"],\"to\":[\"BLR\"],\"sourceCityText\":[\"Mumbai, IN - Chhatrapati Shivaji (BOM)\"],\"destinationCityText\":[\"Bengaluru, IN - Bengaluru Intl Arpt (BLR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/10\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"31 Oct Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-10-06 14:03:26\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"POHA\",\"Price\":250,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"SAKD\",\"Price\":275,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VBIR\",\"Price\":300,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"UPMA\",\"Price\":300,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"ZCHK\",\"Price\":350,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"PBMR\",\"Price\":400,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHCR\",\"Price\":400,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"843\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-10-06 14:05:39'),(2426,'d8167-f792e-a28ed-966c0','{\"FlightBookingData\":[{\"bookingId\":\"TJS108800362527\",\"FlightNumber\":\"6E-5352\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:01\",\"ArrivalTime\":\"07:41\",\"TravelDate\":\"2022-10-31T06:01\",\"LocalFromTime\":\"2022-10-31 06:01\",\"FromUTCTime\":\"2022-10-31T06:01\",\"LocalToTime\":\"2022-10-31 07:41\",\"ToUTCTime\":\"2022-10-31T07:41\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 31 Oct\",\"ArrivalDateTxt\":\"Mon, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":6480,\"PublishedFareTxt\":\"6,480\",\"ApiResultIndex\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"BOM-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\":{\"CRF\":50,\"ARF\":3000,\"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\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":300,\"Tax\":6180,\"YQTax\":0,\"OtherCharges\":2334,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":30,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":6480,\"PublishedFare\":5684,\"OfferedFare\":3225,\"CommissionEarned\":855,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-45,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-5420470546_0BOMBLR6E5352_142522419693823\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":375.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"newFare\":0,\"oldFare\":0,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6180,\"BaseFareCal\":3600.1,\"BaseFare\":300,\"CommissionEarned\":855,\"TDS\":-45,\"MF\":1200,\"YQ\":0,\"AGST\":30,\"MFT\":216,\"OT\":2334,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":375.1,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"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\":855,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":2083.9,\"IntTaxOnAgencyFixMarkUp\":375.1,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":375.1,\"PublishFare\":5684,\"CostToCustomer\":5684,\"BaseFareCal\":3600.1,\"intCommisionEarnedForAgency\":2083.9,\"CostToCompany\":3600.1,\"intOfferedFare\":3225,\"intPublishFare\":6480,\"TripjackMarkup\":2400,\"TripjackCommission\":855,\"TripjackTDS\":\"45\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":50},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"231\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-10-31T07:41\",\"SegFlightNumber\":\"6E-5352\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-10-31T06:01\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:01\",\"strArrivalDtTime\":\"07:41\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"231\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"d8167-f792e-a28ed-966c0\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-31 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"},\"FilterPrice\":\"\",\"InternationalData\":{\"bookingId\":\"TJS108800362527\",\"FlightNumber\":\"6E-5352\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"strTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"06:01\",\"ArrivalTime\":\"07:41\",\"TravelDate\":\"2022-10-31T06:01\",\"LocalFromTime\":\"2022-10-31 06:01\",\"FromUTCTime\":\"2022-10-31T06:01\",\"LocalToTime\":\"2022-10-31 07:41\",\"ToUTCTime\":\"2022-10-31T07:41\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Mon, 31 Oct\",\"ArrivalDateTxt\":\"Mon, 31 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":18676,\"DestPlaceSysId\":2262,\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":3,\"CurrencyType\":1,\"PublishedFare\":6480,\"ApiResultIndex\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"d8167-f792e-a28ed-966c0\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":300,\"Tax\":6180,\"YQTax\":0,\"OtherCharges\":2334,\"Discount\":0,\"ServiceFee\":1200,\"ManagementFeeTax\":216,\"AirlineGSTComponent\":30,\"CarrierMiscFee\":0,\"MUFee\":2400,\"intPublishedFare\":6480,\"PublishedFare\":5684,\"OfferedFare\":3225,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"3\",\"TaxIN\":6180,\"BaseFareCal\":3600.1,\"BaseFare\":300,\"CommissionEarned\":855,\"TDS\":-45,\"MF\":1200,\"YQ\":0,\"AGST\":30,\"MFT\":216,\"OT\":2334,\"MU\":2400,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":2083.9,\"GSTOnMarkUp\":375.1,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"231\",\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-10-31T07:41\",\"SegFlightNumber\":\"6E-5352\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-10-31T06:01\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"06:01\",\"strArrivalDtTime\":\"07:41\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-5420470546_0BOMBLR6E5352_142424447971637\",\"localFromDateTime\":\"2022-10-31 06:01\",\"localToDateTime\":\"2022-10-31 07:41\",\"strSourceAirportCode\":\"BOM\",\"strDestinationAirportCode\":\"BLR\",\"intMemberCount\":3,\"intSourceCityId\":18676,\"intDestinationCityId\":2262,\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"\"}}}}],\"flight_booking_id_Arr\":[\"321\"],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"140\",\"CustomerMemSysId\":[\"247\",\"248\",\"249\"],\"flight_booking_id\":[\"321\"]},\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8879418581\",\"FirstName\":\"Nishant\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"247\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8879418581\",\"FirstName\":\"Nisha\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"248\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8879418581\",\"FirstName\":\"Tanisha\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"249\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8879418581\",\"FirstName\":\"Nishant\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d8167-f792e-a28ed-966c0\",\"modified\":\"2022-10-06-14-08-50\",\"created\":\"2022-10-06-14-08-50\",\"CustomerMemberSysId\":\"247\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8879418581\",\"FirstName\":\"Nisha\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d8167-f792e-a28ed-966c0\",\"modified\":\"2022-10-06-14-08-50\",\"created\":\"2022-10-06-14-08-50\",\"CustomerMemberSysId\":\"248\"},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8879418581\",\"FirstName\":\"Tanisha\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d8167-f792e-a28ed-966c0\",\"modified\":\"2022-10-06-14-08-50\",\"created\":\"2022-10-06-14-08-50\",\"CustomerMemberSysId\":\"249\"}],\"CustomerSysId\":\"140\",\"CustomerMemSysId\":[\"247\",\"248\",\"249\"],\"flight_booking_customer\":[[\"444\",\"445\",\"446\"]],\"SearchTraceId\":null,\"sessionFlightSearchParams\":{\"module\":\"default\",\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"route\":\"1\",\"mytrip_city_from\":\"Mumbai (BOM)\",\"mytrip_city_to\":\"Bengaluru (BLR)\",\"adults\":\"3\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"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\":\"31\\/10\\/2022\",\"return_date\":\"\",\"from_mytrip_city\":\" IN - Chhatrapati Shivaji (BOM)\",\"to_mytrip_city\":\" IN - Bengaluru Intl Arpt (BLR)\",\"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\":\"31\\/10\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-10-31\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"d8167-f792e-a28ed-966c0\",\"from_city_\":\"1__BOM-BLR\"},\"sessionData\":{\"CustomerSysId\":\"140\",\"CustomerMemSysId\":[\"247\",\"248\",\"249\"],\"flight_booking_id\":[\"321\"]},\"validateCoupon\":null,\"validateData\":null,\"apiData\":{\"AgencySysId\":\"12211\",\"Salutation\":\"1\",\"EmailId\":\"shethnc@yahoo.com\",\"FirstName\":\"Nishant\",\"LastName\":\"Sheth\",\"CountryCode\":\"91\",\"MobileNo\":\"8879418581\",\"Relation\":9,\"B2B\":false},\"apiDataMember\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"1\",\"Relation\":\"1\",\"Contacts\":\"8879418581\",\"FirstName\":\"Nishant\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d8167-f792e-a28ed-966c0\",\"modified\":\"2022-10-06-14-08-50\",\"created\":\"2022-10-06-14-08-50\",\"MobileNo\":\"8879418581\",\"B2B\":false},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"2\",\"Relation\":0,\"Contacts\":\"8879418581\",\"FirstName\":\"Nisha\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d8167-f792e-a28ed-966c0\",\"modified\":\"2022-10-06-14-08-50\",\"created\":\"2022-10-06-14-08-50\",\"MobileNo\":\"8879418581\",\"B2B\":false},{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"140\",\"EmailId\":\"shethnc@yahoo.com\",\"Salutation\":\"3\",\"Relation\":0,\"Contacts\":\"8879418581\",\"FirstName\":\"Tanisha\",\"LastName\":\"Sheth\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-06-14-08-50\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"d8167-f792e-a28ed-966c0\",\"modified\":\"2022-10-06-14-08-50\",\"created\":\"2022-10-06-14-08-50\",\"MobileNo\":\"8879418581\",\"B2B\":false}],\"genrateFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"466929\",\"TPSysId\":\"466930\",\"VersionId\":[\"109822\"],\"CustomerSysId\":\"252009\",\"TrxId\":\"35446\",\"FareBreakdownid\":[\"361469\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"post\":{\"countryCode\":\"91\",\"leadMobile\":\"8879418581\",\"leadEmail\":\"shethnc@yahoo.com\",\"paxType-1\":\"1\",\"familyNumber\":\"3\",\"relation-1\":\"1\",\"CustomerSysId-1\":\"0\",\"salution-1\":\"1\",\"passenger-firstname-1\":\"Nishant\",\"passenger-lastname-1\":\"Sheth\",\"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\":\"2\",\"passenger-firstname-2\":\"Nisha\",\"passenger-lastname-2\":\"Sheth\",\"dateofbirth-2\":\"\",\"PassportNationality-2\":\"IN\",\"passportno-2\":\"\",\"passporIssue-2\":\"\",\"passportnoexpiry-2\":\"\",\"paxType-3\":\"1\",\"relation-3\":\"0\",\"CustomerSysId-3\":\"0\",\"salution-3\":\"3\",\"passenger-firstname-3\":\"Tanisha\",\"passenger-lastname-3\":\"Sheth\",\"dateofbirth-3\":\"\",\"PassportNationality-3\":\"IN\",\"passportno-3\":\"\",\"passporIssue-3\":\"\",\"passportnoexpiry-3\":\"\",\"baggage\":{\"140\":\"140\",\"248\":\"248\",\"249\":\"249\"},\"gstnnumber\":\"\",\"companyname\":\"\",\"accepttandc\":\"0\",\"gstaddress\":\"\",\"gstemail\":\"\",\"gststate\":\"\",\"gstphone\":\"\",\"traceId\":\"d8167-f792e-a28ed-966c0\",\"countryCodeISO\":\"IN\",\"apiCustomer\":{\"status\":true,\"Message\":\"252009\",\"memberId\":[\"14450\",\"14451\",\"14452\"]}}}','2022-10-06 14:09:25'),(2428,'2b4c3-a0dca-4971a-174cf','{\"FlightBookingData\":[{\"FlightNumber\":\"6E-6819\",\"keyIndex\":35,\"SegFlightNumberArr\":\"6E-6819\",\"AirlineName\":\"Indigo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3106933030_32BOMBLR6E6819_143082837986458\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"00:16\",\"ArrivalTime\":\"02:01\",\"TravelDate\":\"2022-10-31T00:16\",\"LocalFromTime\":\"2022-10-31 00:16\",\"FromUTCTime\":\"2022-10-31T00:16\",\"LocalToTime\":\"2022-10-31 02:01\",\"ToUTCTime\":\"2022-10-31T02:01\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":105,\"DepartureDateTxt\":\"Mon, 31 Oct\",\"ArrivalDateTxt\":\"Mon, 31 Oct\",\"FlightDuration\":\"1h 45m\",\"SourcePlaceSysId\":\"18676\",\"DestPlaceSysId\":\"2262\",\"SourceAirportCode\":\"BOM\",\"DestAirportCode\":\"BLR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":1934,\"PublishedFareTxt\":\"1,934\",\"ApiResultIndex\":\"5-3106933030_32BOMBLR6E6819_143082837986458\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"2b4c3-a0dca-4971a-174cf\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":2060,\"YQTax\":0,\"OtherCharges\":788,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":2160,\"PublishedFare\":1934,\"PublishedFarePerPax\":1934,\"OfferedFare\":1075,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3106933030_32BOMBLR6E6819_143082837986458\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Tact Deal\",\"fareremarks\":\"\",\"FareClass\":\"Economy\",\"intTotalGST\":131.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"NoOfSeatAvailable\":null,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":2060,\"BaseFareCal\":1206.03,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":0,\"MFT\":72,\"OT\":788,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":131.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.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\":727.97,\"IntTaxOnAgencyFixMarkUp\":131.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":131.03,\"PublishFare\":1934,\"CostToCustomer\":1934,\"BaseFareCal\":1206.03,\"intCommisionEarnedForAgency\":727.97,\"CostToCompany\":1206.03,\"intOfferedFare\":1075,\"intPublishFare\":2160,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":50},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"02J\"},\"Segments\":[{\"originAirportName\":\"Chhatrapati Shivaji\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Mumbai\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-10-31T02:01\",\"SegFlightNumber\":\"6E-6819\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"BOM\",\"originDepTime\":\"2022-10-31T00:16\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsMealIncludes\":false,\"Duration\":105,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:16\",\"strArrivalDtTime\":\"02:01\",\"FlightDuration\":\"1h 45m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"FilterPrice\":\"5001-10000\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"00:00-10:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-10-06 14:17:33'),(2432,'4d990-a9cfe-10c1f-10d51','{\"BookingData\":[{\"bookingId\":\"TJS105800363344\",\"FlightNumber\":\"6E-6238\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2022-10-10T08:50\",\"LocalFromTime\":\"2022-10-10 08:50\",\"FromUTCTime\":\"2022-10-10T08:50\",\"LocalToTime\":\"2022-10-10 11:45\",\"ToUTCTime\":\"2022-10-10T11:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 10 Oct\",\"ArrivalDateTxt\":\"Mon, 10 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2171,\"PublishedFareTxt\":\"2,171\",\"ApiResultIndex\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FareRuleDetails\":{\"fareRule\":{\"DEL-MAA\":{\"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\":{\"CRF\":50,\"ARF\":3000,\"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\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":2071,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":2171,\"PublishedFare\":1945,\"OfferedFare\":1086,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-3438881715_0DELMAA6E6238_220370530308427\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":131.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"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\":2071,\"BaseFareCal\":1217.03,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"intTotalGST\":131.03,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.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\":727.97,\"IntTaxOnAgencyFixMarkUp\":131.03,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":131.03,\"PublishFare\":1945,\"CostToCustomer\":1945,\"BaseFareCal\":1217.03,\"intCommisionEarnedForAgency\":727.97,\"CostToCompany\":1217.03,\"intOfferedFare\":1086,\"intPublishFare\":2171,\"TripjackMarkup\":800,\"TripjackCommission\":285,\"TripjackTDS\":\"15\",\"AddiMarkup\":\"50.00\",\"AddiTaxOnMarkup\":9,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"IntAdddimarkup\":50},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"Segments\":[{\"segmentid\":\"773\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-10-10T11:45\",\"SegFlightNumber\":\"6E-6238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-10T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPE\",\"Price\":1500,\"Weight\":\"3 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPA\",\"Price\":2500,\"Weight\":\"5 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPB\",\"Price\":5000,\"Weight\":\"10 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPC\",\"Price\":7500,\"Weight\":\"15 Kg\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"XBPD\",\"Price\":15000,\"Weight\":\"30 Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"TCSW\",\"Price\":0,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"POHA\",\"Price\":225,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VBIR\",\"Price\":275,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"UPMA\",\"Price\":275,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"MUYO\",\"Price\":275,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"DACH\",\"Price\":275,\"Description\":\"DAL CHAWAL Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"COMI\",\"Price\":275,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGML\",\"Price\":300,\"Description\":\"Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"ZCHK\",\"Price\":325,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NVML\",\"Price\":350,\"Description\":\"Non Veg Meal\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"PTSW\",\"Price\":400,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CTSW\",\"Price\":425,\"Description\":\"Chicken Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CJSW\",\"Price\":425,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHCT\",\"Price\":425,\"Description\":\"Chicken cucumber tomato sandwich\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHSS\",\"Price\":450,\"Description\":\"Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"CHFR\",\"Price\":450,\"Description\":\"Chinese Fried Rice\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"VGTR\",\"Price\":500,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"PITA\",\"Price\":500,\"Description\":\"2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"773\",\"Code\":\"NVTR\",\"Price\":500,\"Description\":\"Non veg trio sandwich\"}],\"isGSTMandatory\":false,\"SearchFlightTraceId\":\"4d990-a9cfe-10c1f-10d51\",\"ICSourceSysId\":7,\"isDobAdult\":false,\"isDobChild\":false,\"isDobInfant\":true,\"isSeatAppli\":true,\"strTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-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\":\"TJS105800363344\",\"FlightNumber\":\"6E-6238\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"strTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"08:50\",\"ArrivalTime\":\"11:45\",\"TravelDate\":\"2022-10-10T08:50\",\"LocalFromTime\":\"2022-10-10 08:50\",\"FromUTCTime\":\"2022-10-10T08:50\",\"LocalToTime\":\"2022-10-10 11:45\",\"ToUTCTime\":\"2022-10-10T11:45\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":175,\"DepartureDateTxt\":\"Mon, 10 Oct\",\"ArrivalDateTxt\":\"Mon, 10 Oct\",\"FlightDuration\":\"2h 55m\",\"SourcePlaceSysId\":7701,\"DestPlaceSysId\":6000,\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"MAA\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":2171,\"ApiResultIndex\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"SearchFlightTraceId\":\"4d990-a9cfe-10c1f-10d51\",\"ICSourceSysId\":7,\"Fare\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":100,\"Tax\":2071,\"YQTax\":0,\"OtherCharges\":789,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":10,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":2171,\"PublishedFare\":1945,\"OfferedFare\":1086,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiMarkup\":50,\"AddiTaxOnMarkup\":9,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":2071,\"BaseFareCal\":1217.03,\"BaseFare\":100,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":10,\"MFT\":72,\"OT\":789,\"MU\":800,\"YR\":0,\"AddiTaxOnMarkup\":9,\"AddiMarkup\":50,\"FixedMarkUp\":727.97,\"GSTOnMarkUp\":131.03,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0}]},\"Segments\":[[{\"segmentid\":\"773\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Chennai Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Chennai\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"MAA\",\"destinationArrTime\":\"2022-10-10T11:45\",\"SegFlightNumber\":\"6E-6238\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-10-10T08:50\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"01 Small Handbag under the seat\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":175,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"08:50\",\"strArrivalDtTime\":\"11:45\",\"FlightDuration\":\"2h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\"}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"5-3438881715_27DELMAA6E6238_220360729664870\",\"localFromDateTime\":\"2022-10-10 08:50\",\"localToDateTime\":\"2022-10-10 11:45\",\"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 (DEL)\",\"mytrip_city_to\":\"Chennai (MAA)\",\"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\\/10\\/2022\",\"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\",\"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\\/10\\/2022\",\"return_dates\":\"\",\"strDepatureDate\":\"2022-10-10\",\"strReturnDate\":null,\"SearchFlightTraceId\":\"4d990-a9cfe-10c1f-10d51\",\"from_city_\":\"1__DEL-MAA\"},\"FlightSearchUrl\":\"route=1&mytrip_city_from=Delhi+%28DEL%29&mytrip_city_to=Chennai+%28MAA%29&source_city=DEL&ContSysId_1=101&destination_city=MAA&ContSysId=101&source=Delhi%2C+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29%2C+India&destination=Chennai%2C+IN+-+Chennai+Arpt+%28MAA%29%2C+India&departure_date=10%2F10%2F2022&return_date=&from_mytrip_city=+IN+-+Delhi+Indira+Gandhi+Intl+%28DEL%29&to_mytrip_city=+IN+-+Chennai+Arpt+%28MAA%29&adults=1&childs=0&infants=0&class=2\",\"CustomerSession\":[{\"AgencySysId\":\"12211\",\"CustomerSysId\":\"125\",\"EmailId\":\"komal@hellogtx.com\",\"Salutation\":\"3\",\"Relation\":\"1\",\"Contacts\":\"8595077740\",\"FirstName\":\"Komal\",\"LastName\":\"test\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"12211\",\"DOB\":null,\"Address\":\"\",\"CityTitle\":0,\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-10-07-11-45-55\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"250\",\"isgstapply\":0,\"countryCodeISO\":\"IN\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\"}],\"ResponseFlightQuery\":{\"status\":true,\"arrIds\":{\"MasterTPSysId\":\"467643\",\"TPSysId\":\"467644\",\"VersionId\":[\"110061\"],\"CustomerSysId\":\"216367\",\"TrxId\":\"35506\",\"FareBreakdownid\":[\"361514\"]},\"redirect\":false,\"message\":\"Query Send Successfully.\"},\"SelectedMealSessionNew\":null,\"SelectedBaggSessionNew\":null,\"SelectedBaggSessionNewInb\":null,\"SelectedMealSessionNewInb\":null,\"flight_booking_customer_id\":[[\"447\"]],\"CustomerMemberSysIds\":{\"CustomerSysId\":\"125\",\"CustomerMemSysId\":[\"250\"],\"flight_booking_id\":[\"322\"]},\"selectedSeatSession\":null,\"flight_booking_id_Arr\":[\"322\"],\"_sessiondata\":null,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"CancellationProtectionData\":{\"IsCancellationProtection\":\"0\",\"CancellationProtectionPrice\":0,\"finalPackageCostWithMarkupnTax\":1945},\"Invoicedata\":{\"AgentSysId\":\"12211\",\"CustomerSysId\":\"216367\",\"TPSysId\":\"467644\",\"MasterTPSysId\":\"467643\",\"ProposalID\":\"467644\\/V1\",\"InvoiceDate\":\"2022-10-07\",\"isDisplayMarkup\":true,\"PaymentDueDate\":\"2022-10-07\",\"PaymentDate\":\"2022-10-07\",\"ClientGST\":false,\"ClientGSTNumber\":\"\",\"Currency\":1,\"TotalInvoiceValue\":1804.97,\"InvoiceStatus\":true,\"TotalSGST\":70.015,\"TotalCGST\":70.015,\"TotalIGST\":0,\"SumdiscountItem\":0,\"OtherDiscount\":0,\"otherDiscountVal\":0,\"TotalAdvance\":1945,\"TotalDueAmount\":0,\"InvoiceValue\":1945,\"notes\":\"Flight Ticket\",\"termsandcondition\":\"\",\"client_state\":\"\",\"Advance\":0,\"PaymentType\":4,\"paymentNote\":\"Online\",\"misxItems_name\":[{\"AgencySysId\":\"12211\",\"AgentSysId\":\"0\",\"MisxItems_name\":\"Flight\",\"Description\":\"DEL-MAA-IndiGo 6E-6238\",\"ItemQty\":1,\"ItemRates\":1027,\"Total\":1027,\"DiscountType\":0,\"Discount\":1,\"TotalDiscount\":0,\"TotalAmount\":1945,\"MarkupType\":\"\",\"Markup\":777.97,\"TotalMarkup\":777.97,\"SubTotal\":1804.97,\"ServiceFeeTotal\":0,\"GSTPercentage\":\"18\",\"TotalGST\":140.03,\"SGST\":70.015,\"CGST\":70.015,\"IGST\":0,\"ItemsSACCode\":\"\"}]},\"validateCoupon\":null,\"validateData\":null,\"FlightBookingTicketArr\":[],\"apiFlightBooking\":[]}','2022-10-07 11:46:21'),(2433,'1c397-9d761-40269-779c4','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-273\",\"SegFlightNumberArr\":\"SG-273\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"1c397-9d761-40269-779c4\",\"apiTraceId\":\"11-7381206400_2SXRDELSG273_45757813777374\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"11:55\",\"ArrivalTime\":\"13:35\",\"TravelDate\":\"2022-10-12T11:55\",\"LocalFromTime\":\"2022-10-12 11:55\",\"FromUTCTime\":\"2022-10-12T11:55\",\"LocalToTime\":\"2022-10-12 13:35\",\"ToUTCTime\":\"2022-10-12T13:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Wed, 12 Oct\",\"ArrivalDateTxt\":\"Wed, 12 Oct\",\"FlightDuration\":\"1h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":1,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":5921.7,\"PublishedFareTxt\":\"5,922\",\"ApiResultIndex\":\"11-7381206400_2SXRDELSG273_45757813776984\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5450,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5567.7,\"PublishedFare\":5921.7,\"PublishedFareAgent\":5922,\"OfferedFareAgent\":5921.7,\"OfferedFare\":5567.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7381206400_2SXRDELSG273_45757813777374\",\"ApiResultIndex\":\"11-7381206400_2SXRDELSG273_45757813777374\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":1,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5921.7,\"CostToAgent\":5921.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":5567.7,\"BaseFareCal\":5621.7,\"BaseFare\":5450,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":5921.7,\"CostToAgent\":5921.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":5921.7,\"CostToCustomer\":5921.7,\"BaseFareCal\":5621.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":5621.7,\"intOfferedFare\":5567.7,\"intPublishFare\":5567.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5921.7,\"CostToAgent\":5921.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"0CS\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-10-12T13:35\",\"SegFlightNumber\":\"SG-273\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-10-12T11:55\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":1,\"strDepartureDtTime\":\"11:55\",\"strArrivalDtTime\":\"13:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"0B1\"}],\"apiTraceId\":\"11-7381206400_2SXRDELSG273_45757813777374\",\"SearchTraceId\":\"1c397-9d761-40269-779c4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"12\\/10\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-10-12\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1c397-9d761-40269-779c4\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"12\\/10\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"12 Oct Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-10-10 20:00:33\",\"IsChangeSearch\":0}}','2022-10-10 20:20:35'),(2435,'1e5de-1805f-0cb2b-81b47','{\"FlightBookingData\":[{\"bookingId\":\"DMC111445227805\",\"bookingId_TJ\":\"TJ111445227805\",\"FlightNumber\":\"TK-368\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1e5de-1805f-0cb2b-81b47\",\"apiTraceId\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"01:05\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2022-10-14T01:05\",\"LocalFromTime\":\"2022-10-14 01:05\",\"FromUTCTime\":\"2022-10-14T01:05\",\"LocalToTime\":\"2022-10-14 07:25\",\"ToUTCTime\":\"2022-10-14T07:25\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Fri, 14 Oct\",\"ArrivalDateTxt\":\"Fri, 14 Oct\",\"FlightDuration\":\"06h 20m\",\"SourcePlaceSysId\":\"12905\",\"DestPlaceSysId\":\"26873\",\"SourceAirportCode\":\"IST\",\"DestAirportCode\":\"TAS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"65,946\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":48655,\"Tax\":16831.7,\"YQTax\":0,\"OtherCharges\":4278,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":12536,\"MUFee\":0,\"intPublishedFare\":65486.7,\"PublishedFare\":65946,\"PublishedFareAgent\":65946,\"OfferedFareAgent\":65946,\"OfferedFare\":65344.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-1706733590_0ISTTASTK368_20461147352606\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"E\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":65946,\"CostToAgent\":65946,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":16831.7,\"TotalBaseFare\":65486.7,\"BaseFareCal\":65436,\"BaseFare\":48655,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":4278,\"MU\":0,\"YR\":12536,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":65946,\"CostToAgent\":65946,\"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\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":65946,\"CostToCustomer\":65946,\"BaseFareCal\":65436,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":65436,\"intOfferedFare\":65344.2,\"intPublishFare\":65486.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":65946,\"CostToAgent\":65946,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"319\",\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Vostochny Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Tashkent\",\"destinationCountryName\":\"Uzbekistan\",\"destinationAirportCode\":\"TAS\",\"destinationArrTime\":\"2022-10-14T07:25\",\"SegFlightNumber\":\"TK-368\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"E\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2022-10-14T01:05\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:05\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IST-IST\":{\"fr\":{\"CANCELLATION\":{\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}},\"BEFORE_DEPARTURE\":{\"amount\":10725,\"additionalFee\":100,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CCFT\":18,\"ACF\":10725,\"ACFT\":536.25,\"CCF\":100}}},\"DATECHANGE\":{\"AFTER_DEPARTURE\":{\"amount\":5365,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":268.25,\"ARF\":5365}},\"BEFORE_DEPARTURE\":{\"amount\":5365,\"additionalFee\":50,\"policyInfo\":\"BEFORE DEPARTURE Available\",\"fcs\":{\"CRFT\":9,\"CRF\":50,\"ARFT\":268.25,\"ARF\":5365}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-13 12:00\",\"localToDateTime\":\"2022-10-23 12:00\",\"strSourceAirportCode\":\"IST\",\"strDestinationAirportCode\":\"TAS\",\"intMemberCount\":1,\"intSourceCityId\":\"12905\",\"intDestinationCityId\":\"26873\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"},\"InternationalData\":{\"bookingId\":\"DMC111445227805\",\"FlightNumber\":\"TK-368\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"strTraceId\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"01:05\",\"ArrivalTime\":\"07:25\",\"TravelDate\":\"2022-10-14T01:05\",\"LocalFromTime\":\"2022-10-14 01:05\",\"FromUTCTime\":\"2022-10-14T01:05\",\"LocalToTime\":\"2022-10-14 07:25\",\"ToUTCTime\":\"2022-10-14T07:25\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":260,\"DepartureDateTxt\":\"Fri, 14 Oct\",\"ArrivalDateTxt\":\"Fri, 14 Oct\",\"FlightDuration\":\"06h 20m\",\"SourcePlaceSysId\":\"12905\",\"DestPlaceSysId\":\"26873\",\"SourceAirportCode\":\"IST\",\"DestAirportCode\":\"TAS\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":66423,\"ApiResultIndex\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"JourneyType\":1,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"Fare\":{\"Currency\":0,\"CurrencyRate\":2,\"currencySysId\":2,\"BaseFare\":97310,\"Tax\":33681.1,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":30,\"ManagementFeeTax\":5.4,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":65504.399999999994,\"PublishedFare\":66423,\"PublishedFareAgent\":66423,\"OfferedFareAgent\":66423,\"OfferedFare\":-249.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\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":1020,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":66423,\"CostToAgent\":66423,\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":16849.4,\"TotalBaseFare\":65504.399999999994,\"BaseFareCal\":65403,\"BaseFare\":48655,\"CommissionEarned\":285,\"TDS\":0,\"MF\":30,\"YQ\":0,\"AGST\":0,\"MFT\":5.4,\"OT\":4278,\"MU\":0,\"YR\":12536,\"AddiTaxOnMarkup\":3.6,\"AddiMarkup\":20,\"intTotalGST\":183.6,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":1020,\"GSTOnMarkUp\":183.6,\"CommEarned\":1020,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":285,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":66423,\"CostToAgent\":66423,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\"}]},\"Segments\":[[{\"segmentid\":\"319\",\"originAirportName\":\"Ataturk Arpt\",\"destinationAirportName\":\"Vostochny Arpt\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Tashkent\",\"destinationCountryName\":\"Uzbekistan\",\"destinationAirportCode\":\"TAS\",\"destinationArrTime\":\"2022-10-14T07:25\",\"SegFlightNumber\":\"TK-368\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"E\",\"originAirportCode\":\"IST\",\"originDepTime\":\"2022-10-14T01:05\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":260,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"01:05\",\"strArrivalDtTime\":\"07:25\",\"FlightDuration\":\"4h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false}],[{\"segmentid\":\"320\",\"originAirportName\":\"Vostochny Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Tashkent\",\"originCountryName\":\"Uzbekistan\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-10-24T19:15\",\"SegFlightNumber\":\"TK-367\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"E\",\"originAirportCode\":\"TAS\",\"originDepTime\":\"2022-10-24T15:55\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":320,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"19:15\",\"FlightDuration\":\"5h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":true}]],\"0\":{\"arrCommonInsVariables\":{\"strTraceId\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"localFromDateTime\":\"2022-10-14 01:05\",\"localToDateTime\":\"2022-10-14 07:25\",\"strSourceAirportCode\":\"TAS\",\"strDestinationAirportCode\":\"IST\",\"intMemberCount\":1,\"intSourceCityId\":\"12905\",\"intDestinationCityId\":\"26873\",\"JourneyType\":2,\"TripType\":1,\"interNationalSearch\":\"1\"}}}},{\"bookingId\":\"DMC111445227805\",\"bookingId_TJ\":\"TJ111445227805\",\"FlightNumber\":\"TK-367\",\"AirlineName\":\"Turkish Airlines\",\"AirlineCode\":\"TK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"1e5de-1805f-0cb2b-81b47\",\"apiTraceId\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"AirlineSysId\":\"517\",\"DepartureTime\":\"15:55\",\"ArrivalTime\":\"19:15\",\"TravelDate\":\"2022-10-24T15:55\",\"LocalFromTime\":\"2022-10-24 15:55\",\"FromUTCTime\":\"2022-10-24T15:55\",\"LocalToTime\":\"2022-10-24 19:15\",\"ToUTCTime\":\"2022-10-24T19:15\",\"IsDirect\":0,\"FareClass\":\"E\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":320,\"DepartureDateTxt\":\"Mon, 24 Oct\",\"ArrivalDateTxt\":\"Mon, 24 Oct\",\"FlightDuration\":\"03h 20m\",\"SourcePlaceSysId\":\"12905\",\"DestPlaceSysId\":\"26873\",\"SourceAirportCode\":\"TAS\",\"DestAirportCode\":\"IST\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"66,423\",\"ApiResultIndex\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"JourneyType\":2,\"TripType\":\"2\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":0,\"Tax\":17.7,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":17.7,\"PublishedFare\":477,\"PublishedFareAgent\":477,\"OfferedFareAgent\":477,\"OfferedFare\":-124.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-1706733590_1TASISTTK367_20461148057364\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"E\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":477,\"CostToAgent\":477,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":17.7,\"TotalBaseFare\":17.7,\"BaseFareCal\":-33,\"BaseFare\":0,\"CommissionEarned\":142.5,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":0,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":91.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":510,\"GSTOnMarkUp\":91.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":477,\"CostToAgent\":477,\"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\":142.5,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":510,\"IntTaxOnAgencyFixMarkUp\":91.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":91.8,\"PublishFare\":477,\"CostToCustomer\":477,\"BaseFareCal\":-33,\"intCommisionEarnedForAgency\":510,\"CostToCompany\":-33,\"intOfferedFare\":-124.8,\"intPublishFare\":17.7,\"TripjackMarkup\":0,\"TripjackCommission\":142.5,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":142.5,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":477,\"CostToAgent\":477,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"320\",\"originAirportName\":\"Vostochny Arpt\",\"destinationAirportName\":\"Ataturk Arpt\",\"originCityName\":\"Tashkent\",\"originCountryName\":\"Uzbekistan\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"IST\",\"destinationArrTime\":\"2022-10-24T19:15\",\"SegFlightNumber\":\"TK-367\",\"AirlineCode\":\"TK\",\"AirlineName\":\"Turkish Airlines\",\"FareClass\":\"E\",\"originAirportCode\":\"TAS\",\"originDepTime\":\"2022-10-24T15:55\",\"TripIndicator\":1,\"Baggage\":\"30KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":320,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"15:55\",\"strArrivalDtTime\":\"19:15\",\"FlightDuration\":\"5h 20m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/TK.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-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"CancelCharge\":\"0\",\"FareRuleData\":[],\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-10-13 12:00\",\"localToDateTime\":\"2022-10-23 12:00\",\"strSourceAirportCode\":\"IST\",\"strDestinationAirportCode\":\"TAS\",\"intMemberCount\":1,\"intSourceCityId\":\"12905\",\"intDestinationCityId\":\"26873\",\"JourneyType\":2,\"TripType\":\"2\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"27-21-20-12-15-2-10-1706733590_34ISTTASTK368TASISTTK367_21499728600310\",\"SearchTraceId\":\"1e5de-1805f-0cb2b-81b47\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"2\",\"from_des\":[\"Istanbul (IST)\"],\"to_des\":[\"Tashkent (TAS)\"],\"departure_date\":[\"14\\/10\\/2022\"],\"return_date\":[\"24\\/10\\/2022\"],\"source_city\":[\"IST\"],\"ContSysId\":[\"222\",\"232\"],\"destination_city\":[\"TAS\"],\"source\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"destination\":[\"Tashkent, UZ - Vostochny Arpt (TAS)\"],\"from_mytrip_city\":[\" TR - Ataturk Arpt (IST)\"],\"to_mytrip_city\":[\" UZ - Vostochny Arpt (TAS)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Istanbul (IST)\"],\"to_city\":[\"Tashkent (TAS)\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-10-14\"],\"strReturnDate\":[\"2022-10-24\"],\"sourceCityId\":[12905],\"intCountryCode\":\"TR\",\"destinationCityId\":[26873],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"1e5de-1805f-0cb2b-81b47\",\"sourceCityAirportCode\":[\"IST\"],\"destinationCityAirportCode\":[\"TAS\"],\"from\":[\"IST\"],\"to\":[\"TAS\"],\"sourceCityText\":[\"Istanbul, TR - Ataturk Arpt (IST)\"],\"destinationCityText\":[\"Tashkent, UZ - Vostochny Arpt (TAS)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"14\\/10\\/2022\"],\"return_dates\":[\"24\\/10\\/2022\"],\"PreferredAirline\":null,\"DepatureDateMobile\":[\"14 Oct Fri\"],\"ReturnDateMobile\":[\"24 Oct Mon\"],\"SearchTime\":\"2022-10-12 19:21:40\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[],[]],\"Baggage\":[[],[]],\"SeatPreference\":[]}}','2022-10-12 19:22:26'),(2436,'bd629-6ff22-3b775-a35ea','{\"FlightBookingData\":[{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"FlightNumber\":\"SG- 475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsRefundable\":\"0\",\"OnwardAutoTicket\":\"1\",\"IsRefundableTxt\":\"Non-Refundable\",\"SearchTraceId\":\"bd629-6ff22-3b775-a35ea\",\"apiTraceId\":\"432_6132\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:45\",\"ArrivalTime\":\"10:20\",\"TravelDate\":\"2022-06-30\",\"LocalFromTime\":\"2022-06-30 08:45\",\"FromUTCTime\":\"2022-06-30 08:45\",\"LocalToTime\":\"2022-06-30 10:15:00\",\"ToUTCTime\":\"2022-06-30 10:15:00\",\"IsDirect\":0,\"FareClass\":\"\",\"FlightDuration\":\"1 hour, 30 minutes\",\"SourcePlaceSysId\":\"\",\"DestPlaceSysId\":\"\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"0 Stop(s)\",\"StopCountShow\":\"Non Stop\",\"Stops\":\"0\",\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":4500,\"PublishedFareTxt\":\"4,500\",\"ApiResultIndex\":\"432-bd629-6ff22-3b775-a35ea\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":8,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4000,\"Tax\":100,\"YQTax\":0,\"OtherCharges\":0,\"Discount\":0,\"ServiceFee\":0,\"ManagementFeeTax\":0,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4500,\"PublishedFare\":4500,\"PublishedFareAgent\":4500,\"OfferedFareAgent\":4500,\"OfferedFare\":0,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":0,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"OnwardAutoTicket\":\"1\",\"Refundable\":\"0\",\"IsRefundableTxt\":\"Non-Refundable\",\"PriceID\":\"432_6132\",\"ApiResultIndex\":\"432_6132\",\"IsGSTRequired\":0,\"fareIdentifier\":\"Special Deal\",\"SeatAvailable\":\"8\",\"classOfBooking\":0,\"FareClass\":\"\",\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":1,\"TaxIN\":0,\"TotalBaseFare\":0,\"BaseFareCal\":4000,\"BaseFare\":4000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":0,\"YQ\":0,\"AGST\":0,\"MFT\":0,\"OT\":100,\"MU\":0,\"YR\":0,\"intTotalGST\":0,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":400,\"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\":4500,\"CostToAgent\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15\",\"CabinBaggage\":\"7\"}],\"newFare\":0,\"oldFare\":0,\"arrMarkUps\":0},\"Segments\":[{\"destinationAirportCode\":\"DEL\",\"SegFlightNumber\":\"SG- 475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"originAirportCode\":\"SXR\",\"Baggage\":\"15\",\"CabinBaggage\":\"7\",\"IsBaggage\":true,\"NoOfSeatAvailable\":\"5\",\"strDepartureDtTime\":\"08:45\",\"strArrivalDtTime\":\"10:20\",\"FlightDuration\":\"1hour 30 minutes\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"originAirportName\":\"Srinagar, IN - Srinagar Airport (SXR)\",\"destinationAirportName\":\"Delhi, IN - Indira Gandhi Intl Airport (DEL)\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"\",\"destinationArrTime\":\"2022-06-30T10:20\",\"FareClass\":\"\",\"originDepTime\":\"2022-06-30T08:45\",\"TripIndicator\":\"\",\"IsMealIncludes\":0,\"Duration\":\"\",\"GroundTime\":\"\",\"LAYOVERDuration\":\"\",\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\"}],\"FareRules\":\"NON REFUNDABLE\",\"CancellationPolicy\":\"NON REFUNDABLE\",\"InternalRemarks\":\"NON REFUNDABE\",\"FromDate\":\"30\\/06\\/2022\",\"FromDateSort\":1656527400,\"DepartureDateTxt\":\"Thu, 30 Jun\",\"ArrivalDateTxt\":\"Thu, 30 Jun\",\"FilterDepartureDtTime\":\"00:00-10:00\",\"OnwardGroupPNR\":\"A9FYMP\",\"OnwardGroupPNRDummy\":\"A9FYMP\",\"IsSeriesFareData\":true,\"isIdobrMandatory\":false,\"SupplierSysId\":\"9958\",\"IsSupplierInv\":0,\"$$hashKey\":\"00C\"}],\"apiTraceId\":\"432_6132\",\"SearchTraceId\":\"bd629-6ff22-3b775-a35ea\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"4\",\"from_des\":[\"1__SXR-DEL\"],\"to_des\":[\"DEL\"],\"departure_date\":[\"30\\/06\\/2022\"],\"departure_datesf\":[\"30\\/06\\/2022\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"1__SXR-DEL\"],\"to_city\":[\"DEL\"],\"strDepatureDateSF\":\"2022-06-30\",\"strDepatureDate\":[\"30\\/06\\/2022\"],\"strReturnDate\":\"\",\"sourceCityId\":[],\"intCountryCode\":null,\"destinationCityId\":[],\"interNationalSearchArray\":\"\",\"FlightTraceId\":\"bd629-6ff22-3b775-a35ea\",\"sourceCityAirportCode\":null,\"destinationCityAirportCode\":null,\"from\":null,\"to\":null,\"sourceCityText\":null,\"destinationCityText\":null,\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"30\\/06\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-06-19 12:52:18\",\"ContSysId\":null,\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[null],\"Baggage\":[null],\"SeatPreference\":[]}}','2022-10-15 16:36:08'),(2437,'131','{\"_sessiondata\":{\"EmailId\":\"travelplanners80@gmail.com\",\"UserSysId\":\"14645\",\"CustomerSysId\":\"208085\",\"AgencySysId\":\"13181\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MUZAFFAR\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL PLANNER\",\"AgencyCode\":\"122111.2211122115493E84\",\"ContactNo1\":\"7006556049\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BE1414DD-022A-4D16-84D4-D571AC2C0F0F\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4000\",\"RefrenceNo\":\"32362619\",\"CreditDate\":\"21\\/10\\/2022\",\"Remark\":\"update deposit request\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/flight\"}','2022-10-21 19:07:24'),(2438,'132','{\"_sessiondata\":{\"EmailId\":\"travelplanners80@gmail.com\",\"UserSysId\":\"14645\",\"CustomerSysId\":\"208085\",\"AgencySysId\":\"13181\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"MUZAFFAR\",\"LastName\":\"AHMAD\",\"Password_cu\":\"\",\"AgencyName\":\"TRAVEL PLANNER\",\"AgencyCode\":\"122111.2211122115493E84\",\"ContactNo1\":\"7006556049\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"BE1414DD-022A-4D16-84D4-D571AC2C0F0F\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"4000\",\"RefrenceNo\":\"32362619\",\"CreditDate\":\"21\\/10\\/2022\",\"Remark\":\"update \"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-10-21 19:15:04'),(2440,'0603e-ee9d1-74123-38943','{\"FlightBookingData\":[{\"bookingId\":\"DMC106046202633\",\"bookingId_TJ\":\"TJ106046202633\",\"FlightNumber\":\"G8-154\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"0603e-ee9d1-74123-38943\",\"apiTraceId\":\"1-4246657754_0IXBDELG8154_11860237506976\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"13:40\",\"ArrivalTime\":\"15:55\",\"TravelDate\":\"2022-11-06T13:40\",\"LocalFromTime\":\"2022-11-06 13:40\",\"FromUTCTime\":\"2022-11-06T13:40\",\"LocalToTime\":\"2022-11-06 15:55\",\"ToUTCTime\":\"2022-11-06T15:55\",\"IsDirect\":0,\"FareClass\":\"SP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sun, 06 Nov\",\"ArrivalDateTxt\":\"Sun, 06 Nov\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"2012\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,637\",\"ApiResultIndex\":\"1-4246657754_0IXBDELG8154_11860237506976\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3977,\"Tax\":480.7,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4457.7,\"PublishedFare\":4637.49,\"PublishedFareAgent\":4637.49,\"OfferedFareAgent\":4637.49,\"OfferedFare\":4389.69,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"1-4246657754_0IXBDELG8154_11576827949192\",\"IsGSTRequired\":false,\"fareIdentifier\":\"COUPON\",\"fareIdentifierSP\":\"COUPON\",\"SeatAvailable\":9,\"classOfBooking\":\"SP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":68.01,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4637.49,\"CostToAgent\":4637.49,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":480.7,\"TotalBaseFare\":4457.7,\"BaseFareCal\":4427.49,\"BaseFare\":3977,\"CommissionEarned\":68.01,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":68.01,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4637.49,\"CostToAgent\":4637.49,\"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\":68.01,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4637.49,\"CostToCustomer\":4637.49,\"BaseFareCal\":4427.49,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4427.49,\"intOfferedFare\":4389.69,\"intPublishFare\":4457.7,\"TripjackMarkup\":0,\"TripjackCommission\":68.01,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":68.01,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4637.49,\"CostToAgent\":4637.49,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"958\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-11-06T15:55\",\"SegFlightNumber\":\"G8-154\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"SP\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2022-11-06T13:40\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"13:40\",\"strArrivalDtTime\":\"15:55\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"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-4246657754_0IXBDELG8154_11860237506976\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXB-DEL\":{\"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\":{\"ARF\":3000,\"ARFT\":150,\"CRF\":50,\"CRFT\":9}}},\"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,\"CCFT\":9,\"ACFT\":175,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-11-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"2012\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"1-4246657754_0IXBDELG8154_11860237506976\",\"SearchTraceId\":\"0603e-ee9d1-74123-38943\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bagdogra (IXB)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"06\\/11\\/2022\",\"\"],\"source_city\":[\"IXB\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Bagdogra (IXB)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-11-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[2012],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"0603e-ee9d1-74123-38943\",\"sourceCityAirportCode\":[\"IXB\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"IXB\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/11\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"06 Nov Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-10-23 11:35:02\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLSC\",\"Price\":250,\"Description\":\"Samosa and Chai\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"SWVG\",\"Price\":350,\"Description\":\"Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"SWNV\",\"Price\":350,\"Description\":\"Non Veg Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"JNML\",\"Price\":350,\"Description\":\"Jain Sandwich\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLVS\",\"Price\":420,\"Description\":\"Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"OLNS\",\"Price\":420,\"Description\":\"Non Veg Sandwich and Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"PMVG\",\"Price\":500,\"Description\":\"Premium Tortilla Wrap Veg + Coke\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"PMNV\",\"Price\":500,\"Description\":\"Premium Meal Tortilla Wrap Non-Veg + Coke\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"958\",\"Code\":\"XC30\",\"Price\":13500,\"Weight\":\"30KG\"}]],\"SeatPreference\":[]}}','2022-10-23 11:36:19'),(2441,'133','{\"_sessiondata\":{\"EmailId\":\"shreeshyamtravels2019@gmail.com\",\"UserSysId\":\"14986\",\"CustomerSysId\":\"210615\",\"AgencySysId\":\"13508\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"AMIT\",\"LastName\":\"GOEL\",\"Password_cu\":\"\",\"AgencyName\":\"SHREE  SHYAM TRAVEL\",\"AgencyCode\":\"122111.2061109491221E24\",\"ContactNo1\":\"9831115311\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"18440330-828F-43C5-BA5A-FDEC84DB7E9E\",\"Address\":\"\",\"PinCode\":\"\"},\"_getAgencyRolePermission\":[{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Dashboard\",\"val\":\"MOD01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"dashboard\",\"ModuleName\":\"dashboard\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"post\":{\"module\":\"finance\",\"controller\":\"deposit\",\"action\":\"index\",\"currLoc\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\",\"PaymentMode\":\"ONLINE\",\"Amount\":\"7200\",\"RefrenceNo\":\"000139512038\",\"CreditDate\":\"28\\/10\\/2022\",\"Remark\":\"Online trf hdfc bank\"},\"paymentMode\":\"ONLINE\",\"currLocation\":\"https:\\/\\/b2b.travelshop.co.in\\/finance\\/deposit\"}','2022-10-29 22:59:38');
INSERT INTO `tbl_temp_data` VALUES (2443,'7ad82-2fb70-abeca-9569e','{\"FlightBookingData\":[{\"bookingId\":\"DMC102246976615\",\"bookingId_TJ\":\"TJ102246976615\",\"FlightNumber\":\"6E-2149\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"7ad82-2fb70-abeca-9569e\",\"apiTraceId\":\"5-6076607240_0IXBDEL6E2149_6788223474364\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2022-11-06T10:00\",\"LocalFromTime\":\"2022-11-06 10:00\",\"FromUTCTime\":\"2022-11-06T10:00\",\"LocalToTime\":\"2022-11-06 12:15\",\"ToUTCTime\":\"2022-11-06T12:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Sun, 06 Nov\",\"ArrivalDateTxt\":\"Sun, 06 Nov\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"2012\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":4,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"4,934\",\"ApiResultIndex\":\"5-6076607240_0IXBDEL6E2149_6788223474364\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":4246,\"Tax\":480.7,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":4726.7,\"PublishedFare\":4934.16,\"PublishedFareAgent\":4934.16,\"OfferedFareAgent\":4934.16,\"OfferedFare\":4686.36,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-6076607240_0IXBDEL6E2149_88906042404033\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":4,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":40.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4934.16,\"CostToAgent\":4934.16,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":480.7,\"TotalBaseFare\":4726.7,\"BaseFareCal\":4724.16,\"BaseFare\":4246,\"CommissionEarned\":40.34,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":40.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4934.16,\"CostToAgent\":4934.16,\"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\":40.34,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":4934.16,\"CostToCustomer\":4934.16,\"BaseFareCal\":4724.16,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":4724.16,\"intOfferedFare\":4686.36,\"intPublishFare\":4726.7,\"TripjackMarkup\":0,\"TripjackCommission\":40.34,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":40.34,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":4934.16,\"CostToAgent\":4934.16,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"131\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-11-06T12:15\",\"SegFlightNumber\":\"6E-2149\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2022-11-06T10:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":4,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-6076607240_0IXBDEL6E2149_6788223474364\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXB-DEL\":{\"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,\"CRFT\":9,\"ARFT\":162.5}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-11-05 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"2012\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-6076607240_0IXBDEL6E2149_6788223474364\",\"SearchTraceId\":\"7ad82-2fb70-abeca-9569e\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bagdogra (IXB)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"06\\/11\\/2022\",\"\"],\"source_city\":[\"IXB\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Bagdogra (IXB)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-11-06\"],\"strReturnDate\":\"\",\"sourceCityId\":[2012],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"7ad82-2fb70-abeca-9569e\",\"sourceCityAirportCode\":[\"IXB\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"IXB\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"06\\/11\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"06 Nov Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-11-01 12:34:27\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"131\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-11-01 12:35:07'),(2444,'1f8a8-0f7b3-9ac79-ba5c0','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-516\",\"SegFlightNumberArr\":\"SG-516\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"1f8a8-0f7b3-9ac79-ba5c0\",\"apiTraceId\":\"11-3550760202_3CCUBLRSG516_40815925637207\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"08:05\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2022-11-11T08:05\",\"LocalFromTime\":\"2022-11-11 08:05\",\"FromUTCTime\":\"2022-11-11T08:05\",\"LocalToTime\":\"2022-11-11 11:35\",\"ToUTCTime\":\"2022-11-11T11:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":210,\"DepartureDateTxt\":\"Fri, 11 Nov\",\"ArrivalDateTxt\":\"Fri, 11 Nov\",\"FlightDuration\":\"3h 30m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"0\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"BLR\",\"SourcePlaceName\":\"Kolkata\",\"DestPlaceName\":\"Bengaluru\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6521.7,\"PublishedFareTxt\":\"6,522\",\"ApiResultIndex\":\"11-3550760202_3CCUBLRSG516_40815925637207\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6050,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6167.7,\"PublishedFare\":6521.7,\"PublishedFareAgent\":6522,\"OfferedFareAgent\":6521.7,\"OfferedFare\":6167.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-3550760202_3CCUBLRSG516_40815925637207\",\"ApiResultIndex\":\"11-3550760202_3CCUBLRSG516_40815925637207\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6521.7,\"CostToAgent\":6521.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":6167.7,\"BaseFareCal\":6221.7,\"BaseFare\":6050,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6521.7,\"CostToAgent\":6521.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\"}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6521.7,\"CostToCustomer\":6521.7,\"BaseFareCal\":6221.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6221.7,\"intOfferedFare\":6167.7,\"intPublishFare\":6167.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6521.7,\"CostToAgent\":6521.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"085\"},\"Segments\":[{\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bengaluru Intl Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bengaluru\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"BLR\",\"destinationArrTime\":\"2022-11-11T11:35\",\"SegFlightNumber\":\"SG-516\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-11-11T08:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"Duration\":210,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"08:05\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"3h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterDepartureDtTime\":\"00:00-10:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"07K\"}],\"apiTraceId\":\"11-3550760202_3CCUBLRSG516_40815925637207\",\"SearchTraceId\":\"1f8a8-0f7b3-9ac79-ba5c0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Bengaluru (BLR)\",\"DEL\"],\"departure_date\":[\"11\\/11\\/2022\",\"11\\/11\\/2022\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"0\"],\"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_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Bengaluru (BLR)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-11-11\",\"2022-11-11\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[0],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"1f8a8-0f7b3-9ac79-ba5c0\",\"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\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"11\\/11\\/2022\",\"11\\/11\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"11 Nov Fri\",\"11 Nov Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-11-02 19:43:38\",\"IsChangeSearch\":1}}','2022-11-02 20:07:31'),(2446,'9d205-b6cb8-3f2b6-c010f','{\"FlightBookingData\":[{\"bookingId\":\"DMC104947551935\",\"bookingId_TJ\":\"TJ104947551935\",\"FlightNumber\":\"6E-2149\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"9d205-b6cb8-3f2b6-c010f\",\"apiTraceId\":\"5-4107373087_0IXBDEL6E2149_87111119462383\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"10:00\",\"ArrivalTime\":\"12:15\",\"TravelDate\":\"2022-11-24T10:00\",\"LocalFromTime\":\"2022-11-24 10:00\",\"FromUTCTime\":\"2022-11-24T10:00\",\"LocalToTime\":\"2022-11-24 12:15\",\"ToUTCTime\":\"2022-11-24T12:15\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Thu, 24 Nov\",\"ArrivalDateTxt\":\"Thu, 24 Nov\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"2012\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"IXB\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,972\",\"ApiResultIndex\":\"5-4107373087_0IXBDEL6E2149_87111119462383\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":3267,\"Tax\":480.7,\"YQTax\":0,\"OtherCharges\":463,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3747.7,\"PublishedFare\":3972.23,\"PublishedFareAgent\":3972.23,\"OfferedFareAgent\":3972.23,\"OfferedFare\":3724.43,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-4107373087_0IXBDEL6E2149_6483858148339\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":6,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":23.27,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3972.23,\"CostToAgent\":3972.23,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":480.7,\"TotalBaseFare\":3747.7,\"BaseFareCal\":3762.23,\"BaseFare\":3267,\"CommissionEarned\":23.27,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":463,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":23.27,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3972.23,\"CostToAgent\":3972.23,\"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\":23.27,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3972.23,\"CostToCustomer\":3972.23,\"BaseFareCal\":3762.23,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3762.23,\"intOfferedFare\":3724.43,\"intPublishFare\":3747.7,\"TripjackMarkup\":0,\"TripjackCommission\":23.27,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":23.27,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3972.23,\"CostToAgent\":3972.23,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"279\",\"originAirportName\":\"Bagdogra Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Bagdogra\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-11-24T12:15\",\"SegFlightNumber\":\"6E-2149\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"IXB\",\"originDepTime\":\"2022-11-24T10:00\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"10:00\",\"strArrivalDtTime\":\"12:15\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 2\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}],\"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-4107373087_0IXBDEL6E2149_87111119462383\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXB-DEL\":{\"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,\"CRF\":50,\"ARF\":3250,\"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\":{\"ACF\":3500,\"CCF\":50,\"ACFT\":175,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-11-23 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXB\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"2012\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-4107373087_0IXBDEL6E2149_87111119462383\",\"SearchTraceId\":\"9d205-b6cb8-3f2b6-c010f\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bagdogra (IXB)\"],\"to_des\":[\"Delhi (DEL)\"],\"departure_date\":[\"24\\/11\\/2022\"],\"source_city\":[\"IXB\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Bagdogra (IXB)\"],\"to_city\":[\"Delhi (DEL)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-11-24\"],\"strReturnDate\":\"\",\"sourceCityId\":[2012],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"9d205-b6cb8-3f2b6-c010f\",\"sourceCityAirportCode\":[\"IXB\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"IXB\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"24\\/11\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"24 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-11-07 11:35:07\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"SAKD\",\"Price\":300,\"Description\":\"Sabudana Khichdi\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"UPMA\",\"Price\":350,\"Description\":\"RAVA UPMA Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"POHA\",\"Price\":350,\"Description\":\"POHA Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"COMI\",\"Price\":350,\"Description\":\"Cornflakes with Milk\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"ZCHK\",\"Price\":400,\"Description\":\"Nissin Zesty Chicken Keema Noodle\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VBIR\",\"Price\":400,\"Description\":\"VEG BIRYANI Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"MUYO\",\"Price\":400,\"Description\":\"Muesli with yogurt\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"PBMR\",\"Price\":450,\"Description\":\"Paneer Butter masala\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHCR\",\"Price\":450,\"Description\":\"Chicken Curry Rice\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"TCSW\",\"Price\":500,\"Description\":\"Tomato Cucumber Cheese Lettuce Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"PTSW\",\"Price\":500,\"Description\":\"Paneer Tikka Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHVM\",\"Price\":500,\"Description\":\"KIDDIE DELIGHT -Veg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VGTR\",\"Price\":550,\"Description\":\"Veg Trio Sandwich\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"NLVG\",\"Price\":550,\"Description\":\"Non Lactose meal \\/ 2 Dips with Baked Pita\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHNM\",\"Price\":550,\"Description\":\"KIDDIE DELIGHT  Non -Veg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"VLML\",\"Price\":600,\"Description\":\"Veg Lactose Meal \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"NVTR\",\"Price\":600,\"Description\":\"Non veg trio sandwich\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"LCVG\",\"Price\":600,\"Description\":\"Low Calorie Veg \\/Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"GFNV\",\"Price\":600,\"Description\":\"Gluten free \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"DBVG\",\"Price\":600,\"Description\":\"Diabetic Veg Meal \\/ Paneer Bhatti\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"DBNV\",\"Price\":600,\"Description\":\"Diabitic N.Veg \\/ Chicken Supreme Salad\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CJSW\",\"Price\":600,\"Description\":\"Chicken Junglee Sandwich Combo\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"CHNS\",\"Price\":600,\"Description\":\"Sesame Chicken\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"279\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-11-07 11:35:28'),(2448,'f7c4b-28818-a6b48-61bc4','{\"FlightBookingData\":[{\"bookingId\":\"DMC115447851189\",\"bookingId_TJ\":\"TJ115447851189\",\"FlightNumber\":\"PC-364\",\"AirlineName\":\"Pegasus\",\"AirlineCode\":\"PC\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":null,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f7c4b-28818-a6b48-61bc4\",\"apiTraceId\":\"27-21-20-12-2-15-10-9371994184_0OTPSAWPC364SAWAYTPC2028_53934068639810\",\"AirlineSysId\":\"388\",\"DepartureTime\":\"17:30\",\"ArrivalTime\":\"01:25\",\"TravelDate\":\"2022-11-10T17:30\",\"LocalFromTime\":\"2022-11-10 17:30\",\"FromUTCTime\":\"2022-11-10T17:30\",\"LocalToTime\":\"2022-11-11 01:25\",\"ToUTCTime\":\"2022-11-11T01:25\",\"IsDirect\":0,\"FareClass\":\"P\",\"LAYOVERCity\":\"Istanbul\",\"GroundTime\":260,\"LAYOVERDuration\":\"4h 20m\",\"FlyingMinutes\":415,\"DepartureDateTxt\":\"Thu, 10 Nov\",\"ArrivalDateTxt\":\"Fri, 11 Nov\",\"FlightDuration\":\"08h 55m\",\"SourcePlaceSysId\":\"4329\",\"DestPlaceSysId\":\"1151\",\"SourceAirportCode\":\"OTP\",\"DestAirportCode\":\"AYT\",\"StopCount\":\"1 Stop(s)\",\"Stops\":1,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":9,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"118,283\",\"ApiResultIndex\":\"27-21-20-12-2-15-10-9371994184_0OTPSAWPC364SAWAYTPC2028_53934068639810\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"1\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":30960,\"Tax\":82761.3,\"YQTax\":52173,\"OtherCharges\":15723,\"Discount\":0,\"ServiceFee\":135,\"ManagementFeeTax\":24.3,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":14706,\"MUFee\":0,\"intPublishedFare\":113721.3,\"PublishedFare\":118282.5,\"PublishedFareAgent\":118282.5,\"OfferedFareAgent\":118282.5,\"OfferedFare\":112866.3,\"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-9371994184_0OTPSAWPC364SAWAYTPC2028_68355563169791\",\"IsGSTRequired\":false,\"fareIdentifier\":\"PUBLISHED\",\"fareIdentifierSP\":\"PUBLISHED\",\"SeatAvailable\":null,\"classOfBooking\":\"P\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":826.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":4590,\"GSTOnMarkUp\":826.2,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":16.2,\"AddiMarkup\":90,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":855,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":118282.5,\"CostToAgent\":118282.5,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"9\",\"TaxIN\":82761.3,\"TotalBaseFare\":113721.3,\"BaseFareCal\":113692.5,\"BaseFare\":30960,\"CommissionEarned\":855,\"TDS\":0,\"MF\":135,\"YQ\":52173,\"AGST\":0,\"MFT\":24.3,\"OT\":15723,\"MU\":0,\"YR\":14706,\"AddiTaxOnMarkup\":16.2,\"AddiMarkup\":90,\"intTotalGST\":826.2,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":4590,\"GSTOnMarkUp\":826.2,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":855,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":118282.5,\"CostToAgent\":118282.5,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":855,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":4590,\"IntTaxOnAgencyFixMarkUp\":826.2,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":826.2,\"PublishFare\":118282.5,\"CostToCustomer\":118282.5,\"BaseFareCal\":113692.5,\"intCommisionEarnedForAgency\":4590,\"CostToCompany\":113692.5,\"intOfferedFare\":112866.3,\"intPublishFare\":113721.3,\"TripjackMarkup\":0,\"TripjackCommission\":855,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":855,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":118282.5,\"CostToAgent\":118282.5,\"AddiMarkup\":90,\"AddiTaxOnMarkup\":16.2,\"IntAdddimarkup\":90,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"293\",\"originAirportName\":\"Henri Coanda Arpt\",\"destinationAirportName\":\"Sabiha Gokcen Arpt\",\"originCityName\":\"Bucharest\",\"originCountryName\":\"Romania\",\"destinationCityName\":\"Istanbul\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"SAW\",\"destinationArrTime\":\"2022-11-10T19:50\",\"SegFlightNumber\":\"PC-364\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"P\",\"originAirportCode\":\"OTP\",\"originDepTime\":\"2022-11-10T17:30\",\"TripIndicator\":1,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":1,\"Duration\":80,\"GroundTime\":260,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"17:30\",\"strArrivalDtTime\":\"19:50\",\"FlightDuration\":\"1h 20m\",\"LAYOVERDuration\":\"4h 20m\",\"LAYOVERCity\":\"Istanbul\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.png\",\"BAGGAGEARRAY\":[],\"MEALARRAY\":[],\"SegmentNumber\":0,\"isReturnSegment\":false},{\"segmentid\":\"294\",\"originAirportName\":\"Sabiha Gokcen Arpt\",\"destinationAirportName\":\"Antalya Airport\",\"originCityName\":\"Istanbul\",\"originCountryName\":\"Turkey\",\"destinationCityName\":\"Antalya\",\"destinationCountryName\":\"Turkey\",\"destinationAirportCode\":\"AYT\",\"destinationArrTime\":\"2022-11-11T01:25\",\"SegFlightNumber\":\"PC-2028\",\"AirlineCode\":\"PC\",\"AirlineName\":\"Pegasus\",\"FareClass\":\"P\",\"originAirportCode\":\"SAW\",\"originDepTime\":\"2022-11-11T00:10\",\"TripIndicator\":2,\"Baggage\":\"20KG\",\"CabinBaggage\":\"7Kg\",\"IsBaggage\":true,\"IsMealIncludes\":null,\"SegmentIndicator\":2,\"Duration\":75,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"00:10\",\"strArrivalDtTime\":\"01:25\",\"FlightDuration\":\"1h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/noimage.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\":true,\"isSessionTime\":\"13:00\",\"strTraceId\":\"27-21-20-12-2-15-10-9371994184_0OTPSAWPC364SAWAYTPC2028_53934068639810\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"OTP-AYT\":{\"fr\":{\"CANCELLATION\":{\"AFTER_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}},\"BEFORE_DEPARTURE\":{\"additionalFee\":100,\"policyInfo\":\"CANCELLATION Not Available\",\"fcs\":{\"CCFT\":18,\"CCF\":100}}},\"DATECHANGE\":{\"AFTER_DEPARTURE\":{\"amount\":4950,\"additionalFee\":50,\"policyInfo\":\"AFTER DEPARTURE Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9,\"ARFT\":247.5,\"ARF\":4950}},\"BEFORE_DEPARTURE\":{\"additionalFee\":50,\"policyInfo\":\"CHANGE Not Available\",\"fcs\":{\"CRF\":50,\"CRFT\":9}}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-11-09 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"OTP\",\"strDestinationAirportCode\":\"AYT\",\"intMemberCount\":9,\"intSourceCityId\":\"4329\",\"intDestinationCityId\":\"1151\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"1\"}}],\"apiTraceId\":\"27-21-20-12-2-15-10-9371994184_0OTPSAWPC364SAWAYTPC2028_53934068639810\",\"SearchTraceId\":\"f7c4b-28818-a6b48-61bc4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Bucharest (OTP)\",\"Sectors\"],\"to_des\":[\"Antalya (AYT)\",\"DEL\"],\"departure_date\":[\"10\\/11\\/2022\",\"\"],\"source_city\":[\"OTP\"],\"ContSysId\":[\"179\",\"222\"],\"destination_city\":[\"AYT\"],\"source\":[\"Bucharest, BUH, RO - Henri Coanda Arpt (OTP)\"],\"destination\":[\"Antalya, TR - Antalya Airport (AYT)\"],\"from_mytrip_city\":[\" BUH\"],\"to_mytrip_city\":[\" TR - Antalya Airport (AYT)\"],\"departure_datesf\":[\"\"],\"adults\":\"9\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Bucharest (OTP)\",\"Sectors\"],\"to_city\":[\"Antalya (AYT)\",\"DEL\"],\"interNationalSearch\":true,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-11-10\"],\"strReturnDate\":\"\",\"sourceCityId\":[4329],\"intCountryCode\":\"RO\",\"destinationCityId\":[1151],\"interNationalSearchArray\":[true],\"FlightTraceId\":\"f7c4b-28818-a6b48-61bc4\",\"sourceCityAirportCode\":[\"OTP\"],\"destinationCityAirportCode\":[\"AYT\"],\"from\":[\"OTP\"],\"to\":[\"AYT\"],\"sourceCityText\":[\"Bucharest, BUH, RO - Henri Coanda Arpt (OTP)\"],\"destinationCityText\":[\"Antalya, TR - Antalya Airport (AYT)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"10\\/11\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"10 Nov Thu\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-11-10 02:22:10\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-11-10 02:22:38'),(2454,'5eae3-9feb4-dbcd9-a2ad2','{\"FlightBookingData\":[{\"bookingId\":\"DMC102748129708\",\"bookingId_TJ\":\"TJ102748129708\",\"FlightNumber\":\"SG-494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"apiTraceId\":\"4-9545754431_0CCUIXBSG494_19448601430093\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-12-07T10:55\",\"LocalFromTime\":\"2022-12-07 10:55\",\"FromUTCTime\":\"2022-12-07T10:55\",\"LocalToTime\":\"2022-12-07 12:05\",\"ToUTCTime\":\"2022-12-07T12:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 07 Dec\",\"ArrivalDateTxt\":\"Wed, 07 Dec\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,497\",\"ApiResultIndex\":\"4-9545754431_0CCUIXBSG494_19448601430093\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2258,\"Tax\":1087.7,\"YQTax\":0,\"OtherCharges\":1070,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3345.7,\"PublishedFare\":3496.9700000000003,\"PublishedFareAgent\":3496.9700000000003,\"OfferedFareAgent\":3496.9700000000003,\"OfferedFare\":3249.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9545754431_0CCUIXBSG494_22323520888834\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":20,\"classOfBooking\":\"CP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1087.7,\"TotalBaseFare\":3345.7,\"BaseFareCal\":3286.9700000000003,\"BaseFare\":2258,\"CommissionEarned\":96.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1070,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"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\":96.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3496.9700000000003,\"CostToCustomer\":3496.9700000000003,\"BaseFareCal\":3286.9700000000003,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3286.9700000000003,\"intOfferedFare\":3249.17,\"intPublishFare\":3345.7,\"TripjackMarkup\":0,\"TripjackCommission\":96.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"259\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-12-07T12:05\",\"SegFlightNumber\":\"SG-494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-12-07T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-9545754431_0CCUIXBSG494_19448601430093\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXB\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":10,\"ARF\":200,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"ACF\":200,\"ACFT\":10,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats beyond Spicemax\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"323\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-12 17:42:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"251\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-12 17:42:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"modified\":\"2022-11-12 17:42:41\",\"created\":\"2022-11-12 17:42:41\",\"CustomerMemberSysId\":\"251\"}],\"CustomerSysId\":\"120\",\"CustomerMemSysId\":[\"251\"],\"flight_booking_customer\":[[\"448\"]],\"SearchTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\"],\"to_des\":[\"Bagdogra (IXB)\"],\"departure_date\":[\"07\\/12\\/2022\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\" IN - Bagdogra Arpt (IXB)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"DirectFlight\":\"1\",\"from_city\":[\"Kolkata (CCU)\"],\"to_city\":[\"Bagdogra (IXB)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-12-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"CCU\"],\"to\":[\"IXB\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/12\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Dec Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-11-12 17:41:30\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\"],\\\"to_des\\\":[\\\"Bagdogra (IXB)\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/12\\\\\\/2022\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXB\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Bagdogra Arpt (IXB)\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"DirectFlight\\\":\\\"1\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\"],\\\"to_city\\\":[\\\"Bagdogra (IXB)\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"0000-00-00\\\",\\\"strDepatureDate\\\":[\\\"2022-12-07\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2012],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"5eae3-9feb4-dbcd9-a2ad2\\\",\\\"sourceCityAirportCode\\\":[\\\"CCU\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXB\\\"],\\\"from\\\":[\\\"CCU\\\"],\\\"to\\\":[\\\"IXB\\\"],\\\"sourceCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destinationCityText\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/12\\\\\\/2022\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"07 Dec Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-11-12 17:41:30\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC102748129708\\\",\\\"bookingId_TJ\\\":\\\"TJ102748129708\\\",\\\"FlightNumber\\\":\\\"SG-494\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"5eae3-9feb4-dbcd9-a2ad2\\\",\\\"apiTraceId\\\":\\\"4-9545754431_0CCUIXBSG494_19448601430093\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:55\\\",\\\"ArrivalTime\\\":\\\"12:05\\\",\\\"TravelDate\\\":\\\"2022-12-07T10:55\\\",\\\"LocalFromTime\\\":\\\"2022-12-07 10:55\\\",\\\"FromUTCTime\\\":\\\"2022-12-07T10:55\\\",\\\"LocalToTime\\\":\\\"2022-12-07 12:05\\\",\\\"ToUTCTime\\\":\\\"2022-12-07T12:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"CP\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":70,\\\"DepartureDateTxt\\\":\\\"Wed, 07 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 07 Dec\\\",\\\"FlightDuration\\\":\\\"01h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"2012\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"IXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,497\\\",\\\"ApiResultIndex\\\":\\\"4-9545754431_0CCUIXBSG494_19448601430093\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2258,\\\"Tax\\\":1087.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1070,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3345.7,\\\"PublishedFare\\\":3496.9700000000003,\\\"PublishedFareAgent\\\":3496.9700000000003,\\\"OfferedFareAgent\\\":3496.9700000000003,\\\"OfferedFare\\\":3249.17,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-9545754431_0CCUIXBSG494_22323520888834\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":20,\\\"classOfBooking\\\":\\\"CP\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":96.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3496.9700000000003,\\\"CostToAgent\\\":3496.9700000000003,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1087.7,\\\"TotalBaseFare\\\":3345.7,\\\"BaseFareCal\\\":3286.9700000000003,\\\"BaseFare\\\":2258,\\\"CommissionEarned\\\":96.53,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":1070,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":96.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3496.9700000000003,\\\"CostToAgent\\\":3496.9700000000003,\\\"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\\\":96.53,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":3496.9700000000003,\\\"CostToCustomer\\\":3496.9700000000003,\\\"BaseFareCal\\\":3286.9700000000003,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":3286.9700000000003,\\\"intOfferedFare\\\":3249.17,\\\"intPublishFare\\\":3345.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":96.53,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":96.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3496.9700000000003,\\\"CostToAgent\\\":3496.9700000000003,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"259\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bagdogra\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXB\\\",\\\"destinationArrTime\\\":\\\"2022-12-07T12:05\\\",\\\"SegFlightNumber\\\":\\\"SG-494\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"CP\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-12-07T10:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":20,\\\"strDepartureDtTime\\\":\\\"10:55\\\",\\\"strArrivalDtTime\\\":\\\"12:05\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"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-9545754431_0CCUIXBSG494_19448601430093\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-IXB\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":200,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ARFT\\\":10,\\\"ARF\\\":200,\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":200,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"CCFT\\\":9,\\\"ACF\\\":200,\\\"ACFT\\\":10,\\\"CCF\\\":50}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Complimentary seats beyond Spicemax\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-12-06 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"IXB\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"2012\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"259\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9832330248\",\"leadEmail\":\"shyamtravelsin@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ANKIT\",\"passenger-lastname-1\":\"SHAW\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Siliguri\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25227\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13593\",\"Salutation\":\"1\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"CountryCode\":\"91\",\"MobileNo\":\"9832330248\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-12 17:42:41\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"modified\":\"2022-11-12 17:42:41\",\"created\":\"2022-11-12 17:42:41\",\"MobileNo\":\"9832330248\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"shyamtravelsin@gmail.com\",\"UserSysId\":\"15075\",\"CustomerSysId\":\"211773\",\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"BIKKY\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"SHYAMTRAVELS\",\"AgencyCode\":\"61374\",\"ContactNo1\":\"9832330248\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C3DFBEC4-427E-4214-89DD-B104C9CA2AC4\",\"Address\":\"\",\"PinCode\":\"\"},\"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\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"FlightBookingData\":[{\"bookingId\":\"DMC102748129708\",\"bookingId_TJ\":\"TJ102748129708\",\"FlightNumber\":\"SG-494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"5eae3-9feb4-dbcd9-a2ad2\",\"apiTraceId\":\"4-9545754431_0CCUIXBSG494_19448601430093\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-12-07T10:55\",\"LocalFromTime\":\"2022-12-07 10:55\",\"FromUTCTime\":\"2022-12-07T10:55\",\"LocalToTime\":\"2022-12-07 12:05\",\"ToUTCTime\":\"2022-12-07T12:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 07 Dec\",\"ArrivalDateTxt\":\"Wed, 07 Dec\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,497\",\"ApiResultIndex\":\"4-9545754431_0CCUIXBSG494_19448601430093\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2258,\"Tax\":1087.7,\"YQTax\":0,\"OtherCharges\":1070,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3345.7,\"PublishedFare\":3496.9700000000003,\"PublishedFareAgent\":3496.9700000000003,\"OfferedFareAgent\":3496.9700000000003,\"OfferedFare\":3249.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-9545754431_0CCUIXBSG494_22323520888834\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":20,\"classOfBooking\":\"CP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1087.7,\"TotalBaseFare\":3345.7,\"BaseFareCal\":3286.9700000000003,\"BaseFare\":2258,\"CommissionEarned\":96.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1070,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"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\":96.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3496.9700000000003,\"CostToCustomer\":3496.9700000000003,\"BaseFareCal\":3286.9700000000003,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3286.9700000000003,\"intOfferedFare\":3249.17,\"intPublishFare\":3345.7,\"TripjackMarkup\":0,\"TripjackCommission\":96.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"259\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-12-07T12:05\",\"SegFlightNumber\":\"SG-494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-12-07T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"259\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-9545754431_0CCUIXBSG494_19448601430093\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXB\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARFT\":10,\"ARF\":200,\"CRFT\":9,\"CRF\":50}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"CCFT\":9,\"ACF\":200,\"ACFT\":10,\"CCF\":50}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats beyond Spicemax\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"E63189C72C924330AFF8EDC3476886E3\",\"message\":\"\"}}','2022-11-12 17:43:05'),(2460,'18d0f-319f7-5f9ed-d9aa4','{\"FlightBookingData\":[{\"bookingId\":\"DMC106348129896\",\"bookingId_TJ\":\"TJ106348129896\",\"FlightNumber\":\"SG-494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"apiTraceId\":\"4-2226544529_0CCUIXBSG494_21012095996002\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-12-07T10:55\",\"LocalFromTime\":\"2022-12-07 10:55\",\"FromUTCTime\":\"2022-12-07T10:55\",\"LocalToTime\":\"2022-12-07 12:05\",\"ToUTCTime\":\"2022-12-07T12:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 07 Dec\",\"ArrivalDateTxt\":\"Wed, 07 Dec\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,497\",\"ApiResultIndex\":\"4-2226544529_0CCUIXBSG494_21012095996002\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2258,\"Tax\":1087.7,\"YQTax\":0,\"OtherCharges\":1070,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3345.7,\"PublishedFare\":3496.9700000000003,\"PublishedFareAgent\":3496.9700000000003,\"OfferedFareAgent\":3496.9700000000003,\"OfferedFare\":3249.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2226544529_0CCUIXBSG494_25343537894524\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":20,\"classOfBooking\":\"CP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1087.7,\"TotalBaseFare\":3345.7,\"BaseFareCal\":3286.9700000000003,\"BaseFare\":2258,\"CommissionEarned\":96.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1070,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"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\":96.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3496.9700000000003,\"CostToCustomer\":3496.9700000000003,\"BaseFareCal\":3286.9700000000003,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3286.9700000000003,\"intOfferedFare\":3249.17,\"intPublishFare\":3345.7,\"TripjackMarkup\":0,\"TripjackCommission\":96.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"516\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-12-07T12:05\",\"SegFlightNumber\":\"SG-494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-12-07T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-2226544529_0CCUIXBSG494_21012095996002\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXB\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":200,\"ARFT\":10,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":200,\"CCFT\":9,\"CCF\":50,\"ACFT\":10}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats beyond Spicemax\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"324\"],\"ForCustomerSession\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-12 17:43:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerMemberSysId\":\"252\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-12 17:43:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"modified\":\"2022-11-12 17:43:54\",\"created\":\"2022-11-12 17:43:54\",\"CustomerMemberSysId\":\"252\"}],\"CustomerSysId\":\"120\",\"CustomerMemSysId\":[\"252\"],\"flight_booking_customer\":[[\"449\"]],\"SearchTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_des\":[\"Bagdogra (IXB)\",\"DEL\"],\"departure_date\":[\"07\\/12\\/2022\",\"\"],\"source_city\":[\"CCU\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXB\"],\"source\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destination\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"from_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Kolkata (CCU)\",\"Sectors\"],\"to_city\":[\"Bagdogra (IXB)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-12-07\"],\"strReturnDate\":\"\",\"sourceCityId\":[14323],\"intCountryCode\":\"IN\",\"destinationCityId\":[2012],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"sourceCityAirportCode\":[\"CCU\"],\"destinationCityAirportCode\":[\"IXB\"],\"from\":[\"CCU\"],\"to\":[\"IXB\"],\"sourceCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"destinationCityText\":[\"Bagdogra, IN - Bagdogra Arpt (IXB), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"07\\/12\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"07 Dec Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-11-12 17:43:30\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"07\\\\\\/12\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"CCU\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"IXB\\\"],\\\"source\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destination\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"to_mytrip_city\\\":[\\\"\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Kolkata (CCU)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Bagdogra (IXB)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-12-07\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[14323],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[2012],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"18d0f-319f7-5f9ed-d9aa4\\\",\\\"sourceCityAirportCode\\\":[\\\"CCU\\\"],\\\"destinationCityAirportCode\\\":[\\\"IXB\\\"],\\\"from\\\":[\\\"CCU\\\"],\\\"to\\\":[\\\"IXB\\\"],\\\"sourceCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"destinationCityText\\\":[\\\"Bagdogra, IN - Bagdogra Arpt (IXB), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"07\\\\\\/12\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"07 Dec Wed\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-11-12 17:43:30\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC106348129896\\\",\\\"bookingId_TJ\\\":\\\"TJ106348129896\\\",\\\"FlightNumber\\\":\\\"SG-494\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"SearchTraceId\\\":\\\"18d0f-319f7-5f9ed-d9aa4\\\",\\\"apiTraceId\\\":\\\"4-2226544529_0CCUIXBSG494_21012095996002\\\",\\\"AirlineSysId\\\":\\\"463\\\",\\\"DepartureTime\\\":\\\"10:55\\\",\\\"ArrivalTime\\\":\\\"12:05\\\",\\\"TravelDate\\\":\\\"2022-12-07T10:55\\\",\\\"LocalFromTime\\\":\\\"2022-12-07 10:55\\\",\\\"FromUTCTime\\\":\\\"2022-12-07T10:55\\\",\\\"LocalToTime\\\":\\\"2022-12-07 12:05\\\",\\\"ToUTCTime\\\":\\\"2022-12-07T12:05\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"CP\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":70,\\\"DepartureDateTxt\\\":\\\"Wed, 07 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Wed, 07 Dec\\\",\\\"FlightDuration\\\":\\\"01h 10m\\\",\\\"SourcePlaceSysId\\\":\\\"14323\\\",\\\"DestPlaceSysId\\\":\\\"2012\\\",\\\"SourceAirportCode\\\":\\\"CCU\\\",\\\"DestAirportCode\\\":\\\"IXB\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":20,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"3,497\\\",\\\"ApiResultIndex\\\":\\\"4-2226544529_0CCUIXBSG494_21012095996002\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":2258,\\\"Tax\\\":1087.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":1070,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":3345.7,\\\"PublishedFare\\\":3496.9700000000003,\\\"PublishedFareAgent\\\":3496.9700000000003,\\\"OfferedFareAgent\\\":3496.9700000000003,\\\"OfferedFare\\\":3249.17,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":1,\\\"IsRefundableTxt\\\":\\\"Refundable\\\",\\\"PriceID\\\":\\\"4-2226544529_0CCUIXBSG494_25343537894524\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"CORPORATE\\\",\\\"fareIdentifierSP\\\":\\\"CORPORATE\\\",\\\"SeatAvailable\\\":20,\\\"classOfBooking\\\":\\\"CP\\\",\\\"FareClass\\\":\\\"ECONOMY\\\",\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"CommEarnedAgent\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":96.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3496.9700000000003,\\\"CostToAgent\\\":3496.9700000000003,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":1087.7,\\\"TotalBaseFare\\\":3345.7,\\\"BaseFareCal\\\":3286.9700000000003,\\\"BaseFare\\\":2258,\\\"CommissionEarned\\\":96.53,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":1070,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":1.8,\\\"AddiMarkup\\\":10,\\\"intTotalGST\\\":37.8,\\\"apiMarkup\\\":0,\\\"IntCommission\\\":0,\\\"apiTaxOnMarkup\\\":0,\\\"FixedMarkUp\\\":210,\\\"GSTOnMarkUp\\\":37.8,\\\"CommEarned\\\":0,\\\"GSTonComm\\\":0,\\\"intGTXMarkUp\\\":0,\\\"GTXMarkUpGST\\\":0,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":96.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3496.9700000000003,\\\"CostToAgent\\\":3496.9700000000003,\\\"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\\\":96.53,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":210,\\\"IntTaxOnAgencyFixMarkUp\\\":37.8,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":37.8,\\\"PublishFare\\\":3496.9700000000003,\\\"CostToCustomer\\\":3496.9700000000003,\\\"BaseFareCal\\\":3286.9700000000003,\\\"intCommisionEarnedForAgency\\\":210,\\\"CostToCompany\\\":3286.9700000000003,\\\"intOfferedFare\\\":3249.17,\\\"intPublishFare\\\":3345.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":96.53,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":96.53,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":3496.9700000000003,\\\"CostToAgent\\\":3496.9700000000003,\\\"AddiMarkup\\\":10,\\\"AddiTaxOnMarkup\\\":1.8,\\\"IntAdddimarkup\\\":10,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"516\\\",\\\"originAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"destinationAirportName\\\":\\\"Bagdogra Arpt\\\",\\\"originCityName\\\":\\\"Kolkata\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Bagdogra\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"IXB\\\",\\\"destinationArrTime\\\":\\\"2022-12-07T12:05\\\",\\\"SegFlightNumber\\\":\\\"SG-494\\\",\\\"AirlineCode\\\":\\\"SG\\\",\\\"AirlineName\\\":\\\"SpiceJet\\\",\\\"FareClass\\\":\\\"CP\\\",\\\"originAirportCode\\\":\\\"CCU\\\",\\\"originDepTime\\\":\\\"2022-12-07T10:55\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":70,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":20,\\\"strDepartureDtTime\\\":\\\"10:55\\\",\\\"strArrivalDtTime\\\":\\\"12:05\\\",\\\"FlightDuration\\\":\\\"1h 10m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"Terminal 2\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/SG.gif\\\",\\\"BAGGAGEARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"MEALARRAY\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"SegmentNumber\\\":0,\\\"isReturnSegment\\\":false}],\\\"Baggage\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}],\\\"Meal\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}],\\\"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-2226544529_0CCUIXBSG494_21012095996002\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"CCU-IXB\\\":{\\\"fr\\\":{\\\"NO_SHOW\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\\\"}},\\\"DATECHANGE\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":200,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ARF\\\":200,\\\"ARFT\\\":10,\\\"CRF\\\":50,\\\"CRFT\\\":9}}},\\\"CANCELLATION\\\":{\\\"DEFAULT\\\":{\\\"amount\\\":200,\\\"additionalFee\\\":50,\\\"policyInfo\\\":\\\"__nls__Cancellation permitted 03 Hrs before scheduled departure\\\",\\\"fcs\\\":{\\\"ACF\\\":200,\\\"CCFT\\\":9,\\\"CCF\\\":50,\\\"ACFT\\\":10}}},\\\"SEAT_CHARGEABLE\\\":{\\\"DEFAULT\\\":{\\\"policyInfo\\\":\\\"Complimentary seats beyond Spicemax\\\"}}}}},\\\"status\\\":{\\\"success\\\":true,\\\"httpStatus\\\":200}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-12-06 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"CCU\\\",\\\"strDestinationAirportCode\\\":\\\"IXB\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"14323\\\",\\\"intDestinationCityId\\\":\\\"2012\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"VGSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"NVSW\\\",\\\"Price\\\":0,\\\"Description\\\":\\\"Non Veg Sandwich\\\\\\/Wrap\\\\\\/Sub\\\"}]],\\\"Baggage\\\":[[{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB08\\\",\\\"Price\\\":800,\\\"Weight\\\":\\\"8 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB15\\\",\\\"Price\\\":1500,\\\"Weight\\\":\\\"15 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB05\\\",\\\"Price\\\":2250,\\\"Weight\\\":\\\"5KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"IB30\\\",\\\"Price\\\":3000,\\\"Weight\\\":\\\"30 Kg International Excess Baggage for Connecting Flights\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB10\\\",\\\"Price\\\":4500,\\\"Weight\\\":\\\"10KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB15\\\",\\\"Price\\\":6750,\\\"Weight\\\":\\\"15KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB20\\\",\\\"Price\\\":9000,\\\"Weight\\\":\\\"20KG\\\"},{\\\"Currency\\\":\\\"INR\\\",\\\"key\\\":\\\"516\\\",\\\"Code\\\":\\\"EB30\\\",\\\"Price\\\":13500,\\\"Weight\\\":\\\"30KG\\\"}]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9832330248\",\"leadEmail\":\"shyamtravelsin@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"9\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ANKIT\",\"passenger-lastname-1\":\"SHAW\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Siliguri\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"25227\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"SelectMeals\":[\"\"],\"SelectBaggage\":[\"\"],\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"13593\",\"Salutation\":\"1\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"CountryCode\":\"91\",\"MobileNo\":\"9832330248\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[{\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"CustomerSysId\":\"120\",\"EmailId\":\"shyamtravelsin@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"9\",\"Contacts\":\"9832330248\",\"FirstName\":\"ANKIT\",\"LastName\":\"SHAW\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"13593\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-12 17:43:54\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"apiTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"modified\":\"2022-11-12 17:43:54\",\"created\":\"2022-11-12 17:43:54\",\"MobileNo\":\"9832330248\",\"B2B\":true}],\"_sessiondata\":{\"EmailId\":\"shyamtravelsin@gmail.com\",\"UserSysId\":\"15075\",\"CustomerSysId\":\"211773\",\"AgencySysId\":\"13593\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"BIKKY\",\"LastName\":\"AGARWAL\",\"Password_cu\":\"\",\"AgencyName\":\"SHYAMTRAVELS\",\"AgencyCode\":\"61374\",\"ContactNo1\":\"9832330248\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"C3DFBEC4-427E-4214-89DD-B104C9CA2AC4\",\"Address\":\"\",\"PinCode\":\"\"},\"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\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"CPAmountWithTax\":0,\"FlightBookingTicketArr\":{\"status\":{\"success\":false,\"httpStatus\":400},\"errors\":[{\"errCode\":\"2001\",\"message\":\"Insufficient Balance\",\"details\":\"Insufficient Balance\"}],\"SearchTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"FlightBookingData\":[{\"bookingId\":\"DMC106348129896\",\"bookingId_TJ\":\"TJ106348129896\",\"FlightNumber\":\"SG-494\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"18d0f-319f7-5f9ed-d9aa4\",\"apiTraceId\":\"4-2226544529_0CCUIXBSG494_21012095996002\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"10:55\",\"ArrivalTime\":\"12:05\",\"TravelDate\":\"2022-12-07T10:55\",\"LocalFromTime\":\"2022-12-07 10:55\",\"FromUTCTime\":\"2022-12-07T10:55\",\"LocalToTime\":\"2022-12-07 12:05\",\"ToUTCTime\":\"2022-12-07T12:05\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":70,\"DepartureDateTxt\":\"Wed, 07 Dec\",\"ArrivalDateTxt\":\"Wed, 07 Dec\",\"FlightDuration\":\"01h 10m\",\"SourcePlaceSysId\":\"14323\",\"DestPlaceSysId\":\"2012\",\"SourceAirportCode\":\"CCU\",\"DestAirportCode\":\"IXB\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":20,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"3,497\",\"ApiResultIndex\":\"4-2226544529_0CCUIXBSG494_21012095996002\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":2258,\"Tax\":1087.7,\"YQTax\":0,\"OtherCharges\":1070,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":3345.7,\"PublishedFare\":3496.9700000000003,\"PublishedFareAgent\":3496.9700000000003,\"OfferedFareAgent\":3496.9700000000003,\"OfferedFare\":3249.17,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2226544529_0CCUIXBSG494_25343537894524\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":20,\"classOfBooking\":\"CP\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":1087.7,\"TotalBaseFare\":3345.7,\"BaseFareCal\":3286.9700000000003,\"BaseFare\":2258,\"CommissionEarned\":96.53,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":1070,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"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\":96.53,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":3496.9700000000003,\"CostToCustomer\":3496.9700000000003,\"BaseFareCal\":3286.9700000000003,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":3286.9700000000003,\"intOfferedFare\":3249.17,\"intPublishFare\":3345.7,\"TripjackMarkup\":0,\"TripjackCommission\":96.53,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":96.53,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":3496.9700000000003,\"CostToAgent\":3496.9700000000003,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"516\",\"originAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"destinationAirportName\":\"Bagdogra Arpt\",\"originCityName\":\"Kolkata\",\"originCountryName\":\"India\",\"destinationCityName\":\"Bagdogra\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXB\",\"destinationArrTime\":\"2022-12-07T12:05\",\"SegFlightNumber\":\"SG-494\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"CCU\",\"originDepTime\":\"2022-12-07T10:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":70,\"GroundTime\":0,\"NoOfSeatAvailable\":20,\"strDepartureDtTime\":\"10:55\",\"strArrivalDtTime\":\"12:05\",\"FlightDuration\":\"1h 10m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 2\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB08\",\"Price\":800,\"Weight\":\"8 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB15\",\"Price\":1500,\"Weight\":\"15 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB05\",\"Price\":2250,\"Weight\":\"5KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"IB30\",\"Price\":3000,\"Weight\":\"30 Kg International Excess Baggage for Connecting Flights\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB10\",\"Price\":4500,\"Weight\":\"10KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB15\",\"Price\":6750,\"Weight\":\"15KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB20\",\"Price\":9000,\"Weight\":\"20KG\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"EB30\",\"Price\":13500,\"Weight\":\"30KG\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"VGSW\",\"Price\":0,\"Description\":\"Veg Sandwich\\/Wrap\\/Sub\"},{\"Currency\":\"INR\",\"key\":\"516\",\"Code\":\"NVSW\",\"Price\":0,\"Description\":\"Non Veg Sandwich\\/Wrap\\/Sub\"}],\"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-2226544529_0CCUIXBSG494_21012095996002\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"CCU-IXB\":{\"fr\":{\"NO_SHOW\":{\"DEFAULT\":{\"policyInfo\":\"If Cancelled within 3 hrs of scheduled departure only statutory taxes will be Refunded.\"}},\"DATECHANGE\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"+ Fare Difference __nls__Changes permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ARF\":200,\"ARFT\":10,\"CRF\":50,\"CRFT\":9}}},\"CANCELLATION\":{\"DEFAULT\":{\"amount\":200,\"additionalFee\":50,\"policyInfo\":\"__nls__Cancellation permitted 03 Hrs before scheduled departure\",\"fcs\":{\"ACF\":200,\"CCFT\":9,\"CCF\":50,\"ACFT\":10}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Complimentary seats beyond Spicemax\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-06 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"CCU\",\"strDestinationAirportCode\":\"IXB\",\"intMemberCount\":1,\"intSourceCityId\":\"14323\",\"intDestinationCityId\":\"2012\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}]},\"CreditIntoWallet\":{\"status\":true,\"TransactionId\":\"849D49C58D63428F9A5A256CE4600572\",\"message\":\"\"}}','2022-11-12 17:44:15'),(2465,'e177e-254fd-55a69-6ee55','{\"FlightBookingData\":[{\"bookingId\":\"DMC100349680272\",\"bookingId_TJ\":\"TJ100349680272\",\"FlightNumber\":\"G8-102\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"e177e-254fd-55a69-6ee55\",\"apiTraceId\":\"11-0816904640_0IXZCCUG8102_22468816177169\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:25\",\"ArrivalTime\":\"13:40\",\"TravelDate\":\"2022-12-26T11:25\",\"LocalFromTime\":\"2022-12-26 11:25\",\"FromUTCTime\":\"2022-12-26T11:25\",\"LocalToTime\":\"2022-12-26 13:40\",\"ToUTCTime\":\"2022-12-26T13:40\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":135,\"DepartureDateTxt\":\"Mon, 26 Dec\",\"ArrivalDateTxt\":\"Mon, 26 Dec\",\"FlightDuration\":\"02h 15m\",\"SourcePlaceSysId\":\"32511\",\"DestPlaceSysId\":\"14323\",\"SourceAirportCode\":\"IXZ\",\"DestAirportCode\":\"CCU\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"11,472\",\"ApiResultIndex\":\"11-0816904640_0IXZCCUG8102_22468816177169\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":11000,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":11117.7,\"PublishedFare\":11471.7,\"PublishedFareAgent\":11471.7,\"OfferedFareAgent\":11471.7,\"OfferedFare\":11117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-0816904640_0IXZCCUG8102_20747753459528\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11471.7,\"CostToAgent\":11471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":11117.7,\"BaseFareCal\":11171.7,\"BaseFare\":11000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":11471.7,\"CostToAgent\":11471.7,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":11471.7,\"CostToCustomer\":11471.7,\"BaseFareCal\":11171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":11171.7,\"intOfferedFare\":11117.7,\"intPublishFare\":11117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":11471.7,\"CostToAgent\":11471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"992\",\"originAirportName\":\"Veer Savarkar Arpt\",\"destinationAirportName\":\"Netaji Subhas Chandra Bose Intl\",\"originCityName\":\"Port Blair\",\"originCountryName\":\"India\",\"destinationCityName\":\"Kolkata\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"CCU\",\"destinationArrTime\":\"2022-12-26T13:40\",\"SegFlightNumber\":\"G8-102\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"IXZ\",\"originDepTime\":\"2022-12-26T11:25\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":135,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"11:25\",\"strArrivalDtTime\":\"13:40\",\"FlightDuration\":\"2h 15m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-0816904640_0IXZCCUG8102_22468816177169\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"IXZ-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\":{\"CRFT\":9,\"CRF\":50}}},\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-25 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"IXZ\",\"strDestinationAirportCode\":\"CCU\",\"intMemberCount\":1,\"intSourceCityId\":\"32511\",\"intDestinationCityId\":\"14323\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"flight_booking_id_Arr\":[\"325\"],\"ForCustomerSession\":[{\"AgencySysId\":\"14297\",\"MasterAgencySysId\":\"12211\",\"EmailId\":\"inarendra86@gmail.com\",\"Salutation\":\"1\",\"Relation\":\"0\",\"Contacts\":\"9798431594\",\"FirstName\":\"ABHISHEK\",\"LastName\":\"RAJ\",\"Password\":\"\",\"IsPswExpire\":0,\"CreatedByUserSysId\":\"14297\",\"Address\":\"\",\"CityTitle\":\"\",\"CitySysId\":0,\"paxType\":\"1\",\"StateOrZoneSysId\":0,\"CountrySysId\":0,\"countryCode\":\"91\",\"RegisterDate\":\"2022-11-27 17:28:21\",\"IsApproved\":0,\"IsActive\":1,\"IsMarkForDel\":\"0\",\"CustomerSysId\":\"141\",\"isgstapply\":0,\"countryCodeISO\":\"IN\"}],\"CustomerMembersSessionArr\":null,\"CustomerSysId\":\"141\",\"CustomerMemSysId\":[\"141\"],\"flight_booking_customer\":[[\"450\"]],\"SearchTraceId\":\"e177e-254fd-55a69-6ee55\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Port Blair (IXZ)\",\"Sectors\"],\"to_des\":[\"Kolkata (CCU)\",\"DEL\"],\"departure_date\":[\"26\\/12\\/2022\",\"\"],\"source_city\":[\"IXZ\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"CCU\"],\"source\":[\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\"],\"destination\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"from_mytrip_city\":[\" IN - Veer Savarkar Arpt (IXZ)\"],\"to_mytrip_city\":[\" IN - Netaji Subhas Chandra Bose Intl (CCU)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Port Blair (IXZ)\",\"Sectors\"],\"to_city\":[\"Kolkata (CCU)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-12-26\"],\"strReturnDate\":\"\",\"sourceCityId\":[32511],\"intCountryCode\":\"IN\",\"destinationCityId\":[14323],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"e177e-254fd-55a69-6ee55\",\"sourceCityAirportCode\":[\"IXZ\"],\"destinationCityAirportCode\":[\"CCU\"],\"from\":[\"IXZ\"],\"to\":[\"CCU\"],\"sourceCityText\":[\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\"],\"destinationCityText\":[\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"26\\/12\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"26 Dec Mon\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-11-27 17:19:45\",\"IsChangeSearch\":1},\"SelectedBaggSessionNew\":null,\"SelectedMealSessionNew\":null,\"selectedSeatSession\":null,\"SeatDynamic\":0,\"genrateFlightQuery\":[],\"post\":{\"controller\":\"flight\",\"action\":\"save-passenger-details-tripjack\",\"module\":\"default\",\"FlightTraceId\":\"e177e-254fd-55a69-6ee55\",\"sessionFlightSearchParams\":\"{\\\"controller\\\":\\\"flight\\\",\\\"action\\\":\\\"flightsearchdata\\\",\\\"module\\\":\\\"default\\\",\\\"route\\\":\\\"1\\\",\\\"from_des\\\":[\\\"Port Blair (IXZ)\\\",\\\"Sectors\\\"],\\\"to_des\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"departure_date\\\":[\\\"26\\\\\\/12\\\\\\/2022\\\",\\\"\\\"],\\\"source_city\\\":[\\\"IXZ\\\"],\\\"ContSysId\\\":[\\\"101\\\",\\\"101\\\"],\\\"destination_city\\\":[\\\"CCU\\\"],\\\"source\\\":[\\\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\\\"],\\\"destination\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"from_mytrip_city\\\":[\\\" IN - Veer Savarkar Arpt (IXZ)\\\"],\\\"to_mytrip_city\\\":[\\\" IN - Netaji Subhas Chandra Bose Intl (CCU)\\\"],\\\"departure_datesf\\\":[\\\"\\\"],\\\"adults\\\":\\\"1\\\",\\\"childs\\\":\\\"0\\\",\\\"infants\\\":\\\"0\\\",\\\"class\\\":\\\"2\\\",\\\"from_city\\\":[\\\"Port Blair (IXZ)\\\",\\\"Sectors\\\"],\\\"to_city\\\":[\\\"Kolkata (CCU)\\\",\\\"DEL\\\"],\\\"interNationalSearch\\\":false,\\\"strDepatureDateSF\\\":\\\"--\\\",\\\"strDepatureDate\\\":[\\\"2022-12-26\\\"],\\\"strReturnDate\\\":\\\"\\\",\\\"sourceCityId\\\":[32511],\\\"intCountryCode\\\":\\\"IN\\\",\\\"destinationCityId\\\":[14323],\\\"interNationalSearchArray\\\":[false],\\\"FlightTraceId\\\":\\\"e177e-254fd-55a69-6ee55\\\",\\\"sourceCityAirportCode\\\":[\\\"IXZ\\\"],\\\"destinationCityAirportCode\\\":[\\\"CCU\\\"],\\\"from\\\":[\\\"IXZ\\\"],\\\"to\\\":[\\\"CCU\\\"],\\\"sourceCityText\\\":[\\\"Port Blair, IN - Veer Savarkar Arpt (IXZ)\\\"],\\\"destinationCityText\\\":[\\\"Kolkata, IN - Netaji Subhas Chandra Bose Intl (CCU), India\\\"],\\\"flight_class\\\":\\\"2\\\",\\\"child\\\":\\\"0\\\",\\\"infant\\\":\\\"0\\\",\\\"departure_dates\\\":[\\\"26\\\\\\/12\\\\\\/2022\\\",\\\"\\\"],\\\"return_dates\\\":\\\"\\\",\\\"PreferredAirline\\\":null,\\\"DepatureDateMobile\\\":[\\\"26 Dec Mon\\\"],\\\"ReturnDateMobile\\\":\\\"\\\",\\\"SearchTime\\\":\\\"2022-11-27 17:19:45\\\",\\\"IsChangeSearch\\\":1}\",\"checkEditCustomerData\":\"0\",\"TotalTravellers\":\"{\\\"1\\\":{\\\"Title\\\":\\\"Adult\\\",\\\"paxType\\\":1,\\\"intPaxCount\\\":1}}\",\"intOutBoundId\":\"[{\\\"bookingId\\\":\\\"DMC100349680272\\\",\\\"bookingId_TJ\\\":\\\"TJ100349680272\\\",\\\"FlightNumber\\\":\\\"G8-102\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirInvenSysId\\\":0,\\\"IsLCC\\\":true,\\\"IsMealIncludes\\\":false,\\\"IsBagIncludes\\\":true,\\\"IsRefundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"SearchTraceId\\\":\\\"e177e-254fd-55a69-6ee55\\\",\\\"apiTraceId\\\":\\\"11-0816904640_0IXZCCUG8102_22468816177169\\\",\\\"AirlineSysId\\\":\\\"240\\\",\\\"DepartureTime\\\":\\\"11:25\\\",\\\"ArrivalTime\\\":\\\"13:40\\\",\\\"TravelDate\\\":\\\"2022-12-26T11:25\\\",\\\"LocalFromTime\\\":\\\"2022-12-26 11:25\\\",\\\"FromUTCTime\\\":\\\"2022-12-26T11:25\\\",\\\"LocalToTime\\\":\\\"2022-12-26 13:40\\\",\\\"ToUTCTime\\\":\\\"2022-12-26T13:40\\\",\\\"IsDirect\\\":0,\\\"FareClass\\\":\\\"G\\\",\\\"LAYOVERCity\\\":\\\"\\\",\\\"GroundTime\\\":0,\\\"LAYOVERDuration\\\":null,\\\"FlyingMinutes\\\":135,\\\"DepartureDateTxt\\\":\\\"Mon, 26 Dec\\\",\\\"ArrivalDateTxt\\\":\\\"Mon, 26 Dec\\\",\\\"FlightDuration\\\":\\\"02h 15m\\\",\\\"SourcePlaceSysId\\\":\\\"32511\\\",\\\"DestPlaceSysId\\\":\\\"14323\\\",\\\"SourceAirportCode\\\":\\\"IXZ\\\",\\\"DestAirportCode\\\":\\\"CCU\\\",\\\"StopCount\\\":\\\"Non-stop\\\",\\\"Stops\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"TotalFlightMembers\\\":1,\\\"CurrencyType\\\":1,\\\"PublishedFare\\\":null,\\\"PublishedFareTxt\\\":\\\"11,472\\\",\\\"ApiResultIndex\\\":\\\"11-0816904640_0IXZCCUG8102_22468816177169\\\",\\\"JourneyType\\\":1,\\\"TripType\\\":\\\"1\\\",\\\"IsInternational\\\":\\\"\\\",\\\"ICSourceSysId\\\":7,\\\"logo\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.gif\\\",\\\"FairRules\\\":{\\\"Currency\\\":\\\"INR\\\",\\\"CurrencyRate\\\":\\\"1\\\",\\\"currencySysId\\\":\\\"1\\\",\\\"BaseFare\\\":11000,\\\"Tax\\\":117.7,\\\"YQTax\\\":0,\\\"OtherCharges\\\":100,\\\"Discount\\\":0,\\\"ServiceFee\\\":15,\\\"ManagementFeeTax\\\":2.7,\\\"AirlineGSTComponent\\\":0,\\\"CarrierMiscFee\\\":0,\\\"MUFee\\\":0,\\\"intPublishedFare\\\":11117.7,\\\"PublishedFare\\\":11471.7,\\\"PublishedFareAgent\\\":11471.7,\\\"OfferedFareAgent\\\":11471.7,\\\"OfferedFare\\\":11117.7,\\\"PLBEarned\\\":0,\\\"IncentiveEarned\\\":0,\\\"TdsOnPLB\\\":\\\"0\\\",\\\"TdsOnIncentive\\\":0,\\\"AdditionalTxnFeeOfrd\\\":0,\\\"AdditionalTxnFeePub\\\":0,\\\"Refundable\\\":0,\\\"IsRefundableTxt\\\":\\\"Non Refundable\\\",\\\"PriceID\\\":\\\"11-0816904640_0IXZCCUG8102_20747753459528\\\",\\\"IsGSTRequired\\\":false,\\\"fareIdentifier\\\":\\\"OFFER FARE WITHOUT PNR\\\",\\\"fareIdentifierSP\\\":\\\"OFFER_FARE_WITHOUT_PNR\\\",\\\"SeatAvailable\\\":3,\\\"classOfBooking\\\":\\\"G\\\",\\\"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\\\":18,\\\"AddiMarkup\\\":100,\\\"AgentMarkUp\\\":0,\\\"GSTOnAgentMarkUp\\\":0,\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":11471.7,\\\"CostToAgent\\\":11471.7,\\\"FareBreakdown\\\":[{\\\"Currency\\\":\\\"INR\\\",\\\"PassengerType\\\":1,\\\"PassengerCount\\\":\\\"1\\\",\\\"TaxIN\\\":117.7,\\\"TotalBaseFare\\\":11117.7,\\\"BaseFareCal\\\":11171.7,\\\"BaseFare\\\":11000,\\\"CommissionEarned\\\":0,\\\"TDS\\\":0,\\\"MF\\\":15,\\\"YQ\\\":0,\\\"AGST\\\":0,\\\"MFT\\\":2.7,\\\"OT\\\":100,\\\"MU\\\":0,\\\"YR\\\":0,\\\"AddiTaxOnMarkup\\\":18,\\\"AddiMarkup\\\":100,\\\"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\\\":11471.7,\\\"CostToAgent\\\":11471.7,\\\"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\\\":0,\\\"IntCommissionValInPercentage\\\":0,\\\"IntCommission\\\":0,\\\"IntAgencyFixMarkUp\\\":300,\\\"IntTaxOnAgencyFixMarkUp\\\":54,\\\"intGTXMarkUp\\\":0,\\\"intSTaxOnGTXMarkUp\\\":0,\\\"intTotalGST\\\":54,\\\"PublishFare\\\":11471.7,\\\"CostToCustomer\\\":11471.7,\\\"BaseFareCal\\\":11171.7,\\\"intCommisionEarnedForAgency\\\":300,\\\"CostToCompany\\\":11171.7,\\\"intOfferedFare\\\":11117.7,\\\"intPublishFare\\\":11117.7,\\\"TripjackMarkup\\\":0,\\\"TripjackCommission\\\":0,\\\"TripjackTDS\\\":\\\"0\\\",\\\"BR\\\":\\\"=\\\",\\\"Agencycommission\\\":0,\\\"TotalCommssionVal_ag\\\":0,\\\"AdminComminAmount_ag\\\":0,\\\"totalAgentMarkUp\\\":0,\\\"intGSTOnAgentFixMarkUp\\\":0,\\\"AgentB2CEarning\\\":0,\\\"CostToAgentCustomer\\\":11471.7,\\\"CostToAgent\\\":11471.7,\\\"AddiMarkup\\\":100,\\\"AddiTaxOnMarkup\\\":18,\\\"IntAdddimarkup\\\":100,\\\"TDSApplied\\\":0,\\\"TaxSettingDetail\\\":{\\\"TaxName\\\":\\\"On Markup\\\",\\\"TaxPercentage\\\":18,\\\"TaxType\\\":2,\\\"Tax\\\":1}}},\\\"Segments\\\":[{\\\"segmentid\\\":\\\"992\\\",\\\"originAirportName\\\":\\\"Veer Savarkar Arpt\\\",\\\"destinationAirportName\\\":\\\"Netaji Subhas Chandra Bose Intl\\\",\\\"originCityName\\\":\\\"Port Blair\\\",\\\"originCountryName\\\":\\\"India\\\",\\\"destinationCityName\\\":\\\"Kolkata\\\",\\\"destinationCountryName\\\":\\\"India\\\",\\\"destinationAirportCode\\\":\\\"CCU\\\",\\\"destinationArrTime\\\":\\\"2022-12-26T13:40\\\",\\\"SegFlightNumber\\\":\\\"G8-102\\\",\\\"AirlineCode\\\":\\\"G8\\\",\\\"AirlineName\\\":\\\"Go First\\\",\\\"FareClass\\\":\\\"G\\\",\\\"originAirportCode\\\":\\\"IXZ\\\",\\\"originDepTime\\\":\\\"2022-12-26T11:25\\\",\\\"TripIndicator\\\":1,\\\"Baggage\\\":\\\"15 Kg\\\",\\\"CabinBaggage\\\":\\\"7 Kg\\\",\\\"IsBaggage\\\":true,\\\"IsMealIncludes\\\":false,\\\"SegmentIndicator\\\":1,\\\"Duration\\\":135,\\\"GroundTime\\\":0,\\\"NoOfSeatAvailable\\\":3,\\\"strDepartureDtTime\\\":\\\"11:25\\\",\\\"strArrivalDtTime\\\":\\\"13:40\\\",\\\"FlightDuration\\\":\\\"2h 15m\\\",\\\"LAYOVERDuration\\\":null,\\\"LAYOVERCity\\\":\\\"\\\",\\\"DepTerminal\\\":\\\"\\\",\\\"ArrTerminal\\\":\\\"\\\",\\\"filePath\\\":\\\"https:\\\\\\/\\\\\\/b2b.travelshop.co.in\\\\\\/public\\\\\\/upload\\\\\\/AirlineLogo\\\\\\/G8.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-0816904640_0IXZCCUG8102_22468816177169\\\",\\\"CancelCharge\\\":\\\"0\\\",\\\"FareRuleData\\\":{\\\"fareRule\\\":{\\\"IXZ-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\\\":{\\\"CRFT\\\":9,\\\"CRF\\\":50}}},\\\"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}},\\\"arrCommonInsVariables\\\":{\\\"strTraceId\\\":\\\"\\\",\\\"localFromDateTime\\\":\\\"2022-12-25 12:00\\\",\\\"localToDateTime\\\":\\\"1970-01-01 05:30\\\",\\\"strSourceAirportCode\\\":\\\"IXZ\\\",\\\"strDestinationAirportCode\\\":\\\"CCU\\\",\\\"intMemberCount\\\":1,\\\"intSourceCityId\\\":\\\"32511\\\",\\\"intDestinationCityId\\\":\\\"14323\\\",\\\"JourneyType\\\":2,\\\"TripType\\\":\\\"1\\\",\\\"interNationalSearch\\\":\\\"\\\"}}]\",\"SSRArrIds\":\"{\\\"Meal\\\":[[]],\\\"Baggage\\\":[[]],\\\"SeatPreference\\\":[]}\",\"SelectedBaggSessionNew\":\"\",\"SelectedMealSessionNew\":\"\",\"selectedSeatSession\":\"\",\"ExtraMarkup\":\"\",\"SeatDynamic\":\"\",\"countryCode\":\"91\",\"leadMobile\":\"9798431594\",\"leadEmail\":\"inarendra86@gmail.com\",\"paxType-1\":\"1\",\"relation-1\":\"0\",\"familyNumber\":\"1\",\"CustomerSysId-1\":\"0\",\"passenger-salutation-1\":\"1\",\"passenger-firstname-1\":\"ABHISHEK\",\"passenger-lastname-1\":\"RAJ\",\"passenger-nationality-1\":\"IN\",\"passenger-PassportNo-1\":\"\",\"passenger-passporIssue-1\":\"__\\/__\\/____\",\"passenger-PassportExpiry-1\":\"__\\/__\\/____\",\"passenger-city-name-1\":\"Patna\",\"passenger-address-1\":\"\",\"passenger-city-1\":\"20918\",\"passenger-country-1\":\"0\",\"passenger-countryName-1\":\"\",\"gstnnumber\":\"\",\"companyname\":\"\",\"gstemail\":\"\",\"gstphone\":\"\",\"gstaddress\":\"\",\"gststate\":\"\",\"isgstapply\":\"0\",\"countryCodeISO\":\"IN\"},\"apiData\":{\"AgencySysId\":\"14297\",\"Salutation\":\"1\",\"EmailId\":\"inarendra86@gmail.com\",\"FirstName\":\"ABHISHEK\",\"LastName\":\"RAJ\",\"CountryCode\":\"91\",\"MobileNo\":\"9798431594\",\"Relation\":9,\"B2B\":true},\"apiDataMember\":[],\"_sessiondata\":{\"EmailId\":\"inarendra86@gmail.com\",\"UserSysId\":\"15877\",\"CustomerSysId\":\"219546\",\"AgencySysId\":\"14297\",\"MasterAgencySysId\":\"12211\",\"SuperAgencySysId\":\"0\",\"FirstName\":\"NARENDRA\",\"LastName\":\"KUMAR\",\"Password_cu\":\"\",\"AgencyName\":\"ANU TRAVELS\",\"AgencyCode\":\"49287\",\"ContactNo1\":\"9798431594\",\"MarkupType\":\"0\",\"Markup\":\"0\",\"SecurityKey\":\"6FFACB95-4A39-4EF8-858A-B212994E2A94\",\"Address\":\"\",\"PinCode\":\"\"},\"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\":[{\"PlanType\":5,\"MarketType\":1,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"TABASUM                                           \",\"LastName\":\"WANI                                              \",\"Gender\":0,\"EmailId\":\"info@travelshop.co.in                             \",\"ContactNo1\":\"9906729503\",\"ContactNo2\":\"9906729503\",\"countrycode\":\"+91       \",\"countrycode2\":\"+91       \"},{\"PlanType\":99,\"MarketType\":2,\"ItemSourceType\":1,\"IsBookingEmail\":1,\"FirstName\":\"Mudabir                                           \",\"LastName\":\"Ashraf                                            \",\"Gender\":0,\"EmailId\":\"Travelshop2022@gmail.com                          \",\"ContactNo1\":\"7006334583\",\"ContactNo2\":\"\",\"countrycode\":\"91        \",\"countrycode2\":null}]}},\"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\":\"index\",\"IsActive\":\"1\",\"Title\":\"Staff\",\"val\":\"STA01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"staff\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD02\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flights\",\"val\":\"SRC01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"flight\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"markup\",\"IsActive\":\"1\",\"Title\":\"Markup\",\"val\":\"SET01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"markup\",\"ModuleName\":\"default\",\"ModuleType\":\"1\",\"ParentCode\":\"MOD06\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Booking\",\"val\":\"BOK01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Amendment\",\"val\":\"BOK02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"flight\",\"IsActive\":\"1\",\"Title\":\"Flight Checkin\",\"val\":\"BOK03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/flight\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"3\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Booking\",\"val\":\"BOK04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Amendment\",\"val\":\"BOK05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/amendment\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotel Checkin\",\"val\":\"BOK06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"bookings\\/hotel\\/checkin\",\"ModuleName\":\"bookings\",\"ModuleType\":\"4\",\"ParentCode\":\"MOD04\"},{\"ControllerName\":\"deposit\",\"IsActive\":\"1\",\"Title\":\"Deposit Payment\",\"val\":\"FIN01\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"1\",\"url\":\"finance\\/deposit\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Search\",\"val\":\"MOD03\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"\",\"ModuleName\":\"search\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"hotel\",\"IsActive\":\"1\",\"Title\":\"Hotels\",\"val\":\"SRC02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"hotels\",\"ModuleName\":\"default\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD03\"},{\"ControllerName\":\"ledger\",\"IsActive\":\"1\",\"Title\":\"Ledger\",\"val\":\"FIN02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"2\",\"url\":\"finance\\/ledger\",\"ModuleName\":\"finance\",\"ModuleType\":\"2\",\"ParentCode\":\"MOD05\"},{\"ControllerName\":\"index\",\"IsActive\":\"1\",\"Title\":\"My Queries\",\"val\":\"MOD07\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"3\",\"url\":\"list\\/index\\/my-query\",\"ModuleName\":\"list\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Reports\",\"val\":\"MOD04\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"4\",\"url\":\"\",\"ModuleName\":\"bookings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Finance\",\"val\":\"MOD05\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"5\",\"url\":\"\",\"ModuleName\":\"finance\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Staff Management\",\"val\":\"MOD02\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"6\",\"url\":\"\",\"ModuleName\":\"staff-management\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"},{\"ControllerName\":\"\",\"IsActive\":\"1\",\"Title\":\"Settings\",\"val\":\"MOD06\",\"IsDisplayLeftNev\":\"1\",\"IsOrder\":\"7\",\"url\":\"\",\"ModuleName\":\"settings\",\"ModuleType\":\"1\",\"ParentCode\":\"0\"}],\"_UserPicPath\":\"0\",\"paymentMode\":\"1\",\"usewallet\":0,\"currentcreditBalance\":0,\"IsCancellationProtection\":0,\"CencelattionData\":[{\"AgencySysId\":\"12211\",\"IsCancellationProtection\":0,\"IsDepositBalance\":0,\"CPPercentVal\":6}],\"gstvalidate\":{\"SGST\":true,\"CGST\":true,\"IGST\":false,\"client\":0,\"agency\":0},\"CPAmountWithTax\":0}','2022-11-27 17:29:07'),(2467,'a6d51-83ccf-3f35c-a2b01','{\"FlightBookingData\":[{\"bookingId\":\"DMC105450089073\",\"bookingId_TJ\":\"TJ105450089073\",\"FlightNumber\":\"6E-2124\",\"AirlineName\":\"IndiGo\",\"AirlineCode\":\"6E\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"a6d51-83ccf-3f35c-a2b01\",\"apiTraceId\":\"5-1360838555_0SXRIXJ6E2124_19708178640058\",\"AirlineSysId\":\"267\",\"DepartureTime\":\"14:45\",\"ArrivalTime\":\"15:40\",\"TravelDate\":\"2022-12-16T14:45\",\"LocalFromTime\":\"2022-12-16 14:45\",\"FromUTCTime\":\"2022-12-16T14:45\",\"LocalToTime\":\"2022-12-16 15:40\",\"ToUTCTime\":\"2022-12-16T15:40\",\"IsDirect\":0,\"FareClass\":\"T\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":55,\"DepartureDateTxt\":\"Fri, 16 Dec\",\"ArrivalDateTxt\":\"Fri, 16 Dec\",\"FlightDuration\":\"01h 55m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"13021\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"IXJ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":9,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"2,749\",\"ApiResultIndex\":\"5-1360838555_0SXRIXJ6E2124_19708178640058\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":1659,\"Tax\":853.7,\"YQTax\":0,\"OtherCharges\":751,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":85,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":2512.7,\"PublishedFare\":2748.6800000000003,\"PublishedFareAgent\":2748.6800000000003,\"OfferedFareAgent\":2748.6800000000003,\"OfferedFare\":2500.88,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"5-1360838555_0SXRIXJ6E2124_49636866775740\",\"IsGSTRequired\":false,\"fareIdentifier\":\"TACTICAL\",\"fareIdentifierSP\":\"TACTICAL\",\"SeatAvailable\":9,\"classOfBooking\":\"T\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":11.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2748.6800000000003,\"CostToAgent\":2748.6800000000003,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":853.7,\"TotalBaseFare\":2512.7,\"BaseFareCal\":2538.6800000000003,\"BaseFare\":1659,\"CommissionEarned\":11.82,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":85,\"MFT\":2.7,\"OT\":751,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":11.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2748.6800000000003,\"CostToAgent\":2748.6800000000003,\"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\":11.82,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":2748.6800000000003,\"CostToCustomer\":2748.6800000000003,\"BaseFareCal\":2538.6800000000003,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":2538.6800000000003,\"intOfferedFare\":2500.88,\"intPublishFare\":2512.7,\"TripjackMarkup\":0,\"TripjackCommission\":11.82,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":11.82,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":2748.6800000000003,\"CostToAgent\":2748.6800000000003,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"681\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Satwari Arpt\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Jammu\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"IXJ\",\"destinationArrTime\":\"2022-12-16T15:40\",\"SegFlightNumber\":\"6E-2124\",\"AirlineCode\":\"6E\",\"AirlineName\":\"IndiGo\",\"FareClass\":\"T\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-12-16T14:45\",\"TripIndicator\":1,\"Baggage\":\"15 Kg (01 Piece only)\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":55,\"GroundTime\":0,\"NoOfSeatAvailable\":9,\"strDepartureDtTime\":\"14:45\",\"strArrivalDtTime\":\"15:40\",\"FlightDuration\":\"0h 55m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"Terminal 1\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/6E.gif\",\"BAGGAGEARRAY\":[{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"MEALARRAY\":[{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"}],\"SegmentNumber\":0,\"isReturnSegment\":false}],\"Baggage\":[{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}],\"Meal\":[{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"}],\"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-1360838555_0SXRIXJ6E2124_19708178640058\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-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\":{\"CRF\":50,\"CRFT\":9,\"ARF\":3250,\"ARFT\":162.5}}},\"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,\"CCF\":50,\"ACF\":3500,\"CCFT\":9}}},\"SEAT_CHARGEABLE\":{\"DEFAULT\":{\"policyInfo\":\"Paid Seat\"}}}}},\"status\":{\"success\":true,\"httpStatus\":200}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-15 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"IXJ\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"13021\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"5-1360838555_0SXRIXJ6E2124_19708178640058\",\"SearchTraceId\":\"a6d51-83ccf-3f35c-a2b01\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Jammu (IXJ)\",\"DEL\"],\"departure_date\":[\"16\\/12\\/2022\",\"16\\/12\\/2022\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"IXJ\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destination\":[\"Jammu, IN - Satwari Arpt (IXJ)\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Satwari Arpt (IXJ)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Jammu (IXJ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-12-16\",\"2022-12-16\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[13021],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"a6d51-83ccf-3f35c-a2b01\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"IXJ\"],\"from\":[\"SXR\"],\"to\":[\"IXJ\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR)\"],\"destinationCityText\":[\"Jammu, IN - Satwari Arpt (IXJ)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"16\\/12\\/2022\",\"16\\/12\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"16 Dec Fri\",\"16 Dec Fri\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-12-01 20:58:17\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CCWT\",\"Price\":200,\"Description\":\"Unibic Chocolate Chips Cookies-75\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CPML\",\"Price\":300,\"Description\":\"Complimentary Meal\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"CNWT\",\"Price\":300,\"Description\":\"CASHEW (SALTED) 50 GMS\"}]],\"Baggage\":[[{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPE\",\"Price\":1350,\"Weight\":\"3Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPA\",\"Price\":2250,\"Weight\":\"5Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPB\",\"Price\":4500,\"Weight\":\"10Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPC\",\"Price\":6750,\"Weight\":\"15Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPJ\",\"Price\":9000,\"Weight\":\"20Kg\"},{\"Currency\":\"INR\",\"key\":\"681\",\"Code\":\"XBPD\",\"Price\":13500,\"Weight\":\"30Kg\"}]],\"SeatPreference\":[]}}','2022-12-01 20:58:37'),(2469,'f0f0c-8a0b7-48e7d-765b0','{\"FlightBookingData\":[{\"bookingId\":\"DMC108250413447\",\"bookingId_TJ\":\"TJ108250413447\",\"FlightNumber\":\"SG-8475\",\"AirlineName\":\"SpiceJet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"f0f0c-8a0b7-48e7d-765b0\",\"apiTraceId\":\"11-4360560898_0SXRDELSG8475_103393096196571\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"09:55\",\"ArrivalTime\":\"11:35\",\"TravelDate\":\"2022-12-20T09:55\",\"LocalFromTime\":\"2022-12-20 09:55\",\"FromUTCTime\":\"2022-12-20T09:55\",\"LocalToTime\":\"2022-12-20 11:35\",\"ToUTCTime\":\"2022-12-20T11:35\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":100,\"DepartureDateTxt\":\"Tue, 20 Dec\",\"ArrivalDateTxt\":\"Tue, 20 Dec\",\"FlightDuration\":\"02h 40m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":8,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"5,472\",\"ApiResultIndex\":\"11-4360560898_0SXRDELSG8475_103393096196571\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5000,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":5117.7,\"PublishedFare\":5471.7,\"PublishedFareAgent\":5471.7,\"OfferedFareAgent\":5471.7,\"OfferedFare\":5117.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-4360560898_0SXRDELSG8475_31777030187165\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITHOUT PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITHOUT_PNR\",\"SeatAvailable\":8,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5471.7,\"CostToAgent\":5471.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":5117.7,\"BaseFareCal\":5171.7,\"BaseFare\":5000,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":5471.7,\"CostToAgent\":5471.7,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":5471.7,\"CostToCustomer\":5471.7,\"BaseFareCal\":5171.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":5171.7,\"intOfferedFare\":5117.7,\"intPublishFare\":5117.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":5471.7,\"CostToAgent\":5471.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"322\",\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-20T11:35\",\"SegFlightNumber\":\"SG-8475\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-12-20T09:55\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":100,\"GroundTime\":0,\"NoOfSeatAvailable\":8,\"strDepartureDtTime\":\"09:55\",\"strArrivalDtTime\":\"11:35\",\"FlightDuration\":\"1h 40m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4360560898_0SXRDELSG8475_103393096196571\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"SXR-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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-19 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"SXR\",\"strDestinationAirportCode\":\"DEL\",\"intMemberCount\":1,\"intSourceCityId\":\"25897\",\"intDestinationCityId\":\"7701\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-4360560898_0SXRDELSG8475_103393096196571\",\"SearchTraceId\":\"f0f0c-8a0b7-48e7d-765b0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"20\\/12\\/2022\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\"\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-12-20\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"f0f0c-8a0b7-48e7d-765b0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"20\\/12\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"20 Dec Tue\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-12-05 14:06:29\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-12-05 14:06:57'),(2471,'56379-a80a6-1dca9-087b8','{\"FlightBookingData\":[{\"bookingId\":\"DMC107850440604\",\"bookingId_TJ\":\"TJ107850440604\",\"FlightNumber\":\"G8-213\",\"AirlineName\":\"Go First\",\"AirlineCode\":\"G8\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsRefundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"56379-a80a6-1dca9-087b8\",\"apiTraceId\":\"11-2783050158_1DELSXRG8213_36092260849450\",\"AirlineSysId\":\"240\",\"DepartureTime\":\"11:50\",\"ArrivalTime\":\"13:20\",\"TravelDate\":\"2022-12-18T11:50\",\"LocalFromTime\":\"2022-12-18 11:50\",\"FromUTCTime\":\"2022-12-18T11:50\",\"LocalToTime\":\"2022-12-18 13:20\",\"ToUTCTime\":\"2022-12-18T13:20\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Sun, 18 Dec\",\"ArrivalDateTxt\":\"Sun, 18 Dec\",\"FlightDuration\":\"02h 30m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"25897\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"SXR\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":7,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"7,972\",\"ApiResultIndex\":\"11-2783050158_1DELSXRG8213_36092260849450\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":7500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":7617.7,\"PublishedFare\":7971.7,\"PublishedFareAgent\":7971.7,\"OfferedFareAgent\":7971.7,\"OfferedFare\":7617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":0,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-2783050158_0DELSXRG8213_114670755107160\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":7,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7971.7,\"CostToAgent\":7971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":7617.7,\"BaseFareCal\":7671.7,\"BaseFare\":7500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":7971.7,\"CostToAgent\":7971.7,\"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\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":7971.7,\"CostToCustomer\":7971.7,\"BaseFareCal\":7671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":7671.7,\"intOfferedFare\":7617.7,\"intPublishFare\":7617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":7971.7,\"CostToAgent\":7971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"87\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Srinagar Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Srinagar\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"SXR\",\"destinationArrTime\":\"2022-12-18T13:20\",\"SegFlightNumber\":\"G8-213\",\"AirlineCode\":\"G8\",\"AirlineName\":\"Go First\",\"FareClass\":\"G\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-12-18T11:50\",\"TripIndicator\":1,\"Baggage\":\"15 Kg\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":false,\"SegmentIndicator\":1,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":7,\"strDepartureDtTime\":\"11:50\",\"strArrivalDtTime\":\"13:20\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/G8.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-2783050158_1DELSXRG8213_36092260849450\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"fareRule\":{\"DEL-SXR\":{\"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}},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-17 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"SXR\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"25897\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"11-2783050158_1DELSXRG8213_36092260849450\",\"SearchTraceId\":\"56379-a80a6-1dca9-087b8\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\"],\"to_des\":[\"Srinagar (SXR)\"],\"departure_date\":[\"18\\/12\\/2022\"],\"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)\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\"],\"to_city\":[\"Srinagar (SXR)\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"0000-00-00\",\"strDepatureDate\":[\"2022-12-18\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[25897],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"56379-a80a6-1dca9-087b8\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"SXR\"],\"from\":[\"DEL\"],\"to\":[\"SXR\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"18\\/12\\/2022\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"18 Dec Sun\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-12-05 18:01:49\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-12-05 18:08:31'),(2472,'8ffb7-26ec1-a41e8-399e1','{\"FlightBookingData\":[{\"FlightNumber\":\"SG-8964\",\"keyIndex\":18,\"SegFlightNumberArr\":\"SG-8964\",\"AirlineName\":\"Spicejet\",\"AirlineCode\":\"SG\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":false,\"IsBagIncludes\":true,\"IsCabinBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"apiTraceId\":\"4-2730064521_1SXRDELSG8964_117349948068943\",\"AirlineSysId\":\"463\",\"DepartureTime\":\"14:05\",\"ArrivalTime\":\"15:35\",\"TravelDate\":\"2022-12-23T14:05\",\"LocalFromTime\":\"2022-12-23 14:05\",\"FromUTCTime\":\"2022-12-23T14:05\",\"LocalToTime\":\"2022-12-23 15:35\",\"ToUTCTime\":\"2022-12-23T15:35\",\"IsDirect\":0,\"FareClass\":\"CP\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":90,\"DepartureDateTxt\":\"Fri, 23 Dec\",\"ArrivalDateTxt\":\"Fri, 23 Dec\",\"FlightDuration\":\"1h 30m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":6,\"TotalFlightMembers\":1,\"CurrencyType\":null,\"PublishedFare\":5209,\"PublishedFareTxt\":\"5,209\",\"ApiResultIndex\":\"4-2730064521_1SXRDELSG8964_117349948068147\",\"JourneyType\":1,\"TripType\":1,\"ICSourceSysId\":7,\"SearchFlightTraceId\":\"8ffb7-26ec1-a41e8-399e1\",\"IsInternational\":\"\",\"logo\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":null,\"BaseFare\":2935,\"Tax\":2441,\"YQTax\":0,\"OtherCharges\":1019,\"Discount\":0,\"ServiceFee\":400,\"ManagementFeeTax\":72,\"AirlineGSTComponent\":150,\"CarrierMiscFee\":0,\"MUFee\":800,\"intPublishedFare\":5376,\"PublishedFare\":5209,\"PublishedFarePerPax\":5209,\"OfferedFare\":4291,\"CommissionEarned\":285,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":-15,\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"4-2730064521_1SXRDELSG8964_117349948068943\",\"IsGSTRequired\":false,\"fareIdentifier\":\"Retail Fare\",\"fareremarks\":\"Cancellation 3000 onwards+ SC:200, Reissue 2500 onwards+ Fare Difference+ 200 SC\",\"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\":2441,\"BaseFareCal\":4431.03,\"BaseFare\":2935,\"CommissionEarned\":285,\"TDS\":-15,\"MF\":400,\"YQ\":0,\"AGST\":150,\"MFT\":72,\"OT\":1019,\"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\":5209,\"CostToCustomer\":5209,\"BaseFareCal\":4431.03,\"intCommisionEarnedForAgency\":777.97,\"CostToCompany\":4431.03,\"intOfferedFare\":4291,\"intPublishFare\":5376,\"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\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2022-12-23T15:35\",\"SegFlightNumber\":\"SG-8964\",\"AirlineCode\":\"SG\",\"AirlineName\":\"SpiceJet\",\"FareClass\":\"CP\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2022-12-23T14:05\",\"TripIndicator\":\"\",\"Baggage\":\"15 Kg\",\"IsBaggage\":true,\"IsCabinBaggage\":true,\"CabinBaggage\":\"7 Kg\",\"IsMealIncludes\":false,\"Duration\":90,\"GroundTime\":0,\"NoOfSeatAvailable\":6,\"strDepartureDtTime\":\"14:05\",\"strArrivalDtTime\":\"15:35\",\"FlightDuration\":\"1h 30m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 1\",\"ArrTerminal\":\"Terminal 3\",\"filePath\":\"https:\\/\\/www.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/SG.gif\"}],\"FilterPrice\":\"10001-15000\",\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"15:00-20:00\",\"CombineTripInfo\":[]}],\"FlightBookingDataInbound\":null}','2022-12-14 15:36:19'),(2474,'eafba-1a44e-3001f-26b64','{\"FlightBookingData\":[{\"bookingId\":\"DMC102051707451\",\"bookingId_TJ\":\"TJ102051707451\",\"FlightNumber\":\"UK-935\",\"AirlineName\":\"Vistara\",\"AirlineCode\":\"UK\",\"AirInvenSysId\":0,\"IsLCC\":false,\"IsMealIncludes\":true,\"IsBagIncludes\":true,\"IsRefundable\":1,\"IsRefundableTxt\":\"Refundable\",\"SearchTraceId\":\"eafba-1a44e-3001f-26b64\",\"apiTraceId\":\"21-10-15-2-4151357105_0DELPNQUK935_35477143568760\",\"AirlineSysId\":\"539\",\"DepartureTime\":\"22:30\",\"ArrivalTime\":\"00:35\",\"TravelDate\":\"2022-12-31T22:30\",\"LocalFromTime\":\"2022-12-31 22:30\",\"FromUTCTime\":\"2022-12-31T22:30\",\"LocalToTime\":\"2023-01-01 00:35\",\"ToUTCTime\":\"2023-01-01T00:35\",\"IsDirect\":0,\"FareClass\":\"Q\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":null,\"FlyingMinutes\":125,\"DepartureDateTxt\":\"Sat, 31 Dec\",\"ArrivalDateTxt\":\"Sun, 01 Jan\",\"FlightDuration\":\"02h 05m\",\"SourcePlaceSysId\":\"7701\",\"DestPlaceSysId\":\"22238\",\"SourceAirportCode\":\"DEL\",\"DestAirportCode\":\"PNQ\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":null,\"TotalFlightMembers\":1,\"CurrencyType\":1,\"PublishedFare\":null,\"PublishedFareTxt\":\"6,187\",\"ApiResultIndex\":\"21-10-15-2-4151357105_0DELPNQUK935_35477143568760\",\"JourneyType\":1,\"TripType\":\"1\",\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/UK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":5468,\"Tax\":817.7,\"YQTax\":0,\"OtherCharges\":390,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":280,\"CarrierMiscFee\":130,\"MUFee\":0,\"intPublishedFare\":6285.7,\"PublishedFare\":6187.1,\"PublishedFareAgent\":6187.1,\"OfferedFareAgent\":6187.1,\"OfferedFare\":5939.3,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":1,\"IsRefundableTxt\":\"Refundable\",\"PriceID\":\"21-10-15-2-4151357105_0DELPNQUK935_51365346026298\",\"IsGSTRequired\":false,\"fareIdentifier\":\"CORPORATE\",\"fareIdentifierSP\":\"CORPORATE\",\"SeatAvailable\":null,\"classOfBooking\":\"Q\",\"FareClass\":\"ECONOMY\",\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"CommEarnedAgent\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":346.4,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6187.1,\"CostToAgent\":6187.1,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":817.7,\"TotalBaseFare\":6285.7,\"BaseFareCal\":5977.1,\"BaseFare\":5468,\"CommissionEarned\":346.4,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":280,\"MFT\":2.7,\"OT\":390,\"MU\":0,\"YR\":130,\"AddiTaxOnMarkup\":1.8,\"AddiMarkup\":10,\"intTotalGST\":37.8,\"apiMarkup\":0,\"IntCommission\":0,\"apiTaxOnMarkup\":0,\"FixedMarkUp\":210,\"GSTOnMarkUp\":37.8,\"CommEarned\":0,\"GSTonComm\":0,\"intGTXMarkUp\":0,\"GTXMarkUpGST\":0,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":346.4,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6187.1,\"CostToAgent\":6187.1,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\"}],\"newFare\":0,\"oldFare\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":346.4,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":210,\"IntTaxOnAgencyFixMarkUp\":37.8,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":37.8,\"PublishFare\":6187.1,\"CostToCustomer\":6187.1,\"BaseFareCal\":5977.1,\"intCommisionEarnedForAgency\":210,\"CostToCompany\":5977.1,\"intOfferedFare\":5939.3,\"intPublishFare\":6285.7,\"TripjackMarkup\":0,\"TripjackCommission\":346.4,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":346.4,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6187.1,\"CostToAgent\":6187.1,\"AddiMarkup\":10,\"AddiTaxOnMarkup\":1.8,\"IntAdddimarkup\":10,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}}},\"Segments\":[{\"segmentid\":\"837\",\"originAirportName\":\"Delhi Indira Gandhi Intl\",\"destinationAirportName\":\"Lohegaon Arpt\",\"originCityName\":\"Delhi\",\"originCountryName\":\"India\",\"destinationCityName\":\"Pune\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"PNQ\",\"destinationArrTime\":\"2023-01-01T00:35\",\"SegFlightNumber\":\"UK-935\",\"AirlineCode\":\"UK\",\"AirlineName\":\"Vistara\",\"FareClass\":\"Q\",\"originAirportCode\":\"DEL\",\"originDepTime\":\"2022-12-31T22:30\",\"TripIndicator\":1,\"Baggage\":\"15KG\",\"CabinBaggage\":\"7 Kg\",\"IsBaggage\":true,\"IsMealIncludes\":true,\"SegmentIndicator\":1,\"Duration\":125,\"GroundTime\":0,\"NoOfSeatAvailable\":null,\"strDepartureDtTime\":\"22:30\",\"strArrivalDtTime\":\"00:35\",\"FlightDuration\":\"2h 5m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"Terminal 3\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/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-4151357105_0DELPNQUK935_35477143568760\",\"CancelCharge\":\"0\",\"FareRuleData\":{\"status\":{\"success\":false,\"httpStatus\":404},\"errors\":[{\"errCode\":\"808\",\"message\":\"Keys Passed in the request is already expired. Please pass valid keys\"}]},\"arrCommonInsVariables\":{\"strTraceId\":\"\",\"localFromDateTime\":\"2022-12-30 12:00\",\"localToDateTime\":\"1970-01-01 05:30\",\"strSourceAirportCode\":\"DEL\",\"strDestinationAirportCode\":\"PNQ\",\"intMemberCount\":1,\"intSourceCityId\":\"7701\",\"intDestinationCityId\":\"22238\",\"JourneyType\":2,\"TripType\":\"1\",\"interNationalSearch\":\"\"}}],\"apiTraceId\":\"21-10-15-2-4151357105_0DELPNQUK935_35477143568760\",\"SearchTraceId\":\"eafba-1a44e-3001f-26b64\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Delhi (DEL)\",\"Sectors\"],\"to_des\":[\"Pune (PNQ)\",\"DEL\"],\"departure_date\":[\"31\\/12\\/2022\",\"\"],\"source_city\":[\"DEL\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"PNQ\"],\"source\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destination\":[\"Pune, IN - Lohegaon Arpt (PNQ)\"],\"from_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"to_mytrip_city\":[\" IN - Lohegaon Arpt (PNQ)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Delhi (DEL)\",\"Sectors\"],\"to_city\":[\"Pune (PNQ)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2022-12-31\"],\"strReturnDate\":\"\",\"sourceCityId\":[7701],\"intCountryCode\":\"IN\",\"destinationCityId\":[22238],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"eafba-1a44e-3001f-26b64\",\"sourceCityAirportCode\":[\"DEL\"],\"destinationCityAirportCode\":[\"PNQ\"],\"from\":[\"DEL\"],\"to\":[\"PNQ\"],\"sourceCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"destinationCityText\":[\"Pune, IN - Lohegaon Arpt (PNQ)\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"31\\/12\\/2022\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"31 Dec Sat\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-12-20 00:26:35\",\"IsChangeSearch\":1},\"SSRArr\":{\"Meal\":[[]],\"Baggage\":[[]],\"SeatPreference\":[]}}','2022-12-20 00:27:38'),(2475,'63909-0834b-74203-535b0','{\"FlightBookingData\":[{\"FlightNumber\":\"AK-559\",\"SegFlightNumberArr\":\"AK-559\",\"AirlineName\":\"Airasia\",\"AirlineCode\":\"AK\",\"IsTJFlightAPI\":\"1\",\"AirInvenSysId\":0,\"IsLCC\":true,\"IsMealIncludes\":null,\"IsBagIncludes\":false,\"IsRefundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"SearchTraceId\":\"63909-0834b-74203-535b0\",\"apiTraceId\":\"11-7302276348_8SXRDELAK559_124566231208695\",\"AirlineSysId\":\"74\",\"DepartureTime\":\"13:25\",\"ArrivalTime\":\"15:00\",\"TravelDate\":\"2023-01-04T13:25\",\"LocalFromTime\":\"2023-01-04 13:25\",\"FromUTCTime\":\"2023-01-04T13:25\",\"LocalToTime\":\"2023-01-04 15:00\",\"ToUTCTime\":\"2023-01-04T15:00\",\"IsDirect\":0,\"FareClass\":\"G\",\"LAYOVERCity\":\"\",\"GroundTime\":0,\"LAYOVERDuration\":\"0h 0m\",\"FlyingMinutes\":95,\"DepartureDateTxt\":\"Wed, 04 Jan\",\"ArrivalDateTxt\":\"Wed, 04 Jan\",\"FlightDuration\":\"1h 35m\",\"SourcePlaceSysId\":\"25897\",\"DestPlaceSysId\":\"7701\",\"SourceAirportCode\":\"SXR\",\"DestAirportCode\":\"DEL\",\"SourcePlaceName\":\"Srinagar\",\"DestPlaceName\":\"Delhi\",\"StopCount\":\"Non-stop\",\"Stops\":0,\"NoOfSeatAvailable\":3,\"TotalFlightMembers\":1,\"CurrencyType\":\"1\",\"PublishedFare\":6971.7,\"PublishedFareTxt\":\"6,972\",\"ApiResultIndex\":\"11-7302276348_8SXRDELAK559_124566231208695\",\"JourneyType\":1,\"TripType\":1,\"IsInternational\":\"\",\"ICSourceSysId\":7,\"logo\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/AK.gif\",\"FairRules\":{\"Currency\":\"INR\",\"CurrencyRate\":\"1\",\"currencySysId\":\"1\",\"BaseFare\":6500,\"Tax\":117.7,\"YQTax\":0,\"OtherCharges\":100,\"Discount\":0,\"ServiceFee\":15,\"ManagementFeeTax\":2.7,\"AirlineGSTComponent\":0,\"CarrierMiscFee\":0,\"MUFee\":0,\"intPublishedFare\":6617.7,\"PublishedFare\":6971.7,\"PublishedFareAgent\":6972,\"OfferedFareAgent\":6971.7,\"OfferedFare\":6617.7,\"PLBEarned\":0,\"IncentiveEarned\":0,\"TdsOnPLB\":\"0\",\"TdsOnIncentive\":0,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"Refundable\":null,\"IsRefundableTxt\":\"Non Refundable\",\"PriceID\":\"11-7302276348_8SXRDELAK559_124566231208695\",\"ApiResultIndex\":\"11-7302276348_8SXRDELAK559_124566231208695\",\"IsGSTRequired\":false,\"fareIdentifier\":\"OFFER FARE WITH PNR\",\"fareIdentifierSP\":\"OFFER_FARE_WITH_PNR\",\"SeatAvailable\":3,\"classOfBooking\":\"G\",\"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\":18,\"AddiMarkup\":100,\"AgentMarkUp\":0,\"GSTOnAgentMarkUp\":0,\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6971.7,\"CostToAgent\":6971.7,\"FareBreakdown\":[{\"Currency\":\"INR\",\"PassengerType\":1,\"PassengerCount\":\"1\",\"TaxIN\":117.7,\"TotalBaseFare\":6617.7,\"BaseFareCal\":6671.7,\"BaseFare\":6500,\"CommissionEarned\":0,\"TDS\":0,\"MF\":15,\"YQ\":0,\"AGST\":0,\"MFT\":2.7,\"OT\":100,\"MU\":0,\"YR\":0,\"AddiTaxOnMarkup\":18,\"AddiMarkup\":100,\"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\":6971.7,\"CostToAgent\":6971.7,\"AdditionalTxnFeeOfrd\":0,\"AdditionalTxnFeePub\":0,\"PGCharge\":0,\"Baggage\":[],\"CabinBaggage\":[]}],\"arrMarkUps\":{\"apiMarkup\":0,\"apiTaxOnMarkup\":0,\"IntNetCommission\":0,\"IntCommissionValInPercentage\":0,\"IntCommission\":0,\"IntAgencyFixMarkUp\":300,\"IntTaxOnAgencyFixMarkUp\":54,\"intGTXMarkUp\":0,\"intSTaxOnGTXMarkUp\":0,\"intTotalGST\":54,\"PublishFare\":6971.7,\"CostToCustomer\":6971.7,\"BaseFareCal\":6671.7,\"intCommisionEarnedForAgency\":300,\"CostToCompany\":6671.7,\"intOfferedFare\":6617.7,\"intPublishFare\":6617.7,\"TripjackMarkup\":0,\"TripjackCommission\":0,\"TripjackTDS\":\"0\",\"BR\":\"=\",\"Agencycommission\":0,\"TotalCommssionVal_ag\":0,\"AdminComminAmount_ag\":0,\"totalAgentMarkUp\":0,\"intGSTOnAgentFixMarkUp\":0,\"AgentB2CEarning\":0,\"CostToAgentCustomer\":6971.7,\"CostToAgent\":6971.7,\"AddiMarkup\":100,\"AddiTaxOnMarkup\":18,\"IntAdddimarkup\":100,\"TDSApplied\":0,\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1}},\"TaxSettingDetail\":{\"TaxName\":\"On Markup\",\"TaxPercentage\":18,\"TaxType\":2,\"Tax\":1},\"$$hashKey\":\"03D\"},\"Segments\":[{\"originAirportName\":\"Srinagar Arpt\",\"destinationAirportName\":\"Delhi Indira Gandhi Intl\",\"originCityName\":\"Srinagar\",\"originCountryName\":\"India\",\"destinationCityName\":\"Delhi\",\"destinationCountryName\":\"India\",\"destinationAirportCode\":\"DEL\",\"destinationArrTime\":\"2023-01-04T15:00\",\"SegFlightNumber\":\"AK-559\",\"AirlineCode\":\"AK\",\"AirlineName\":\"AirAsia\",\"FareClass\":\"G\",\"originAirportCode\":\"SXR\",\"originDepTime\":\"2023-01-04T13:25\",\"TripIndicator\":\"\",\"Baggage\":null,\"CabinBaggage\":null,\"IsBaggage\":false,\"IsMealIncludes\":null,\"Duration\":95,\"GroundTime\":0,\"NoOfSeatAvailable\":3,\"strDepartureDtTime\":\"13:25\",\"strArrivalDtTime\":\"15:00\",\"FlightDuration\":\"1h 35m\",\"LAYOVERDuration\":null,\"LAYOVERCity\":\"\",\"DepTerminal\":\"\",\"ArrTerminal\":\"\",\"filePath\":\"https:\\/\\/b2b.travelshop.co.in\\/public\\/upload\\/AirlineLogo\\/AK.gif\"}],\"FilterDepartureDtTime\":\"10:00-15:00\",\"FilterArrivalDtTime\":\"10:00-15:00\",\"IsSeriesFareData\":false,\"$$hashKey\":\"02P\"}],\"apiTraceId\":\"11-7302276348_8SXRDELAK559_124566231208695\",\"SearchTraceId\":\"63909-0834b-74203-535b0\",\"sessionFlightSearchParams\":{\"controller\":\"flight\",\"action\":\"flightsearchdata\",\"module\":\"default\",\"route\":\"1\",\"from_des\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_des\":[\"Delhi (DEL)\",\"DEL\"],\"departure_date\":[\"04\\/01\\/2023\",\"\"],\"source_city\":[\"SXR\"],\"ContSysId\":[\"101\",\"101\"],\"destination_city\":[\"DEL\"],\"source\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destination\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"from_mytrip_city\":[\" IN - Srinagar Arpt (SXR)\"],\"to_mytrip_city\":[\" IN - Delhi Indira Gandhi Intl (DEL)\"],\"departure_datesf\":[\"\"],\"adults\":\"1\",\"childs\":\"0\",\"infants\":\"0\",\"class\":\"2\",\"from_city\":[\"Srinagar (SXR)\",\"Sectors\"],\"to_city\":[\"Delhi (DEL)\",\"DEL\"],\"interNationalSearch\":false,\"strDepatureDateSF\":\"--\",\"strDepatureDate\":[\"2023-01-04\"],\"strReturnDate\":\"\",\"sourceCityId\":[25897],\"intCountryCode\":\"IN\",\"destinationCityId\":[7701],\"interNationalSearchArray\":[false],\"FlightTraceId\":\"63909-0834b-74203-535b0\",\"sourceCityAirportCode\":[\"SXR\"],\"destinationCityAirportCode\":[\"DEL\"],\"from\":[\"SXR\"],\"to\":[\"DEL\"],\"sourceCityText\":[\"Srinagar, IN - Srinagar Arpt (SXR), India\"],\"destinationCityText\":[\"Delhi, IN - Delhi Indira Gandhi Intl (DEL), India\"],\"flight_class\":\"2\",\"child\":\"0\",\"infant\":\"0\",\"departure_dates\":[\"04\\/01\\/2023\",\"\"],\"return_dates\":\"\",\"PreferredAirline\":null,\"DepatureDateMobile\":[\"04 Jan Wed\"],\"ReturnDateMobile\":\"\",\"SearchTime\":\"2022-12-20 20:59:23\",\"IsChangeSearch\":1}}','2022-12-20 20:59:33');
/*!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 AUTO_INCREMENT=33 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 */;
INSERT INTO `tbl_token` VALUES (1,'a1c09209-d141-4d16-b66f-84cf38b059e8',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"a1c09209-d141-4d16-b66f-84cf38b059e8\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/9\\/2022 6:14:57 PM #@ IPAddress: 49.37.111.109\",\"isPrimaryAgent\":false}}','2022-04-11 09:54:57'),(2,'29a42057-a483-42de-bccf-fd70daaf0fc8',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"29a42057-a483-42de-bccf-fd70daaf0fc8\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/11\\/2022 9:20:32 PM #@ IPAddress: 220.253.245.240\",\"isPrimaryAgent\":false}}','2022-04-12 06:18:43'),(3,'90030993-4594-4386-92fb-52450178c473',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"90030993-4594-4386-92fb-52450178c473\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/12\\/2022 5:52:00 PM #@ IPAddress: 49.37.111.109\",\"isPrimaryAgent\":false}}','2022-04-13 01:03:33'),(4,'2e549e01-144c-49da-911a-bfc892734521',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"2e549e01-144c-49da-911a-bfc892734521\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/13\\/2022 4:43:51 PM #@ IPAddress: 49.37.102.128\",\"isPrimaryAgent\":false}}','2022-04-14 05:19:43'),(5,'305957b3-0b89-4eeb-9905-458e9d03ca04',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"305957b3-0b89-4eeb-9905-458e9d03ca04\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/13\\/2022 4:43:51 PM #@ IPAddress: 49.37.102.128\",\"isPrimaryAgent\":false}}','2022-04-15 00:01:35'),(6,'b44add98-2443-47a4-9c8b-1995c8cff65c',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"b44add98-2443-47a4-9c8b-1995c8cff65c\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/15\\/2022 9:56:20 PM #@ IPAddress: 1.144.104.97\",\"isPrimaryAgent\":false}}','2022-04-16 00:08:00'),(7,'bc866e3f-4ab6-4bc4-befa-4b37b93e912e',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"bc866e3f-4ab6-4bc4-befa-4b37b93e912e\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/16\\/2022 6:48:08 PM #@ IPAddress: 49.37.109.210\",\"isPrimaryAgent\":false}}','2022-04-17 04:01:42'),(8,'6ce4e349-07cc-4acc-839a-00e07b611c0f',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"6ce4e349-07cc-4acc-839a-00e07b611c0f\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/17\\/2022 11:09:55 PM #@ IPAddress: 47.29.225.24\",\"isPrimaryAgent\":false}}','2022-04-18 08:22:46'),(9,'1018f90a-4b5a-42b5-8d40-760df35b08f8',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"1018f90a-4b5a-42b5-8d40-760df35b08f8\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/19\\/2022 7:48:28 AM #@ IPAddress: 47.29.70.139\",\"isPrimaryAgent\":false}}','2022-04-19 09:59:52'),(10,'e891a5e2-7a59-40d0-9c8f-34ff6336aaaf',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"e891a5e2-7a59-40d0-9c8f-34ff6336aaaf\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/20\\/2022 10:44:28 AM #@ IPAddress: 47.29.224.197\",\"isPrimaryAgent\":false}}','2022-04-20 11:26:03'),(11,'e8da4496-7c0d-4e99-8880-f3314920d2ee',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"e8da4496-7c0d-4e99-8880-f3314920d2ee\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/20\\/2022 6:15:51 PM #@ IPAddress: 47.29.242.130\",\"isPrimaryAgent\":false}}','2022-04-21 05:10:46'),(12,'b85a0bf7-7051-4c51-8010-1dec7eb315ec',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"b85a0bf7-7051-4c51-8010-1dec7eb315ec\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/21\\/2022 7:06:45 PM #@ IPAddress: 47.29.152.222\",\"isPrimaryAgent\":false}}','2022-04-22 03:13:36'),(13,'6c07fa79-b644-474c-a356-a8fe21ea444c',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"6c07fa79-b644-474c-a356-a8fe21ea444c\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/22\\/2022 9:21:00 PM #@ IPAddress: 220.253.245.240\",\"isPrimaryAgent\":false}}','2022-04-23 09:48:08'),(14,'e8b46787-2f6d-47ad-8de6-528ad0256e12',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"e8b46787-2f6d-47ad-8de6-528ad0256e12\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/23\\/2022 6:39:01 PM #@ IPAddress: 47.29.254.219\",\"isPrimaryAgent\":false}}','2022-04-24 09:57:30'),(15,'27213d62-093b-4a67-852f-57f624ecbe5d',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"27213d62-093b-4a67-852f-57f624ecbe5d\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/25\\/2022 10:04:25 AM #@ IPAddress: 47.29.72.245\",\"isPrimaryAgent\":false}}','2022-04-25 10:41:39'),(16,'8a438399-b2fa-4f9c-9f0d-97f9217d0d94',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"8a438399-b2fa-4f9c-9f0d-97f9217d0d94\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/25\\/2022 8:52:54 PM #@ IPAddress: 42.111.81.70\",\"isPrimaryAgent\":false}}','2022-04-26 10:05:35'),(17,'5f8dbb6c-f228-4612-977b-db13ee2afdc8',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"5f8dbb6c-f228-4612-977b-db13ee2afdc8\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/26\\/2022 9:16:13 PM #@ IPAddress: 220.253.245.240\",\"isPrimaryAgent\":false}}','2022-04-27 09:42:06'),(18,'4573ac5d-4175-4cfc-bdba-9f8f3f6575b1',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"4573ac5d-4175-4cfc-bdba-9f8f3f6575b1\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/28\\/2022 3:57:45 PM #@ IPAddress: 49.37.111.14\",\"isPrimaryAgent\":false}}','2022-04-28 16:05:21'),(19,'07211fd4-a66c-432a-8224-9521c31bf67a',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"07211fd4-a66c-432a-8224-9521c31bf67a\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/29\\/2022 1:26:47 PM #@ IPAddress: 47.29.241.183\",\"isPrimaryAgent\":false}}','2022-04-29 13:52:22'),(20,'2a9ee2f6-ff81-48a6-86d6-6edd2695cb43',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"2a9ee2f6-ff81-48a6-86d6-6edd2695cb43\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/29\\/2022 10:09:55 PM #@ IPAddress: 220.253.245.240\",\"isPrimaryAgent\":false}}','2022-04-30 11:21:20'),(21,'06994a2d-f2cf-4b3c-99de-f19b0fa31c66',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"06994a2d-f2cf-4b3c-99de-f19b0fa31c66\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 4\\/30\\/2022 11:41:36 AM #@ IPAddress: 49.37.111.14\",\"isPrimaryAgent\":false}}','2022-05-01 13:22:31'),(22,'f010bdfc-69e2-4011-bb32-608aecc4dd38',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"f010bdfc-69e2-4011-bb32-608aecc4dd38\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/1\\/2022 6:20:45 PM #@ IPAddress: 47.29.92.140\",\"isPrimaryAgent\":false}}','2022-05-02 09:42:33'),(23,'d0d5346b-a3e3-475e-badc-dcb5062ef186',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"d0d5346b-a3e3-475e-badc-dcb5062ef186\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/1\\/2022 6:20:45 PM #@ IPAddress: 47.29.92.140\",\"isPrimaryAgent\":false}}','2022-05-03 09:30:37'),(24,'0b9e16ba-37c3-4e64-a07a-a7aecc993060',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"0b9e16ba-37c3-4e64-a07a-a7aecc993060\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/4\\/2022 12:06:14 PM #@ IPAddress: 49.37.107.246\",\"isPrimaryAgent\":false}}','2022-05-04 12:23:51'),(25,'0c677727-b356-4551-b8b9-1205a17e498a',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"0c677727-b356-4551-b8b9-1205a17e498a\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/5\\/2022 10:25:39 AM #@ IPAddress: 49.37.107.246\",\"isPrimaryAgent\":false}}','2022-05-05 12:57:59'),(26,'6daadb88-ec1e-489f-a8fb-1710ef1d9753',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"6daadb88-ec1e-489f-a8fb-1710ef1d9753\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/5\\/2022 7:44:37 PM #@ IPAddress: 47.29.243.226\",\"isPrimaryAgent\":false}}','2022-05-06 10:11:58'),(27,'97b5dbe1-1edc-47c2-9d1b-6685727bb67f',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"97b5dbe1-1edc-47c2-9d1b-6685727bb67f\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/5\\/2022 7:44:37 PM #@ IPAddress: 47.29.243.226\",\"isPrimaryAgent\":false}}','2022-05-07 07:18:46'),(28,'59671364-995c-4160-997b-1de3b0c2450c',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"59671364-995c-4160-997b-1de3b0c2450c\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/7\\/2022 3:56:53 PM #@ IPAddress: 47.29.81.149\",\"isPrimaryAgent\":false}}','2022-05-08 06:25:03'),(29,'328717c7-d4cf-4195-b31e-54503865b66a',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"328717c7-d4cf-4195-b31e-54503865b66a\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/7\\/2022 3:56:53 PM #@ IPAddress: 47.29.81.149\",\"isPrimaryAgent\":false}}','2022-05-09 09:03:23'),(30,'290dcd79-3d3e-475e-9196-5569014a7b42',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"290dcd79-3d3e-475e-9196-5569014a7b42\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/9\\/2022 1:41:01 PM #@ IPAddress: 49.37.109.242\",\"isPrimaryAgent\":false}}','2022-05-10 00:29:52'),(31,'81cbdc48-a996-4107-bcba-6e20c1650eb0',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"81cbdc48-a996-4107-bcba-6e20c1650eb0\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/11\\/2022 10:31:30 AM #@ IPAddress: 47.29.248.91\",\"isPrimaryAgent\":false}}','2022-05-11 11:27:14'),(32,'0dc36485-9e60-455c-be2a-d228b659a5fd',10672,75920,92897,'{\"Status\":1,\"TokenId\":\"0dc36485-9e60-455c-be2a-d228b659a5fd\",\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"Member\":{\"FirstName\":\"Tushar\",\"LastName\":\"Tayal\",\"Email\":\"sales@travelidea.in\",\"MemberId\":92897,\"AgencyId\":75920,\"LoginName\":\"GAUE967\",\"LoginDetails\":\"Login Success at#@ 5\\/12\\/2022 5:54:04 AM #@ IPAddress: 115.70.226.226\",\"isPrimaryAgent\":false}}','2022-05-12 10:30:13');
/*!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 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 */;
/*!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 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 */;
/*!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:35:24

Youez - 2016 - github.com/yon3zu
LinuXploit